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

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

Linus,

The I2C pull request contains this time:

* the I2C core gained helpers to assist drivers in handling their
  suspended state, and drivers were converted to use it
* two new fault-injectors for stress-testing
* bigger refactoring and feature improvements for the ocores, sh_mobile,
  and tegra drivers
* platform_data removal for the at24 EEPROM driver
* and various improvements and bugfixes all over the subsystem

Please pull.

Thanks,

   Wolfram


The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 93b6604c5a669d84e45fe5129294875bf82eb1ff:

  i2c: Allow recovery of the initial IRQ by an I2C client device. (2019-02-24 14:43:22 +0100)

----------------------------------------------------------------
Andrew Lunn (2):
      i2c: ocores: Add support for IO mapper registers.
      i2c: ocores: Add support for bus clock via platform data

Andy Shevchenko (1):
      i2c: acpi: Move I2C bits from acpi.h to i2c.h

Bartosz Golaszewski (15):
      ARM: davinci: da850-evm: remove dead MTD code
      ARM: davinci: mityomapl138: don't read the MAC address from machine code
      ARM: davinci: dm365-evm: use device properties for at24 eeprom
      ARM: davinci: da830-evm: use device properties for at24 eeprom
      ARM: davinci: dm644x-evm: use device properties for at24 eeprom
      ARM: davinci: dm646x-evm: use device properties for at24 eeprom
      ARM: davinci: sffsdr: fix the at24 eeprom device name
      ARM: davinci: sffsdr: use device properties for at24 eeprom
      ARM: davinci: remove dead code related to MAC address reading
      ARM: davinci: mityomapl138: use nvmem notifiers
      ARM: davinci: mityomapl138: use device properties for at24 eeprom
      Merge branch 'v5.1/eeprom-for-bartosz' of git://git.kernel.org/.../nsekhar/linux-davinci into at24/for-next
      eeprom: at24: remove at24_platform_data
      dt-bindings: at24: add the 'num-addresses' property
      eeprom: at24: implement support for 'num-addresses' property

Chengguang Xu (1):
      i2c: expand minor range when registering chrdev region

Colin Ian King (1):
      i2c: tegra: change phrasing, "fallbacking" to "falling back"

Federico Vaga (5):
      i2c: ocores: stop transfer on timeout
      i2c: ocores: do not handle IRQ if IF is not set
      i2c: ocores: add polling interface
      i2c: ocores: add SPDX tag
      i2c: ocores: checkpatch fixes

Geert Uytterhoeven (1):
      i2c: rcar: Fix clients using i2c from suspend callback

Hans de Goede (1):
      i2c: designware: Do not allow i2c_dw_xfer() calls while suspended

Jae Hyun Yoo (2):
      i2c: aspeed: Remove hard-coded bus timeout value setting
      i2c: aspeed: Add multi-master use case support

Jim Broadus (1):
      i2c: Allow recovery of the initial IRQ by an I2C client device.

John Sperbeck (1):
      i2c: core-smbus: don't trace smbus_reply data on errors

Jonathan Hunter (1):
      i2c: tegra: Only display error messages if DMA setup fails

Linus Walleij (3):
      i2c: Add DT bindings for Xscale I2C masters
      i2c: iop3xx: Add device tree probing
      i2c: cbus-gpio: Switch to use GPIO descriptors

Oleksij Rempel (2):
      i2c: imx: notify about real errors on dma i2c_imx_dma_request
      i2c: imx: improve the error handling in i2c_imx_dma_request()

Sowjanya Komatineni (9):
      i2c: tegra: sort all the include headers alphabetically
      i2c: tegra: add bus clear Master Support
      i2c: tegra: fix maximum transfer size
      i2c: tegra: update maximum transfer size
      i2c: tegra: Add DMA support
      i2c: tegra: update transfer timeout
      i2c: tegra: add i2c interface timing support
      i2c: tegra: remove master fifo support on tegra186
      i2c: tegra: remove multi-master support

Thierry Reding (1):
      i2c: of: Try to find an I2C adapter matching the parent

