public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i2c-host for v6.17, part 2
@ 2025-08-02  9:24 Andi Shyti
  2025-08-03 20:27 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Shyti @ 2025-08-02  9:24 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: lkml, linux-i2c, Andi Shyti

Hi Wolfram,

Here is the second part of the pull request. It includes three
follow-up patches (two from Akhil for Tegra and one from Clément
for STM), the first patch from the Apple A7–A11 and T2 series,
and a fix for the Qualcomm controller.

Everything is rebased on top of Linus' merge commit for your
pull request, 0ae982df6776 ("Merge tag 'i2c-for-6.17-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux").

I wish you a good weekend and a happy National Day to all the
Swiss I2C developers (and non :-) ).

Andi

The following changes since commit 0ae982df67760cd08affa935c0fe86c8a9311797:

  Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (2025-07-29 11:35:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 85c34532849dae0fdcf880900ac9d7718a73fd1b:

  i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates (2025-07-30 00:39:54 +0200)

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

- apple: add support for Apple A7–A11, T2 chips
- qcom-geni: fix controller frequency mapping
- stm32f7: add DMA-safe transfer support
- tegra: use controller reset if device reset is missing
- tegra: remove unnecessary dma_sync*() calls

----------------------------------------------------------------
Akhil R (2):
      i2c: tegra: Use internal reset when reset property is not available
      i2c: tegra: Remove dma_sync_*() calls

Clément Le Goffic (1):
      i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs

Kathiravan Thirumoorthy (1):
      i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates

Nick Chan (1):
      dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles

 Documentation/devicetree/bindings/i2c/apple,i2c.yaml |  5 +++++
 drivers/i2c/busses/i2c-qcom-geni.c                   |  6 +++---
 drivers/i2c/busses/i2c-stm32f7.c                     | 32 +++++++++++++++++++++-----------
 drivers/i2c/busses/i2c-tegra.c                       | 64 ++++++++++++++++++++++++++++++++++++++++++++--------------------
 4 files changed, 73 insertions(+), 34 deletions(-)

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

end of thread, other threads:[~2025-08-03 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-02  9:24 [GIT PULL] i2c-host for v6.17, part 2 Andi Shyti
2025-08-03 20:27 ` Wolfram Sang

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