summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: omap-hdmi-audio: Fix invalid combination of DM_INH and CAMisael Lopez Cruz2015-06-031-1/+5
* ASoC: omap-hdmi-audio: Force channel allocation only for OMAP4Misael Lopez Cruz2015-06-032-4/+9
* 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/+11
* 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-032-36/+7
* video: fbdev: rivafb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-35/+8
* video: fbdev: pm3fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-031-24/+6
* 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-032-23/+8
* 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/console: use swap() in newport_bmove()Fabian Frederick2015-05-271-4/+2
* 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-272-1/+12
* ARM: mxs: fix in tree users of ssd1306Thomas Niederprüm2015-05-271-0/+3
* fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DTThomas Niederprüm2015-05-272-73/+125
* of: Add Solomon Systech vendor prefix.Thomas Niederprüm2015-05-271-0/+1
* 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
* Linux 4.1-rc2v4.1-rc2Linus Torvalds2015-05-041-1/+1
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-0413-229/+210
|\
| * ext4: fix growing of tiny filesystemsJan Kara2015-05-031-2/+5
| * ext4: move check under lock scope to close a race.Davide Italiano2015-05-031-7/+8
| * ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-032-0/+10
| * ext4 crypto: remove duplicated encryption mode definitionsChanho Park2015-05-021-6/+0
| * ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu2015-05-021-2/+7
| * ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2015-05-015-8/+31
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-015-204/+149