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