All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for 5.11
@ 2020-12-14 21:53 Wolfram Sang
  2020-12-16  1:00 ` pr-tracker-bot
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2020-12-14 21:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

the pull request for I2C is a bit smaller this time with mostly usual
driver updates. Slave support for imx stands out a little.

Please pull.

Thanks,

   Wolfram


The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4e970a0ada5299d017a4263074f725227c2d2852:

  i2c: remove check that can never be true (2020-12-11 15:43:49 +0100)

----------------------------------------------------------------
Alexandre Belloni (1):
      i2c: at91: remove legacy DMA left overs

Andy Shevchenko (2):
      i2c: designware: Switch header to use BIT() and GENMASK()
      i2c: designware: Make register offsets all of the same width

Aswath Govindraju (1):
      dt-bindings: i2c: Add compatible string for AM64 SoC

Biwen Li (1):
      i2c: imx: support slave mode for imx I2C driver

Bjorn Andersson (1):
      Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"

Codrin Ciubotariu (1):
      i2c: pxa: move to generic GPIO recovery

Cristian Ciocaltea (4):
      i2c: owl: Add support for atomic transfers
      i2c: owl: Enable asynchronous probing
      dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schema
      i2c: owl: Add compatible for the Actions Semi S500 I2C controller

Douglas Anderson (3):
      soc: qcom: geni: More properly switch to DMA mode
      Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
      soc: qcom: geni: Optimize/comment select fifo/dma mode

Fabio Estevam (2):
      i2c: imx: Remove unused .id_table support
      i2c: mxs: Remove unneeded platform_device_id

Geert Uytterhoeven (1):
      i2c: sh_mobile: Mark adapter suspended during suspend

Khalil Blaiech (1):
      dt-bindings: i2c: mellanox,i2c-mlxbf: convert txt to YAML schema

Mario Alejandro Posso Escobar (1):
      i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALL

Mark Tomlinson (1):
      i2c: mv64xxx: Add bus error recovery

Martin Kaiser (3):
      i2c: exynos5: remove duplicate error message
      i2c: exynos5: fix platform_get_irq error handling
      i2c: exynos5: don't check for irq 0

Sagar Shrikant Kadam (1):
      i2c: ocores: fix polling mode workaround on FU540-C000 SoC

Stefan Lässer (1):
      i2c: ocores: Avoid false-positive error log message.

Uwe Kleine-König (3):
      i2c: pca-platform: drop two members from driver data that are assigned to only
      i2c: Warn when device removing fails
      i2c: remove check that can never be true

Vaibhav Gupta (1):
      i2c: nvidia-gpu: drop empty stub for runtime pm

Wolfram Sang (2):
      Merge tag '20201013212531.428538-1-dianders@chromium.org' of https://git.kernel.org/.../qcom/linux into i2c/for-5.11
      Merge branch 'i2c/for-current' into i2c/for-5.11

Yash Shah (1):
      dt-bindings: i2c: Update DT binding docs to support SiFive FU740 SoC


with much appreciated quality assurance from
----------------------------------------------------------------
Akash Asthana (3):
      (Rev.) Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"
      (Rev.) Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
      (Rev.) soc: qcom: geni: More properly switch to DMA mode

Andrew Lunn (1):
      (Rev.) i2c: ocores: Avoid false-positive error log message.

Codrin Ciubotariu (1):
      (Rev.) i2c: at91: remove legacy DMA left overs

Dmitry Baryshkov (2):
      (Test) Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
      (Test) soc: qcom: geni: More properly switch to DMA mode

Jarkko Nikula (1):
      (Rev.) i2c: nvidia-gpu: drop empty stub for runtime pm

Krzysztof Kozlowski (3):
      (Rev.) i2c: exynos5: don't check for irq 0
      (Rev.) i2c: exynos5: fix platform_get_irq error handling
      (Rev.) i2c: exynos5: remove duplicate error message

Manivannan Sadhasivam (4):
      (Rev.) i2c: owl: Add compatible for the Actions Semi S500 I2C controller
      (Rev.) i2c: owl: Add compatible for the Actions Semi S500 I2C controller
      (Rev.) i2c: owl: Enable asynchronous probing
      (Rev.) i2c: owl: Add support for atomic transfers

Peter Korsgaard (1):
      (Rev.) i2c: ocores: Avoid false-positive error log message.

Rob Herring (3):
      (Rev.) dt-bindings: i2c: Update DT binding docs to support SiFive FU740 SoC
      (Rev.) dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schema
      (Rev.) dt-bindings: i2c: mellanox,i2c-mlxbf: convert txt to YAML schema

Steev Klimaszewski (1):
      (Test) Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"

Stephen Boyd (2):
      (Rev.) Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
      (Rev.) soc: qcom: geni: More properly switch to DMA mode

 .../devicetree/bindings/i2c/i2c-ocores.txt         |   8 +-
 Documentation/devicetree/bindings/i2c/i2c-omap.txt |   1 +
 Documentation/devicetree/bindings/i2c/i2c-owl.txt  |  29 ---
 Documentation/devicetree/bindings/i2c/i2c-owl.yaml |  62 ++++++
 .../devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt |  42 ----
 .../bindings/i2c/mellanox,i2c-mlxbf.yaml           |  78 +++++++
 MAINTAINERS                                        |   3 +-
 drivers/i2c/busses/Kconfig                         |   1 +
 drivers/i2c/busses/i2c-at91-master.c               |   1 -
 drivers/i2c/busses/i2c-at91.h                      |   2 -
 drivers/i2c/busses/i2c-designware-core.h           |  98 ++++-----
 drivers/i2c/busses/i2c-exynos5.c                   |   5 +-
 drivers/i2c/busses/i2c-imx.c                       | 239 +++++++++++++++++----
 drivers/i2c/busses/i2c-ismt.c                      |  19 +-
 drivers/i2c/busses/i2c-mv64xxx.c                   |  29 ++-
 drivers/i2c/busses/i2c-mxs.c                       |  22 +-
 drivers/i2c/busses/i2c-nvidia-gpu.c                |  10 +-
 drivers/i2c/busses/i2c-ocores.c                    |  25 ++-
 drivers/i2c/busses/i2c-owl.c                       |  75 +++++--
 drivers/i2c/busses/i2c-pca-platform.c              |   4 -
 drivers/i2c/busses/i2c-pxa.c                       |  76 +------
 drivers/i2c/busses/i2c-qcom-geni.c                 |  18 +-
 drivers/i2c/busses/i2c-sh_mobile.c                 |  28 +++
 drivers/i2c/i2c-core-base.c                        |  14 +-
 drivers/soc/qcom/qcom-geni-se.c                    |  55 +++--
 25 files changed, 604 insertions(+), 340 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-owl.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-owl.yaml
 delete mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.yaml

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

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

* Re: [PULL REQUEST] i2c for 5.11
  2020-12-14 21:53 [PULL REQUEST] i2c for 5.11 Wolfram Sang
@ 2020-12-16  1:00 ` pr-tracker-bot
  0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2020-12-16  1:00 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Mon, 14 Dec 2020 22:53:35 +0100:

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

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

