Re: [PATCH] drm/bridge: nwl-dsi: fix packet read ISR handling

2023-03-20 Thread Kevin Groeneveld
Hi Neil, On 2023-03-20 06:44, Neil Armstrong wrote: Thanks for the patch, can you provide a Fixes tag ? Neil As with my other recent patch I did not think of adding a fixes tag as this bug is not a regressions but has existed since the first commit of the driver. If there should be a fixes

Re: [PATCH] drm/bridge: nwl-dsi: implement MIPI_DSI_MODE_NO_EOT_PACKET

2023-03-20 Thread Kevin Groeneveld
Hi Neil, On 2023-03-20 06:43, Neil Armstrong wrote: Thanks for the patch, can you provide a Fixes tag ? Neil I never seem to think about a fixes tag unless it was a regression. This limitation has existed since the first commit for this driver. If there should be a fixes tag then I guess it

[PATCH] drm/bridge: nwl-dsi: fix packet read ISR handling

2023-03-19 Thread Kevin Groeneveld
to perform a successful DCS read from a display with a Chipone ICNL9707 driver IC. Signed-off-by: Kevin Groeneveld --- drivers/gpu/drm/bridge/nwl-dsi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c in

[PATCH] drm/bridge: nwl-dsi: implement MIPI_DSI_MODE_NO_EOT_PACKET

2023-03-19 Thread Kevin Groeneveld
the current driver. Signed-off-by: Kevin Groeneveld --- drivers/gpu/drm/bridge/nwl-dsi.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c index 6dc2a4e191d7..bb8404ffd3f5 100644 --- a/drivers/gpu