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

2017-04-19 Thread Marek Vasut
On 04/19/2017 03:44 PM, Sylvain Lemieux wrote: > From: Liam Beguin > > Add DM support for i2c functions. > > Signed-off-by: Liam Beguin > Signed-off-by: Sylvain Lemieux > --- > Changes from v1 to v2: > * Do not request udevice on each single i2c write. > > Note: > * This patch is require as p

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

2017-04-19 Thread Sylvain Lemieux
From: Liam Beguin Add DM support for i2c functions. Signed-off-by: Liam Beguin Signed-off-by: Sylvain Lemieux --- Changes from v1 to v2: * Do not request udevice on each single i2c write. Note: * This patch is require as part of the DM support of the LPC32xx I2C driver. All I2C drivers shou