index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
mmp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-30
video: fbdev: mmp: switch to use spi_alloc_host()
Yang Yingliang
1
-3
/
+3
2024-08-30
fbdev: mmp: Use devm_clk_get_enabled() helpers
ying zuxin
1
-5
/
+1
2024-06-25
fbdev: mmp: Constify struct mmp_overlay_ops
Christophe JAILLET
1
-1
/
+1
2024-02-08
video: fbdev: mmp: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-13
/
+13
2024-01-11
fbdev: mmp: Fix typo and wording in code comment
Dario Binacchi
1
-1
/
+1
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
1
-1
/
+1
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+0
2023-09-23
fbdev: mmp: Annotate struct mmphw_ctrl with __counted_by
Kees Cook
1
-1
/
+1
2023-09-11
fbdev/mmp/mmpfb: Do not display boot-up logo
Thomas Zimmermann
1
-7
/
+0
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-1
/
+3
2023-08-04
fbdev/mmpfb: Use fbdev I/O helpers
Thomas Zimmermann
2
-6
/
+2
2023-07-31
fbdev: mmp: fix value check in mmphw_probe()
Yuanjun Gong
1
-1
/
+3
2023-07-24
fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
1
-1
/
+1
2023-04-24
fbdev: mmp: Fix deferred clk handling in mmphw_probe()
Christophe JAILLET
1
-1
/
+1
2022-04-12
video: fbdev: mmp: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-6
/
+5
2022-01-29
video: fbdev: mmp: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-1
/
+2
2020-12-08
video: fbdev: mmp: Fix kernel-doc warning for lcd_spi_write
Sam Ravnborg
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+0
2020-03-02
video: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
7
-45
/
+46
2020-01-08
video: fbdev: mmp: fix platform_get_irq.cocci warnings
kbuild test robot
1
-1
/
+0
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2020-01-03
video: fbdev: mmp: fix sparse warnings about using incorrect types
Bartlomiej Zolnierkiewicz
4
-33
/
+42
2020-01-03
video: fbdev: mmp: add COMPILE_TEST support
Bartlomiej Zolnierkiewicz
2
-2
/
+3
2020-01-03
video: fbdev: mmp: remove duplicated MMP_DISP dependency
Bartlomiej Zolnierkiewicz
2
-8
/
+0
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
1
-1
/
+1
2019-08-19
video: fbdev/mmp/core: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-07-23
video: fbdev-MMP: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-06-21
video: fbdev-MMP: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-4
/
+4
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
7
-99
/
+7
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
7
-0
/
+7
2019-04-01
drivers: video: fbdev: Kconfig: pedantic cleanups
Enrico Weigelt, metux IT consult
1
-3
/
+3
2018-10-24
video: fbdev: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2
-2
/
+0
2018-06-17
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
Linus Torvalds
2
-8
/
+5
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-04-26
video: fbdev-MMP: Improve a size determination in path_init()
Markus Elfring
1
-1
/
+1
2018-04-26
video: fbdev-MMP: Delete an error message for a failed memory allocation in t...
Markus Elfring
2
-7
/
+4
2018-01-15
video: fbdev/mmp: add MODULE_LICENSE
Arnd Bergmann
1
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-01-29
fbdev: mmp: print IRQ resource using %pR format string
Arnd Bergmann
1
-2
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-01-30
video/mmpfb: allow modular build
Arnd Bergmann
2
-2
/
+4
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+0
2014-12-04
video: fbdev-MMP: Deletion of an unnecessary check before the function call "...
Markus Elfring
1
-2
/
+1
2014-11-25
video: fbdev-MMP: Fix a typo for the word "destroyed"
Markus Elfring
1
-1
/
+1
2014-11-25
video: fbdev-MMP: Fix typos for the word "destroy"
Markus Elfring
1
-2
/
+2
2014-10-20
video: fbdev: mmp: hw: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-20
video: fbdev: mmp: fb: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-04-30
video: mmpfb: cleanup some static checker warnings in probe()
Dan Carpenter
1
-7
/
+2
2014-04-30
video: mmp: Remove references to CPU_PXA988
Richard Weinberger
3
-36
/
+4
[next]