[PATCH 0/2] add I2C support for S32G2/S32G3 SoCs

Ciprian Costea posted 2 patches 2 weeks, 6 days ago
.../devicetree/bindings/i2c/i2c-imx.yaml      |  4 ++
drivers/i2c/busses/Kconfig                    |  7 ++--
drivers/i2c/busses/i2c-imx.c                  | 37 ++++++++++++++++++-
3 files changed, 44 insertions(+), 4 deletions(-)
[PATCH 0/2] add I2C support for S32G2/S32G3 SoCs
Posted by Ciprian Costea 2 weeks, 6 days ago
From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>

S32G2 and S32G3 SoCs share the same I2C controller as i.MX.

Address the hardware particularities for S32 SoC family,
such as:
- different <clock divider, register value> pairs
- regshift

Ciprian Marian Costea (2):
  dt-bindings: i2c: imx: add SoC specific compatible strings for S32G
  i2c: imx: add support for S32G2/S32G3 SoCs

 .../devicetree/bindings/i2c/i2c-imx.yaml      |  4 ++
 drivers/i2c/busses/Kconfig                    |  7 ++--
 drivers/i2c/busses/i2c-imx.c                  | 37 ++++++++++++++++++-
 3 files changed, 44 insertions(+), 4 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] add I2C support for S32G2/S32G3 SoCs
Posted by Andi Shyti 2 weeks, 4 days ago
Hi Ciprian,

> Ciprian Marian Costea (2):
>   dt-bindings: i2c: imx: add SoC specific compatible strings for S32G
>   i2c: imx: add support for S32G2/S32G3 SoCs

with the change proposed by Frank in patch 2, I merged this
series in i2c/i2c-host.

Thanks,
Andi