Re: [PATCH v2 2/2] i2c: Add Congatec CGEB I2C driver

From: Andi Shyti
Date: Wed Aug 07 2024 - 19:22:02 EST


Hi Mary,

On Thu, Aug 01, 2024 at 12:06:10PM GMT, Mary Strodl wrote:
> From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
>
> This driver provides a I2C bus driver for the CGEB interface
> found on some Congatec x86 modules. No devices are registered
> on the bus, the user has to do this via the i2c device /sys
> interface.
>
> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> Signed-off-by: Christian Gmeiner <christian.gmeiner@xxxxxxxxx>
> Signed-off-by: Mary Strodl <mstrodl@xxxxxxxxxxx>
> ---
> drivers/i2c/busses/Kconfig | 7 +
> drivers/i2c/busses/Makefile | 1 +
> drivers/i2c/busses/i2c-congatec-cgeb.c | 189 +++++++++++++++++++++++++
> 3 files changed, 197 insertions(+)
> create mode 100644 drivers/i2c/busses/i2c-congatec-cgeb.c

Thanks for your patch, doesn't look bad.

However, I'm going to ask to please run checkpatch.pl fix the
suggested output and resend it.

Thanks,
Andi