aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/sa1100fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18video: fbdev: sa1100fb: Remove unused sa1100fb_setup()Geert Uytterhoeven1-41/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20video: fbdev: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-04-17ARM/fbdev: sa11x0: Switch to use GPIO descriptorsLinus Walleij1-11/+9
2020-01-15video: sa1100fb: constify copied structureJulia Lawall1-1/+1
2020-01-03fbdev/sa1100fb: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-27/+0
2019-09-06fbdev/sa1100fb: Remove even more dead codeArnd Bergmann1-13/+0
2019-08-26video: sa1100fb: Remove cpufreq policy notifierViresh Kumar1-27/+0
2019-06-12fbdev/sa1100fb: Remove dead codeDaniel Vetter1-25/+0
2017-10-17video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King1-6/+3
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
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-4/+4
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-05ARM: 8244/1: fbdev: sa1100fb: make use of device clockDmitry Eremin-Solenikov1-7/+23
2014-10-20video: fbdev: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-30video: fbdev: sa1100fb.c: use container_of to resolve sa1100fb_info from fb_infoFabian Frederick1-6/+12
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+1340