aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/fbdev/amba-clcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-12fbdev: amba-clcd: Delete the old CLCD driverLinus Walleij1-984/+0
2023-10-19fbdev/amba-clcd: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann1-3/+2
2023-07-24fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structsThomas Zimmermann1-1/+0
2023-03-16fbdev: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-07-26video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-05-19video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setupMiaoqian Lin1-1/+4
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-15/+2
2021-02-18video: fbdev: amba-clcd: Always use msleep() for waitingSebastian Andrzej Siewior1-15/+2
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2020-09-30Partially revert "video: fbdev: amba-clcd: Retire elder CLCD driver"Peter Collingbourne1-0/+986
2020-06-30video: fbdev: amba-clcd: Retire elder CLCD driverLinus Walleij1-986/+0
2020-05-18video: amba-clcd: use devm_of_find_backlightSam Ravnborg1-11/+8
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-07-26video: amba-clcd: Spout an error if of_get_display_timing() gives an errorDouglas Anderson1-1/+3
2019-04-11video: amba-clcd: Decomission Versatile and NomadikLinus Walleij1-96/+2
2018-03-28video: ARM CLCD: Improve a size determination in clcdfb_probe()Markus Elfring1-1/+1
2018-03-28video: ARM CLCD: Delete an error message for a failed memory allocation in clcdfb_probe()Markus Elfring1-1/+0
2017-09-04video: ARM CLCD: constify amba_idArvind Yadav1-1/+1
2017-04-07video: ARM CLCD: fix dma allocation sizeLiam Beguin1-2/+2
2017-01-30video: ARM CLCD: use panel device node for getting backlight and modeVladimir Zapolskiy1-15/+5
2017-01-30video: ARM CLCD: use panel device node for panel initializationVladimir Zapolskiy1-2/+6
2017-01-30video: ARM CLCD: sort included headers out alphabeticallyVladimir Zapolskiy1-14/+9
2016-08-30video: ARM CLCD: fix endpoint lookup logicArnd Bergmann1-6/+3
2016-08-11video: ARM CLCD: add special panel hook for VersatilesLinus Walleij1-1/+3
2016-08-11video: ARM CLCD: add special board and panel hooks for NomadikLinus Walleij1-1/+5
2016-08-11video: ARM CLCD: support Nomadik variantLinus Walleij1-9/+97
2016-08-11video: ARM CLCD: support pads connected in reverse orderLinus Walleij1-0/+8
2016-08-11video: ARM CLCD: support DT signal inversion flagsLinus Walleij1-7/+30
2016-08-11video: ARM CLCD: backlight support for OFLinus Walleij1-0/+40
2016-05-20Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-2/+0
2016-05-10video: AMBA CLCD: Remove unncessary include in amba-clcd.cWang Hongcheng1-2/+0
2016-04-18video: ARM CLCD: runtime check for VersatileLinus Walleij1-7/+8
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-2/+2
2015-02-26video: ARM CLCD: Add missing error check for devm_kzallocKiran Padwal1-0/+3
2014-11-19video: ARM CLCD: Remove duplicated include in amba-clcd.cQiang Chen1-1/+0
2014-09-12video: ARM CLCD: Fix color model capabilities for DT platformsPawel Moll1-3/+1
2014-08-26video: ARM CLCD: Fix calculation of bits-per-pixelJon Medhurst (Tixy)1-5/+18
2014-08-04video: ARM CLCD: Fix DT-related build problemsPawel Moll1-1/+1
2014-07-29video: ARM CLCD: Add DT supportPawel Moll1-0/+263
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+656