Re: [PATCH v4] i2c: designware: Add driver support for AMD NAVI GPU

2021-04-05 Thread Wolfram Sang
On Wed, Mar 31, 2021 at 07:37:30PM +0530, Sanket Goswami wrote: > The Latest AMD NAVI GPU card has an integrated Type-C controller and > Designware I2C with PCI Interface. The PD controller for USB Type-C can > be accessed over I2C. The client driver is part of the USB Type-C UCSI > driver. > > Al

Re: [PATCH v4] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-31 Thread Goswami, Sanket
Hi Andy, Thanks for quick and prompt review. On 31-Mar-21 19:49, Andy Shevchenko wrote: > [CAUTION: External Email] > > On Wed, Mar 31, 2021 at 07:37:30PM +0530, Sanket Goswami wrote: >> The Latest AMD NAVI GPU card has an integrated Type-C controller and >> Designware I2C with PCI Interface. T

Re: [PATCH v4] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-31 Thread Andy Shevchenko
On Wed, Mar 31, 2021 at 07:37:30PM +0530, Sanket Goswami wrote: > The Latest AMD NAVI GPU card has an integrated Type-C controller and > Designware I2C with PCI Interface. The PD controller for USB Type-C can > be accessed over I2C. The client driver is part of the USB Type-C UCSI > driver. > > Al

[PATCH v4] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-31 Thread Sanket Goswami
The Latest AMD NAVI GPU card has an integrated Type-C controller and Designware I2C with PCI Interface. The PD controller for USB Type-C can be accessed over I2C. The client driver is part of the USB Type-C UCSI driver. Also, there exists a couple of notable IP limitations that are dealt as workar