Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1684203
| From | Corey Minyard <minyard@acm.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Pull request for 4.13 for IPMI |
| Date | 2017-07-10 14:50 +0200 |
| Message-ID | <u1Giu-56Z-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The following changes since commit 13e0988140374123bead1dd27c287354cb95108e:
docs: complete bumping minimal GNU Make version to 3.81 (2017-05-06
18:49:09 -0700)
are available in the git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-4.13
for you to fetch changes up to 4495ec6d770e1bca7a04e93ac453ab6720c56c5d:
ipmi:ssif: Add missing unlock in error branch (2017-06-30 07:18:08 -0500)
----------------------------------------------------------------
Some small fixes for IPMI, and one medium sized changed.
The medium sized change is adding a platform device for IPMI entries
in the DMI table. Otherwise there is no auto loading for IPMI
devices if they are only in the DMI table.
----------------------------------------------------------------
Arvind Yadav (1):
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
Colin Ian King (1):
ipmi_ssif: remove redundant null check on array client->adapter->name
Corey Minyard (6):
ipmi: Use the proper default value for register size in ACPI
ipmi:ssif: Use i2c_adapter_id instead of adapter->nr
ipmi: Create a platform device for a DMI-specified IPMI interface
ipmi: Convert DMI handling over to a platform device
ipmi:ssif: Check dev before setting drvdata
ipmi:ssif: Add missing unlock in error branch
Dan Carpenter (1):
ipmi_ssif: unlock on allocation failure
Tony Camuso (1):
ipmi: use rcu lock around call to intf->handlers->sender()
Valentin Vidic (1):
ipmi/watchdog: fix watchdog timeout set on reboot
drivers/char/ipmi/Kconfig | 4 +
drivers/char/ipmi/Makefile | 1 +
drivers/char/ipmi/ipmi_dmi.c | 273
++++++++++++++++++++++++++++++++++++
drivers/char/ipmi/ipmi_dmi.h | 12 ++
drivers/char/ipmi/ipmi_msghandler.c | 9 +-
drivers/char/ipmi/ipmi_si_intf.c | 265
++++++++++++++++------------------
drivers/char/ipmi/ipmi_ssif.c | 176 ++++++++++++++---------
drivers/char/ipmi/ipmi_watchdog.c | 7 +-
8 files changed, 533 insertions(+), 214 deletions(-)
create mode 100644 drivers/char/ipmi/ipmi_dmi.c
create mode 100644 drivers/char/ipmi/ipmi_dmi.h
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] Pull request for 4.13 for IPMI Corey Minyard <minyard@acm.org> - 2017-07-10 14:50 +0200
Re: [GIT PULL] Pull request for 4.13 for IPMI Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-10 19:30 +0200
Re: [GIT PULL] Pull request for 4.13 for IPMI Corey Minyard <minyard@acm.org> - 2017-07-10 19:50 +0200
Re: [GIT PULL] Pull request for 4.13 for IPMI Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-10 20:00 +0200
csiph-web