Re: [PULL REQUEST] i2c for 5.11

2021-01-31 Thread Linus Torvalds
On Sun, Jan 31, 2021 at 3:40 AM Wolfram Sang  wrote:
>
> one I2C driver update this time.

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

Linus


[PULL REQUEST] i2c for 5.11

2021-01-31 Thread Wolfram Sang
Linus,

one I2C driver update this time.

Please pull.

Thanks,

   Wolfram


The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

  Linux 5.11-rc5 (2021-01-24 16:47:14 -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 de96c3943f591018727b862f51953c1b6c55bcc3:

  i2c: mediatek: Move suspend and resume handling to NOIRQ phase (2021-01-28 
10:54:45 +0100)


Qii Wang (1):
  i2c: mediatek: Move suspend and resume handling to NOIRQ phase

 drivers/i2c/busses/i2c-mt65xx.c | 19 ---
 1 file changed, 16 insertions(+), 3 deletions(-)


signature.asc
Description: PGP signature


Re: [PULL REQUEST] i2c for 5.11

2021-01-23 Thread pr-tracker-bot
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


[PULL REQUEST] i2c for 5.11

2021-01-23 Thread Wolfram Sang
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(-)


signature.asc
Description: PGP signature


Re: [PULL REQUEST] i2c for 5.11

2021-01-09 Thread pr-tracker-bot
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


[PULL REQUEST] i2c for 5.11

2021-01-09 Thread Wolfram Sang
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(-)


signature.asc
Description: PGP signature


Re: [PULL REQUEST] i2c for 5.11

2020-12-15 Thread pr-tracker-bot
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


[PULL REQUEST] i2c for 5.11

2020-12-14 Thread Wolfram Sang
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-diand...@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  |