Thank you!

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

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

* Re: [PULL REQUEST] i2c for 5.11
       [not found] <20210131114017.GA1332@kunai>
@ 2021-01-31 19:34 ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2021-01-31 19:34 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c, Linux Kernel Mailing List, Peter Rosin,
	Bartosz Golaszewski

On Sun, Jan 31, 2021 at 3:40 AM Wolfram Sang <wsa@kernel.org> wrote:
>
> one I2C driver update this time.

Pulled (manual notification because the automation seems very flaky).

            Linus

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

* Re: [PULL REQUEST] i2c for 5.11
  2021-01-23 12:43 Wolfram Sang
@ 2021-01-23 20:05 ` pr-tracker-bot
  0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2021-01-23 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, 23 Jan 2021 13:43:29 +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/077e81d51d1fce056b361c27b6cddd41e1469b9d

Thank you!

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

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

* [PULL REQUEST] i2c for 5.11
@ 2021-01-23 12:43 Wolfram Sang
  2021-01-23 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2021-01-23 12:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

I2C has another bunch  of driver fixes. Please pull.

Thanks,

   Wolfram


The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

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 9ecd1d2b302b600351fac50779f43fcb680c1a16:

  i2c: sprd: depend on COMMON_CLK to fix compile tests (2021-01-22 10:13:33 +0100)

----------------------------------------------------------------
Fabio Estevam (1):
      Revert "i2c: imx: Remove unused .id_table support"

Krzysztof Kozlowski (1):
      i2c: sprd: depend on COMMON_CLK to fix compile tests

Mikko Perttunen (2):
      i2c: tegra: Wait for config load atomically while in ISR
      i2c: bpmp-tegra: Ignore unknown I2C_M flags

Sowjanya Komatineni (1):
      i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO

Wolfram Sang (1):
      i2c: octeon: check correct size of maximum RECV_LEN packet


with much appreciated quality assurance from
----------------------------------------------------------------
Baolin Wang (1):
      (Rev.) i2c: sprd: depend on COMMON_CLK to fix compile tests

Dmitry Osipenko (2):
      (Rev.) i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
      (Rev.) i2c: tegra: Wait for config load atomically while in ISR

Robert Richter (1):
      (Rev.) i2c: octeon: check correct size of maximum RECV_LEN packet

 drivers/i2c/busses/Kconfig           |  1 +
 drivers/i2c/busses/i2c-imx.c         | 20 +++++++++++++++++++-
 drivers/i2c/busses/i2c-octeon-core.c |  2 +-
 drivers/i2c/busses/i2c-tegra-bpmp.c  |  2 +-
 drivers/i2c/busses/i2c-tegra.c       | 24 ++++++++++++++++++++++--
 5 files changed, 44 insertions(+), 5 deletions(-)

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

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

* Re: [PULL REQUEST] i2c for 5.11
  2021-01-09  8:31 Wolfram Sang
@ 2021-01-09 19:51 ` pr-tracker-bot
  0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2021-01-09 19:51 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 9 Jan 2021 09:31:56 +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/caab314792aca89f327abc8b9f730526d3080366

