<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/gpu/drm/panel, branch v3.16</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/gpu/drm/panel?h=v3.16</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/gpu/drm/panel?h=v3.16'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-06-09T10:17:21Z</updated>
<entry>
<title>drm/panel: simple - Add AUO B133XTN01 panel support</title>
<updated>2014-06-09T10:17:21Z</updated>
<author>
<name>Stéphane Marchesin</name>
<email>marcheu@chromium.org</email>
</author>
<published>2014-05-24T02:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a333f7ad1db5e77eea411b058d95a5d3587ab141'/>
<id>urn:sha1:a333f7ad1db5e77eea411b058d95a5d3587ab141</id>
<content type='text'>
This panel is used by nyan-big and can be supported by the simple-panel
driver.

Signed-off-by: Stéphane Marchesin &lt;marcheu@chromium.org&gt;
[treding@nvidia.com: add device tree binding document]
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: simple - Disable panel on shutdown</title>
<updated>2014-06-05T14:46:40Z</updated>
<author>
<name>Thierry Reding</name>
<email>treding@nvidia.com</email>
</author>
<published>2014-04-29T15:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d02fd93e2cd800fa944bf775ec97deac45fe9923'/>
<id>urn:sha1:d02fd93e2cd800fa944bf775ec97deac45fe9923</id>
<content type='text'>
When a device is shut down, disable the panel to make sure the display
backlight doesn't stay lit.

Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: add support for EDT ET057090DHU panel</title>
<updated>2014-06-05T14:46:40Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan@agner.ch</email>
</author>
<published>2014-05-15T09:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=26ab0065794de0317776e97e58364ac30b33f6b2'/>
<id>urn:sha1:26ab0065794de0317776e97e58364ac30b33f6b2</id>
<content type='text'>
This panel is sold by Toradex for Colibri T20/T30 and Apalis T30
evaluation kits.

Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels</title>
<updated>2014-06-05T14:46:39Z</updated>
<author>
<name>Philipp Zabel</name>
<email>p.zabel@pengutronix.de</email>
</author>
<published>2014-05-15T10:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fff5de45ef82f12918d6558a07cdf27cdce7e3d9'/>
<id>urn:sha1:fff5de45ef82f12918d6558a07cdf27cdce7e3d9</id>
<content type='text'>
The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels,
which can be supported by the simple panel driver.

Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: ld9040: add power control sequence</title>
<updated>2014-06-05T14:46:39Z</updated>
<author>
<name>Andrzej Hajda</name>
<email>a.hajda@samsung.com</email>
</author>
<published>2014-04-08T10:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dbd751eed83614b7300a0331ae3ab2e70cc1e73c'/>
<id>urn:sha1:dbd751eed83614b7300a0331ae3ab2e70cc1e73c</id>
<content type='text'>
Some ld9040 panels do not start without providing power control sequence
during initialization. The patch fixes the driver by providing such
sequence for all panels.

Signed-off-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: s6e8aa0: silence array overflow warning</title>
<updated>2014-06-05T14:46:39Z</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2014-04-09T15:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9c911962f9d145fd6f8cb3d93ae58486cef14d53'/>
<id>urn:sha1:9c911962f9d145fd6f8cb3d93ae58486cef14d53</id>
<content type='text'>
Smatch complains that we are reading beyond the end of the array here:

	drivers/gpu/drm/panel/panel-s6e8aa0.c:852 s6e8aa0_read_mtp_id()
	warn: buffer overflow 's6e8aa0_variants' 4 &lt;= 4

We set the error code, so it's not harmful but it looks like a return
was intended here so lets add that and silence the warning.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Acked-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'drm/panel/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next</title>
<updated>2014-04-05T06:12:27Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2014-04-05T06:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=243b930f8b228428c2a14ebbb09045041ed0bc70'/>
<id>urn:sha1:243b930f8b228428c2a14ebbb09045041ed0bc70</id>
<content type='text'>
drm/panel: Changes for v3.15-rc1

Add support for a couple more simple panels. A few cleanups to the
simple panel driver are also included (gpiod interface conversion,
removal of redundant call to regulator_disable()).

* tag 'drm/panel/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux:
  drm/panel: add support for LG LD070WX3-SL01 panel
  drm/panel: add support for LG LH500WX1-SD03 panel
  drm/panel: simple: Allow DSI panels to provide mode flags
  drm/panel: simple: Allow GPIO accesses to sleep
  drm/panel: remove redundant regulator_disable()
  drm/panel: use gpiod interface for enable GPIO
  drm/panel: Add LG 12.9" LCD panel
  MAINTAINERS: Add entry for DRM panel drivers

Conflicts:
	MAINTAINERS
</content>
</entry>
<entry>
<title>drm/panel: add S6E8AA0 driver</title>
<updated>2014-04-04T12:24:49Z</updated>
<author>
<name>Andrzej Hajda</name>
<email>a.hajda@samsung.com</email>
</author>
<published>2014-04-02T07:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=02051ca063717911eb2800a8b1de29f8a3603f62'/>
<id>urn:sha1:02051ca063717911eb2800a8b1de29f8a3603f62</id>
<content type='text'>
The patch adds MIPI-DSI based S6E8AA0 AMOLED LCD panel driver.
Driver uses mipi_dsi bus to communicate with panel and exposes drm_panel
interface.

v2
- added bus error handling,
- set maxmimum DSI packet size on init,
- removed unsupported brightness drm_panel callbacks,
- minor improvements

v3
- switched to gpiod framework,
- minor fixes in error handling

Signed-off-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: add ld9040 driver</title>
<updated>2014-04-04T12:24:48Z</updated>
<author>
<name>Andrzej Hajda</name>
<email>a.hajda@samsung.com</email>
</author>
<published>2014-03-26T08:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ff21993776325316cdbcb4ced888ce4cd31a8bc6'/>
<id>urn:sha1:ff21993776325316cdbcb4ced888ce4cd31a8bc6</id>
<content type='text'>
The patch adds LD9040 parallel RGB panel driver with SPI control interface.
The driver uses drm_panel framework.

Signed-off-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;
</content>
</entry>
<entry>
<title>drm/panel: add support for LG LD070WX3-SL01 panel</title>
<updated>2014-04-04T07:06:40Z</updated>
<author>
<name>Alexandre Courbot</name>
<email>acourbot@nvidia.com</email>
</author>
<published>2014-01-21T09:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=712ac1ba63448d38e2fc3f2b58e62ca4af9778c2'/>
<id>urn:sha1:712ac1ba63448d38e2fc3f2b58e62ca4af9778c2</id>
<content type='text'>
This panel is used by Tegra Note 7 and supported by the simple-panel
driver.

Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
</feed>
