[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels

2014-05-16 Thread Thierry Reding
On Thu, May 15, 2014 at 09:54:07AM -0600, Stephen Warren wrote: > On 05/15/2014 04:54 AM, Thierry Reding wrote: > > On Thu, May 15, 2014 at 12:25:47PM +0200, Philipp Zabel wrote: > >> The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels, > >> which can be supported by the simple panel

[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels

2014-05-15 Thread Stephen Warren
On 05/15/2014 03:41 PM, Thierry Reding wrote: > On Thu, May 15, 2014 at 09:54:07AM -0600, Stephen Warren wrote: >> On 05/15/2014 04:54 AM, Thierry Reding wrote: >>> On Thu, May 15, 2014 at 12:25:47PM +0200, Philipp Zabel wrote: The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels,

[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels

2014-05-15 Thread Thierry Reding
On Thu, May 15, 2014 at 12:25:47PM +0200, Philipp Zabel wrote: > The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels, > which can be supported by the simple panel driver. > > Signed-off-by: Philipp Zabel > --- > Changes since v2: > - Added device tree binding documentation. Do we really

[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels

2014-05-15 Thread Philipp Zabel
The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels, which can be supported by the simple panel driver. Signed-off-by: Philipp Zabel --- Changes since v2: - Added device tree binding documentation. Do we really want to add one little file for each panel? ---

[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels

2014-05-15 Thread Stephen Warren
On 05/15/2014 04:54 AM, Thierry Reding wrote: > On Thu, May 15, 2014 at 12:25:47PM +0200, Philipp Zabel wrote: >> The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels, >> which can be supported by the simple panel driver. >> >> Signed-off-by: Philipp Zabel >> --- >> Changes since v2: >> -