linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for 5.3
@ 2019-08-31 11:29 Wolfram Sang
  2019-08-31 18:15 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-08-31 11:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 2183 bytes --]

Linus,

I2C has a bunch of driver fixes and a core improvement to make the
on-going API transition more robust.

Pleas pull.

Thanks,

   Wolfram


The following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76:

  Linux 5.3-rc6 (2019-08-25 12:01:23 -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 abf4923e97c3abbbd1e59f0e13c7c214c93c6aaa:

  i2c: mediatek: disable zero-length transfers for mt8183 (2019-08-30 15:06:17 +0200)

----------------------------------------------------------------
Andrew Cooks (1):
      i2c: piix4: Fix port selection for AMD Family 16h Model 30h

Andy Shevchenko (1):
      i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()

Denis Efremov (1):
      MAINTAINERS: i2c mv64xxx: Update documentation path

Hsin-Yi Wang (1):
      i2c: mediatek: disable zero-length transfers for mt8183

Jarkko Nikula (1):
      i2c: designware: Synchronize IRQs when unregistering slave client

Lori Hikichi (1):
      i2c: iproc: Stop advertising support of SMBUS quick cmd

Wolfram Sang (1):
      i2c: make i2c_unregister_device() ERR_PTR safe


with much appreciated quality assurance from
----------------------------------------------------------------
Geert Uytterhoeven (1):
      (Rev.) i2c: make i2c_unregister_device() ERR_PTR safe

Jean Delvare (1):
      (Rev.) i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()

Pali Roh??r (1):
      (Rev.) i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()

Qii Wang (1):
      (Rev.) i2c: mediatek: disable zero-length transfers for mt8183

Ray Jui (1):
      (Rev.) i2c: iproc: Stop advertising support of SMBUS quick cmd

 MAINTAINERS                               |  2 +-
 drivers/i2c/busses/i2c-bcm-iproc.c        |  5 ++++-
 drivers/i2c/busses/i2c-designware-slave.c |  1 +
 drivers/i2c/busses/i2c-i801.c             | 15 ++++++++++++---
 drivers/i2c/busses/i2c-mt65xx.c           | 11 ++++++++++-
 drivers/i2c/busses/i2c-piix4.c            | 12 +++++-------
 drivers/i2c/i2c-core-base.c               |  2 +-
 7 files changed, 34 insertions(+), 14 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.3
  2019-08-31 11:29 [PULL REQUEST] i2c for 5.3 Wolfram Sang
@ 2019-08-31 18:15 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-08-31 18:15 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 31 Aug 2019 13:29:51 +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/eea173097dfbb44855e3cf03c09eb5a665c20438

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.3
  2019-08-17 14:12 Wolfram Sang
@ 2019-08-17 17:50 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-08-17 17:50 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.3
@ 2019-08-17 14:12 Wolfram Sang
  2019-08-17 17:50 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-08-17 14:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.3
  2019-08-03 19:02 Wolfram Sang
@ 2019-08-03 20:05 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-08-03 20:05 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 3 Aug 2019 21:02:06 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.3
@ 2019-08-03 19:02 Wolfram Sang
  2019-08-03 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-08-03 19:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1701 bytes --]

Linus,

here is a set of drivers fixes for the I2C subsystem.

Please pull.

Thanks,

   Wolfram


The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8eb9a2dff019055e4ff307bb7f8c64a7a20e79c8:

  i2c: s3c2410: Mark expected switch fall-through (2019-08-01 22:24:16 +0200)

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      i2c: s3c2410: Mark expected switch fall-through

Jean Delvare (1):
      eeprom: at24: make spd world-readable again

Micha?? Miros??aw (2):
      i2c: at91: disable TXRDY interrupt after sending data
      i2c: at91: fix clk_offset for sama5d2

Rayagonda Kokatanur (1):
      i2c: iproc: Fix i2c master read more than 63 bytes

Wolfram Sang (1):
      Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-current


