lkml.org 
[lkml]   [2018]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[GIT PULL] IPMI updates for 4.20
Date
The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the git repository at:

  https://github.com/cminyard/linux-ipmi.git tags/for-linus-4.20

for you to fetch changes up to 0711e8c1b4572d076264e71b0002d223f2666ed7:

  ipmi: Fix timer race with module unload (2018-10-11 20:08:27 -0500)

----------------------------------------------------------------
Lots of small changes to the IPMI driver.  Most of the changes
are logging cleanup and style fixes.  There are a few small
bug fixes.

-corey

----------------------------------------------------------------
Arnd Bergmann (1):
      ipmi: Change to ktime_get_ts64()

Colin Ian King (1):
      ipmi_si: fix potential integer overflow on large shift

Corey Minyard (12):
      acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *
      hwmon:ibm: Change ipmi_user_t to struct ipmi_user *
      ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi
      ipmi: Finally get rid of ipmi_user_t and ipmi_smi_t
      pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
      ipmi:dmi: Use pr_fmt in the IPMI DMI code
      ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
      ipmi: Convert pr_xxx() to dev_xxx() in the BT code
      ipmi: Don't leave holes in the I2C address list in the ssif driver
      ipmi: Free the address list on module cleanup
      ipmi: Remove platform driver overrides and use the id_table
      ipmi:ssif: Add support for multi-part transmit messages > 2 parts

Geert Uytterhoeven (1):
      MAINTAINERS: Add file patterns for ipmi device tree bindings

Jan Glauber (1):
      ipmi: Fix timer race with module unload

Joe Perches (3):
      ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
      ipmi: Use more common logging styles
      ipmi: Convert printk(KERN_<level> to pr_<level>(

Meelis Roos (1):
      ipmi_si_pci: fix NULL device in ipmi_si error message

YueHaibing (1):
      ipmi: fix return value of ipmi_set_my_LUN

 MAINTAINERS                          |   1 +
 drivers/acpi/acpi_ipmi.c             |   4 +-
 drivers/char/ipmi/ipmi_bt_sm.c       |  66 ++++----
 drivers/char/ipmi/ipmi_devintf.c     |  11 +-
 drivers/char/ipmi/ipmi_dmi.c         |  31 ++--
 drivers/char/ipmi/ipmi_kcs_sm.c      |   4 +-
 drivers/char/ipmi/ipmi_msghandler.c  |  53 +++---
 drivers/char/ipmi/ipmi_powernv.c     |   4 +-
 drivers/char/ipmi/ipmi_poweroff.c    |  67 ++++----
 drivers/char/ipmi/ipmi_si_hardcode.c |   9 +-
 drivers/char/ipmi/ipmi_si_hotmod.c   |  17 +-
 drivers/char/ipmi/ipmi_si_intf.c     |  28 ++--
 drivers/char/ipmi/ipmi_si_mem_io.c   |   2 +-
 drivers/char/ipmi/ipmi_si_pci.c      |  21 +--
 drivers/char/ipmi/ipmi_si_platform.c |  26 ++-
 drivers/char/ipmi/ipmi_smic_sm.c     |  26 ++-
 drivers/char/ipmi/ipmi_ssif.c        | 307
++++++++++++++++++++++++-----------
 drivers/char/ipmi/ipmi_watchdog.c    |  52 +++---
 drivers/hwmon/ibmaem.c               |   2 +-
 drivers/hwmon/ibmpex.c               |   2 +-
 include/linux/ipmi.h                 |   2 +-
 include/linux/ipmi_smi.h             |   2 +-
 include/linux/pci_ids.h              |   4 +
 23 files changed, 425 insertions(+), 316 deletions(-)

\
 
 \ /
  Last update: 2018-10-22 23:23    [W:0.027 / U:1.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site