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