public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* i2c-host for v6.19, part 2
@ 2025-12-09 11:52 Andi Shyti
  2025-12-15  6:40 ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Andi Shyti @ 2025-12-09 11:52 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: lkml, linux-i2c, Andi Shyti

Hi Wolfram,

here is the second part of the pull request for this merge
window.

There are not many patches, and they have been in my branches for
almost a week now.

Thank you,
Andi

The following changes since commit d202341d9b0c5b5965787061ba0d10daafb9d6c5:

  i2c: qcom-cci: Add msm8953 compatible (2025-12-08 20:21:31 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.19-pt2

for you to fetch changes up to 172368d013901e5d9352de7a2debddc66d1e1a20:

  dt-bindings: i2c: qcom-cci: Document SM8750 compatible (2025-12-09 12:31:37 +0100)

----------------------------------------------------------------
i2c-host for v6.19, part 2

- general cleanups in designware
- bcm, pxa, rcar: fix void-pointer-to-enum-cast warning
- designware: use dedicated xfer function for AMD NAVI

New device support:
- Intel Nova Lake-S (i801)
- Mobileye
- Qualcomm SM8750

----------------------------------------------------------------
Benoît Monin (4):
      dt-bindings: i2c: dw: Add Mobileye I2C controllers
      i2c: designware: Optimize flag reading in i2c_dw_read()
      i2c: designware: Sort compatible strings in alphabetical order
      i2c: designware: Add dedicated algorithm for AMD NAVI

Hangxiang Ma (1):
      dt-bindings: i2c: qcom-cci: Document SM8750 compatible

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

Krzysztof Kozlowski (3):
      i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
      i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
      i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning

 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml        |  2 ++
 Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml |  7 +++++++
 Documentation/i2c/busses/i2c-i801.rst                          |  1 +
 drivers/i2c/busses/Kconfig                                     |  1 +
 drivers/i2c/busses/i2c-bcm-iproc.c                             |  3 +--
 drivers/i2c/busses/i2c-designware-master.c                     | 27 +++++++++++++++------------
 drivers/i2c/busses/i2c-designware-platdrv.c                    |  4 ++--
 drivers/i2c/busses/i2c-i801.c                                  |  3 +++
 drivers/i2c/busses/i2c-pxa.c                                   |  2 +-
 drivers/i2c/busses/i2c-rcar.c                                  |  2 +-
 10 files changed, 34 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2025-12-15 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 11:52 i2c-host for v6.19, part 2 Andi Shyti
2025-12-15  6:40 ` Wolfram Sang
2025-12-15 23:52   ` Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox