mbox series

[GIT,PULL] i2c-host for v7.1, part 2

Message ID aeQgYZcS1FjB1KwJ@zenone.zhora.eu
State Accepted
Delegated to: Wolfram Sang
Headers show
Series [GIT,PULL] i2c-host for v7.1, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-7.1-part2

Message

Andi Shyti April 19, 2026, 12:35 a.m. UTC
Hi Wolfram,

here is the second part of the i2c-host pull request for v7.1.

Just three patches, all tested in i2c-host-next for quite some
time. The pxa change is the second patch of a two-patch series.
The first one [*] went in as a fix in -rc5.

Note that this pull request is in i2c/i2c-host-2 instead of the
usual i2c/i2c-host. I created that branch for part 2 and last
rebased it on top of v7.0.

Thank you and have a great Sunday,
Andi

[*] 78a6ee14f8b9 ("i2c: pxa: defer reset on Armada 3700 when
    recovery is used")

The following changes since commit 028ef9c96e96197026887c0f092424679298aae8:

  Linux 7.0 (2026-04-12 13:48:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-7.1-part2

for you to fetch changes up to faed986de5250e1cd1296e82d1fcb4c03997e02a:

  i2c: mediatek: add bus regulator control for power saving (2026-04-15 00:54:34 +0200)

----------------------------------------------------------------
i2c-host for v7.1, part 2

- cx92755: convert I2C bindings to DT schema
- mediatek: add optional bus power management during transfers
- pxa: handle early bus busy condition

----------------------------------------------------------------
Adlavinitha Reddy (1):
      i2c: mediatek: add bus regulator control for power saving

Gabor Juhos (1):
      i2c: pxa: handle 'Early Bus Busy' condition on Armada 3700

Shi Hao (1):
      dt-bindings: i2c: cnxt,cx92755-i2c: Convert to DT schema

 Documentation/devicetree/bindings/i2c/cnxt,cx92755-i2c.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/i2c/i2c-digicolor.txt     | 25 -------------------------
 drivers/i2c/busses/i2c-mt65xx.c                             | 13 ++++++++++++-
 drivers/i2c/busses/i2c-pxa.c                                | 18 ++++++++++++------
 4 files changed, 73 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/cnxt,cx92755-i2c.yaml
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-digicolor.txt

Comments

Wolfram Sang April 19, 2026, 10:06 p.m. UTC | #1
On Sun, Apr 19, 2026 at 02:35:42AM +0200, Andi Shyti wrote:
> Hi Wolfram,
> 
> here is the second part of the i2c-host pull request for v7.1.
> 
> Just three patches, all tested in i2c-host-next for quite some
> time. The pxa change is the second patch of a two-patch series.
> The first one [*] went in as a fix in -rc5.

Thanks, pulled!