Re: [PATCH 5/5] drm/sun4i: tcon: Support LVDS output on Allwinner A20

2020-04-02 Thread Maxime Ripard
Hi Andrey, On Wed, Apr 01, 2020 at 01:59:27PM +0300, Andrey Lebedev wrote: > Hello Maxime, > > Since Linus' merge window is now open, do I have to do anything to get this > merged into the mainline kernel? You don't have to do anything, it's already on its way to Linus:

Re: [PATCH 5/5] drm/sun4i: tcon: Support LVDS output on Allwinner A20

2020-04-02 Thread Andrey Lebedev
Hello Maxime, Since Linus' merge window is now open, do I have to do anything to get this merged into the mainline kernel? On 2/20/20 7:25 PM, Maxime Ripard wrote: On Wed, Feb 19, 2020 at 08:08:58PM +0200, Andrey Lebedev wrote: From: Andrey Lebedev A20 SoC (found in Cubieboard 2 among

Re: [PATCH 5/5] drm/sun4i: tcon: Support LVDS output on Allwinner A20

2020-02-21 Thread Maxime Ripard
On Wed, Feb 19, 2020 at 08:08:58PM +0200, Andrey Lebedev wrote: > From: Andrey Lebedev > > A20 SoC (found in Cubieboard 2 among others) requires different LVDS set > up procedure than A33. Timing controller (tcon) driver only implements > sun6i-style procedure, that doesn't work on A20 (sun7i). >

[PATCH 5/5] drm/sun4i: tcon: Support LVDS output on Allwinner A20

2020-02-20 Thread Andrey Lebedev
From: Andrey Lebedev A20 SoC (found in Cubieboard 2 among others) requires different LVDS set up procedure than A33. Timing controller (tcon) driver only implements sun6i-style procedure, that doesn't work on A20 (sun7i). Signed-off-by: Andrey Lebedev --- drivers/gpu/drm/sun4i/sun4i_tcon.c |