index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
imxfb.c
Age
Commit message (
Expand
)
Author
2024-10-08
fbdev: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-03
fbdev: imx: Constify lcd_ops
Krzysztof Kozlowski
2024-01-11
fbdev: imxfb: add '*/' on a separate line in block comment
Dario Binacchi
2024-01-11
fbdev: imxfb: use __func__ for function name
Dario Binacchi
2024-01-11
fbdev: imxfb: Fix style warnings relating to printk()
Dario Binacchi
2024-01-11
fbdev: imxfb: add missing spaces after ','
Dario Binacchi
2024-01-11
fbdev: imxfb: drop ftrace-like logging
Dario Binacchi
2024-01-11
fbdev: imxfb: add missing SPDX tag
Dario Binacchi
2024-01-11
fbdev: imxfb: replace some magic numbers with constants
Dario Binacchi
2024-01-11
fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macros
Dario Binacchi
2024-01-11
fbdev: imxfb: move PCR bitfields near their offset
Dario Binacchi
2024-01-11
fbdev: imxfb: fix left margin setting
Dario Binacchi
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
2023-08-04
fbdev/imxfb: Use fbdev I/O helpers
Thomas Zimmermann
2023-07-24
fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
2023-07-11
fbdev: imxfb: remove unneeded labels
Yangtao Li
2023-07-11
fbdev: imxfb: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-11
fbdev: imxfb: Convert to devm_kmalloc_array()
Yangtao Li
2023-07-11
fbdev: imxfb: Removed unneeded release_mem_region
Yangtao Li
2023-07-11
fbdev: imxfb: switch to DEFINE_SIMPLE_DEV_PM_OPS
Martin Kaiser
2023-07-11
fbdev: imxfb: warn about invalid left/right margin
Martin Kaiser
2023-04-24
fbdev: imxfb: Convert to platform remove callback returning void
Uwe Kleine-König
2022-10-08
fbdev: imxfb: Remove redundant dev_err() call
Shang XiaoJing
2022-08-24
fbdev: Move fbdev drivers from strlcpy to strscpy
Wolfram Sang
2022-07-29
video: fbdev: imxfb: fix return value check in imxfb_probe()
Yang Yingliang
2022-07-26
video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_res...
Uwe Kleine-König
2022-07-26
video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only user
Uwe Kleine-König
2022-07-26
video: fbdev: imxfb: Drop platform data support
Uwe Kleine-König
2022-04-07
video: fbdev: imxfb: Fix missing of_node_put in imxfb_probe
Lv Ruyi
2022-01-29
video: fbdev: imxfb: Check for null res pointer
Jiasheng Jiang
2021-05-07
video: fbdev: imxfb: Fix an error message
Christophe JAILLET
2021-02-12
backlight/video: Use Platform getter/setter functions
Julia Lawall
2020-04-17
video: fbdev: imxfb: ensure balanced regulator usage
Uwe Kleine-König
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
2019-07-05
video: fbdev: imxfb: fix a typo in imxfb_probe()
Wei Yongjun
2019-06-21
video: fbdev: imxfb: fix sparse warnings about using incorrect types
Bartlomiej Zolnierkiewicz
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-07-31
video: fbdev: imxfb: use after free in imxfb_remove()
Dan Carpenter
2017-04-21
video: fbdev: imxfb: support AUS mode
Martin Kaiser
2017-01-11
video: fbdev: imxfb: always allocate 256 entries for the color map
Martin Kaiser
2016-05-10
video: fbdev: imxfb: add some error handling
Uwe Kleine-König
2016-05-10
video: fbdev: imxfb: fix semantic of .get_power and .set_power
Uwe Kleine-König
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-01-29
video: fbdev: imxfb: Provide a reset mechanism
Fabio Estevam
2015-06-12
video: fbdev: imxfb: Constify platform_device_id
Krzysztof Kozlowski
2015-03-02
video: fbdev: make of_device_id array const
Sanjeev Sharma
2014-10-20
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen