summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | msm: msm_fb: Remove dead codeStephen Boyd2015-06-1815-5693/+0Star
| * | | | Merge omapdss componentization workTomi Valkeinen2015-06-1711-198/+396
| |\ \ \ \
| | * | | | OMAPDSS: simplify submodule reg/unreg codeTomi Valkeinen2015-06-171-31/+15Star
| | * | | | OMAPDSS: componentize omapdssTomi Valkeinen2015-06-179-38/+234
| | * | | | OMAPDSS: reorder uninit callsTomi Valkeinen2015-06-171-12/+12
| | * | | | OMAPDSS: remove uses of __init/__exitTomi Valkeinen2015-06-1710-69/+69
| | * | | | OMAPDSS: fix dss_init_ports error handlingTomi Valkeinen2015-06-171-3/+6
| | * | | | OMAPDSS: refactor dss probe functionTomi Valkeinen2015-06-171-56/+69
| | * | | | OMAPDSS: move 'dss_initialized' to dss driverTomi Valkeinen2015-06-172-10/+12
| | |/ / /
| * | | | fbdev: propagate result of fb_videomode_from_videomode()Vladimir Murzin2015-06-161-1/+3
| * | | | video: fbdev: vesafb: use arch_phys_wc_add()Luis R. Rodriguez2015-06-161-21/+8Star
| * | | | video: fbdev: vesafb: add missing mtrr_del() for added MTRRLuis R. Rodriguez2015-06-161-7/+26
| * | | | video: fbdev: vesafb: only support MTRR_TYPE_WRCOMBLuis R. Rodriguez2015-06-161-46/+16Star
| * | | | video: fbdev: mxsfb: Constify platform_device_idKrzysztof Kozlowski2015-06-121-1/+1
| * | | | video: fbdev: imxfb: Constify platform_device_idKrzysztof Kozlowski2015-06-121-1/+1
| * | | | fbdev: omap2: remove potential format string leakKees Cook2015-06-121-1/+1
| * | | | Merge branch 'ti-dra7-dss' into 4.2/fbdevTomi Valkeinen2015-06-051-0/+4
| |\| | |
| * | | | ASoC: omap-hdmi-audio: Force channel allocation only for OMAP4Misael Lopez Cruz2015-06-031-0/+7
| * | | | OMAPDSS: HDMI5: Fix AUDICONF3 bitfield offsetsMisael Lopez Cruz2015-06-031-1/+3
| * | | | OMAPDSS: HDMI5: Set valid sample orderMisael Lopez Cruz2015-06-031-0/+1
| * | | | OMAPDSS: HDMI4: Set correct CC for 8-channels layoutMisael Lopez Cruz2015-06-031-1/+4
| * | | | fbdev: omap2: improve usage of gpiod APIUwe Kleine-König2015-06-034-30/+11Star
| * | | | video: fbdev: geode gxfb: use ioremap_wc() for framebufferLuis R. Rodriguez2015-06-031-1/+2
| * | | | video: fbdev: atmel_lcdfb: use ioremap_wc() for framebufferLuis R. Rodriguez2015-06-031-1/+2
| * | | | video: fbdev: tdfxfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-35/+6Star
| * | | | video: fbdev: rivafb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-35/+8Star
| * | | | video: fbdev: pm3fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-24/+6Star
| * | | | video: fbdev: pm2fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-26/+5Star
| * | | | video: fbdev: i810: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-033-32/+8Star
| * | | | video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-30/+6Star
| * | | | video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-22/+7Star
| * | | | video: fbdev: savagefb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-17/+4Star
| * | | | video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-37/+7Star
| * | | | video: fbdev: neofb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-19/+7Star
| * | | | video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-49/+14Star
| * | | | video: fbdev: intelfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-37/+5Star
| * | | | video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc()Luis R. Rodriguez2015-06-031-21/+9Star
| * | | | video: fbdev: gbefb: add missing mtrr_del() callsLuis R. Rodriguez2015-05-291-2/+13
| * | | | video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-05-292-24/+7Star
| * | | | video/console: use swap() in newport_bmove()Fabian Frederick2015-05-271-4/+2Star
| * | | | video: fbdev: use swap() in ami_set_sprite()Fabian Frederick2015-05-271-2/+2
| * | | | video: fbdev: matrox: use swap() in matroxfb_decode_var()Fabian Frederick2015-05-271-5/+1Star
| * | | | fbdev: ssd1307fb: fix logical errorThomas Niederprüm2015-05-271-1/+1
| * | | | video: omap/h3: fix tps65010 dependencyArnd Bergmann2015-05-271-1/+1
| * | | | fbdev: ssd1307fb: potential ERR_PTR dereferenceDan Carpenter2015-05-271-4/+5
| * | | | fbdev: ssd1307fb: Add blank modeThomas Niederprüm2015-05-271-0/+11
| * | | | fbdev: ssd1307fb: add backlight controls for setting the contrastThomas Niederprüm2015-05-272-0/+59
| * | | | fbdev: ssd1307fb: Turn off display on driver unload.Thomas Niederprüm2015-05-271-0/+2
| * | | | fbdev: ssd1307fb: Add a module parameter to set the refresh rateThomas Niederprüm2015-05-271-6/+17
| * | | | fbdev: ssd1307fb: Add support for SSD1305Thomas Niederprüm2015-05-271-0/+11