with much appreciated quality assurance from
----------------------------------------------------------------
Kees Cook (1):
      (Rev.) i2c: s3c2410: Mark expected switch fall-through

Raag Jadav (1):
      (Test) i2c: at91: disable TXRDY interrupt after sending data

Ray Jui (1):
      (Rev.) i2c: iproc: Fix i2c master read more than 63 bytes

 drivers/i2c/busses/i2c-at91-core.c   |  2 +-
 drivers/i2c/busses/i2c-at91-master.c |  9 +++++----
 drivers/i2c/busses/i2c-bcm-iproc.c   | 10 ++++++----
 drivers/i2c/busses/i2c-s3c2410.c     |  1 +
 drivers/misc/eeprom/at24.c           |  2 +-
 5 files changed, 14 insertions(+), 10 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.3
  2019-07-15 21:37 Wolfram Sang
@ 2019-07-16  4:35 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-07-16  4:35 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Mon, 15 Jul 2019 23:37:03 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.3
@ 2019-07-15 21:37 Wolfram Sang
  2019-07-16  4:35 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-07-15 21:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 13415 bytes --]

Linus,

new stuff from the I2C world:

* in the core, getting irqs from ACPI is now similar to OF
* new driver for MediaTek MT7621/7628/7688 SoCs
* bcm2835, i801, and tegra drivers got some more attention
* GPIO API cleanups
* cleanups in the core headers
* lots of usual driver updates

There is a trivial merge conflict (SPDX header) in the meson driver.

Please pull.

Thanks,

   Wolfram


The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cc6b9dfb2c5769afeb3335048173c730bdf8dbe1:

  i2c: mt7621: Fix platform_no_drv_owner.cocci warnings (2019-07-06 17:04:32 +0200)

----------------------------------------------------------------
Ajay Gupta (5):
      i2c: nvidia-gpu: refactor master_xfer
      i2c: nvidia-gpu: add runtime pm support
      usb: typec: ucsi: ccg: enable runtime pm support
      i2c: nvidia-gpu: resume ccgx i2c client
      usb: typec: ucsi: ccg: add runtime pm workaround

Alexander Sverdlin (1):
      i2c: i801: Add Block Write-Block Read Process Call support

Andy Shevchenko (2):
      i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()
      i2c: i801: Use match_string() helper to simplify the code

Annaliese McDermond (3):
      i2c: bcm2835: Model Divider in CCF
      i2c: bcm2835: Move IRQ request after clock code in probe
      i2c: bcm2835: Ensure clock exists when probing

Anson Huang (1):
      i2c: imx: Use __maybe_unused instead of #if CONFIG_PM

Bartosz Golaszewski (3):
      eeprom: at24: use devm_i2c_new_dummy_device()
      eeprom: at24: drop unnecessary label
      eeprom: at24: modify a comment referring to platform data

Bitan Biswas (7):
      i2c: tegra: clean up macros
      i2c: tegra: remove unnecessary variable init
      i2c: tegra: fix alignment and spacing violations
      i2c: tegra: add spinlock definition comment
      i2c: tegra: fix msleep warning
      i2c: tegra: Add suspend-resume support
      i2c: tegra: remove BUG() macro

Charles Keepax (6):
      i2c: core: Allow whole core to use i2c_dev_irq_from_resources
      i2c: acpi: Use available IRQ helper functions
      i2c: acpi: Factor out getting the IRQ from ACPI
      i2c: core: Move ACPI IRQ handling to probe time
      i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
      i2c: core: Tidy up handling of init_irq

Fabrice Gasnier (3):
      i2c: stm32f7: fix the get_irq error cases
      i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support
      dt-bindings: i2c-stm32: document optional dmas

Gustavo A. R. Silva (3):
      eeprom: at24: use struct_size() in devm_kzalloc()
      i2c: mux: Use struct_size() in devm_kzalloc()
      i2c: mux: pinctrl: use flexible-array member and struct_size() helper

