Pull request for 4.9 for IPMI
From: Corey Minyard
Date: Fri Oct 21 2016 - 10:02:52 EST
The following changes since commit 6f33d6458e35d6ba53c2635ee4b8a3177cbd912d:
Merge tag 'pm-4.9-rc2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
(2016-10-20 15:32:51 -0700)
are available in the git repository at:
git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.9
for you to fetch changes up to 409de6a3676f071577e584d8c30b398409138a13:
ipmi/bt-bmc: remove redundant return value check of
platform_get_resource() (2016-10-20 20:27:55 -0500)
----------------------------------------------------------------
A small bug fix and a new driver for acting as an IPMI device.
I was on vacation during the merge window (a long vacation)
but this is a bug fix that should go in and a new driver that shouldn't
hurt anything.
This has been in linux-next for a month or so.
----------------------------------------------------------------
Alistair Popple (1):
ipmi: add an Aspeed BT IPMI BMC driver
CÃdric Le Goater (1):
ipmi/bt-bmc: add a dependency on ARCH_ASPEED
Joel Stanley (1):
ipmi: Fix ioremap error handling in bt-bmc
Wei Yongjun (1):
ipmi/bt-bmc: remove redundant return value check of
platform_get_resource()
Xie XiuQi (1):
ipmi: fix crash on reading version from proc after unregisted bmc
.../bindings/ipmi/aspeed,ast2400-bt-bmc.txt | 23 +
.../bindings/{ipmi.txt => ipmi/ipmi-smic.txt} | 0
drivers/Makefile | 2 +-
drivers/char/ipmi/Kconfig | 8 +
drivers/char/ipmi/Makefile | 1 +
drivers/char/ipmi/bt-bmc.c | 505
+++++++++++++++++++++
drivers/char/ipmi/ipmi_msghandler.c | 7 +-
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/bt-bmc.h | 18 +
9 files changed, 560 insertions(+), 5 deletions(-)
create mode 100644
Documentation/devicetree/bindings/ipmi/aspeed,ast2400-bt-bmc.txt
rename Documentation/devicetree/bindings/{ipmi.txt =>
ipmi/ipmi-smic.txt} (100%)
create mode 100644 drivers/char/ipmi/bt-bmc.c
create mode 100644 include/uapi/linux/bt-bmc.h