Re: [U-Boot] [PATCH] usb: lpc32xx: Add i2c DM support

2017-04-19 Thread Marek Vasut
On 04/19/2017 02:24 PM, Sylvain Lemieux wrote: > On Fri, 2017-04-14 at 16:01 +0200, Marek Vasut wrote: >> On 03/14/2017 04:28 PM, Sylvain Lemieux wrote: >>> From: Liam Beguin >>> >>> Add DM support for i2c functions. >>> >>> Signed-off-by: Liam Beguin >>> Signed-off-by: Sylvain Lemieux >>> --- >

Re: [U-Boot] [PATCH] usb: lpc32xx: Add i2c DM support

2017-04-19 Thread Sylvain Lemieux
On Fri, 2017-04-14 at 16:01 +0200, Marek Vasut wrote: > On 03/14/2017 04:28 PM, Sylvain Lemieux wrote: > > From: Liam Beguin > > > > Add DM support for i2c functions. > > > > Signed-off-by: Liam Beguin > > Signed-off-by: Sylvain Lemieux > > --- > > Note: > > * This patch is require as part of

Re: [U-Boot] [PATCH] usb: lpc32xx: Add i2c DM support

2017-04-14 Thread Marek Vasut
On 03/14/2017 04:28 PM, Sylvain Lemieux wrote: > From: Liam Beguin > > Add DM support for i2c functions. > > Signed-off-by: Liam Beguin > Signed-off-by: Sylvain Lemieux > --- > Note: > * This patch is require as part of the DM support of the LPC32xx I2C driver. > All I2C drivers should be co

[U-Boot] [PATCH] usb: lpc32xx: Add i2c DM support

2017-03-14 Thread Sylvain Lemieux
From: Liam Beguin Add DM support for i2c functions. Signed-off-by: Liam Beguin Signed-off-by: Sylvain Lemieux --- Note: * This patch is require as part of the DM support of the LPC32xx I2C driver. All I2C drivers should be converted, to DM, by the end of June 2017. * The USB driver is suppo