Thank you!

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

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

* [PULL REQUEST] i2c for 5.11
@ 2021-01-09  8:31 Wolfram Sang
  2021-01-09 19:51 ` pr-tracker-bot
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2021-01-09  8:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

here are three driver bugfixes for I2C. Buisness as usual.

Please pull.

Thanks,

   Wolfram


The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

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 05f6f7271a38c482c5021967433f7b698e102c45:

  i2c: mediatek: Fix apdma and i2c hand-shake timeout (2021-01-05 10:54:37 +0100)

----------------------------------------------------------------
Chunyan Zhang (1):
      i2c: sprd: use a specific timeout to avoid system hang up issue

Hans de Goede (1):
      i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

Qii Wang (1):
      i2c: mediatek: Fix apdma and i2c hand-shake timeout


with much appreciated quality assurance from
----------------------------------------------------------------
Linus Walleij (1):
      (Rev.) i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

Mika Westerberg (1):
      (Rev.) i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

 drivers/i2c/busses/i2c-i801.c   |  2 +-
 drivers/i2c/busses/i2c-mt65xx.c | 27 ++++++++++++++++++++++-----
 drivers/i2c/busses/i2c-sprd.c   |  8 +++++++-
 3 files changed, 30 insertions(+), 7 deletions(-)

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

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

end of thread, other threads:[~2021-01-31 20:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 21:53 [PULL REQUEST] i2c for 5.11 Wolfram Sang
2020-12-16  1:00 ` pr-tracker-bot
2021-01-09  8:31 Wolfram Sang
2021-01-09 19:51 ` pr-tracker-bot
2021-01-23 12:43 Wolfram Sang
2021-01-23 20:05 ` pr-tracker-bot
     [not found] <20210131114017.GA1332@kunai>
2021-01-31 19:34 ` Linus Torvalds

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.