mbox series

[PULL,REQUEST] for-6.7-rc1-part2

Message ID ZUyDTXUSNgMQFNAh@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] for-6.7-rc1-part2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/for-6.7-rc1-part2

Message

Wolfram Sang Nov. 9, 2023, 6:59 a.m. UTC
The following changes since commit 305230142ae0637213bf6e04f6d9f10bbcb74af8:

  Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2023-11-07 17:16:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/for-6.7-rc1-part2

for you to fetch changes up to bdba49cbba41f0bea54fc93529bbef4d6ceaa3cd:

  i2c: cp2615: Fix 'assignment to __be16' warning (2023-11-08 10:27:17 +0100)

----------------------------------------------------------------
The second I2C pull request for 6.7-rc1 contains one patch which slipped
through the cracks (iproc), a core sanitizing improvement as the new
memdup_array_user() helper went upstream (i2c-dev), and two driver
bugfixes (designware, cp2615).

----------------------------------------------------------------
Bence Csókás (1):
      i2c: cp2615: Fix 'assignment to __be16' warning

Philipp Stanner (1):
      i2c: dev: copy userspace array safely

Roman Bacik (1):
      i2c: iproc: handle invalid slave state

Tam Nguyen (1):
      i2c: designware: Disable TX_EMPTY irq while waiting for block length byte


with much appreciated quality assurance from
----------------------------------------------------------------
Serge Semin (1):
      (Rev.) i2c: designware: Disable TX_EMPTY irq while waiting for block length byte

 drivers/i2c/busses/i2c-bcm-iproc.c         | 133 ++++++++++++++++-------------
 drivers/i2c/busses/i2c-cp2615.c            |   2 +-
 drivers/i2c/busses/i2c-designware-master.c |  19 ++++-
 drivers/i2c/i2c-dev.c                      |   4 +-
 4 files changed, 94 insertions(+), 64 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 9, 2023, 10:28 p.m. UTC | #1
The pull request you sent on Thu, 9 Nov 2023 07:59:25 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/for-6.7-rc1-part2

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

Thank you!