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