Jarkko Nikula (3):
      i2c: i801: Add support for Intel Elkhart Lake
      i2c: i801: Fix PCI ID sorting
      i2c: i801: Add support for Intel Tiger Lake

Jean Delvare (1):
      i2c: i801: Documentation update

Kamal Dasu (1):
      i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB

Lee Jones (2):
      i2c: qcom-geni: Signify successful driver probe
      i2c: qcom-geni: Provide support for ACPI

Linus Walleij (4):
      i2c: mux: arb-gpio: Rewrite to use GPIO descriptors
      i2c: s3c2410: Convert to use GPIO descriptors
      i2c: iop: Use GPIO descriptors
      i2c: mux/i801: Switch to use descriptor passing

Maxime Ripard (4):
      dt-bindings: i2c: sun6i-p2wi: Add YAML schemas
      dt-bindings: i2c: mv64xxx: Add YAML schemas
      dt-bindings: i2c: mv64xxx: Fix the example compatible
      dt-bindings: i2c: sun6i-p2wi: Fix the binding example

Neil Armstrong (1):
      i2c: meson: update with SPDX Licence identifier

Oliver O'Halloran (1):
      i2c: fsi: Create busses for all ports

Pali Roh??r (1):
      i2c: i801: Register optional lis3lv02d I2C device on Dell machines

Paul Cercueil (1):
      i2c: jz4780: Drop dependency on MACH_JZ4780

Peter Ujfalusi (1):
      dt-bindings: i2c: omap: Add new compatible for J721E SoCs

Rayagonda Kokatanur (1):
      i2c: iproc: Add multi byte read-write support for slave mode

Ruslan Babayev (1):
      i2c: acpi: export i2c_acpi_find_adapter_by_handle

Sagar Shrikant Kadam (3):
      dt-bindings: i2c: extend existing opencore bindings
      i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC
      i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC

Stefan Roese (2):
      dt-bindings: i2c: i2c-mt7621: Add bindings for MediaTek MT7621/28/88 I2C
      i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driver

Thierry Reding (1):
      i2c: tegra: Avoid error message on deferred probe

Vasyl Gomonovych (1):
      i2c: cpm: remove casting dma_alloc

Wolfram Sang (11):
      i2c: headers: don't use 'dev' as adapter variable
      i2c: headers: always have a named variable in arguments
      i2c: core: always have a named variable in arguments
      i2c: headers: update docs about I2C_CLIENT_*
      i2c: headers: reformat header comment and update copyright
      i2c: mux: add sysfs header
      i2c: mux: demux-pinctrl: use proper email address for ABI requests
      i2c: add newly exported functions to the header, too
      i2c: core: add sysfs header
      Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-5.3
      Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-5.3

YueHaibing (2):
      eeprom: at24: Remove set but not used variable 'addr'
      i2c: mt7621: Fix platform_no_drv_owner.cocci warnings


with much appreciated quality assurance from
----------------------------------------------------------------
Andrew Lunn (3):
      (Rev.) i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC
      (Rev.) i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC
      (Rev.) i2c: acpi: export i2c_acpi_find_adapter_by_handle

Andy Shevchenko (7):
      (Rev.) i2c: core: Tidy up handling of init_irq
      (Rev.) i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
      (Rev.) i2c: core: Move ACPI IRQ handling to probe time
      (Rev.) i2c: acpi: Factor out getting the IRQ from ACPI
      (Rev.) i2c: acpi: Use available IRQ helper functions
      (Rev.) i2c: core: Allow whole core to use i2c_dev_irq_from_resources
      (Rev.) i2c: mux/i801: Switch to use descriptor passing

Bartosz Golaszewski (1):
      (Rev.) i2c: add newly exported functions to the header, too

Dmitry Osipenko (8):
      (Rev.) i2c: tegra: remove BUG() macro
      (Test) i2c: tegra: remove BUG() macro
      (Rev.) i2c: tegra: Add suspend-resume support
      (Rev.) i2c: tegra: fix msleep warning
      (Rev.) i2c: tegra: add spinlock definition comment
      (Rev.) i2c: tegra: fix alignment and spacing violations
      (Rev.) i2c: tegra: remove unnecessary variable init
      (Rev.) i2c: tegra: clean up macros