Wolfram Sang (32):
      i2c: add suspended flag and accessors for i2c adapters
      i2c: synquacer: remove unused is_suspended flag
      i2c: brcmstb: use core helper to mark adapter suspended
      i2c: zx2967: use core helper to mark adapter suspended
      i2c: sprd: don't use pdev as variable name for struct device *
      i2c: sprd: use core helper to mark adapter suspended
      i2c: exynos5: use core helper to mark adapter suspended
      i2c: s3c2410: use core helper to mark adapter suspended
      i2c: rcar: add suspend/resume support
      i2c: sh_mobile: simplify sending address for RX
      i2c: sh_mobile: remove get_data function
      i2c: sh_mobile: drop 'data' argument from i2c_op function
      i2c: sh_mobile: remove is_first_byte function
      i2c: sh_mobile: replace break; with if-block
      i2c: sh_mobile: refactor rx isr
      i2c: sh_mobile: update copyright and comments
      i2c: algo-bit: include main i2c header
      i2c: algo-bit: convert to SPDX header
      i2c: gpio: sort includes
      i2c: gpio: fault-injector: sort debugfs files alphabetically
      i2c: gpio: fault-injector: better SPHINX style in docs
      i2c: rcar: comment maintenance
      i2c: sh_mobile: sort compatible entries
      i2c: sh_mobile: use new clock calculation formulas for Gen3
      i2c: sh_mobile: use new clock calculation formulas for Gen2
      i2c: gpio: merge two very similar comments
      i2c: rcar: refactor TCYC handling
      Merge branch 'i2c/for-current' into i2c/for-5.1
      Merge tag 'at24-5.1-updates-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-5.1
      i2c: gpio: fault-injector: add 'lose_arbitration' injector
      i2c: gpio: fault-injector: add 'inject_panic' injector
      i2c: ocores: turn incomplete kdoc into a comment

YueHaibing (1):
      i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()

qii wang (3):
      dt-bindings: i2c: Add Mediatek MT7629 i2c binding
      i2c: mediatek: speeds is replaced by macros definitions
      i2c: mediatek: remove completion_done()


with much appreciated quality assurance from
----------------------------------------------------------------
Aaro Koskinen (1):
      (Test) i2c: cbus-gpio: Switch to use GPIO descriptors

Andrew Lunn (6):
      (Rev.) i2c: ocores: turn incomplete kdoc into a comment
      (Rev.) i2c: ocores: checkpatch fixes
      (Rev.) i2c: ocores: add SPDX tag
      (Test) i2c: ocores: add polling interface
      (Rev.) i2c: ocores: do not handle IRQ if IF is not set
      (Rev.) i2c: ocores: stop transfer on timeout

Andy Shevchenko (6):
      (Rev.) i2c: designware: Do not allow i2c_dw_xfer() calls while suspended
      (Rev.) ARM: davinci: sffsdr: use device properties for at24 eeprom
      (Rev.) ARM: davinci: dm646x-evm: use device properties for at24 eeprom
      (Rev.) ARM: davinci: dm644x-evm: use device properties for at24 eeprom
      (Rev.) ARM: davinci: da830-evm: use device properties for at24 eeprom
      (Rev.) ARM: davinci: dm365-evm: use device properties for at24 eeprom

Baolin Wang (2):
      (Rev.) i2c: sprd: use core helper to mark adapter suspended
      (Rev.) i2c: sprd: don't use pdev as variable name for struct device *

Benjamin Tissoires (1):
      (Rev.) i2c: Allow recovery of the initial IRQ by an I2C client device.

Brendan Higgins (2):
      (Rev.) i2c: aspeed: Add multi-master use case support
      (Rev.) i2c: aspeed: Remove hard-coded bus timeout value setting

Charles Keepax (1):
      (Rev.) i2c: Allow recovery of the initial IRQ by an I2C client device.

