summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev (follow)
Commit message (Expand)AuthorAgeFilesLines
* video: fbdev: pm2fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-26/+5
* video: fbdev: i810: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-033-32/+8
* video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-30/+6
* video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-22/+7
* video: fbdev: savagefb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-17/+4
* video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-37/+7
* video: fbdev: neofb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-19/+7
* video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-49/+14
* video: fbdev: intelfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-37/+5
* video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc()Luis R. Rodriguez2015-06-031-21/+9
* 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/+7
* 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/+1
* 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
* fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DTThomas Niederprüm2015-05-271-73/+104
* fbdev: ssd1307fb: Allocate page aligned video memory.Thomas Niederprüm2015-05-271-1/+3
* fbdev: ssd1307fb: fix memory address smem_start.Thomas Niederprüm2015-05-271-1/+1
* video: mxsfb: Make sure axi clock is enabled when accessing registersLiu Ying2015-05-071-14/+54
* framebuffer: don't link fb_devio into kernel image unconditionallyHarald Geyer2015-05-072-3/+1
* Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2015-04-2123-43/+187
|\
| * Merge omapdss topic branch for fbdev 4.1Tomi Valkeinen2015-04-2016-25/+166
| |\
| | * omapdss: extend pm notifier to handle hibernationGrygorii Strashko2015-04-201-0/+4
| | * OMAPDSS: disable VT switchTomi Valkeinen2015-04-201-0/+3
| | * OMAPDSS: workaround for MFLAG + NV12 issueTomi Valkeinen2015-02-261-1/+11
| | * OMAPDSS: Add support for MFLAGTomi Valkeinen2015-02-261-0/+50
| | * OMAPDSS: setup default fifo thresholdsTomi Valkeinen2015-02-261-0/+15
| | * OMAPDSS: DISPC: lock access to DISPC_CONTROL & DISPC_CONFIGTomi Valkeinen2015-02-261-0/+14
| | * OMAPDSS: DISPC: fix div by zero issue in overlay scalingTomi Valkeinen2015-02-261-0/+5
| | * OMAPDSS: DISPC: change sync_pclk_edge default valueTomi Valkeinen2015-02-261-3/+1
| | * OMAPDSS: DISPC: explicit handling for sync and de levelsTomi Valkeinen2015-02-261-4/+37
| | * OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGESTomi Valkeinen2015-02-2611-18/+16
| | * OMAPDSS: TFP410: fix input sync signalsTomi Valkeinen2015-02-261-0/+11
| | * OMAPDSS: fix paddr check for TILER addressesTomi Valkeinen2015-02-261-1/+1
| | * OMAPDSS: HDMI5: Increase DDC SDA-HOLD timeTomi Valkeinen2015-02-251-1/+1
| | * OMAPDSS: fix AM43xx minimum pixel clock dividerTomi Valkeinen2015-02-251-1/+1
| * | fbdev: sh_mobile_lcdc: Fix destruction of uninitialized mutexGeert Uytterhoeven2015-04-071-6/+7
| * | video: fbdev: sh_mobile_lcdcfb: Fix ROP3 sysfs attribute parsingLaurent Pinchart2015-03-201-1/+1
| * | fbdev: pm3fb: cleanup some confusing indentingDan Carpenter2015-03-101-3/+3
| * | hyperv: hyperv_fb: match wait_for_completion_timeout return typeNicholas Mc Guire2015-03-101-2/+4
| * | video: fbdev: use msecs_to_jiffies for time conversionsNicholas Mc Guire2015-03-101-3/+3
| * | fbdev: via/via_clock: fix sparse warningLad, Prabhakar2015-03-021-1/+1
| * | video: fbdev: make of_device_id array constSanjeev Sharma2015-03-021-1/+1