Re: [U-Boot] [PATCH V2 3/3] i2c: tegra: add standardized clk/reset API support

2016-08-07 Thread Heiko Schocher
Hello Stephen, Am 06.08.2016 um 00:10 schrieb Stephen Warren: From: Bryan Wu clk/reset API was tested on T186 platform and previous chip like T210/T124 will still use the old APIs. Signed-off-by: Bryan Wu (swarren, simplified some ifdefs, removed indent level inside an ifdef) (swarren, added

Re: [U-Boot] [PATCH V2 3/3] i2c: tegra: add standardized clk/reset API support

2016-08-05 Thread Simon Glass
On 5 August 2016 at 16:10, Stephen Warren wrote: > From: Bryan Wu > > clk/reset API was tested on T186 platform and previous chip like > T210/T124 will still use the old APIs. > > Signed-off-by: Bryan Wu > (swarren, simplified some ifdefs, removed indent level inside an ifdef) > (swarren, added

[U-Boot] [PATCH V2 3/3] i2c: tegra: add standardized clk/reset API support

2016-08-05 Thread Stephen Warren
From: Bryan Wu clk/reset API was tested on T186 platform and previous chip like T210/T124 will still use the old APIs. Signed-off-by: Bryan Wu (swarren, simplified some ifdefs, removed indent level inside an ifdef) (swarren, added comment about the ifdefs) Signed-off-by: Stephen Warren --- v2: