summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/pxafb.c
AgeCommit message (Expand)AuthorLines
2024-10-08fbdev: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-11fbdev: pxafb: Fix possible use after free in pxafb_task()Kaixin Wang-0/+1
2024-03-25fbdev: omap2: replace of_graph_get_next_endpoint()Kuninori Morimoto-1/+1
2023-08-04fbdev/pxafb: Use fbdev I/O helpersThomas Zimmermann-3/+1
2023-07-24fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULTThomas Zimmermann-1/+0
2023-07-24fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structsThomas Zimmermann-1/+0
2023-04-24fbdev: pxafb: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2022-12-14fbdev: pxafb: Remove unnecessary print function dev_err()wangkailong@jari.cn-1/+0
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang-1/+1
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-04-19ARM: pxa: move regs-lcd.h into driverArnd Bergmann-0/+1
2022-04-19ARM: pxa: stop using mach/bitfield.hArnd Bergmann-1/+0
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann-1/+1
2022-04-04video: fbdev: pxafb: use if else insteadWang Qing-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-01video: fbdev: pxafb: Use correct return value for pxafb_probe()Tiezhu Yang-1/+1
2020-06-01video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' callChristophe JAILLET-2/+2
2020-01-03video: pxafb: Use devm_platform_ioremap_resource() in pxafb_probe()Markus Elfring-9/+1
2019-12-05video: constify fb ops across all driversJani Nikula-2/+2
2019-08-26video: pxafb: Remove cpufreq policy notifierViresh Kumar-21/+0
2019-06-14docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2018-12-20video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing-3/+1
2018-07-24video: fbdev: pxafb: Add support for lcd-supply regulatorDaniel Mack-0/+24
2018-07-24video: fbdev: pxafb: handle errors from pxafb_init_fbinfo() correctlyDaniel Mack-5/+4
2018-07-24video: fbdev: pxafb: switch to devm_* APIDaniel Mack-47/+17
2018-07-24video: fbdev: pxafb: clear allocated memory for video modesDaniel Mack-2/+2
2018-05-15video: fbdev: pxafb: match_string() conversion fixupBartlomiej Zolnierkiewicz-1/+1
2018-05-15video: fbdev: pxafb: Convert to use match_string() helperAndy Shevchenko-6/+4
2017-06-14video: fbdev: pxafb: Handle return value of clk_prepare_enableArvind Yadav-1/+4
2017-03-21drivers/video: Convert remaining uses of pr_warning to pr_warnJoe Perches-4/+3
2016-08-30video: fbdev: pxafb: add missing of_node_put() in of_get_pxafb_mode_info()Wei Yongjun-0/+1
2016-08-11video: fbdev: pxafb: potential NULL dereference on errorDan Carpenter-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez-2/+2
2016-01-18video: fbdev: pxafb: fix out of memory error pathRobert Jarzmik-0/+2
2015-12-15video: fbdev: pxafb: initial devicetree conversionRobert Jarzmik-3/+157
2015-12-15video: fbdev: pxafb: loosen the platform data bondRobert Jarzmik-20/+34
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar-1/+0
2015-03-10video: fbdev: use msecs_to_jiffies for time conversionsNicholas Mc Guire-3/+3
2014-10-20video: fbdev: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-30video: fbdev: pxafb.c: use container_of to resolve pxafb_info/layer from fb_infoFabian Frederick-10/+10
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-0/+2332