[PATCH] drm/panel: add lg4573 driver

2015-06-08 Thread Thierry Reding
On Mon, Jun 08, 2015 at 10:13:21AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 05.06.2015 14:19, schrieb Thierry Reding: > >On Wed, May 06, 2015 at 09:49:33AM +0200, Heiko Schocher wrote: [...] > >>+ - display-timings: timings for the connected panel according to [1] > > > >The timings a

[PATCH] drm/panel: add lg4573 driver

2015-06-08 Thread Heiko Schocher
Hello Thierry, Am 05.06.2015 14:19, schrieb Thierry Reding: > On Wed, May 06, 2015 at 09:49:33AM +0200, Heiko Schocher wrote: >> The patch adds LG4573 parallel RGB panel driver with SPI control interface. >> The driver uses drm_panel framework. > > This should be obvious by the location of the dri

[PATCH] drm/panel: add lg4573 driver

2015-06-05 Thread Thierry Reding
On Wed, May 06, 2015 at 09:49:33AM +0200, Heiko Schocher wrote: > The patch adds LG4573 parallel RGB panel driver with SPI control interface. > The driver uses drm_panel framework. This should be obvious by the location of the driver. Can you instead provide information about the type or resolutio

[PATCH] drm/panel: add lg4573 driver

2015-05-28 Thread Heiko Schocher
Hello, Am 06.05.2015 09:49, schrieb Heiko Schocher: > The patch adds LG4573 parallel RGB panel driver with SPI control interface. > The driver uses drm_panel framework. > > Signed-off-by: Heiko Schocher > > --- > > .../devicetree/bindings/panel/lg,lg4573.txt| 42 +++ > drivers/gpu/drm

[PATCH] drm/panel: add lg4573 driver

2015-05-06 Thread Heiko Schocher
The patch adds LG4573 parallel RGB panel driver with SPI control interface. The driver uses drm_panel framework. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/panel/lg,lg4573.txt| 42 +++ drivers/gpu/drm/panel/Kconfig | 8 + drivers/gpu/drm/panel/Mak