summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
Commit message (Expand)AuthorAgeFilesLines
...
| * OMAP: DSS2: Support for Samsung LTE430WQ-F0CTomi Valkeinen2011-03-111-0/+25
| * OMAP: DSS2: Delay regulator_get() callsTomi Valkeinen2011-03-114-54/+52Star
| * OMAP: DSS2: Fix def_disp module param descriptionJani Nikula2011-03-111-1/+1
| * OMAP2PLUS: DSS2: Add OMAP4 Kconfig supportMayuresh Janorkar2011-03-112-6/+6
| * OMAP2PLUS: DSS2: Generalize external clock names in struct dss of dss.cArchit Taneja2011-03-111-41/+41
| * OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driverArchit Taneja2011-03-1111-77/+77
| * OMAP2PLUS: clocks: Align DSS clock names and rolesSumit Semwal2011-03-111-4/+4
| * OMAP2,3: DSS2: Get DSS IRQ from platform deviceSenthilvadivu Guruswamy2011-03-111-7/+15
| * OMAP2,3: DSS2: Use platform device to get baseaddrSenthilvadivu Guruswamy2011-03-115-15/+39
| * OMAP2,3: DSS2: replace printk with dev_dbg in initSumit Semwal2011-03-114-4/+4
| * OMAP2, 3: DSS2: DSI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-113-11/+69
| * OMAP2, 3: DSS2: VENC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-113-69/+84
| * OMAP2, 3: DSS2: DISPC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-113-47/+70
| * OMAP2, 3: DSS2: RFBI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-113-52/+74
| * OMAP2, 3: DSS2: Move clocks from core driver to dss driverSenthilvadivu Guruswamy2011-03-113-345/+345
| * OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-113-14/+64
| * OMAP2, 3: DSS2: remove forced clk-disable from omap_dss_removeSumit Semwal2011-03-111-39/+7Star
* | backlight: add backlight typeMatthew Garrett2011-03-233-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2011-01-1318-843/+1380
|\
| * OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new o...Sumit Semwal2011-01-104-44/+72
| * OMAP: DSS2: Use dss_features to handle DISPC bits removed on OMAP4Archit Taneja2011-01-101-1/+11
| * OMAP: DSS2: LCD2 Channel Changes for DISPCSumit Semwal2011-01-102-40/+243
| * OMAP: DSS2: Change remaining DISPC functions for new omap_channel argumentSumit Semwal2011-01-105-54/+68
| * OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interf...Sumit Semwal2011-01-106-50/+69
| * OMAP: DSS2: Represent DISPC register defines with channel as parameterSumit Semwal2011-01-101-88/+82Star
| * OMAP: DSS2: Add dss_features for omap4 and overlay manager related featuresArchit Taneja2011-01-102-3/+47
| * OMAP: DSS2: Clean up DISPC color mode validation checksArchit Taneja2011-01-103-48/+14Star
| * OMAP: DSS2: Add back authors of panel-generic.c based driversBryan Wu2011-01-101-0/+10
| * OMAP: DSS2: remove generic DPI panel driver duplicated panel driversBryan Wu2011-01-105-524/+0Star
| * OMAP: DSS2: Add generic DPI panel display driverBryan Wu2011-01-103-0/+364
| * OMAP: DSS2: OMAPFB: Add null pointer checkSamreen2011-01-101-2/+3
| * OMAP: DSS2: Add NEC NL8048HL11-01B display panelErik Gilling2011-01-103-0/+333
| * OMAP3630: DSS2: Enable Pre-Multiplied Alpha SupportRajkumar N2011-01-104-9/+70
| * OMAP3: DSS2: Split OMAP3 has feature for 3430 & 3630Samreen2011-01-102-3/+18
| * OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()Archit Taneja2011-01-101-2/+1Star
* | Merge branch 'master' into for-nextJiri Kosina2010-12-221-5/+14
|\|
| * OMAP: DSS: VRAM: Align start & size of vram to 2MTomi Valkeinen2010-12-151-2/+2
| * OMAP: VRAM: Fix boot-time memory allocationTomi Valkeinen2010-11-101-1/+4
| * OMAP: VRAM: improve VRAM error printsTomi Valkeinen2010-11-101-3/+9
* | backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
|/
* Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-10-2617-188/+452
|\
| * OMAP: DSS2: don't power off a panel twiceStanley.Miao2010-10-226-0/+36
| * OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3Senthilvadivu Guruswamy2010-10-221-0/+10
| * OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3Senthilvadivu Guruswamy2010-10-221-1/+1
| * OMAP: DSS2: DSI: Remove extra iounmap in error pathSenthilvadivu Guruswamy2010-10-221-1/+0Star
| * OMAP: DSS2: Use dss_features framework on DSS2 codeArchit Taneja2010-10-224-56/+60
| * OMAP: DSS2: Introduce dss_features filesArchit Taneja2010-10-223-1/+242
| * OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsyncTasslehoff Kjappfot2010-10-221-8/+8
| * OMAP: DSS2: make filter coefficient tables human readableGrazvydas Ignotas2010-09-291-120/+94Star
| * OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panelJarkko Nikula2010-09-291-1/+1