summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap
Commit message (Expand)AuthorAgeFilesLines
* omapfb: Blizzard: constify register address tablesTommi Rantala2009-10-061-4/+4
* omapfb: Blizzard: fix pointer to be constTommi Rantala2009-10-061-1/+1
* omapfb: Condition mutex acquisitionSergio Aguirre2009-10-061-8/+14
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* omapfb: HWA742: fix pointer to be constImre Deak2009-09-231-1/+1
* omapfb: add FB manual update option to KconfigImre Deak2009-09-231-19/+30
* omapfb: fix coding style / remove dead linearun c2009-09-231-3/+2Star
* omapfb: suspend/resume only if FB device is already initializedJouni Hogander2009-09-231-3/+4
* omapfb: dispc: allow multiple external IRQ handlersDaniel Stone2009-09-233-42/+67
* omapfb: dispc: enable wake up capabilityJouni Hogander2009-09-231-2/+2
* omapfb: dispc: disable iface clocks along with func clocksJouni Hogander2009-09-231-13/+10Star
* omapfb: dispc: various typo fixesImre Deak2009-09-231-4/+4
* omapfb: add support for rotation on the Blizzard LCD ctrlRodrigo Vivi2009-09-232-19/+124
* omapfb: add support for the ZOOM MDK LCDStanley.Miao2009-09-233-0/+205
* omapfb: add support for the Gumstix Overo LCDSteve Sakoman2009-09-233-0/+201
* omapfb: add support for the OMAP3 Beagle DVI outputKoen Kooi2009-09-232-0/+131
* omapfb: add support for the OMAP3 EVM LCDSteve Sakoman2009-09-232-0/+193
* omapfb: add support for the 3430SDP LCDKevin Hilman2009-09-232-4/+10
* omapfb: add support for the OMAP2EVM LCDarun c2009-09-232-0/+192
* omapfb: add support for the 2430SDP LCDHunyue Yau2009-09-232-0/+199
* omapfb: add support for the Amstrad Delta LCDJonathan McDowell2009-09-232-0/+138
* omapfb: add support for MIPI-DCS compatible LCDsImre Deak2009-09-233-0/+634
* omapfb: add support for the Apollon LCDKyungmin Park2009-09-232-0/+140
* trivial: media/omap: adding __init/__exit macros to lcd_driversPeter Huewe2009-09-218-16/+16
* OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren2009-08-281-3/+3
* omap: video: remove direct access of driver_dataGreg Kroah-Hartman2009-07-121-7/+7
* fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-07-011-0/+4
* ARM: OMAP1: Make 770 LCD workAndrew de Quincey2009-05-281-16/+10Star
* ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi, v2Tony Lindgren2009-05-162-9/+13
* omapfb: fix argument of blank operationFelipe Contreras2009-04-011-4/+4
* drivers/video/omap/hwa742.c: div reaches max_clk_divRoel Kluin2009-04-011-2/+2
* [ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King2009-01-241-2/+2
* [ARM] omap: fix a pile of issuesRussell King2008-12-011-1/+1
* ARM: OMAP: Remove broken LCD driver for SX1Tony Lindgren2008-11-252-328/+0Star
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-168-19/+44
|\
| * [ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Russell King2008-09-055-6/+13
| * [ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King2008-09-051-3/+3
| * [ARM] omap: Fix IO_ADDRESS() macrosRussell King2008-09-051-3/+3
| * [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-053-7/+25
* | omap drivers: switch to standard GPIO callsDavid Brownell2008-10-163-70/+61Star
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0716-35/+35
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-271-1/+1
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-242-0/+2
* drivers/video/: Spelling fixesJoe Perches2008-02-031-1/+1
* i2c/tps65010: move header to <linux/i2c/...>David Brownell2008-01-271-1/+1
* fb menu: fix FB_OMAP dependencies so that menu is displayed correctlyRandy Dunlap2007-10-301-1/+1
* typo fixesMatt LaPlante2007-10-201-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-184-7/+7
* Make the pr_*() family of macros in kernel.h completeEmil Medve2007-10-172-8/+4Star