mbox series

[PULL,REQUEST] i2c-for-6.10-rc6

Message ID ZoAOIATcp1T_89x2@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.10-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc6

Message

Wolfram Sang June 29, 2024, 1:37 p.m. UTC
Linus,

Arnd's patch seems a bit large for rc6. It was in place for rc3 but fell
through the cracks :( We are sorry about that.

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

  Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc6

for you to fetch changes up to c116deafd1a5cc1e9739099eb32114e90623209c:

  i2c: testunit: discard write requests while old command is running (2024-06-28 20:44:38 +0200)

----------------------------------------------------------------
Two fixes for the testunit and and a fixup for the code reorganization
of the previous wmt-driver

----------------------------------------------------------------
Arnd Bergmann (1):
      i2c: viai2c: turn common code into a proper module

Wolfram Sang (3):
      Merge tag 'i2c-host-fixes-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
      i2c: testunit: don't erase registers after STOP
      i2c: testunit: discard write requests while old command is running


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (2):
      (Rev.) i2c: testunit: discard write requests while old command is running
      (Rev.) i2c: testunit: don't erase registers after STOP

Hans Hu (1):
      (Test) i2c: viai2c: turn common code into a proper module

 drivers/i2c/busses/Makefile             |   6 +-
 drivers/i2c/busses/i2c-viai2c-common.c  |  71 +++-----------------
 drivers/i2c/busses/i2c-viai2c-common.h  |   2 +-
 drivers/i2c/busses/i2c-viai2c-wmt.c     |  36 ++++++++++
 drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 113 +++++++++++++++++++++++++-------
 drivers/i2c/i2c-slave-testunit.c        |   5 +-
 6 files changed, 143 insertions(+), 90 deletions(-)

Comments

pr-tracker-bot@kernel.org June 29, 2024, 4:31 p.m. UTC | #1
The pull request you sent on Sat, 29 Jun 2024 15:37:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc6

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

Thank you!