mbox series

[GIT,PULL] i2c-host-fixes for v6.10-rc8

Message ID jxy6dh7o3adkh7bdwakiukrlnb3i3gakl3txx3eijvybdnj2qg@irq36xe2cdwn
State New
Headers show
Series [GIT,PULL] i2c-host-fixes for v6.10-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.10-rc8

Message

Andi Shyti July 13, 2024, 7:38 a.m. UTC
Hi Wolfram,

Three fixes from you in this pull request, you definitely don't
need an introduction to them :-)

Thanks,
Andi

The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948:

  Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.10-rc8

for you to fetch changes up to ea5ea84c9d3570dc06e8fc5ee2273eaa584aa3ac:

  i2c: rcar: ensure Gen3+ reset does not disturb local targets (2024-07-12 01:45:08 +0200)

----------------------------------------------------------------
This tag includes three fixes for the Renesas R-Car driver:

 1. Ensures the device is in a known state after probing.
 2. Allows clearing the NO_RXDMA flag after a reset.
 3. Forces a reset before any transfer on Gen3+ platforms to
    prevent disruption of the configuration during parallel
    transfers.

----------------------------------------------------------------
Wolfram Sang (3):
      i2c: rcar: bring hardware to known state when probing
      i2c: rcar: clear NO_RXDMA flag after resetting
      i2c: rcar: ensure Gen3+ reset does not disturb local targets

 drivers/i2c/busses/i2c-rcar.c | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)