2024-03-14 12:17:21

by Andi Shyti

[permalink] [raw]
Subject: [GIT PULL] i2c-host changes for v6.9 - part 2

Hi Wolfram,

Time for a new, last-minute pull request.

Nine patches from Theo target the Nomadik driver to add support
for mobileye,eyeq5-i2c. The DTS files are missing as they need to
follow a different path.

The patches have been in 'next' for almost a week and have
undergone several thorough review rounds, making them quite
mature in my view.

This series is still in i2c/i2c-host, on top of the first pull
request.

Thank you very much for this last-minute window.

Andi

The following changes since commit 06d0cb6c824c7df736e66060b8c63b0100259d3f:

i2c: sprd: Convert to platform remove callback returning void (2024-03-08 08:02:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bb271301b80410592cbe0170b9f6d2f677f68171:

i2c: nomadik: sort includes (2024-03-12 11:50:45 +0100)

----------------------------------------------------------------
Th?o adds support for the Mobileye EyeQ5-I2C in the bindings.
This patch is followed by eight commits featuring improvements to
the Nomadik controller, such as simplification of the IRQ logic,
renaming of the private data structure, more efficient use of
FIELD_PREP/GET, GENMASK, etc., better time measurement with
ktime, and more.

Two device trees have been added, but those need to be applied
elsewhere.

----------------------------------------------------------------
Th?o Lebrun (9):
dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
i2c: nomadik: rename private struct pointers from dev to priv
i2c: nomadik: simplify IRQ masking logic
i2c: nomadik: use bitops helpers
i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
i2c: nomadik: support Mobileye EyeQ5 I2C controller
i2c: nomadik: sort includes

Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 49 ++++++++--
drivers/i2c/busses/i2c-nomadik.c | 740 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------
2 files changed, 475 insertions(+), 314 deletions(-)


2024-03-15 10:41:17

by Wolfram Sang

[permalink] [raw]
Subject: Re: [GIT PULL] i2c-host changes for v6.9 - part 2


> Time for a new, last-minute pull request.

Thanks. I just sent out the first pull request. I'll wait until it is
upstream before pulling this one. Cheers!



Attachments:
(No filename) (167.00 B)
signature.asc (849.00 B)
Download all attachments

2024-03-20 08:36:23

by Wolfram Sang

[permalink] [raw]
Subject: Re: [GIT PULL] i2c-host changes for v6.9 - part 2


> The following changes since commit 06d0cb6c824c7df736e66060b8c63b0100259d3f:
>
> i2c: sprd: Convert to platform remove callback returning void (2024-03-08 08:02:47 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.9-part2
>
> for you to fetch changes up to bb271301b80410592cbe0170b9f6d2f677f68171:
>
> i2c: nomadik: sort includes (2024-03-12 11:50:45 +0100)

Pulled, thanks!


Attachments:
(No filename) (494.00 B)
signature.asc (849.00 B)
Download all attachments