summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap
Commit message (Expand)AuthorAgeFilesLines
* OMAPFB: remove unused FB_OMAP_BOOTLOADER_INIT config optionPeter Meerwald2012-04-231-8/+0
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-7/+20
|\
| * ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik2012-03-011-1/+1
| * Merge branch 'omap1-part2' into omap1Tony Lindgren2012-01-201-7/+20
| |\
| | * omapfb: lcd_ams_delta: drive control lines over GPIOJanusz Krzysztofik2011-12-221-7/+20
* | | Merge branch 'for-3.4' of git://gitorious.org/linux-omap-dss2/linux into fbde...Florian Tobias Schandinat2012-03-209-3908/+35
|\ \ \
| * | | OMAPFB: remove remaining OMAP arch checksTomi Valkeinen2012-02-233-10/+3
| * | | OMAPFB: Move old omapfb private structs to a private include fileTomi Valkeinen2012-02-231-0/+25
| * | | OMAPFB: remove mem info from platform_dataTomi Valkeinen2012-02-231-5/+0
| * | | OMAP: N770: remove HWA742 platform dataTomi Valkeinen2012-02-231-16/+5
| * | | OMAPFB: Remove video SRAM support (old omapfb)Tomi Valkeinen2012-02-231-1/+1
| * | | OMAPFB: Remove OMAP2/3 support from old omapfb driverTomi Valkeinen2012-02-227-2220/+5
| * | | OMAPFB: remove old blizzard driverTomi Valkeinen2012-02-224-1660/+0
| |/ /
* | | video: convert drivers/video/* to use module_spi_driver()Axel Lin2012-01-281-13/+1
* | | video: use gpio_request_oneJingoo Han2012-01-281-6/+4
|/ /
* | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-1410-124/+18
|\ \
| * \ Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat2012-01-089-123/+18
| |\ \
| | * | video: omap: convert drivers/video/omap/* to use module_platform_driver()Axel Lin2012-01-029-114/+9
| | * | video: omap: Staticise non-exported symbolsAxel Lin2012-01-029-9/+9
| | |/
| * / video: Remove redundant spi driver bus initializationLars-Peter Clausen2011-12-031-1/+0
| |/
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-082-2/+2
|\ \ | |/ |/|
| * misc latin1 to utf8 conversionsAl Viro2012-01-022-2/+2
* | OMAPFB: fix compilation warnings due to missing includeTomi Valkeinen2011-11-181-0/+1
|/
* video: Add module.h to drivers/video files who really use it.Paul Gortmaker2011-10-312-0/+2
* Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-309-1197/+0
|\
| * OMAPDSS: Port the Apollon display driver to DSS2Tomi Valkeinen2011-09-302-137/+0
| * OMAPDSS: Port the H4 display driver to DSS2Tomi Valkeinen2011-09-302-118/+0
| * OMAPDSS: Port 2430sdp display driver to DSS2Tomi Valkeinen2011-09-302-205/+0
| * OMAPFB: Remove unused lcd driversTomi Valkeinen2011-09-306-737/+0
* | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-087-7/+7
|/
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-262-193/+0
|\
| * omap: Remove support for omap2evmTony Lindgren2011-05-132-193/+0
* | OMAPFB: fix wrong clock aliases and device nameTomi Valkeinen2011-05-123-4/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* omap: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov2011-03-222-4/+2
* omapfb: Fix linker error in drivers/video/omap/lcd_2430sdp.cJarkko Nikula2011-03-111-0/+1
* OMAP: OMAPFB: Adding help for FB_OMAP_LCD_VGA optionJanorkar, Mayuresh2011-03-111-1/+5
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* | OMAP: OMAPFB: disable old omapfb for OMAP4 buildsTomi Valkeinen2010-12-151-2/+2
|/
* drivers/video/omap/blizzard.c: suspected typo in assignmentNicolas Kaiser2010-10-271-1/+1
* video/omap: remove mux.h includeNicolas Kaiser2010-10-221-2/+0
* omap: mux: Mux Apollon LCD power in board-apollon.cTony Lindgren2010-07-051-3/+0
* OMAP: OMAPFB: fix rfbi.c compile errorTomi Valkeinen2010-06-151-2/+3
* OMAPFB: LCDC: change update_mode to DISABLED when going suspendJanusz Krzysztofik2010-06-151-12/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | omapfb: lcd_ams_delta: add support for contrast controlJanusz Krzysztofik2010-02-121-4/+89