aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/mmp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12video: fbdev: mmp: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-01-29video: fbdev: mmp: Make use of the helper function dev_err_probe()Cai Huoqing1-1/+2
2020-12-08video: fbdev: mmp: Fix kernel-doc warning for lcd_spi_writeSam Ravnborg1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+0
2020-03-02video: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-45/+46
2020-01-08video: fbdev: mmp: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-03video: fbdev: mmp: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz4-33/+42
2020-01-03video: fbdev: mmp: add COMPILE_TEST supportBartlomiej Zolnierkiewicz2-2/+3
2020-01-03video: fbdev: mmp: remove duplicated MMP_DISP dependencyBartlomiej Zolnierkiewicz2-8/+0
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-08-19video: fbdev/mmp/core: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-07-23video: fbdev-MMP: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-06-21video: fbdev-MMP: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner7-99/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult1-3/+3
2018-10-24video: fbdev: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-2/+0
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2-8/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-04-26video: fbdev-MMP: Improve a size determination in path_init()Markus Elfring1-1/+1
2018-04-26video: fbdev-MMP: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-7/+4
2018-01-15video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-29fbdev: mmp: print IRQ resource using %pR format stringArnd Bergmann1-2/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-01-30video/mmpfb: allow modular buildArnd Bergmann2-2/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-04video: fbdev-MMP: Deletion of an unnecessary check before the function call "mmp_unregister_path"Markus Elfring1-2/+1
2014-11-25video: fbdev-MMP: Fix a typo for the word "destroyed"Markus Elfring1-1/+1
2014-11-25video: fbdev-MMP: Fix typos for the word "destroy"Markus Elfring1-2/+2
2014-10-20video: fbdev: mmp: hw: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20video: fbdev: mmp: fb: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-30video: mmpfb: cleanup some static checker warnings in probe()Dan Carpenter1-7/+2
2014-04-30video: mmp: Remove references to CPU_PXA988Richard Weinberger3-36/+4
2014-04-30video: mmp: Remove references to CPU_MMP3Richard Weinberger2-3/+3
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen15-0/+3510