[U-Boot] [PATCH v9 18/49] rockchip: i2c: Update the driver to use the new clock ID

2016-01-21 Thread Simon Glass
We can use the new clk_get_by_index() function to get the correct clock. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: - Update call to clk_get_by_index() drivers/i2c/rk_i2c.c | 38 ++ 1 file changed, 22 insertions(+), 16 deletions(-) di

Re: [U-Boot] [PATCH v9 18/49] rockchip: i2c: Update the driver to use the new clock ID

2016-01-21 Thread Heiko Schocher
Hello Simon, Am 22.01.2016 um 03:43 schrieb Simon Glass: We can use the new clk_get_by_index() function to get the correct clock. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: - Update call to clk_get_by_index() drivers/i2c/rk_i2c.c | 38 ++--

Re: [U-Boot] [PATCH v9 18/49] rockchip: i2c: Update the driver to use the new clock ID

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > We can use the new clk_get_by_index() function to get the correct clock. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: > - Update call to clk_get_by_index() > > drivers/i2c/rk_i2c.c | 38 ++-