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)
commitf23d8719e76fd32828ae6f1b55e4659144467742
tree7ddb9a4fbbc029d37f718235a0deb54e78d829e1
parentc4d36b63b28b76cd584bec48af7b562b4513b87b
parentb8f5fe3bc5b9318d95770a09a480c31aced20cd2
Merge branch 'i2c/for-next' of git://git./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