Hi On Wed, 06 Mar 2024 18:59:20 +0100, Théo Lebrun wrote: > This series adds two tangent features to the Nomadik I2C controller: > > - Add a new compatible to support Mobileye EyeQ5 which uses the same IP > block as Nomadik. > > It has two quirks to be handled: > - The memory bus only supports 32-bit accesses. Avoid readb() and > writeb() calls that might generate byte load/store instructions. > - We must write a value into a shared register region (OLB) > depending on the I2C bus speed. > > [...] Applied to i2c/i2c-host on git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git Thank you, Andi Patches applied =============== [01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example commit: 1b9a8e8af0d969ad8f2deece827e691a1b07ba1b [02/11] i2c: nomadik: rename private struct pointers from dev to priv commit: ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 [03/11] i2c: nomadik: simplify IRQ masking logic commit: 43f58f3e4b6678f7138461e17a37eb3aed223bf5 [04/11] i2c: nomadik: use bitops helpers commit: 9ab4b2a4faf459514f2c84c5302b207b4bb8b1e1 [05/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer commit: 127b87a5d11571932ea7f4d8115f4effc2f110a8 [06/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout commit: 0aaab5ad3a615bab4e1d401f545f77889377fffd [07/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree commit: 0148feec0a51445d29a773e55bc8be9aa3b61a8f [08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller commit: 983548d0e62a93146f35185e6c49e568b05fb44d [09/11] i2c: nomadik: sort includes commit: e275c0cf70e47304bc63c050c14129237c588123