Re: [PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-08-05 Thread Nicolas Pitre
On Tue, 4 Aug 2020, Conor Culhane wrote: > Miquel is passing 0 as the delay_us argument. Good point. > Is this still a concern? Not in that case. Nicolas

Re: [PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-08-05 Thread Miquel Raynal
Hi Nicolas, Nicolas Pitre wrote on Wed, 5 Aug 2020 11:13:41 -0400 (EDT): > On Tue, 4 Aug 2020, Conor Culhane wrote: > > > Miquel is passing 0 as the delay_us argument. > > Good point. > > > Is this still a concern? > > Not in that case. I will check again if looping over this register

Re: [PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-08-03 Thread Nicolas Pitre
On Thu, 9 Jul 2020, Miquel Raynal wrote: > Add support for Silvaco I3C dual-role IP. The master role is supported > in SDR mode only. I2C transfers have not been tested but are shared > because they are so close to the I3C transfers in terms of registers > configuration. > > Signed-off-by:

Re: [PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-07-09 Thread kernel test robot
Hi Miquel, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on linus/master v5.8-rc4 next-20200709] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in

Re: [PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-07-09 Thread kernel test robot
Hi Miquel, I love your patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on linus/master v5.8-rc4 next-20200709] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as

[PATCH 3/4] i3c: master: svc: Add Silvaco I3C master driver

2020-07-09 Thread Miquel Raynal
Add support for Silvaco I3C dual-role IP. The master role is supported in SDR mode only. I2C transfers have not been tested but are shared because they are so close to the I3C transfers in terms of registers configuration. Signed-off-by: Miquel Raynal --- drivers/i3c/master/Kconfig |