Dmitry Osipenko (10):
      (Rev.) i2c: tegra: Only display error messages if DMA setup fails
      (Rev.) i2c: tegra: add i2c interface timing support
      (Test) i2c: tegra: add i2c interface timing support
      (Rev.) i2c: tegra: update transfer timeout
      (Rev.) i2c: tegra: Add DMA support
      (Test) i2c: tegra: Add DMA support
      (Rev.) i2c: tegra: update maximum transfer size
      (Rev.) i2c: tegra: fix maximum transfer size
      (Rev.) i2c: tegra: add bus clear Master Support
      (Rev.) i2c: tegra: sort all the include headers alphabetically

Geert Uytterhoeven (10):
      (Rev.) i2c: gpio: merge two very similar comments
      (Rev.) i2c: sh_mobile: use new clock calculation formulas for Gen2
      (Rev.) i2c: sh_mobile: use new clock calculation formulas for Gen3
      (Rev.) i2c: sh_mobile: sort compatible entries
      (Rev.) i2c: sh_mobile: refactor rx isr
      (Rev.) i2c: sh_mobile: replace break; with if-block
      (Rev.) i2c: sh_mobile: remove is_first_byte function
      (Rev.) i2c: sh_mobile: drop 'data' argument from i2c_op function
      (Rev.) i2c: sh_mobile: remove get_data function
      (Rev.) i2c: sh_mobile: simplify sending address for RX

Joel Stanley (1):
      (Rev.) i2c: aspeed: Remove hard-coded bus timeout value setting

Kamal Dasu (1):
      (Rev.) i2c: brcmstb: use core helper to mark adapter suspended

Marek Szyprowski (2):
      (Test) i2c: s3c2410: use core helper to mark adapter suspended
      (Test) i2c: exynos5: use core helper to mark adapter suspended

Nicolas Boichat (1):
      (Rev.) i2c: mediatek: speeds is replaced by macros definitions

Oleksij Rempel (1):
      (Rev.) i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()

Rob Herring (1):
      (Rev.) dt-bindings: i2c: Add Mediatek MT7629 i2c binding

Simon Horman (7):
      (Rev.) i2c: rcar: refactor TCYC handling
      (Rev.) i2c: sh_mobile: use new clock calculation formulas for Gen3
      (Rev.) i2c: sh_mobile: sort compatible entries
      (Rev.) i2c: rcar: comment maintenance
      (Rev.) i2c: gpio: sort includes
      (Rev.) i2c: algo-bit: convert to SPDX header
      (Rev.) i2c: algo-bit: include main i2c header

Steven Rostedt (VMware) (1):
      (Rev.) i2c: core-smbus: don't trace smbus_reply data on errors

Tristan Bastian (1):
      (Test) i2c: of: Try to find an I2C adapter matching the parent

