summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2017-11-09video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET-2/+10
2017-11-09video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET-2/+0
2017-11-09video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET-1/+2
2017-11-09video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET-1/+3
2017-11-09video: fbdev: au1200fb: Fix a potential double freeChristophe JAILLET-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+63
2017-10-17video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King-6/+5
2017-10-17video: sa1100fb: fix video memory allocation leakRussell King-5/+5
2017-10-17video: sa1100fb: clean up failure pathRussell King-13/+8
2017-10-17video: sa1100fb: use devm_gpio_request_one()Russell King-10/+7
2017-10-17video: sa1100fb: use devm_request_irq()Russell King-9/+8
2017-10-17video: sa1100fb: use devm_ioremap_resource()Russell King-12/+8
2017-10-17video: sa1100fb: use devm_clk_get()Russell King-4/+1
2017-10-17video: sa1100fb: use devm_kzalloc()Russell King-4/+2
2017-10-17video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timerHimanshu Jha-6/+2
2017-10-12video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King-1/+1
2017-10-12video: fbdev: dnfb: make fb_var_screeninfo static and constBhumika Goyal-1/+1
2017-10-12video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King-1/+1
2017-10-12video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King-2/+2
2017-10-12video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais-1/+1
2017-09-22pvr2fs: use get_user_pages_fast()Al Viro-3/+1
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds-167/+6391
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-1/+1
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+18
2017-09-07video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede-2/+2
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+1
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+3
2017-09-05video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede-0/+14
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones-10/+11
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+12
2017-09-04video: fbdev: sis: fix duplicated code for different branchesGustavo A. R. Silva-12/+3
2017-09-04video: fbdev: make fb_var_screeninfo constBhumika Goyal-7/+7
2017-09-04video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov-1/+1
2017-09-04video: fbdev: make fb_videomode constBhumika Goyal-6/+6
2017-09-04video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede-1/+1
2017-09-04fbcon: remove restriction on margin colorDavid Lechner-2/+0
2017-09-04video: ARM CLCD: constify amba_idArvind Yadav-1/+1
2017-09-04video: fm2fb: constify zorro_device_idArvind Yadav-1/+1
2017-09-04video: fbdev: annotate fb_fix_screeninfo with const and __initconstBhumika Goyal-9/+9
2017-08-28fbdev: uvesafb: remove DRIVER_ATTR() usageGreg Kroah-Hartman-4/+3
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar-0/+12
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar-9/+10
2017-08-21omapfb: constify omap_video_timings structuresJulia Lawall-2/+2
2017-08-21video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error pathAnton Vasilyev-1/+0
2017-08-21fbdev: i810: make fb_ops constBhumika Goyal-1/+1
2017-08-21fbdev: matrox: make fb_ops constBhumika Goyal-1/+1
2017-08-21video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe()Gustavo A. R. Silva-2/+2
2017-08-21video: fbdev: Enable Xilinx FB for ZynqMPMichal Simek-1/+1
2017-08-21video: fbdev: Fix multiple style issues in xilinxfbHyun Kwon-28/+28
2017-08-21video: fbdev: udlfb: constify usb_device_id.Arvind Yadav-1/+1