Re: [PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()

2023-07-10 Thread Helge Deller
On 7/10/23 09:41, Geert Uytterhoeven wrote: Hi Yangtao, On Mon, Jul 10, 2023 at 9:25 AM Yangtao Li wrote: On 2023/7/10 15:10, Geert Uytterhoeven wrote: [你通常不会收到来自 ge...@linux-m68k.org 的电子邮件。请访问 https://aka.ms/LearnAboutSenderIdentification,以了解这一点为什么很重要] On Tue, Jul 4, 2023 at 11:38 AM Yangta

Re: [PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()

2023-07-10 Thread Geert Uytterhoeven
Hi Yangtao, On Mon, Jul 10, 2023 at 9:25 AM Yangtao Li wrote: > On 2023/7/10 15:10, Geert Uytterhoeven wrote: > > [你通常不会收到来自 ge...@linux-m68k.org 的电子邮件。请访问 > > https://aka.ms/LearnAboutSenderIdentification,以了解这一点为什么很重要] > > On Tue, Jul 4, 2023 at 11:38 AM Yangtao Li wrote: > >> Use devm_platfor

Re: [PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()

2023-07-10 Thread Yangtao Li
Hi Geert, On 2023/7/10 15:10, Geert Uytterhoeven wrote: [你通常不会收到来自 ge...@linux-m68k.org 的电子邮件。请访问 https://aka.ms/LearnAboutSenderIdentification,以了解这一点为什么很重要] Hi Yangtao, On Tue, Jul 4, 2023 at 11:38 AM Yangtao Li wrote: Use devm_platform_ioremap_resource() to simplify code. Signed-off-by:

Re: [PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()

2023-07-10 Thread Geert Uytterhoeven
Hi Yangtao, On Tue, Jul 4, 2023 at 11:38 AM Yangtao Li wrote: > Use devm_platform_ioremap_resource() to simplify code. > > Signed-off-by: Yangtao Li Thanks for your patch, which is now commit c1cd7a7a231a26c6 ("fbdev: imxfb: Convert to devm_platform_ioremap_resource()") in fbdev/for-next > ---

Re: [PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()

2023-07-06 Thread Helge Deller
On 7/4/23 11:36, Yangtao Li wrote: Use devm_platform_ioremap_resource() to simplify code. Signed-off-by: Yangtao Li applied. Thanks! Helge --- drivers/video/fbdev/imxfb.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/video/fbdev/imxfb.c b/drivers/vid