linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for 5.9
@ 2020-10-03  5:32 Wolfram Sang
  2020-10-03 19:58 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-10-03  5:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

some more driver fixes from I2C.

Please pull.

Thanks,

   Wolfram


The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -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 8947efc077168c53b84d039881a7c967086a248a:

  i2c: npcm7xx: Clear LAST bit after a failed transaction. (2020-09-27 20:05:27 +0200)

----------------------------------------------------------------
Jean Delvare (1):
      i2c: i801: Exclude device from suspend direct complete optimization

Nicolas VINCENT (1):
      i2c: cpm: Fix i2c_ram structure

Tali Perry (1):
      i2c: npcm7xx: Clear LAST bit after a failed transaction.

 drivers/i2c/busses/i2c-cpm.c     | 3 +++
 drivers/i2c/busses/i2c-i801.c    | 1 +
 drivers/i2c/busses/i2c-npcm7xx.c | 9 +++++++++
 3 files changed, 13 insertions(+)

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

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

* Re: [PULL REQUEST] i2c for 5.9
  2020-10-03  5:32 [PULL REQUEST] i2c for 5.9 Wolfram Sang
@ 2020-10-03 19:58 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-10-03 19:58 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 Oct 2020 07:32:34 +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/f35c08e0bb9dfab1bb5b9c244149bcb150bebf67

Thank you!

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

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

* Re: [PULL REQUEST] i2c for 5.9
  2020-09-19 16:02 Wolfram Sang
@ 2020-09-20  1:41 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-09-20  1:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 19 Sep 2020 18:02:06 +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/c8d1a46f943877c08d1154a6f90f43a245a671cf

Thank you!

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

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

* [PULL REQUEST] i2c for 5.9
@ 2020-09-19 16:02 Wolfram Sang
  2020-09-20  1:41 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-09-19 16:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

here is another bunch of fixes for I2C. Only Jean's i801 patch is a
cleanup on top of Volker's i801 patch, but it will make dependency
handling much easier if those two go together.

Please pull.

Thanks,

   Wolfram


The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -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 6eb158ec0a45dbfd98bc6971c461b7d4d5bf61b3:

  i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK (2020-09-18 23:11:44 +0200)

----------------------------------------------------------------
Eddie James (1):
      i2c: aspeed: Mask IRQ status to relevant bits

Hans de Goede (1):
      i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()

Jean Delvare (1):
      i2c: i801: Simplify the suspend callback

Matthias Schiffer (1):
      i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK

Qii Wang (2):
      i2c: mediatek: Fix generic definitions for bus frequency
      i2c: mediatek: Send i2c master code at more than 1MHz

Volker Rümelin (1):
      i2c: i801: Fix resume bug

 drivers/i2c/busses/i2c-aspeed.c |  2 ++
 drivers/i2c/busses/i2c-i801.c   | 26 ++++++++++++++++----------
 drivers/i2c/busses/i2c-mt65xx.c |  6 +++---
 drivers/i2c/busses/i2c-mxs.c    | 10 +++++++---
 drivers/i2c/i2c-core-base.c     |  2 +-
 5 files changed, 29 insertions(+), 17 deletions(-)

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

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

* Re: [PULL REQUEST] i2c for 5.9
  2020-08-13 21:09 Wolfram Sang
@ 2020-08-14  1:44 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-08-14  1:44 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Thu, 13 Aug 2020 23:09:06 +0200:

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

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

Thank you!

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

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

* [PULL REQUEST] i2c for 5.9
@ 2020-08-13 21:09 Wolfram Sang
  2020-08-14  1:44 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-08-13 21:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

likely because of the holiday season, the I2C pull request is quite smaller
this time. Main features:

* bus recovery can now be given a pinctrl handle and the I2C core will
  do all the steps to switch to/from GPIO which can save quite some
  boilerplate code from drivers

* "fallthrough" conversion

* driver updates, mostly ID additions

Quite a list of reviewers, thanks everyone!

Regards,

   Wolfram


The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b1eef236f50ba6afea680da039ef3a2ca9c43d11:

  i2c: iproc: fix race between client unreg and isr (2020-08-12 22:03:58 +0200)

----------------------------------------------------------------
Alexander A. Klimov (1):
      i2c: bcm2835: Replace HTTP links with HTTPS ones

Codrin Ciubotariu (4):
      dt-bindings: i2c: add generic properties for GPIO bus recovery
      i2c: core: add generic I2C GPIO recovery
      i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOs
      i2c: at91: Move to generic GPIO bus recovery

Dhananjay Phadke (1):
      i2c: iproc: fix race between client unreg and isr

Eddie James (1):
      i2c: fsi: Prevent adding adapters for ports without dts nodes

Gustavo A. R. Silva (1):
      i2c: busses: Use fallthrough pseudo-keyword

Jarkko Nikula (2):
      i2c: Use separate MODULE_AUTHOR() statements for multiple authors
      i2c: i801: Add support for Intel Tiger Lake PCH-H

John Keeping (1):
      i2c: rk3x: support master_xfer_atomic

Lad Prabhakar (2):
      dt-bindings: i2c: renesas,i2c: Document r8a774e1 support
      dt-bindings: i2c: renesas,iic: Document r8a774e1 support

Matthias Brugger (1):
      i2c: mediatek: Fix i2c_spec_values description

Mika Westerberg (1):
      i2c: i801: Add support for Intel Emmitsburg PCH

Qii Wang (4):
      i2c: mediatek: Add apdma sync in i2c driver
      i2c: mediatek: Add access to more than 8GB dram in i2c driver
      dt-bindings: i2c: update bindings for MT8192 SoC
      i2c: mediatek: Add i2c compatible for MediaTek MT8192

Sowjanya Komatineni (5):
      i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
      i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepare
      i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
      i2c: tegra: Fix runtime resume to re-init VI I2C
      i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c

Vaibhav Gupta (2):
      i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume
      i2c: eg20t: use generic power management

Wolfram Sang (6):
      i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"
      i2c: rcar: slave: only send STOP event when we have been addressed
      i2c: core: do not use logical device when creating irq domain
      Merge tag 'v5.8-rc7' into i2c/for-5.9
      i2c: rcar: avoid race when unregistering slave
      Documentation: i2c: dev: 'block process call' is supported

Yangtao Li (1):
      dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: busses: Use fallthrough pseudo-keyword

Benjamin Tissoires (1):
      (Rev.) i2c: core: do not use logical device when creating irq domain

Bjorn Helgaas (2):
      (Rev.) i2c: eg20t: use generic power management
      (Rev.) i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume

Brendan Higgins (1):
      (Rev.) i2c: busses: Use fallthrough pseudo-keyword

Dmitry Osipenko (5):
      (Rev.) i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
      (Rev.) i2c: tegra: Fix runtime resume to re-init VI I2C
      (Rev.) i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
      (Rev.) i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepare
      (Rev.) i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM

Florian Fainelli (1):
      (Rev.) i2c: iproc: fix race between client unreg and isr

Geert Uytterhoeven (2):
      (Rev.) dt-bindings: i2c: renesas,iic: Document r8a774e1 support
      (Rev.) dt-bindings: i2c: renesas,i2c: Document r8a774e1 support

Gregory CLEMENT (1):
      (Rev.) i2c: busses: Use fallthrough pseudo-keyword

Heiko Stuebner (2):
      (Test) i2c: rk3x: support master_xfer_atomic
      (Rev.) i2c: rk3x: support master_xfer_atomic

Jean Delvare (4):
      (Rev.) i2c: i801: Add support for Intel Tiger Lake PCH-H
      (Rev.) i2c: i801: Add support for Intel Emmitsburg PCH
      (Rev.) i2c: busses: Use fallthrough pseudo-keyword
      (Rev.) i2c: Use separate MODULE_AUTHOR() statements for multiple authors

Marian-Cristian Rotariu (2):
      (Rev.) dt-bindings: i2c: renesas,iic: Document r8a774e1 support
      (Rev.) dt-bindings: i2c: renesas,i2c: Document r8a774e1 support

Matthias Brugger (1):
      (Rev.) i2c: mediatek: Add apdma sync in i2c driver

