summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2013-06-26fbmem: return -EFAULT on copy_to_user() failureDan Carpenter1-1/+3
2013-06-26OMAPDSS: DPI: Fix wrong pixel clock limitTomi Valkeinen1-2/+2
2013-06-26video: replace strict_strtoul() with kstrtoul()Jingoo Han3-6/+6
2013-06-26uvesafb: Correct/simplify warning messageBorislav Petkov1-2/+2
2013-06-26fb: fix atyfb unused data warningsRandy Dunlap1-2/+3
2013-06-26fb: fix atyfb build warningRandy Dunlap1-2/+2
2013-06-26video: imxfb: Make local symbols staticSachin Kamat1-2/+2
2013-06-26video: udlfb: Make local symbol staticSachin Kamat1-1/+1
2013-06-26video: udlfb: Use NULL instead of 0Sachin Kamat1-5/+5
2013-06-26video: smscufx: Use NULL instead of 0Sachin Kamat1-1/+1
2013-06-26video: remove unnecessary platform_set_drvdata()Jingoo Han20-31/+0
2013-06-26video: mxsfb: remove redundant dev_err call in mxsfb_probe()Wei Yongjun1-1/+0
2013-06-26video: xilinxfb: Use driver for Xilinx ARM ZynqMichal Simek1-1/+1
2013-06-26video: xilinxfb: Add support for little endian accessesMichal Simek1-2/+28
2013-06-26video: xilinxfb: Group bus initializationMichal Simek1-41/+15
2013-06-26video: xilinxfb: Use drvdata->regs_phys instead of physaddrMichal Simek1-2/+2
2013-06-26video: xilinxfb: Rename PLB_ACCESS_FLAG to BUS_ACCESS_FLAGMichal Simek1-16/+16
2013-06-26video: xilinxfb: Do not name out_be32 in function nameMichal Simek1-8/+8
2013-06-26video: xilinxfb: Fix OF probing on little-endian systemsMichal Simek1-4/+3
2013-05-28videomode: implement public of_get_display_timing()Tomi Valkeinen1-3/+30
2013-05-28videomode: don't allocate mem in of_get_display_timing()Tomi Valkeinen1-12/+14
2013-05-28video: ssd1307fb: Make use of horizontal addressing modeMaxime Ripard1-13/+38
2013-05-28video: ssd1307fb: Speed up the communication with the controllerMaxime Ripard1-3/+8
2013-05-28video: ssd1307fb: Rework the communication functionsMaxime Ripard1-27/+50
2013-05-28video: ssd1307fb: Add support for SSD1306 OLED controllerMaxime Ripard1-71/+202
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-18/+4
2013-05-09video: mxsfb: Adapt to new videomode APIFabio Estevam2-5/+5
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-3/+3
2013-05-08MIPS: remove obsolete Kconfig macrosPaul Bolle1-18/+4
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-104/+158
2013-05-06Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-5/+2
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann3-2/+4
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+92
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-1554/+1736
2013-05-03Merge tag 'omapdss-for-3.10-fixes' of git://gitorious.org/linux-omap-dss2/lin...Dave Airlie10-106/+160
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-50/+12
2013-05-02OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not foundTomi Valkeinen1-1/+1
2013-05-02OMAPDSS: VENC: Add error handling for venc_probe_pdataTomi Valkeinen1-7/+15
2013-05-02OMAPDSS: HDMI: Add error handling for hdmi_probe_pdataTomi Valkeinen1-7/+15
2013-05-02OMAPDSS: RFBI: Add error handling for rfbi_probe_pdataTomi Valkeinen1-7/+14
2013-05-02OMAPDSS: DSI: Add error handling for dsi_probe_pdataTomi Valkeinen1-7/+13
2013-05-02OMAPDSS: SDI: Add error handling for sdi_probe_pdataTomi Valkeinen1-7/+15
2013-05-02OMAPDSS: DPI: Add error handling for dpi_probe_pdataTomi Valkeinen1-7/+15
2013-05-02OMAPDSS: VENC: use platform_driver_register()Tomi Valkeinen1-6/+7
2013-05-02OMAPDSS: HDMI: use platform_driver_register()Tomi Valkeinen1-6/+7
2013-05-02OMAPDSS: RFBI: use platform_driver_register()Tomi Valkeinen1-6/+7
2013-05-02OMAPDSS: DSI: use platform_driver_register()Tomi Valkeinen1-7/+10
2013-05-02OMAPDSS: SDI: use platform_driver_register()Tomi Valkeinen1-6/+7
2013-05-02OMAPDSS: DPI: use platform_driver_register()Tomi Valkeinen1-7/+8
2013-05-02OMAPFB: defer probe if no displaysTomi Valkeinen1-1/+1