Re: [PATCH v3 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel

2019-03-14 Thread Guido Günther
Hi, On Mon, Mar 04, 2019 at 07:05:52PM +0100, Sam Ravnborg wrote: > Hi Thierry. > > > Changes from v2 > > * As per review comments from Sam Ravnborg > > * Lowercase sentinel > > * Drop '_panel' postfix > > * DRM_DEV_ logging instead of plain DRM_ > > * Add Sam's Reviewed-by: > > * Add

Re: [PATCH v3 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel

2019-03-04 Thread Sam Ravnborg
Hi Thierry. > Changes from v2 > * As per review comments from Sam Ravnborg > * Lowercase sentinel > * Drop '_panel' postfix > * DRM_DEV_ logging instead of plain DRM_ > * Add Sam's Reviewed-by: > * Add "panel-rocktech-" to the driver name following > the pattern from other drm panel

[PATCH v3 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel

2019-03-04 Thread Guido Günther
It's a 5.5" 720x1440 TFT LCD MIPI DSI panel with built in touchscreen and backlight as found in the Librem 5 devkit. These patches are against linux next as of 2019-02-08. Changes from v2 * As per review comments from Sam Ravnborg * Lowercase sentinel * Drop '_panel' postfix * DRM_DEV_