summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2011-03-11OMAPFB: Adding a check for timings in set_def_modeJanorkar, Mayuresh1-7/+16
2011-03-11OMAP: DSS2: Support for Samsung LTE430WQ-F0CTomi Valkeinen1-0/+25
2011-03-11OMAP: DSS2: Delay regulator_get() callsTomi Valkeinen4-54/+52
2011-03-11OMAP: DSS2: Fix def_disp module param descriptionJani Nikula1-1/+1
2011-03-11OMAP2PLUS: DSS2: Add OMAP4 Kconfig supportMayuresh Janorkar2-6/+6
2011-03-11OMAP2PLUS: DSS2: Generalize external clock names in struct dss of dss.cArchit Taneja1-41/+41
2011-03-11OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driverArchit Taneja11-77/+77
2011-03-11OMAP2PLUS: clocks: Align DSS clock names and rolesSumit Semwal1-4/+4
2011-03-11OMAP2,3: DSS2: Get DSS IRQ from platform deviceSenthilvadivu Guruswamy1-7/+15
2011-03-11OMAP2,3: DSS2: Use platform device to get baseaddrSenthilvadivu Guruswamy5-15/+39
2011-03-11OMAP2,3: DSS2: replace printk with dev_dbg in initSumit Semwal4-4/+4
2011-03-11OMAP2, 3: DSS2: DSI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy3-11/+69
2011-03-11OMAP2, 3: DSS2: VENC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy3-69/+84
2011-03-11OMAP2, 3: DSS2: DISPC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy3-47/+70
2011-03-11OMAP2, 3: DSS2: RFBI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy3-52/+74
2011-03-11OMAP2, 3: DSS2: Move clocks from core driver to dss driverSenthilvadivu Guruswamy3-345/+345
2011-03-11OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy3-14/+64
2011-03-11OMAP2, 3: DSS2: remove forced clk-disable from omap_dss_removeSumit Semwal1-39/+7
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+8
2011-03-10fbdev: sh_mobile_lcdcfb: add backlight supportAlexandre Courbot3-0/+84
2011-03-09viafb: factor lcd scaling parameters outFlorian Tobias Schandinat2-85/+19
2011-03-09viafb: strip some structuresFlorian Tobias Schandinat2-15/+0
2011-03-09viafb: remove unused data_mode and device_typeFlorian Tobias Schandinat1-3/+0
2011-03-09viafb: kill lcd_panel_idFlorian Tobias Schandinat5-107/+13
2011-03-09video via: make local variables staticStephen Hemminger5-59/+61
2011-03-09video via: fix iomem accessStephen Hemminger1-8/+7
2011-03-08msm: mdp: Set the correct pack pattern for XRGB/ARGBDima Zavin1-1/+1
2011-03-08msm_fb: Fix framebuffer consoleArve Hjønnevåg1-2/+2
2011-03-07video: Add i.MX23/28 framebuffer driverSascha Hauer3-0/+929
2011-03-05drivers/video/backlight/ltv350qv.c: fix a memory leakAxel Lin1-1/+8
2011-03-04netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
2011-03-03msm: mdp: Add support for RGBX 8888 image format.Dima Zavin2-1/+9
2011-03-03video: msmfb: Put the partial update magic value into the fix_screen struct.Dima Zavin1-0/+12
2011-03-02video/via: drop deprecated (and unused) i2c_adapter.idPeter Huewe1-1/+0
2011-02-28dt/video: Eliminate users of of_platform_{,un}register_driverGrant Likely13-64/+52
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2011-02-19ARM: clcd: add method for describing display capabilitiesRussell King1-11/+84
2011-02-19ARM: clcd: clean up CLCD announcement printksRussell King1-2/+6
2011-02-11VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()Russell King2-9/+0
2011-02-11VIDEO: cyberpro: remove useless function extreg pointersRussell King2-11/+0
2011-02-11VIDEO: cyberpro: update handling of device structuresRussell King2-10/+11
2011-02-11VIDEO: cyberpro: add support for video capture I2CRussell King3-14/+118
2011-02-11VIDEO: cyberpro: make 'reg_b0_lock' always presentRussell King1-7/+5
2011-02-11VIDEO: cyberpro: add I2C supportOndrej Zary2-0/+136
2011-01-29VIDEO: cyberpro: select lowest multipler/divisor for PLLRussell King1-3/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn25-138/+138
2011-01-26video/msm_fb: use system_wq instead of dedicated workqueuesTejun Heo1-10/+1
2011-01-26Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-40/+43
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2011-01-25drivers/video/bf537-lq035.c: Add missing IS_ERR testJulia Lawall1-25/+33