Niklas Söderlund (1):
      (Rev.) i2c: rcar: avoid race when unregistering slave

Qii Wang (1):
      (Rev.) i2c: mediatek: Fix i2c_spec_values description

Rob Herring (2):
      (Rev.) dt-bindings: i2c: add generic properties for GPIO bus recovery
      (Rev.) dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.

Yingjoe Chen (2):
      (Rev.) i2c: mediatek: Add access to more than 8GB dram in i2c driver
      (Rev.) i2c: mediatek: Add apdma sync in i2c driver

 .../devicetree/bindings/i2c/i2c-mt65xx.txt         |   1 +
 Documentation/devicetree/bindings/i2c/i2c.txt      |  10 ++
 .../bindings/i2c/marvell,mv64xxx-i2c.yaml          |   3 +
 .../devicetree/bindings/i2c/renesas,i2c.txt        |   1 +
 .../devicetree/bindings/i2c/renesas,iic.txt        |   1 +
 Documentation/i2c/busses/i2c-i801.rst              |   1 +
 Documentation/i2c/dev-interface.rst                |   2 +
 drivers/i2c/algos/i2c-algo-pca.c                   |   4 +-
 drivers/i2c/busses/Kconfig                         |   1 +
 drivers/i2c/busses/i2c-ali1535.c                   |   8 +-
 drivers/i2c/busses/i2c-ali15x3.c                   |   6 +-
 drivers/i2c/busses/i2c-amd8111.c                   |   2 +-
 drivers/i2c/busses/i2c-aspeed.c                    |   4 +-
 drivers/i2c/busses/i2c-at91-master.c               |  69 +--------
 drivers/i2c/busses/i2c-at91.h                      |   3 -
 drivers/i2c/busses/i2c-bcm-iproc.c                 |  13 +-
 drivers/i2c/busses/i2c-bcm2835.c                   |   2 +-
 drivers/i2c/busses/i2c-designware-pcidrv.c         |   2 +-
 drivers/i2c/busses/i2c-digicolor.c                 |   2 +-
 drivers/i2c/busses/i2c-eg20t.c                     |  39 +----
 drivers/i2c/busses/i2c-emev2.c                     |   3 +-
 drivers/i2c/busses/i2c-fsi.c                       |   2 +-
 drivers/i2c/busses/i2c-i801.c                      |  19 ++-
 drivers/i2c/busses/i2c-mt65xx.c                    |  86 +++++++----
 drivers/i2c/busses/i2c-mv64xxx.c                   |   9 +-
 drivers/i2c/busses/i2c-nomadik.c                   |   3 +-
 drivers/i2c/busses/i2c-piix4.c                     |   4 +-
 drivers/i2c/busses/i2c-pnx.c                       |   3 +-
 drivers/i2c/busses/i2c-rcar.c                      |  15 +-
 drivers/i2c/busses/i2c-rk3x.c                      |  39 ++++-
 drivers/i2c/busses/i2c-sh_mobile.c                 |   3 +-
 drivers/i2c/busses/i2c-sibyte.c                    |   3 +-
 drivers/i2c/busses/i2c-sirf.c                      |   4 +-
 drivers/i2c/busses/i2c-synquacer.c                 |   3 +-
 drivers/i2c/busses/i2c-tegra.c                     | 101 +++++++------
 drivers/i2c/busses/i2c-viapro.c                    |   8 +-
 drivers/i2c/busses/scx200_acb.c                    |   2 +-
 drivers/i2c/i2c-core-base.c                        | 158 +++++++++++++++++++--
 drivers/i2c/i2c-dev.c                              |   4 +-
 drivers/i2c/i2c-slave-eeprom.c                     |   2 +-
 include/linux/i2c.h                                |  14 +-
 41 files changed, 409 insertions(+), 250 deletions(-)

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

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

end of thread, other threads:[~2020-10-03 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  5:32 [PULL REQUEST] i2c for 5.9 Wolfram Sang
2020-10-03 19:58 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-09-19 16:02 Wolfram Sang
2020-09-20  1:41 ` pr-tracker-bot
2020-08-13 21:09 Wolfram Sang
2020-08-14  1:44 ` 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).