mbox series

[PULL,REQUEST] i2c for 5.12

Message ID 20210410110024.GA1323@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.12 | expand

Pull-request

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

Message

Wolfram Sang April 10, 2021, 11 a.m. UTC
Linus,

here is a mixture of driver and documentation bugfixes for I2C.

Please pull.

Thanks,

   Wolfram


The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41:02 -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 df8a39f2911a4c7769e0f760509f556a9e9d37af:

  i2c: imx: mention Oleksij as maintainer of the binding docs (2021-04-08 22:39:12 +0200)

----------------------------------------------------------------
Andy Shevchenko (1):
      i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

Bhaskar Chowdhury (1):
      i2c: stm32f4: Mundane typo fix

Hao Fang (1):
      i2c: hix5hd2: use the correct HiSilicon copyright

Krzysztof Kozlowski (1):
      i2c: exynos5: correct top kerneldoc

Wolfram Sang (4):
      i2c: turn recovery error on init to debug
      i2c: imx: drop me as maintainer of binding docs
      i2c: gpio: update email address in binding docs
      i2c: imx: mention Oleksij as maintainer of the binding docs

周琰杰 (Zhou Yanjie) (1):
      I2C: JZ4780: Fix bug for Ingenic X1000.


with much appreciated quality assurance from
----------------------------------------------------------------
Alain Volmat (1):
      (Rev.) i2c: stm32f4: Mundane typo fix

Barry Song (1):
      (Rev.) i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

Klaus Kudielka (1):
      (Test) i2c: turn recovery error on init to debug

Oleksij Rempel (1):
      (Rev.) i2c: imx: mention Oleksij as maintainer of the binding docs

Pierre-Yves MORDRET (1):
      (Rev.) i2c: stm32f4: Mundane typo fix

Rob Herring (1):
      (Rev.) i2c: imx: mention Oleksij as maintainer of the binding docs

杨文龙 (Yang Wenlong) (1):
      (Test) I2C: JZ4780: Fix bug for Ingenic X1000.

 Documentation/devicetree/bindings/i2c/i2c-gpio.yaml | 2 +-
 Documentation/devicetree/bindings/i2c/i2c-imx.yaml  | 2 +-
 drivers/i2c/busses/i2c-designware-master.c          | 1 +
 drivers/i2c/busses/i2c-exynos5.c                    | 2 +-
 drivers/i2c/busses/i2c-hix5hd2.c                    | 2 +-
 drivers/i2c/busses/i2c-jz4780.c                     | 4 ++--
 drivers/i2c/busses/i2c-stm32f4.c                    | 2 +-
 drivers/i2c/i2c-core-base.c                         | 7 ++++---
 8 files changed, 12 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org April 10, 2021, 5:03 p.m. UTC | #1
The pull request you sent on Sat, 10 Apr 2021 13:00:24 +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/12a0cf7241f9ee6b9b62e4c5aad53c43f46817a4

Thank you!