]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 May 2020 23:07:30 +0000 (16:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 May 2020 23:07:30 +0000 (16:07 -0700)
commitcd7aab77233160a8cb233ad926512d29d9f15186
tree27a36fe8a5e4d435f1ab868000269d5b74d80bf5
parentf633dd0e5ad891db79a3e3e3588483a3c8c2941f
parent22b9b033aec5e8e56d72ac6ec2f08d7439a48d48
Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmi

Pull IPMI update from Corey Minyard:
 "Convert i2c_new_device() to i2c_new_client_device()

  Wolfram Sang has asked to have this included in 5.7 so the deprecated
  API can be removed next release. There should be no functional
  difference.

  I think that entire this section of code can be removed; it is
  leftover from other things that have since changed, but this is the
  safer thing to do for now. The full removal can happen next release"

* tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmi:
  char: ipmi: convert to use i2c_new_client_device()