Re: [U-Boot] [PATCH 2/2] i2c: imx_lpi2c: add uclass api support

2018-08-06 Thread Anatolij Gustschin
On Tue, 17 Jul 2018 20:38:33 +0800 Peng Fan peng@nxp.com wrote: > Use uclass clk api to get per clk when CONFIG_CLK enabled. > > Signed-off-by: Peng Fan > --- > drivers/i2c/imx_lpi2c.c | 47 --- > include/imx_lpi2c.h | 3 +++ > 2 files change

Re: [U-Boot] [PATCH 2/2] i2c: imx_lpi2c: add uclass api support

2018-08-06 Thread Anatolij Gustschin
On Tue, 17 Jul 2018 20:38:33 +0800 Peng Fan peng@nxp.com wrote: > Use uclass clk api to get per clk when CONFIG_CLK enabled. > > Signed-off-by: Peng Fan > --- > drivers/i2c/imx_lpi2c.c | 47 --- > include/imx_lpi2c.h | 3 +++ > 2 files change

[U-Boot] [PATCH 2/2] i2c: imx_lpi2c: add uclass api support

2018-07-17 Thread Peng Fan
Use uclass clk api to get per clk when CONFIG_CLK enabled. Signed-off-by: Peng Fan --- drivers/i2c/imx_lpi2c.c | 47 --- include/imx_lpi2c.h | 3 +++ 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/drivers/i2c/imx_lpi2c.c b/drivers