index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
pxafb.c
Age
Commit message (
Expand
)
Author
Lines
2024-10-08
fbdev: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-09-11
fbdev: pxafb: Fix possible use after free in pxafb_task()
Kaixin Wang
-0
/
+1
2024-03-25
fbdev: omap2: replace of_graph_get_next_endpoint()
Kuninori Morimoto
-1
/
+1
2023-08-04
fbdev/pxafb: Use fbdev I/O helpers
Thomas Zimmermann
-3
/
+1
2023-07-24
fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT
Thomas Zimmermann
-1
/
+0
2023-07-24
fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs
Thomas Zimmermann
-1
/
+0
2023-04-24
fbdev: pxafb: Convert to platform remove callback returning void
Uwe Kleine-König
-5
/
+3
2022-12-14
fbdev: pxafb: Remove unnecessary print function dev_err()
wangkailong@jari.cn
-1
/
+0
2022-08-24
fbdev: Move fbdev drivers from strlcpy to strscpy
Wolfram Sang
-1
/
+1
2022-06-02
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2022-04-19
ARM: pxa: move regs-lcd.h into driver
Arnd Bergmann
-0
/
+1
2022-04-19
ARM: pxa: stop using mach/bitfield.h
Arnd Bergmann
-1
/
+0
2022-04-19
ARM: pxa: split up mach/hardware.h
Arnd Bergmann
-1
/
+1
2022-04-04
video: fbdev: pxafb: use if else instead
Wang Qing
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-1
/
+1
2020-06-01
video: fbdev: pxafb: Use correct return value for pxafb_probe()
Tiezhu Yang
-1
/
+1
2020-06-01
video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' call
Christophe JAILLET
-2
/
+2
2020-01-03
video: pxafb: Use devm_platform_ioremap_resource() in pxafb_probe()
Markus Elfring
-9
/
+1
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
-2
/
+2
2019-08-26
video: pxafb: Remove cpufreq policy notifier
Viresh Kumar
-21
/
+0
2019-06-14
docs: fb: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
-1
/
+1
2018-12-20
video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"
YueHaibing
-3
/
+1
2018-07-24
video: fbdev: pxafb: Add support for lcd-supply regulator
Daniel Mack
-0
/
+24
2018-07-24
video: fbdev: pxafb: handle errors from pxafb_init_fbinfo() correctly
Daniel Mack
-5
/
+4
2018-07-24
video: fbdev: pxafb: switch to devm_* API
Daniel Mack
-47
/
+17
2018-07-24
video: fbdev: pxafb: clear allocated memory for video modes
Daniel Mack
-2
/
+2
2018-05-15
video: fbdev: pxafb: match_string() conversion fixup
Bartlomiej Zolnierkiewicz
-1
/
+1
2018-05-15
video: fbdev: pxafb: Convert to use match_string() helper
Andy Shevchenko
-6
/
+4
2017-06-14
video: fbdev: pxafb: Handle return value of clk_prepare_enable
Arvind Yadav
-1
/
+4
2017-03-21
drivers/video: Convert remaining uses of pr_warning to pr_warn
Joe Perches
-4
/
+3
2016-08-30
video: fbdev: pxafb: add missing of_node_put() in of_get_pxafb_mode_info()
Wei Yongjun
-0
/
+1
2016-08-11
video: fbdev: pxafb: potential NULL dereference on error
Dan Carpenter
-1
/
+1
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
-2
/
+2
2016-01-18
video: fbdev: pxafb: fix out of memory error path
Robert Jarzmik
-0
/
+2
2015-12-15
video: fbdev: pxafb: initial devicetree conversion
Robert Jarzmik
-3
/
+157
2015-12-15
video: fbdev: pxafb: loosen the platform data bond
Robert Jarzmik
-20
/
+34
2015-09-01
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
Viresh Kumar
-1
/
+0
2015-03-10
video: fbdev: use msecs_to_jiffies for time conversions
Nicholas Mc Guire
-3
/
+3
2014-10-20
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
-1
/
+0
2014-09-30
video: fbdev: pxafb.c: use container_of to resolve pxafb_info/layer from fb_info
Fabian Frederick
-10
/
+10
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
-0
/
+2332