summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-09video: udlfb: Fix read EDID timeoutLadislav Michl1-5/+5
2017-11-09video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz3-590/+0
2017-11-09video: fbdev: mxsfb: fix pixelclock polarityStefan Agner1-2/+11
2017-11-09video: fbdev: au1200fb: Style clean upChristophe JAILLET1-4/+4
2017-11-09video: fbdev: au1200fb: Propagate an error codeChristophe JAILLET1-3/+4
2017-11-09video: fbdev: au1200fb: Remove some dead codeChristophe JAILLET1-6/+0
2017-11-09video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET1-2/+10
2017-11-09video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET1-2/+0
2017-11-09video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET1-1/+2
2017-11-09video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET1-1/+3
2017-11-09video: fbdev: au1200fb: Fix a potential double freeChristophe JAILLET1-1/+0
2017-10-17video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King2-6/+5
2017-10-17video: sa1100fb: fix video memory allocation leakRussell King1-5/+5
2017-10-17video: sa1100fb: clean up failure pathRussell King1-13/+8
2017-10-17video: sa1100fb: use devm_gpio_request_one()Russell King1-10/+7
2017-10-17video: sa1100fb: use devm_request_irq()Russell King1-9/+8
2017-10-17video: sa1100fb: use devm_ioremap_resource()Russell King1-12/+8
2017-10-17video: sa1100fb: use devm_clk_get()Russell King1-4/+1
2017-10-17video: sa1100fb: use devm_kzalloc()Russell King1-4/+2
2017-10-17video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timerHimanshu Jha1-6/+2
2017-10-12video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King1-1/+1
2017-10-12video: fbdev: dnfb: make fb_var_screeninfo static and constBhumika Goyal1-1/+1
2017-10-12video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King1-1/+1
2017-10-12video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King1-2/+2
2017-10-12video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais1-1/+1
2017-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-30/+34
2017-10-07Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+13
2017-10-07Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds9-156/+73
2017-10-07Merge tag 'hwmon-for-linus-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+11
2017-10-07Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+23
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-12/+16
2017-10-06Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-27/+50
2017-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+35
2017-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-14/+34
2017-10-06Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+11
2017-10-06Merge tag 'drm-fixes-for-v4.14-rc4' of git://people.freedesktop.org/~airlied/...Linus Torvalds9-34/+44
2017-10-06Merge tag 'drm-misc-fixes-2017-10-05' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-5/+14
2017-10-06Merge tag 'drm-intel-fixes-2017-10-04' of git://anongit.freedesktop.org/git/d...Dave Airlie4-22/+6
2017-10-06Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+44
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow1-5/+6
2017-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-27/+118
2017-10-05Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-linusJens Axboe2-8/+8
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds55-216/+625
2017-10-05i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King1-1/+1
2017-10-05i2c: ensure termination of *_device_id tablesThomas Meyer1-0/+1
2017-10-05i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2-0/+5
2017-10-05i2c: stm32f7: fix setup structurePierre-Yves MORDRET1-9/+6
2017-10-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-27/+28
2017-10-05Update James Hogan's email addressJames Hogan2-2/+2
2017-10-05drm/i915/glk: Fix DMC/DC state idleness calculationImre Deak1-1/+1