mbox series

[PULL,REQUEST] i2c for 5.3

Message ID 20190817141226.GA2867@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.3 | expand

Pull-request

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

Message

Wolfram Sang Aug. 17, 2019, 2:12 p.m. UTC
Linus,

I2C has one revert because of a regression, two fixes for tiny race
windows (which we were not able to trigger), a MAINTAINERS addition, and
a SPDX fix.

Please pull.

Thanks,

   Wolfram


The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -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 90865a3dc597bd8463efacb749561095ba70b0aa:

  i2c: stm32: Use the correct style for SPDX License Identifier (2019-08-14 14:56:54 +0200)

----------------------------------------------------------------
Fabio Estevam (1):
      Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"

Nishad Kamdar (1):
      i2c: stm32: Use the correct style for SPDX License Identifier

Oleksij Rempel (1):
      MAINTAINERS: i2c-imx: take over maintainership

Wolfram Sang (2):
      i2c: rcar: avoid race when unregistering slave client
      i2c: emev2: avoid race when unregistering slave client

 MAINTAINERS                    |  8 ++++++++
 drivers/i2c/busses/i2c-emev2.c | 16 ++++++++++++----
 drivers/i2c/busses/i2c-imx.c   | 18 ++++++------------
 drivers/i2c/busses/i2c-rcar.c  | 11 +++++++----
 drivers/i2c/busses/i2c-stm32.h |  2 +-
 5 files changed, 34 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 17, 2019, 5:50 p.m. UTC | #1
The pull request you sent on Sat, 17 Aug 2019 16:12:32 +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/05c525326957b504561d271f669d3b315930422f

Thank you!