mbox series

[PULL,REQUEST] i2c for v5.14

Message ID YRfvMnQHHRN/6REq@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.14 | expand

Pull-request

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

Message

Wolfram Sang Aug. 14, 2021, 4:28 p.m. UTC
Linus,

I2C has one driver bugfix, a documentation bugfix, and an "uninitialized
data" leak fix for the core.

Please pull.

Thanks,

   Wolfram


The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

  Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3f12cc4bb0a4d7b542af43b6f1b7175f13015629:

  Documentation: i2c: add i2c-sysfs into index (2021-08-10 22:58:32 +0200)

----------------------------------------------------------------
Dhananjay Phadke (1):
      i2c: iproc: fix race between client unreg and tasklet

Greg Kroah-Hartman (1):
      i2c: dev: zero out array used for i2c reads from userspace

Hu Haowen (1):
      Documentation: i2c: add i2c-sysfs into index

 Documentation/i2c/index.rst        | 1 +
 drivers/i2c/busses/i2c-bcm-iproc.c | 4 ++--
 drivers/i2c/i2c-dev.c              | 5 +++--
 3 files changed, 6 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 15, 2021, 5:30 a.m. UTC | #1
The pull request you sent on Sat, 14 Aug 2021 18:28:34 +0200:

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

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

Thank you!