[GIT PULL] Pull request for 4.12 for IPMI
From: Corey Minyard
Date: Mon May 01 2017 - 08:55:55 EST
I switched over to github at Stephen Rothwell's request.
Thanks,
-corey
The following changes since commit ea6200e84182989a3cce9687cf79a23ac44ec4db:
Merge branch 'core-urgent-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2017-03-08
14:45:31 -0800)
are available in the git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linux-4.12
for you to fetch changes up to 2c1175c2e8e5487233cabde358a19577562ac83e:
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
(2017-04-28 14:53:17 -0500)
----------------------------------------------------------------
A few fixes of things in the IPMI area, the watchdog
would have issues at panic time cause by a recently
introduced change, a problem with device numbering,
one possible panic in the I2C driver (destined for
stable).
Nothing earth-shattering, but some things that need
to go in.
----------------------------------------------------------------
Geliang Tang (1):
ipmi_ssif: use setup_timer
Joel Stanley (1):
ipmi: bt-bmc: Add ast2500 compatible string
Joeseph Chang (1):
ipmi: Fix kernel panic at ipmi_ssif_thread()
Robert Lippert (1):
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
Sinan Kaya (2):
ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF
ACPI / IPMI: change warning to debug on timeout
Tony Camuso (1):
ipmi_si: use smi_num for init_name
.../bindings/ipmi/aspeed,ast2400-ibt-bmc.txt | 4 +++-
drivers/acpi/Kconfig | 2 +-
drivers/acpi/acpi_ipmi.c | 3 +--
drivers/char/ipmi/bt-bmc.c | 1 +
drivers/char/ipmi/ipmi_si_intf.c | 19
++++++++++++++++---
drivers/char/ipmi/ipmi_ssif.c | 9 +++++----
drivers/char/ipmi/ipmi_watchdog.c | 8 ++++----
7 files changed, 31 insertions(+), 15 deletions(-)