2021-06-15 12:51:02

by Yang Yingliang

[permalink] [raw]
Subject: [PATCH -next v2 0/2] ARM: imx: free resources

mmdc_base need be unmapped and mmdc_ipg_clk need be disable and unprepared
in remove and error path.

v2:
hold mmdc_base in structure and free the resources on error path.

Yang Yingliang (2):
ARM: imx: add missing iounmap()
ARM: imx: add missing clk_disable_unprepare()

arch/arm/mach-imx/mmdc.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

--
2.25.1


2021-07-14 07:20:53

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH -next v2 0/2] ARM: imx: free resources

On Tue, Jun 15, 2021 at 08:52:37PM +0800, Yang Yingliang wrote:
> mmdc_base need be unmapped and mmdc_ipg_clk need be disable and unprepared
> in remove and error path.
>
> v2:
> hold mmdc_base in structure and free the resources on error path.
>
> Yang Yingliang (2):
> ARM: imx: add missing iounmap()
> ARM: imx: add missing clk_disable_unprepare()

Applied both, thanks.