Uwe Kleine-K??nig (1):
      (Rev.) i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()

 Documentation/devicetree/bindings/eeprom/at24.txt  |   3 +
 Documentation/devicetree/bindings/i2c/i2c-mtk.txt  |   1 +
 .../devicetree/bindings/i2c/i2c-xscale.txt         |  20 +
 Documentation/i2c/fault-codes                      |   4 +
 Documentation/i2c/gpio-fault-injection             |  61 +-
 MAINTAINERS                                        |   1 -
 arch/arm/mach-davinci/board-da830-evm.c            |  13 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  28 -
 arch/arm/mach-davinci/board-dm365-evm.c            |  13 +-
 arch/arm/mach-davinci/board-dm644x-evm.c           |  13 +-
 arch/arm/mach-davinci/board-dm646x-evm.c           |  13 +-
 arch/arm/mach-davinci/board-mityomapl138.c         |  38 +-
 arch/arm/mach-davinci/board-sffsdr.c               |  13 +-
 arch/arm/mach-davinci/common.c                     |  15 -
 arch/arm/mach-omap1/board-nokia770.c               |  18 +-
 drivers/i2c/algos/i2c-algo-bit.c                   |  25 +-
 drivers/i2c/busses/i2c-aspeed.c                    | 120 +++-
 drivers/i2c/busses/i2c-brcmstb.c                   |  13 +-
 drivers/i2c/busses/i2c-cbus-gpio.c                 |  80 +--
 drivers/i2c/busses/i2c-designware-core.h           |   2 +
 drivers/i2c/busses/i2c-designware-master.c         |   6 +
 drivers/i2c/busses/i2c-designware-pcidrv.c         |   7 +-
 drivers/i2c/busses/i2c-designware-platdrv.c        |   3 +
 drivers/i2c/busses/i2c-exynos5.c                   |  11 +-
 drivers/i2c/busses/i2c-gpio.c                      | 134 +++-
 drivers/i2c/busses/i2c-imx.c                       |  37 +-
 drivers/i2c/busses/i2c-iop3xx.c                    |   8 +
 drivers/i2c/busses/i2c-mt65xx.c                    |   6 +-
 drivers/i2c/busses/i2c-ocores.c                    | 308 +++++++--
 drivers/i2c/busses/i2c-rcar.c                      |  49 +-
 drivers/i2c/busses/i2c-s3c2410.c                   |   8 +-
 drivers/i2c/busses/i2c-sh_mobile.c                 | 121 ++--
 drivers/i2c/busses/i2c-sprd.c                      |  34 +-
 drivers/i2c/busses/i2c-synquacer.c                 |   5 -
 drivers/i2c/busses/i2c-tegra.c                     | 740 ++++++++++++++++++---
 drivers/i2c/busses/i2c-zx2967.c                    |   8 +-
 drivers/i2c/i2c-core-base.c                        |  12 +-
 drivers/i2c/i2c-core-of.c                          |  14 +-
 drivers/i2c/i2c-core-smbus.c                       |   2 +-
 drivers/i2c/i2c-dev.c                              |   2 +-
 drivers/misc/eeprom/at24.c                         | 169 +++--
 include/linux/acpi.h                               |  11 -
 include/linux/davinci_emac.h                       |   1 -
 include/linux/i2c-algo-bit.h                       |  33 +-
 include/linux/i2c.h                                |  45 ++
 include/linux/platform_data/at24.h                 |  60 --
 include/linux/platform_data/i2c-cbus-gpio.h        |  27 -
 include/linux/platform_data/i2c-ocores.h           |   6 +-
 include/trace/events/smbus.h                       |   6 +-
 49 files changed, 1607 insertions(+), 760 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-xscale.txt
 delete mode 100644 include/linux/platform_data/at24.h
 delete mode 100644 include/linux/platform_data/i2c-cbus-gpio.h

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

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

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

The pull request you sent on Tue, 5 Mar 2019 23:54:11 +0100:

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

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

Thank you!

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

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

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

The pull request you sent on Fri, 3 May 2019 18:21:42 +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/82463436a7fa40345c6febf0baa4c954af506ca6

Thank you!

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

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

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

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

Linus,

here are I2C driver bugfixes and a MAINTAINERS update for you.

Please pull.

Thanks,

   Wolfram


