Re: [PATCH 0/5] drm/exynos: Use platform_get_irq*() variants to fetch IRQ's

From: Inki Dae
Date: Fri Jan 14 2022 - 06:36:24 EST


Hi,

21. 12. 23. 오전 4:01에 Lad Prabhakar 이(가) 쓴 글:
> Hi All,
>
> This patch series aims to drop using platform_get_resource() for IRQ types
> in preparation for removal of static setup of IRQ resource from DT core
> code.
>
> Dropping usage of platform_get_resource() was agreed based on
> the discussion [0].
>
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> patch/20211209001056.29774-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/
>

Applied.

Thanks,
Inki Dae


> Cheers,
> Prabhakar
>
> Lad Prabhakar (5):
> drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the
> interrupt
> drm/exynos: mixer: Use platform_get_irq() to get the interrupt
> drm/exynos/exynos_drm_fimd: Use platform_get_irq_byname() to get the
> interrupt
> drm/exynos/fimc: Use platform_get_irq() to get the interrupt
> drm/exynos: gsc: Use platform_get_irq() to get the interrupt
>
> drivers/gpu/drm/exynos/exynos7_drm_decon.c | 12 +++---------
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 13 +++++--------
> drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 ++++---------
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 10 +++-------
> drivers/gpu/drm/exynos/exynos_mixer.c | 14 ++++++--------
> 5 files changed, 21 insertions(+), 41 deletions(-)
>