mbox series

[0/5] Samsung s6e63m0 improvements

Message ID 20201110234653.2248594-1-linus.walleij@linaro.org (mailing list archive)
Headers show
Series Samsung s6e63m0 improvements | expand

Message

Linus Walleij Nov. 10, 2020, 11:46 p.m. UTC
These improvements to the Samsung s6e63m0 makes SPI
writing and reading to the panel simpler, and add some
support required by the Samsung GT-I9070.

Tested and working fine on the Samsung GT-I9070 mobile
phone with the MCDE display controller in DPI mode.

Linus Walleij (5):
  drm/panel: s6e63m0: Simplify SPI writing
  drm/panel: s6e63m0: Implement reading from panel
  drm/panel: s6e63m0: Add some explanations
  drm/panel: s6e63m0: Support 3WIRE protocol
  drm/panel: s6e63m0: Set up some display info

 .../gpu/drm/panel/panel-samsung-s6e63m0-spi.c | 40 +++++++++++--------
 drivers/gpu/drm/panel/panel-samsung-s6e63m0.c |  9 +++++
 2 files changed, 33 insertions(+), 16 deletions(-)

Comments

Sam Ravnborg Nov. 15, 2020, 10:55 p.m. UTC | #1
Hi Linus,
On Wed, Nov 11, 2020 at 12:46:48AM +0100, Linus Walleij wrote:
> These improvements to the Samsung s6e63m0 makes SPI
> writing and reading to the panel simpler, and add some
> support required by the Samsung GT-I9070.
> 
> Tested and working fine on the Samsung GT-I9070 mobile
> phone with the MCDE display controller in DPI mode.
> 
> Linus Walleij (5):
>   drm/panel: s6e63m0: Simplify SPI writing
>   drm/panel: s6e63m0: Implement reading from panel
>   drm/panel: s6e63m0: Add some explanations
>   drm/panel: s6e63m0: Support 3WIRE protocol
>   drm/panel: s6e63m0: Set up some display info

I have looked through the series - and all looks good.
Acked-by: Sam Ravnborg <sam@ravnborg.org>

Please commit patches yourself.

	Sam
Linus Walleij Nov. 15, 2020, 11:51 p.m. UTC | #2
On Sun, Nov 15, 2020 at 11:55 PM Sam Ravnborg <sam@ravnborg.org> wrote:

> I have looked through the series - and all looks good.
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
>
> Please commit patches yourself.

Thanks a lot Sam, I pushed the patches.

Yours,
Linus Walleij