The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:

  Linux 5.1-rc6 (2019-04-21 10:45:57 -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 72bfcee11cf89509795c56b0e40a3785ab00bbdd:

  i2c: Prevent runtime suspend of adapter when Host Notify is required (2019-05-02 18:42:15 +0200)

----------------------------------------------------------------
Anson Huang (1):
      i2c: imx: correct the method of getting private data in notifier_call

Ard Biesheuvel (1):
      i2c: synquacer: fix enumeration of slave devices

Jarkko Nikula (1):
      i2c: Prevent runtime suspend of adapter when Host Notify is required

Wolfram Sang (2):
      i2c: designware: ratelimit 'transfer when suspended' errors
      MAINTAINERS: friendly takeover of i2c-gpio driver


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: designware: ratelimit 'transfer when suspended' errors

Dong Aisheng (1):
      (Rev.) i2c: imx: correct the method of getting private data in notifier_call

Keijo Vaara (1):
      (Test) i2c: Prevent runtime suspend of adapter when Host Notify is required

skidnik (1):
      (Test) i2c: designware: ratelimit 'transfer when suspended' errors

 MAINTAINERS                                | 2 +-
 drivers/i2c/busses/i2c-designware-master.c | 3 +--
 drivers/i2c/busses/i2c-imx.c               | 4 ++--
 drivers/i2c/busses/i2c-synquacer.c         | 2 ++
 drivers/i2c/i2c-core-base.c                | 4 ++++
 5 files changed, 10 insertions(+), 5 deletions(-)

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

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

* Re: [PULL REQUEST] i2c for 5.1
  2019-04-06 21:30 Wolfram Sang
@ 2019-04-06 21:55 ` pr-tracker-bot
  0 siblings, 0 replies; 10+ messages in thread
From: pr-tracker-bot @ 2019-04-06 21:55 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 6 Apr 2019 23:30:43 +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/faac51ddac4575880f20e5c70fa1d50401dd940a

Thank you!

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

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

* [PULL REQUEST] i2c for 5.1
@ 2019-04-06 21:30 Wolfram Sang
  2019-04-06 21:55 ` pr-tracker-bot
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfram Sang @ 2019-04-06 21:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

I2C has a simple but wanted driver bugfix.

Please pull.

Thanks,

   Wolfram


The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -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 3ace6891ce8bb9e1267358cb58f93b4fd8b72b69:

  i2c: imx: don't leak the i2c adapter on error (2019-04-06 17:54:28 +0200)

----------------------------------------------------------------
Laurentiu Tudor (1):
      i2c: imx: don't leak the i2c adapter on error


with much appreciated quality assurance from
----------------------------------------------------------------
Mukesh Ojha (1):
      (Rev.) i2c: imx: don't leak the i2c adapter on error

Uwe Kleine-König (1):
      (Rev.) i2c: imx: don't leak the i2c adapter on error

 drivers/i2c/busses/i2c-imx.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

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

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

The pull request you sent on Fri, 29 Mar 2019 16:16:50 +0100:

> 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/4ad528360cf6455bfaaf9164350ed74cbfadc7c5

Thank you!

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

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

* [PULL REQUEST] i2c for 5.1
@ 2019-03-29 15:16 Wolfram Sang
  2019-03-29 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfram Sang @ 2019-03-29 15:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

I2C has for you:

A new ID for the i801 driver and some Documentation fixes to make it
easier for people to find the bindings (which is also a basis for
further improvements in that area).

Please pull.

Thanks,

   Wolfram


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -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 080a910414659dfd18ffaf60a1e95b96c3f50eab:

  i2c: wmt: make bindings file name match the driver (2019-03-27 14:20:20 +0100)

----------------------------------------------------------------
Jarkko Nikula (1):
      i2c: i801: Add support for Intel Comet Lake

Wolfram Sang (5):
      i2c: iop3xx: make bindings file name match the driver
      i2c: mt65xx: make bindings file name match the driver
      i2c: stu300: make bindings file name match the driver
      i2c: sun6i-p2wi: make bindings file name match the driver
      i2c: wmt: make bindings file name match the driver


with much appreciated quality assurance from
----------------------------------------------------------------
Jean Delvare (1):
      (Rev.) i2c: i801: Add support for Intel Comet Lake

 .../devicetree/bindings/i2c/{i2c-xscale.txt => i2c-iop3xx.txt}        | 0
 Documentation/devicetree/bindings/i2c/{i2c-mtk.txt => i2c-mt65xx.txt} | 0
 .../devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt}     | 0
 .../bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt}           | 0
 Documentation/devicetree/bindings/i2c/{i2c-vt8500.txt => i2c-wmt.txt} | 0
 Documentation/i2c/busses/i2c-i801                                     | 1 +
 drivers/i2c/busses/Kconfig                                            | 1 +
 drivers/i2c/busses/i2c-i801.c                                         | 4 ++++
 8 files changed, 6 insertions(+)
 rename Documentation/devicetree/bindings/i2c/{i2c-xscale.txt => i2c-iop3xx.txt} (100%)
 rename Documentation/devicetree/bindings/i2c/{i2c-mtk.txt => i2c-mt65xx.txt} (100%)
 rename Documentation/devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt} (100%)
 rename Documentation/devicetree/bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt} (100%)
 rename Documentation/devicetree/bindings/i2c/{i2c-vt8500.txt => i2c-wmt.txt} (100%)

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

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

