mbox series

[GIT,PULL] i2c-host changes for v6.9 - part 2

Message ID xhohtljc7lvguz6inuqgwwzw7b752q3noa3umiqebfraxedco7@3yw2ea2eibjo
State Accepted
Headers show
Series [GIT,PULL] i2c-host changes for v6.9 - part 2 | expand

Pull-request

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

Message

Andi Shyti March 14, 2024, 12:17 p.m. UTC
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(-)

Comments

Wolfram Sang March 15, 2024, 10:40 a.m. UTC | #1
> 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!
Wolfram Sang March 20, 2024, 8:36 a.m. UTC | #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!