Re: [PATCH 2/4] soc: mediatek: mmsys: Use devm_platform_ioremap_resource()

2020-11-27 Thread Matthias Brugger
On 06/10/2020 21:33, Enric Balletbo i Serra wrote: For the common platform_get_resource()+devm_platform_ioremap() combination, there is a helper, so use it and make the code a bit more compact. Signed-off-by: Enric Balletbo i Serra Applied to v5.10-next/soc Thanks! ---

Re: [PATCH 2/4] soc: mediatek: mmsys: Use devm_platform_ioremap_resource()

2020-10-06 Thread Chun-Kuang Hu
Chun-Kuang Hu 於 2020年10月7日 週三 上午7:21寫道: > > Enric Balletbo i Serra 於 2020年10月7日 週三 > 上午3:33寫道: > > > > For the common platform_get_resource()+devm_platform_ioremap() combination, > > there is a helper, so use it and make the code a bit more compact. > > Reviewed-by: Chun-Kuang Hu > Sorry for

Re: [PATCH 2/4] soc: mediatek: mmsys: Use devm_platform_ioremap_resource()

2020-10-06 Thread Chun-Kuang Hu
Enric Balletbo i Serra 於 2020年10月7日 週三 上午3:33寫道: > > For the common platform_get_resource()+devm_platform_ioremap() combination, > there is a helper, so use it and make the code a bit more compact. Reviewed-by: Chun-Kuang Hu > > Signed-off-by: Enric Balletbo i Serra > --- > >

[PATCH 2/4] soc: mediatek: mmsys: Use devm_platform_ioremap_resource()

2020-10-06 Thread Enric Balletbo i Serra
For the common platform_get_resource()+devm_platform_ioremap() combination, there is a helper, so use it and make the code a bit more compact. Signed-off-by: Enric Balletbo i Serra --- drivers/soc/mediatek/mtk-mmsys.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git