Re: [EXT] [PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-30 Thread Guido Günther
Hi, On Thu, Aug 29, 2019 at 09:40:20AM +, Robert Chiras wrote: > Hi Guido, > > One more thing for you to add in v4, see inline. > > On Jo, 2019-08-22 at 12:44 +0200, Guido Günther wrote: > > This adds initial support for the NWL MIPI DSI Host controller found > > on > > i.MX8 SoCs. > > > > I

Re: [EXT] [PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-29 Thread Robert Chiras
Hi Guido, One more thing for you to add in v4, see inline. On Jo, 2019-08-22 at 12:44 +0200, Guido Günther wrote: > This adds initial support for the NWL MIPI DSI Host controller found > on > i.MX8 SoCs. > > It adds support for the i.MX8MQ but the same IP can be found on > e.g. the i.MX8QXP. >

Re: [EXT] [PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-25 Thread Robert Chiras
Hi Guido, On Jo, 2019-08-22 at 19:03 +0200, Guido Günther wrote: > Hi Robert, > thanks for your comments! Most of this make sense, i have some > comments > inline below (mostly since I only have access to the imx8mq reference > manual but not to the any NWL IP docs): > > On Thu, Aug 22, 2019 at 0

Re: [EXT] [PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-22 Thread Guido Günther
Hi Robert, thanks for your comments! Most of this make sense, i have some comments inline below (mostly since I only have access to the imx8mq reference manual but not to the any NWL IP docs): On Thu, Aug 22, 2019 at 01:18:21PM +, Robert Chiras wrote: > Hi Guido, > > I added my signed-off, pl

Re: [EXT] [PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-22 Thread Robert Chiras
Hi Guido, I added my signed-off, plus some comments inline. On Jo, 2019-08-22 at 12:44 +0200, Guido Günther wrote: > This adds initial support for the NWL MIPI DSI Host controller found > on > i.MX8 SoCs. > > It adds support for the i.MX8MQ but the same IP can be found on > e.g. the i.MX8QXP. >

[PATCH v3 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-08-22 Thread Guido Günther
This adds initial support for the NWL MIPI DSI Host controller found on i.MX8 SoCs. It adds support for the i.MX8MQ but the same IP can be found on e.g. the i.MX8QXP. It has been tested on the Librem 5 devkit using mxsfb. Signed-off-by: Guido Günther Co-developed-by: Robert Chiras --- drivers