aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/omapfb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-22omapfb: fix broken build on OMAP1Aaro Koskinen1-0/+2
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-09-07OMAPFB1: remove a non-used tableTomi Valkeinen1-9/+0
2012-02-23OMAPFB: remove remaining OMAP arch checksTomi Valkeinen1-2/+1
2012-02-23OMAPFB: remove mem info from platform_dataTomi Valkeinen1-5/+0
2012-02-23OMAPFB: Remove video SRAM support (old omapfb)Tomi Valkeinen1-1/+1
2012-02-22OMAPFB: Remove OMAP2/3 support from old omapfb driverTomi Valkeinen1-16/+0
2012-02-22OMAPFB: remove old blizzard driverTomi Valkeinen1-4/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-10-31video: Add module.h to drivers/video files who really use it.Paul Gortmaker1-0/+1
2011-05-12OMAPFB: fix wrong clock aliases and device nameTomi Valkeinen1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-12omapfb: Fix 12-bit display (RGB444 color mode) handlingJanusz Krzysztofik1-3/+4
2010-01-11OMAP: OMAPFB: add dummy release function for omapdssTomi Valkeinen1-0/+7
2010-01-11OMAP: OMAPFB: fix clk_get for RFBITomi Valkeinen1-0/+18
2009-12-09OMAP: OMAPFB: split omapfb.hTomi Valkeinen1-1/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-2/+2
2009-10-06omapfb: Condition mutex acquisitionSergio Aguirre1-8/+14
2009-09-23omapfb: fix coding style / remove dead linearun c1-3/+2
2009-09-23omapfb: suspend/resume only if FB device is already initializedJouni Hogander1-3/+4
2009-09-23omapfb: add support for rotation on the Blizzard LCD ctrlRodrigo Vivi1-14/+38
2009-07-12omap: video: remove direct access of driver_dataGreg Kroah-Hartman1-7/+7
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-0/+4
2009-04-01omapfb: fix argument of blank operationFelipe Contreras1-4/+4
2008-12-01[ARM] omap: fix a pile of issuesRussell King1-1/+1
2008-09-05[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it be static?"Russell King1-4/+5
2008-09-05[ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King1-3/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2007-07-17OMAP: add TI OMAP framebuffer driverImre Deak1-0/+1941