mbox series

[PULL,REQUEST] i2c for 5.0 (or how it will be called)

Message ID 20190104110641.bf7k42aprdikplx6@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.0 (or how it will be called) | expand

Pull-request

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

Message

Wolfram Sang Jan. 4, 2019, 11:06 a.m. UTC
Linus,

I2C has only driver updates for you this time. Mostly new IDs/DT
compatibles, also SPDX conversions, small cleanups. STM32F7 got
FastMode+ and PM support, Axxia some reliabilty improvements.

Please pull.

Thanks,

   Wolfram


The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the git repository at:

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

for you to fetch changes up to 81482d13f37b1c9354d9bf5491699d993b193246:

  i2c: Add Actions Semiconductor Owl family S700 I2C support (2019-01-03 20:36:18 +0100)

----------------------------------------------------------------
Adamski, Krzysztof (Nokia - PL/Wroclaw) (3):
      i2c-axxia: dedicated function to set client addr
      i2c-axxia: check for error conditions first
      i2c: axxia: support sequence command mode

Adrian Bunk (2):
      dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string
      eeprom: at24: add support for 24c2048

Davidlohr Bueso (1):
      i2c: Remove caller signal_pending branch predictions

Enric Balletbo i Serra (1):
      i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.

Fabrizio Castro (3):
      i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
      dt-bindings: i2c: sh_mobile: Add r8a774c0 support
      dt-bindings: i2c: rcar: Add r8a774c0 support

Jarkko Nikula (1):
      i2c: ismt: Add support for Intel Cedar Fork

Lucas Stach (1):
      i2c: imx: don't print error message on probe defer

Parthiban Nallathambi (2):
      dt-bindings: i2c: Add S700 support for Actions Semi Soc's
      i2c: Add Actions Semiconductor Owl family S700 I2C support

Pierre-Yves MORDRET (3):
      dt-bindings: i2c-stm32: SYSCFG Fast Mode Plus support for I2C STM32F7
      i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
      i2c: i2c-stm32f7: add PM Runtime support

Rob Herring (1):
      i2c: powermac: Use of_node_name_eq for node name comparisons

Simon Horman (2):
      i2c: sh_mobile: document support for r8a77990 (R-Car E3)
      i2c: sh_mobile: add support for r8a77990 (R-Car E3)

Stefan Wahren (1):
      i2c: bcm2835: Switch to SPDX identifier

Thierry Reding (4):
      dt-bindings: i2c: Use correct vendor prefix for Atmel
      i2c: tegra: Cleanup kerneldoc comments
      i2c: tegra: Add missing kerneldoc for some fields
      i2c: tegra: Switch to SPDX identifier

Wolfram Sang (2):
      Merge tag 'v4.20-rc6' into i2c/for-5.0
      Merge tag 'at24-4.21-updates-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-5.0

jun qian (1):
      i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR


with much appreciated quality assurance from
----------------------------------------------------------------
Alexander Sverdlin (3):
      (Rev.) i2c: axxia: support sequence command mode
      (Rev.) i2c-axxia: check for error conditions first
      (Rev.) i2c-axxia: dedicated function to set client addr

Dmitry Osipenko (1):
      (Rev.) i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR

Eric Anholt (1):
      (Rev.) i2c: bcm2835: Switch to SPDX identifier

Geert Uytterhoeven (5):
      (Rev.) dt-bindings: i2c: rcar: Add r8a774c0 support
      (Rev.) dt-bindings: i2c: sh_mobile: Add r8a774c0 support
      (Rev.) i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
      (Rev.) i2c: sh_mobile: add support for r8a77990 (R-Car E3)
      (Rev.) i2c: sh_mobile: document support for r8a77990 (R-Car E3)

Manivannan Sadhasivam (1):
      (Rev.) i2c: Add Actions Semiconductor Owl family S700 I2C support

Rob Herring (2):
      (Rev.) dt-bindings: i2c: Add S700 support for Actions Semi Soc's
      (Rev.) dt-bindings: i2c-stm32: SYSCFG Fast Mode Plus support for I2C STM32F7

Simon Horman (3):
      (Rev.) dt-bindings: i2c: rcar: Add r8a774c0 support
      (Rev.) dt-bindings: i2c: sh_mobile: Add r8a774c0 support
      (Rev.) i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)

 Documentation/devicetree/bindings/eeprom/at24.txt  |   1 +
 Documentation/devicetree/bindings/i2c/i2c-at91.txt |   2 +-
 .../devicetree/bindings/i2c/i2c-mux-ltc4306.txt    |   4 +-
 .../devicetree/bindings/i2c/i2c-mux-pca954x.txt    |   2 +-
 Documentation/devicetree/bindings/i2c/i2c-owl.txt  |   4 +-
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt |   1 +
 .../devicetree/bindings/i2c/i2c-sh_mobile.txt      |  10 +-
 .../devicetree/bindings/i2c/i2c-stm32.txt          |   6 +
 .../devicetree/bindings/i2c/nxp,pca9541.txt        |   2 +-
 drivers/i2c/busses/i2c-axxia.c                     | 168 +++++++++++++++----
 drivers/i2c/busses/i2c-bcm2835.c                   |  10 +-
 drivers/i2c/busses/i2c-cros-ec-tunnel.c            |  14 +-
 drivers/i2c/busses/i2c-ibm_iic.c                   |   2 +-
 drivers/i2c/busses/i2c-imx.c                       |   3 +-
 drivers/i2c/busses/i2c-ismt.c                      |   2 +
 drivers/i2c/busses/i2c-owl.c                       |   1 +
 drivers/i2c/busses/i2c-powermac.c                  |   8 +-
 drivers/i2c/busses/i2c-sh_mobile.c                 |   2 +
 drivers/i2c/busses/i2c-stm32f7.c                   | 182 +++++++++++++++------
 drivers/i2c/busses/i2c-tegra.c                     |  54 +++---
 drivers/misc/eeprom/Kconfig                        |   2 +-
 drivers/misc/eeprom/at24.c                         |   3 +
 22 files changed, 346 insertions(+), 137 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2019, 2:40 a.m. UTC | #1
The pull request you sent on Fri, 4 Jan 2019 12:06:44 +0100:

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

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

Thank you!