Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | video: omapdss: Fix potential null pointer dereference | Sachin Kamat | |
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 <sachin.kamat@linaro.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2014-05-28 | OMAPDSS: move 'compatible' converter to omapdss driver | Tomi Valkeinen | |
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 <tomi.valkeinen@ti.com> |