Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-25 Thread Chris Morgan
On Mon, Jul 17, 2023 at 05:25:45PM +0200, Anatolij Gustschin wrote: > On Mon, 22 May 2023 23:47:00 +0200 > m...@xff.cz m...@xff.cz wrote: > ... > > Ondrej Jirman (8): > > video: rockchip: vop: Fix whitespace > > video: dw_mipi_dsi: Fix hsync/vsync settings > > video: rockchip: dw_mipi_dsi: Fi

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-25 Thread Ondřej Jirman
On Tue, Jul 25, 2023 at 01:03:16PM -0500, Chris Morgan wrote: > > On Mon, Jul 17, 2023 at 05:25:45PM +0200, Anatolij Gustschin wrote: > > On Mon, 22 May 2023 23:47:00 +0200 > > m...@xff.cz m...@xff.cz wrote: > > ... > > > Ondrej Jirman (8): > > > video: rockchip: vop: Fix whitespace > > > vide

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-18 Thread Christopher Morgan
I’ve been on holiday and not able to add my Tested-By yet, I do apologize. It will probably be another week and a half before I can, but I will check these out and if they cause problems I’ll let you know/start work on a fix. Thank you. > On Jul 17, 2023, at 11:01 AM, Anatolij Gustschin wrote:

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-17 Thread Ondřej Jirman
On Mon, Jul 17, 2023 at 06:01:47PM +0200, Anatolij Gustschin wrote: > > On Thu, 13 Jul 2023 18:03:48 +0200 > Ondřej Jirman m...@xff.cz wrote: > > > On Thu, Jul 13, 2023 at 05:47:47PM +0200, Anatolij Gustschin wrote: > > > > > > On Thu, 13 Jul 2023 16:51:36 +0200 > > > Ondřej Jirman m...@xff.cz w

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-17 Thread Anatolij Gustschin
On Mon, 22 May 2023 23:47:00 +0200 m...@xff.cz m...@xff.cz wrote: ... > Ondrej Jirman (8): > video: rockchip: vop: Fix whitespace > video: dw_mipi_dsi: Fix hsync/vsync settings > video: rockchip: dw_mipi_dsi: Fix external phy existnece check > video: rockchip: dw_mipi_dsi: Fix error path ch

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-13 Thread Ondřej Jirman
On Thu, Jul 13, 2023 at 05:47:47PM +0200, Anatolij Gustschin wrote: > > On Thu, 13 Jul 2023 16:51:36 +0200 > Ondřej Jirman m...@xff.cz wrote: > > > Hi, > > > > On Mon, May 22, 2023 at 11:47:00PM +0200, megi xff wrote: > > > > > > > > > From: Ondrej Jirman > > > > > > These are just random fi

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-13 Thread Ondřej Jirman
Hi, On Mon, May 22, 2023 at 11:47:00PM +0200, megi xff wrote: > > > From: Ondrej Jirman > > These are just random fixes for bugs I found while eyeballing the code and > porting > it to work with RK3399. It would be nice if somebody merged this. I'd like to add display support for a few board

[PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-05-22 Thread megi
From: Ondrej Jirman These are just random fixes for bugs I found while eyeballing the code and porting it to work with RK3399. Please take a look. Thank you and regards, Ondrej Jirman Ondrej Jirman (8): video: rockchip: vop: Fix whitespace video: dw_mipi_dsi: Fix hsync/vsync setti