summaryrefslogtreecommitdiffstats
path: root/drivers/video/simplefb.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-8/+4
| | | | | | | Replace users which use of_set_property() to set a property to a string with of_property_write_string(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* video: simplefb: Add a8r8g8b8 supportSascha Hauer2013-12-201-0/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* video: simplefb: Add of reserve entry for framebuffer memorySascha Hauer2013-12-201-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* video: set up the kernel's simple framebuffer driverAndre Heider2013-11-061-0/+167
Add support to configure the active framebuffer for the kernel through device tree. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>