RE: [v2,1/2] i2c: buses: add i2c bus driver for NVIDIA GPU

2018-08-29 Thread Ajay Gupta
Hi Thierry, > > Latest NVIDIA GPU card has USB Type-C interface. There is a Type-C > > controller which can be accessed over I2C. > > > > This driver add I2C bus driver to communicate with Type-C controller. > > I2C client driver will be part of USB Type-C UCSI driver. > > > > Signed-off-by: Ajay

Re: [v2,1/2] i2c: buses: add i2c bus driver for NVIDIA GPU

2018-08-27 Thread Thierry Reding
On Fri, Aug 24, 2018 at 02:33:35PM -0700, Ajay Gupta wrote: > Latest NVIDIA GPU card has USB Type-C interface. There is a > Type-C controller which can be accessed over I2C. > > This driver add I2C bus driver to communicate with Type-C controller. > I2C client driver will be part of USB Type-C UCS