]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 May 2019 18:47:03 +0000 (11:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 May 2019 18:47:03 +0000 (11:47 -0700)
commit82635f1e4deeb40b4b626cfe60ad1e2fd9f8032c
tree7ddb9a4fbbc029d37f718235a0deb54e78d829e1
parenta2b453790adfe489a433f4b9d578044064517272
parent510f840250c4a4fd2273a3650d5bf65bc668864d
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c updates from Wolfram Sang:
 "Some I2C core API additions which are kind of simple but enhance error
  checking for users a lot, especially by returning errno now.

  There are wrappers to still support the old API but it will be removed
  once all users are converted"

* 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: core: add device-managed version of i2c_new_dummy
  i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy