Re: [PATCH v6 11/19] drm/imx: Add i.MX8qxp Display Controller interrupt controller

2024-12-12 Thread Maxime Ripard
On Mon, 9 Dec 2024 11:39:15 +0800, Liu Ying wrote: > i.MX8qxp Display Controller has a built-in interrupt controller to support > Enable/Status/Preset/Clear interrupt bit. Add driver for it. > > Signed-off-by: Liu Ying Reviewed-by: Maxime Ripard Thanks! Maxime

[PATCH v6 11/19] drm/imx: Add i.MX8qxp Display Controller interrupt controller

2024-12-08 Thread Liu Ying
i.MX8qxp Display Controller has a built-in interrupt controller to support Enable/Status/Preset/Clear interrupt bit. Add driver for it. Signed-off-by: Liu Ying --- v6: * No change. v5: * Replace .remove_new with .remove in dc-ic.c. (Uwe) v4: * Use regmap to define register map for all register