Re: [PATCH] irqchip/imx-irqsteer: use devm_platform_ioremap_resource() to simplify code

2019-04-28 Thread Marc Zyngier
t; > Cc: dl-linux-imx > > Subject: Re: [PATCH] irqchip/imx-irqsteer: use > > devm_platform_ioremap_resource() to simplify code > > > > > > On 4/1/2019 11:51 AM, Anson Huang wrote: > > > Use the new helper devm_platform_ioremap_resource() which wra

RE: [PATCH] irqchip/imx-irqsteer: use devm_platform_ioremap_resource() to simplify code

2019-04-27 Thread Anson Huang
gutronix.de; feste...@gmail.com; > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Cc: dl-linux-imx > Subject: Re: [PATCH] irqchip/imx-irqsteer: use > devm_platform_ioremap_resource() to simplify code > > > On 4/1/2019 11:51 AM, Anson Huang wrote: > > Use

Re: [PATCH] irqchip/imx-irqsteer: use devm_platform_ioremap_resource() to simplify code

2019-04-01 Thread Mukesh Ojha
On 4/1/2019 11:51 AM, Anson Huang wrote: Use the new helper devm_platform_ioremap_resource() which wraps the platform_get_resource() and devm_ioremap_resource() together, to simplify the code. Signed-off-by: Anson Huang Reviewed-by: Mukesh Ojha Cheers, -Mukesh --- drivers/irqchip/irq-im

[PATCH] irqchip/imx-irqsteer: use devm_platform_ioremap_resource() to simplify code

2019-03-31 Thread Anson Huang
Use the new helper devm_platform_ioremap_resource() which wraps the platform_get_resource() and devm_ioremap_resource() together, to simplify the code. Signed-off-by: Anson Huang --- drivers/irqchip/irq-imx-irqsteer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers