Patch "drm/panel-simple: fix connector type for LogicPD Type28 Display" has been added to the 5.7-stable tree

2020-06-29 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/panel-simple: fix connector type for LogicPD Type28 Display to the 5.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Re: [PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display

2020-06-21 Thread Sam Ravnborg
Hi Adam. On Mon, Jun 15, 2020 at 09:53:45AM -0500, Adam Ford wrote: > On Mon, Jun 15, 2020 at 9:46 AM Fabio Estevam wrote: > > > > On Mon, Jun 15, 2020 at 10:19 AM Adam Ford wrote: > > > > > > The LogicPD Type28 display used by several Logic PD products has not > > > worked since v5.5. > > > >

Re: [PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display

2020-06-16 Thread Tomi Valkeinen
On 15/06/2020 17:53, Adam Ford wrote: On Mon, Jun 15, 2020 at 9:46 AM Fabio Estevam wrote: On Mon, Jun 15, 2020 at 10:19 AM Adam Ford wrote: The LogicPD Type28 display used by several Logic PD products has not worked since v5.5. Maybe you could tell which commit exactly and then put a

Re: [PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display

2020-06-15 Thread Adam Ford
On Mon, Jun 15, 2020 at 9:46 AM Fabio Estevam wrote: > > On Mon, Jun 15, 2020 at 10:19 AM Adam Ford wrote: > > > > The LogicPD Type28 display used by several Logic PD products has not > > worked since v5.5. > > Maybe you could tell which commit exactly and then put a Fixes tag? I honestly don't

Re: [PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display

2020-06-15 Thread Fabio Estevam
On Mon, Jun 15, 2020 at 10:19 AM Adam Ford wrote: > > The LogicPD Type28 display used by several Logic PD products has not > worked since v5.5. Maybe you could tell which commit exactly and then put a Fixes tag? ___ dri-devel mailing list

[PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display

2020-06-15 Thread Adam Ford
The LogicPD Type28 display used by several Logic PD products has not worked since v5.5. The connector type for the LogicPD Type 28 display is missing and drm_panel_bridge_add() requires connector type to be set. Signed-off-by: Adam Ford CC: sta...@vger.kernel.org #v5.5+ diff --git