Re: [PATCH] drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register

2022-03-02 Thread Robert Foss
On Wed, 2 Mar 2022 at 12:35, Guido Günther wrote: > > Hi Liu, > On Wed, Feb 16, 2022 at 04:58:42PM +0800, Liu Ying wrote: > > To initialize register NWL_DSI_IRQ_MASK, it's enough to write it > > only once in function nwl_dsi_init_interrupts(). > > > > Signed-off-by: Liu Ying > > --- > > drivers/

Re: [PATCH] drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register

2022-03-02 Thread Guido Günther
Hi Liu, On Wed, Feb 16, 2022 at 04:58:42PM +0800, Liu Ying wrote: > To initialize register NWL_DSI_IRQ_MASK, it's enough to write it > only once in function nwl_dsi_init_interrupts(). > > Signed-off-by: Liu Ying > --- > drivers/gpu/drm/bridge/nwl-dsi.c | 14 +- > 1 file changed, 5 in

[PATCH] drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register

2022-02-16 Thread Liu Ying
To initialize register NWL_DSI_IRQ_MASK, it's enough to write it only once in function nwl_dsi_init_interrupts(). Signed-off-by: Liu Ying --- drivers/gpu/drm/bridge/nwl-dsi.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/dri