From: Corey Minyard <cminyard@mvista.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Cc: "Tony Rex" <tony.rex@ericsson.com>,
"Magnus Johansson E" <magnus.e.johansson@ericsson.com>,
"Per Fogelström" <per.fogelstrom@ericsson.com>,
"Jeremy Kerr" <jk@ozlabs.org>,
"Michael Ellerman" <mpe@ellerman.id.au>,
Sanjeev <singhsan@codeaurora.org>,
"Thomas Renninger" <trenn@suse.de>,
"openipmi-developer@lists.sourceforge.net"
<openipmi-developer@lists.sourceforge.net>
Subject: [GIT PULL] ipmi driver updates
Date: Tue, 09 Dec 2014 11:59:00 -0600 [thread overview]
Message-ID: <54873864.3050606@mvista.com> (raw)
Hello Linus,
Please pull from:
git://git.code.sf.net/p/openipmi/linux-ipmi openipmi-linux-ipmi for-linus
For the following changes:
- Quite a few bug fixes
- A new driver for the powernv
- A new driver for the SMBus interface from the IPMI 2.0 specification
These have been in linux-next for a while.
Thanks,
-corey
------------------------------------------
IPMI Updates for 3.19
------------------------------------------
Corey Minyard (17):
ipmi: Ignore SSIF in the PNP handling
ipmi: Move the address source to string to ipmi-generic code
ipmi: clean up the device handling for the bmc device
ipmi: Remove useless sysfs_name parameters
ipmi: Fix a bug in hot add/remove
ipmi: Use the proper type for acpi_handle
ipmi: Initialize BMC device attributes
ipmi: Fix handling of BMC flags
ipmi: rename waiting_msgs to waiting_rcv_msgs
ipmi: Move message sending into its own function
ipmi: Make the message handler easier to use for SMI interfaces
ipmi: Remove the now unnecessary message queue
ipmi: Remove the now unused priority from SMI sender
ipmi: Add SMBus interface driver (SSIF)
ipmi: Periodically check to see if irqs and messages are set right
ipmi: Fix attention handling for system interfaces
ipmi: Check the BT interrupt enable periodically
Jeremy Kerr (2):
powerpc/powernv: Add OPAL IPMI interface
drivers/char/ipmi: Add powernv IPMI driver
trenn@suse.de (1):
ipmi: Unregister previously registered driver in error case
------------------------------------------
diffstat
------------------------------------------
Documentation/IPMI.txt | 74 +-
arch/powerpc/include/asm/opal.h | 17 +
arch/powerpc/platforms/powernv/opal-wrappers.S | 2 +
arch/powerpc/platforms/powernv/opal.c | 14 +
drivers/char/ipmi/Kconfig | 14 +
drivers/char/ipmi/Makefile | 2 +
drivers/char/ipmi/ipmi_msghandler.c | 560 +++----
drivers/char/ipmi/ipmi_powernv.c | 310 ++++
drivers/char/ipmi/ipmi_si_intf.c | 497 ++++---
drivers/char/ipmi/ipmi_ssif.c | 1870
++++++++++++++++++++++++
include/linux/ipmi.h | 6 +-
include/linux/ipmi_smi.h | 10 +-
next reply other threads:[~2014-12-09 17:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 17:59 Corey Minyard [this message]
2014-12-10 10:53 ` Michael Ellerman
2014-12-10 14:21 ` Corey Minyard
2014-12-11 5:58 ` Michael Ellerman
2014-12-11 20:19 ` Linus Torvalds
2014-12-11 22:36 ` Corey Minyard
2014-12-11 22:40 ` Linus Torvalds
2014-12-11 22:59 ` Corey Minyard
2014-12-11 23:33 ` Michael Ellerman
2014-12-12 13:51 ` Signed tag docs (was [GIT PULL] ipmi driver updates) Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54873864.3050606@mvista.com \
--to=cminyard@mvista.com \
--cc=jk@ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=magnus.e.johansson@ericsson.com \
--cc=mpe@ellerman.id.au \
--cc=openipmi-developer@lists.sourceforge.net \
--cc=per.fogelstrom@ericsson.com \
--cc=singhsan@codeaurora.org \
--cc=tony.rex@ericsson.com \
--cc=torvalds@linux-foundation.org \
--cc=trenn@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome