]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Mar 2017 05:06:30 +0000 (21:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Mar 2017 05:06:30 +0000 (21:06 -0800)
commitdfcbecdbb4c808b363bac561d5c5c0a21bfbe886
tree674bb7285194fff110112f2848e3a907ef044e39
parentabb6aa6697c31c24be84b578d5b74e3e8436dfd6
parent45bb35bdb86f6ff7667b03c38f85898c0f19df82
Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmi

Pull IPMI updates from Corey Minyard:
 "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 managment controller side, not on the host side, so the
  scope is limited and the change is necessary"

* tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmi:
  ipmi: bt-bmc: Use a regmap for register access
  char: ipmi: constify ipmi_smi_handlers structures
  acpi:ipmi: Make IPMI user handler const
  ipmi: make ipmi_usr_hndl const
  Documentation: Fix a typo in IPMI.txt.