Re: [PATCH v3 08/16] PM / devfreq: tegra: Clean up driver's probe / remove

2019-04-29 Thread Chanwoo Choi
Hi, On 19. 4. 18. 오전 7:29, Dmitry Osipenko wrote: > Reset hardware, disable ACTMON clock, release OPP's and handle all > possible error cases correctly, maintaining the correct tear down > order. Also use devm_platform_ioremap_resource() which is now available > in the kernel. > > Signed-off-by:

[PATCH v3 08/16] PM / devfreq: tegra: Clean up driver's probe / remove

2019-04-17 Thread Dmitry Osipenko
Reset hardware, disable ACTMON clock, release OPP's and handle all possible error cases correctly, maintaining the correct tear down order. Also use devm_platform_ioremap_resource() which is now available in the kernel. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra-devfreq.c | 83