Re: [PATCH 2/3] RTF: drm/panel: simple: Add TI nspire panels

2019-07-24 Thread Sam Ravnborg
Hi Linus. On Wed, Jul 24, 2019 at 03:58:40PM +0200, Linus Walleij wrote: > Hi Sam, > > fixed most things, one question remain: > > On Tue, Jul 23, 2019 at 7:54 PM Sam Ravnborg wrote: > > > Furthermore I did not see any bindings for the panels. > > If they indeed are missing, then please provid

Re: [PATCH 2/3] RTF: drm/panel: simple: Add TI nspire panels

2019-07-24 Thread Linus Walleij
Hi Sam, fixed most things, one question remain: On Tue, Jul 23, 2019 at 7:54 PM Sam Ravnborg wrote: > Furthermore I did not see any bindings for the panels. > If they indeed are missing, then please provide bindings in the yaml > format. IIUC we do not create binding documents for the simple p

Re: [PATCH 2/3] RTF: drm/panel: simple: Add TI nspire panels

2019-07-23 Thread Sam Ravnborg
Hi Linus Good to see more panels and work on moving from fb to drm. Also good to use media_bus_format to signal this is a greyscale display. On Tue, Jul 23, 2019 at 03:37:54PM +0200, Linus Walleij wrote: > This adds support for the TI nspire panels to the simple panel > roster. This code is base

[PATCH 2/3] RTF: drm/panel: simple: Add TI nspire panels

2019-07-23 Thread Linus Walleij
This adds support for the TI nspire panels to the simple panel roster. This code is based on arch/arm/mach-nspire/clcd.c. This includes likely the first grayscale panel supported. These panels will be used with the PL11x DRM driver. Cc: Daniel Tang Cc: Fabian Vogt Signed-off-by: Linus Walleij