]> 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>
Fri, 13 Dec 2019 22:45:40 +0000 (14:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Dec 2019 22:45:40 +0000 (14:45 -0800)
commit16a74dc5d1a97be37d8778bcc8ed70ce4b2539ee
tree27a2e4ce89add6a42d4442f9f3c32eff4e33d953
parent8e719e0a9ad6d67682c9927981b5d5881b77ea17
parentc3cdfa2a5116678438a58e92780fcfe1d496c3ed
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c updates from Wolfram Sang:

 - removal of an old API where all in-kernel users have been converted
   as of this merge window.

 - a kdoc fix

 - a new helper that will make dependencies for the next API conversion
   a tad easier

* 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: add helper to check if a client has a driver attached
  i2c: fix header file kernel-doc warning
  i2c: remove i2c_new_dummy() API