<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/video/fbdev/omap2, branch v3.16</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.16</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.16'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2014-06-26T11:40:15Z</updated>
<entry>
<title>video: omapdss: Fix potential null pointer dereference</title>
<updated>2014-06-26T11:40:15Z</updated>
<author>
<name>Sachin Kamat</name>
<email>sachin.kamat@linaro.org</email>
</author>
<published>2014-05-30T10:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=06f7d7931752ee1bd0903a38b1086c7ea5e10cdf'/>
<id>urn:sha1:06f7d7931752ee1bd0903a38b1086c7ea5e10cdf</id>
<content type='text'>
kmalloc can return null. Add a check to avoid potential null
pointer dereference error when the pointer is accessed later.

Signed-off-by: Sachin Kamat &lt;sachin.kamat@linaro.org&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: move 'compatible' converter to omapdss driver</title>
<updated>2014-05-28T06:25:15Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-15T07:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f2dd36ac9974cc2353bcbb8e6b643fb96030564c'/>
<id>urn:sha1:f2dd36ac9974cc2353bcbb8e6b643fb96030564c</id>
<content type='text'>
Move the panel/encoder driver compatible-string converter from
arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical
place for it, as it's really an omapdss internal hack.

The code is rewritten to follow the video node graph, starting from
omapdss. This removes the need to have the device compatible-string
database.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: HDMI: fix devm_ioremap_resource error checks</title>
<updated>2014-05-23T11:50:09Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-23T11:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2b22df835ba42ad6c5f09a52baf68cfb60650f56'/>
<id>urn:sha1:2b22df835ba42ad6c5f09a52baf68cfb60650f56</id>
<content type='text'>
devm_ioremap_resource returns ERR_PTR on error, not NULL. Fix the
error checks in the driver.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: HDMI: remove unused defines</title>
<updated>2014-05-23T11:40:47Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-23T11:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7'/>
<id>urn:sha1:2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7</id>
<content type='text'>
Remove some unused defines from the HDMI driver.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: HDMI: cleanup WP ioremaps</title>
<updated>2014-05-23T11:37:44Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-23T11:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fc2daf3b1df0fd751df7dd16652f45fa407bd1cb'/>
<id>urn:sha1:fc2daf3b1df0fd751df7dd16652f45fa407bd1cb</id>
<content type='text'>
Commit 59b3d38a3691396783df108e6afbba30656edccb missed cleaning up the
hdmi_wp.c file.

Clean up hdmi_wp.c the same way as the others.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: panel NEC-NL8048HL11 DT support</title>
<updated>2014-05-20T11:39:47Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-16T09:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b36250d8b5a390ffc395c9c2cd5c39f722a276f4'/>
<id>urn:sha1:b36250d8b5a390ffc395c9c2cd5c39f722a276f4</id>
<content type='text'>
We don't have any working boards using this panel right now, and the
panel driver looks odd compared to the panel specs. For example, the
panel spec does not mention any QVGA pin.

So, while this patch adds DT support to the driver, it's not really
supported and there are not bindings documentation for the panel until
someone can verify how the panel actually works.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Cc: Erik Gilling &lt;konkers@android.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: Panel TPO-TD043MTEA1 DT support</title>
<updated>2014-05-20T11:39:46Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-16T09:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=597cc1e451cb984653b484be1da47bdc3c63ff0e'/>
<id>urn:sha1:597cc1e451cb984653b484be1da47bdc3c63ff0e</id>
<content type='text'>
Add DT support for panel TPO-TD043MTEA1.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Cc: Grazvydas Ignotas &lt;notasas@gmail.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: panel sharp-ls037v7dw01 DT support</title>
<updated>2014-05-20T11:39:45Z</updated>
<author>
<name>Tony Lindgren</name>
<email>tony@atomide.com</email>
</author>
<published>2014-05-16T06:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=be88c16a22ed92e8d7b6dc27f578eb3b43f696dc'/>
<id>urn:sha1:be88c16a22ed92e8d7b6dc27f578eb3b43f696dc</id>
<content type='text'>
Add DT support for sharp-ls037v7dw01.

Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: panel-sharp-ls037v7dw01: update to use gpiod</title>
<updated>2014-05-20T11:39:45Z</updated>
<author>
<name>Tony Lindgren</name>
<email>tony@atomide.com</email>
</author>
<published>2014-04-29T03:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9522f9fe86f9df7203ca0b649bf5eda912e899c1'/>
<id>urn:sha1:9522f9fe86f9df7203ca0b649bf5eda912e899c1</id>
<content type='text'>
Using gpiod will make it easier to add device tree support
for this panel in the following patches.

Note that all the GPIOs for this panel are optional, any
of the the GPIOs could be configured with external pulls
instead of GPIOs, so let's not error out if GPIOs are not
found to make the panel more generic.

Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: panel-lgphilips-lb035q02: Add DT support</title>
<updated>2014-05-20T11:39:39Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-15T09:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1b71f1047ee17f4ba48097f134f894d7289fa7a1'/>
<id>urn:sha1:1b71f1047ee17f4ba48097f134f894d7289fa7a1</id>
<content type='text'>
Add DT support for panel-lgphilips-lb035q02.

We disable the use of the backlight_gpio as it should be handled via
backlight framework with DT boots.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Tested-by: Florian Vaussard &lt;florian.vaussard@epfl.ch&gt;
</content>
</entry>
</feed>