Dong Aisheng (1):
      (Rev.) i2c: imx: Use __maybe_unused instead of #if CONFIG_PM

Douglas Anderson (1):
      (Rev.) i2c: mux: arb-gpio: Rewrite to use GPIO descriptors

Eddie James (1):
      (Rev.) i2c: fsi: Create busses for all ports

Eric Anholt (1):
      (Rev.) i2c: bcm2835: Model Divider in CCF

Jarkko Nikula (1):
      (Rev.) i2c: i801: Documentation update

Jean Delvare (7):
      (Rev.) i2c: i801: Add support for Intel Tiger Lake
      (Rev.) i2c: i801: Fix PCI ID sorting
      (Rev.) i2c: i801: Add support for Intel Elkhart Lake
      (Rev.) i2c: i801: Add Block Write-Block Read Process Call support
      (Rev.) i2c: i801: Use match_string() helper to simplify the code
      (Rev.) i2c: i801: Register optional lis3lv02d I2C device on Dell machines
      (Rev.) i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB

Kieran Bingham (1):
      (Rev.) i2c: add newly exported functions to the header, too

Marek Szyprowski (1):
      (Test) i2c: mux: arb-gpio: Rewrite to use GPIO descriptors

Mika Westerberg (7):
      (Rev.) i2c: core: Tidy up handling of init_irq
      (Rev.) i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
      (Rev.) i2c: core: Move ACPI IRQ handling to probe time
      (Rev.) i2c: acpi: Factor out getting the IRQ from ACPI
      (Rev.) i2c: acpi: Use available IRQ helper functions
      (Rev.) i2c: core: Allow whole core to use i2c_dev_irq_from_resources
      (Rev.) i2c: mux/i801: Switch to use descriptor passing

Pali Roh??r (2):
      (Rev.) i2c: i801: Use match_string() helper to simplify the code
      (Rev.) i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()

Pierre-Yves MORDRET (3):
      (Rev.) dt-bindings: i2c-stm32: document optional dmas
      (Rev.) i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support
      (Rev.) i2c: stm32f7: fix the get_irq error cases

Ray Jui (1):
      (Rev.) i2c: iproc: Add multi byte read-write support for slave mode

Ren?? van Dorst (1):
      (Test) i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driver

Rob Herring (5):
      (Rev.) dt-bindings: i2c: sun6i-p2wi: Fix the binding example
      (Rev.) dt-bindings: i2c: mv64xxx: Fix the example compatible
      (Rev.) dt-bindings: i2c: mv64xxx: Add YAML schemas
      (Rev.) dt-bindings: i2c: sun6i-p2wi: Add YAML schemas
      (Rev.) dt-bindings: i2c: extend existing opencore bindings

Simon Horman (1):
      (Rev.) i2c: mux: demux-pinctrl: use proper email address for ABI requests

Stefan Roese (1):
      (Rev.) i2c: mt7621: Fix platform_no_drv_owner.cocci warnings

