[GIT PULL] Pull request fro 4.11 for IPMI
From: Corey Minyard
Date: Mon Feb 27 2017 - 21:38:26 EST
The following changes since commit c433eb70f37de2514f3ae3d43dd7e4a75493fe48:
Merge tag 'pinctrl-v4.10-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
(2017-01-05 10:36:56 -0800)
are available in the git repository at:
git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.11
for you to fetch changes up to eb994594bc22220976f367c03ffa141580aa45e4:
ipmi: bt-bmc: Use a regmap for register access (2017-02-20 11:00:48
-0600)
----------------------------------------------------------------
This is a few small fixes to the main IPMI driver, make some
things const, fix typos, etc.
The last patch came in about a week ago, but IMHO it's best to
go in now. It is not for the main driver, it's for the bt-bmc
driver, which runs on the management controller side, not on
the host side, so the scope is limited and the change is
necessary.
Thanks,
-corey
----------------------------------------------------------------
Andrew Jeffery (1):
ipmi: bt-bmc: Use a regmap for register access
Bhumika Goyal (1):
char: ipmi: constify ipmi_smi_handlers structures
Corey Minyard (2):
ipmi: make ipmi_usr_hndl const
acpi:ipmi: Make IPMI user handler const
Rami Rosen (1):
Documentation: Fix a typo in IPMI.txt.
Documentation/IPMI.txt | 2 +-
drivers/acpi/acpi_ipmi.c | 2 +-
drivers/char/ipmi/Kconfig | 3 +-
drivers/char/ipmi/bt-bmc.c | 80
+++++++++++++++++++++++++++----------
drivers/char/ipmi/ipmi_devintf.c | 2 +-
drivers/char/ipmi/ipmi_msghandler.c | 4 +-
drivers/char/ipmi/ipmi_powernv.c | 2 +-
drivers/char/ipmi/ipmi_watchdog.c | 2 +-
include/linux/ipmi.h | 2 +-
9 files changed, 69 insertions(+), 30 deletions(-)