Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1589116

[GIT PULL] Pull request fro 4.11 for IPMI

From Corey Minyard <minyard@acm.org>
Newsgroups linux.kernel
Subject [GIT PULL] Pull request fro 4.11 for IPMI
Date 2017-02-28 03:40 +0100
Message-ID <tfFRL-6hE-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] Pull request fro 4.11 for IPMI Corey Minyard <minyard@acm.org> - 2017-02-28 03:40 +0100

csiph-web