Re: [PATCH] drm/bridge: anx7625: Use irq flags from devicetree

2022-04-08 Thread Nícolas F . R . A . Prado
On Fri, Apr 08, 2022 at 12:15:44PM +0200, AngeloGioacchino Del Regno wrote: > Il 08/04/22 03:33, Nícolas F. R. A. Prado ha scritto: > > Read the irq flags, like which edge to trigger on, from the devicetree > > and use those when registering the irq instead of hardcoding them. > > In case none was

Re: [PATCH] drm/bridge: anx7625: Use irq flags from devicetree

2022-04-08 Thread AngeloGioacchino Del Regno
Il 08/04/22 03:33, Nícolas F. R. A. Prado ha scritto: Read the irq flags, like which edge to trigger on, from the devicetree and use those when registering the irq instead of hardcoding them. In case none was specified, fallback to falling edge trigger. Signed-off-by: Nícolas F. R. A. Prado --

[PATCH] drm/bridge: anx7625: Use irq flags from devicetree

2022-04-07 Thread Nícolas F . R . A . Prado
Read the irq flags, like which edge to trigger on, from the devicetree and use those when registering the irq instead of hardcoding them. In case none was specified, fallback to falling edge trigger. Signed-off-by: Nícolas F. R. A. Prado --- drivers/gpu/drm/bridge/analogix/anx7625.c | 8 ++