mbox series

[PULL,REQUEST] i2c for 5.5

Message ID 20191213153136.GA3396@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

Message

Wolfram Sang Dec. 13, 2019, 3:31 p.m. UTC
Linus,

I2C has some core changes this time. A removal of an old API where all
in-kernel users have been converted as of v5.5-rc1. A kdoc fix. And, a
new helper which ideally should have been added during the merge window.
I hope it is still okay because it will make dependencies for the next
API conversion a tad easier and it cannot cause regressions.

Thanks,

   Wolfram


The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

for you to fetch changes up to 8c9312a925ad859daefd0f443ef3b6dc7157d881:

  i2c: add helper to check if a client has a driver attached (2019-12-11 08:39:07 +0100)

----------------------------------------------------------------
Randy Dunlap (1):
      i2c: fix header file kernel-doc warning

Wolfram Sang (2):
      i2c: remove i2c_new_dummy() API
      i2c: add helper to check if a client has a driver attached


with much appreciated quality assurance from
----------------------------------------------------------------
Luca Ceresoli (2):
      (Test) i2c: remove i2c_new_dummy() API
      (Rev.) i2c: remove i2c_new_dummy() API

Niklas Söderlund (1):
      (Rev.) i2c: remove i2c_new_dummy() API

 drivers/i2c/i2c-core-base.c | 23 -----------------------
 include/linux/i2c.h         | 12 ++++++------
 2 files changed, 6 insertions(+), 29 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 13, 2019, 11:10 p.m. UTC | #1
The pull request you sent on Fri, 13 Dec 2019 16:31:39 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3b2ee614cb4accb75080f00586bd762b0eab219c

Thank you!