* Re: [PULL REQUEST] i2c for 5.1
  2019-03-15 11:00 Wolfram Sang
@ 2019-03-15 21:45 ` pr-tracker-bot
  0 siblings, 0 replies; 10+ messages in thread
From: pr-tracker-bot @ 2019-03-15 21:45 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Fri, 15 Mar 2019 12:00:14 +0100:

> 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/51b1ac0fa2403d1db009189122c17b7c1ea37b33

Thank you!

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

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

* [PULL REQUEST] i2c for 5.1
@ 2019-03-15 11:00 Wolfram Sang
  2019-03-15 21:45 ` pr-tracker-bot
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfram Sang @ 2019-03-15 11:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

I2C has a set of driver bugfixes and an improvement for a core helper which
would be nice to have in your tree before rc1.

Please pull.

Thanks,

   Wolfram


The following changes since commit ea295481b6e313b4ea3ca2720ffcafd6005b5643:

  Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax (2019-03-11 20:06:18 -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 cd86d1403bb4c80e443d736b2a692cbf68a9f471:

  i2c: i2c-designware-platdrv: Always use a dynamic adapter number (2019-03-13 18:07:10 +0100)

----------------------------------------------------------------
Hans de Goede (2):
      i2c: i2c-designware-platdrv: Cleanup setting of the adapter number
      i2c: i2c-designware-platdrv: Always use a dynamic adapter number

Hiromitsu Yamasaki (1):
      i2c: rcar: fix concurrency issue related to ICDMAER

Hsin-Yi Wang (1):
      i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()

Louis Taylor (1):
      i2c: sis630: correct format strings

Nicolas Le Bayon (1):
      i2c: i2c-stm32f7: Fix SDADEL minimum formula

Wolfram Sang (2):
      i2c: rcar: explain the lockless design
      i2c: add extra check to safe DMA buffer helper


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: i2c-designware-platdrv: Cleanup setting of the adapter number

Hsin-Yi Wang (1):
      (Rev.) i2c: add extra check to safe DMA buffer helper

Jean Delvare (1):
      (Rev.) i2c: sis630: correct format strings

Nick Desaulniers (1):
      (Rev.) i2c: sis630: correct format strings

Pierre-Yves MORDRET (1):
      (Rev.) i2c: i2c-stm32f7: Fix SDADEL minimum formula

Simon Horman (2):
      (Rev.) i2c: rcar: explain the lockless design
      (Rev.) i2c: rcar: fix concurrency issue related to ICDMAER

 drivers/i2c/busses/i2c-designware-platdrv.c |  7 +++----
 drivers/i2c/busses/i2c-mt65xx.c             |  8 ++++----
 drivers/i2c/busses/i2c-rcar.c               | 15 ++++++++++++---
 drivers/i2c/busses/i2c-sis630.c             |  4 ++--
 drivers/i2c/busses/i2c-stm32f7.c            |  2 +-
 drivers/i2c/i2c-core-base.c                 |  9 +++++++--
 6 files changed, 29 insertions(+), 16 deletions(-)

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

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

end of thread, other threads:[~2019-05-03 19:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 22:54 [PULL REQUEST] i2c for 5.1 Wolfram Sang
2019-03-08 18:35 ` pr-tracker-bot
2019-03-15 11:00 Wolfram Sang
2019-03-15 21:45 ` pr-tracker-bot
2019-03-29 15:16 Wolfram Sang
2019-03-29 22:15 ` pr-tracker-bot
2019-04-06 21:30 Wolfram Sang
2019-04-06 21:55 ` pr-tracker-bot
2019-05-03 16:21 Wolfram Sang
2019-05-03 19:05 ` 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).