[v.1] clk:clk-rockchip:-of_iomap failed to remap then abort clock initialization.

2016-08-13 Thread Arvind Yadav
-check return of 'of_iomap'.if It's falied to remap then abort. -Unmap a region obtained by remap. iounmap frees the mapping when failed to allocate the memory. Signed-off-by: Arvind Yadav --- drivers/clk/rockchip/clk-rockchip.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff

Re: [v.1] clk:clk-rockchip:-of_iomap failed to remap then abort clock initialization.

2016-08-24 Thread arvind Yadav
yes, I am referring this code for clock control. --Arvind On Tuesday 23 August 2016 09:45 PM, Heiko Stübner wrote: Hi Arvind, Am Samstag, 13. August 2016, 20:56:18 schrieb Arvind Yadav: -check return of 'of_iomap'.if It's falied to remap then abort. -Unmap a region obtained by remap. iounma

Re: [v.1] clk:clk-rockchip:-of_iomap failed to remap then abort clock initialization.

2016-08-24 Thread Heiko Stübner
Hi Arvind, Am Mittwoch, 24. August 2016, 19:52:45 schrieb arvind Yadav: > yes, I am referring this code for clock control. Please definitly do not use that old gate driver anymore! Instead please look at the real clock drivers for specific Rockchip socs in the same directory. Which Rockchip soc

Re: [v.1] clk:clk-rockchip:-of_iomap failed to remap then abort clock initialization.

2016-08-23 Thread Heiko Stübner
Hi Arvind, Am Samstag, 13. August 2016, 20:56:18 schrieb Arvind Yadav: > -check return of 'of_iomap'.if It's falied to remap then abort. > > -Unmap a region obtained by remap. iounmap frees the mapping when failed > to allocate the memory. > > Signed-off-by: Arvind Yadav > --- > drivers/clk/ro