[<prev] [next>] [day] [month] [year] [list]
Message-ID: <101a1825-e3da-19fc-c030-90c62c31bb88@acm.org>
Date: Mon, 27 Feb 2017 20:02:00 -0600
From: Corey Minyard <minyard@....org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ipmitool-devel <ipmitool-devel@...ts.sourceforge.net>,
linux-kernel <linux-kernel@...r.kernel.org>,
Andrew Jeffery <andrew@...id.au>,
Cédric Le Goater <clg@...d.org>,
Bhumika Goyal <bhumirks@...il.com>,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
Zhao Yakui <yakui.zhao@...el.com>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Rami Rosen <ramirose@...il.com>
Subject: [GIT PULL] Pull request fro 4.11 for IPMI
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(-)
Powered by blists - more mailing lists