Wolfram Sang (1):
      (Rev.) eeprom: at24: use devm_i2c_new_dummy_device()

 .../ABI/testing/sysfs-platform-i2c-demux-pinctrl   |   4 +-
 .../bindings/i2c/allwinner,sun6i-a31-p2wi.yaml     |  65 ++++
 .../devicetree/bindings/i2c/i2c-mt7621.txt         |  25 ++
 .../devicetree/bindings/i2c/i2c-mv64xxx.txt        |  64 ----
 .../devicetree/bindings/i2c/i2c-ocores.txt         |   9 +-
 Documentation/devicetree/bindings/i2c/i2c-omap.txt |   1 +
 .../devicetree/bindings/i2c/i2c-stm32.txt          |   2 +
 .../devicetree/bindings/i2c/i2c-sun6i-p2wi.txt     |  41 ---
 .../bindings/i2c/marvell,mv64xxx-i2c.yaml          | 124 +++++++
 Documentation/i2c/busses/i2c-i801                  |  20 +-
 MAINTAINERS                                        |   7 +
 arch/arm/include/asm/hardware/iop3xx.h             |   2 +
 arch/arm/mach-iop32x/em7210.c                      |   3 +
 arch/arm/mach-iop32x/glantank.c                    |   3 +
 arch/arm/mach-iop32x/iq31244.c                     |   3 +
 arch/arm/mach-iop32x/iq80321.c                     |   3 +
 arch/arm/mach-iop32x/n2100.c                       |   2 +
 arch/arm/plat-iop/i2c.c                            |  24 ++
 drivers/gpio/gpio-iop.c                            |   1 +
 drivers/i2c/busses/Kconfig                         |  13 +-
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-bcm-iproc.c                 | 117 +++----
 drivers/i2c/busses/i2c-bcm2835.c                   | 135 ++++++--
 drivers/i2c/busses/i2c-cpm.c                       |   4 +-
 drivers/i2c/busses/i2c-fsi.c                       |  32 +-
 drivers/i2c/busses/i2c-i801.c                      | 206 +++++++++++-
 drivers/i2c/busses/i2c-imx.c                       |  11 +-
 drivers/i2c/busses/i2c-iop3xx.c                    |  32 +-
 drivers/i2c/busses/i2c-iop3xx.h                    |   2 +
 drivers/i2c/busses/i2c-meson.c                     |   5 +-
 drivers/i2c/busses/i2c-mt7621.c                    | 356 +++++++++++++++++++++
 drivers/i2c/busses/i2c-nvidia-gpu.c                |  64 +++-
 drivers/i2c/busses/i2c-ocores.c                    |  33 +-
 drivers/i2c/busses/i2c-qcom-geni.c                 |  17 +-
 drivers/i2c/busses/i2c-s3c2410.c                   |  47 +--
 drivers/i2c/busses/i2c-stm32f7.c                   |  32 +-
 drivers/i2c/busses/i2c-tegra.c                     | 136 +++++---
 drivers/i2c/i2c-core-acpi.c                        |  61 ++--
 drivers/i2c/i2c-core-base.c                        |  20 +-
 drivers/i2c/i2c-core-of.c                          |   1 +
 drivers/i2c/i2c-core.h                             |   9 +
 drivers/i2c/i2c-mux.c                              |   4 +-
 drivers/i2c/muxes/i2c-arb-gpio-challenge.c         |  79 ++---
 drivers/i2c/muxes/i2c-mux-gpio.c                   | 116 ++-----
 drivers/i2c/muxes/i2c-mux-pinctrl.c                |   5 +-
 drivers/misc/eeprom/at24.c                         |  86 ++---
 drivers/platform/x86/dell-smo8800.c                |   1 +
 drivers/usb/typec/ucsi/ucsi.c                      |  10 +
 drivers/usb/typec/ucsi/ucsi.h                      |   1 +
 drivers/usb/typec/ucsi/ucsi_ccg.c                  | 118 ++++++-
 include/linux/i2c.h                                |  99 +++---
 include/linux/platform_data/i2c-mux-gpio.h         |   7 -
 52 files changed, 1614 insertions(+), 649 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt7621.txt
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-sun6i-p2wi.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
 create mode 100644 drivers/i2c/busses/i2c-mt7621.c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-31 18:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-31 11:29 [PULL REQUEST] i2c for 5.3 Wolfram Sang
2019-08-31 18:15 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-08-17 14:12 Wolfram Sang
2019-08-17 17:50 ` pr-tracker-bot
2019-08-03 19:02 Wolfram Sang
2019-08-03 20:05 ` pr-tracker-bot
2019-07-15 21:37 Wolfram Sang
2019-07-16  4:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).