aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08fbdev: omapfb/dss: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Zhang Qilong6-24/+12
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-06-22video: fbdev: omapfb: Align '*' in commentJiang Jian1-1/+1
2022-05-19video: fbdev: omapfb: simplify the return expression of nec_8048_connect()Minghao Chi1-6/+1
2022-05-19video: fbdev: omapfb: simplify the return expression of dsi_init_pll_data()Minghao Chi1-7/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+1
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds10-21/+21
2022-03-07video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin1-0/+1
2022-02-25video: omapfb: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-11video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snprintf()Jing Yao1-2/+2
2022-02-11video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao1-4/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König5-15/+5
2022-01-29video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang1-1/+1
2022-01-29video: fbdev: omapfb: panel-tpo-td043mtea1: Make use of the helper function dev_err_probe()Cai Huoqing1-2/+1
2022-01-29video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+3
2022-01-29video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+3
2022-01-29video: fbdev: omapfb: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+6
2022-01-29video: fbdev: omapfb: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-26omapfb: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+6
2021-10-15video: omapfb: replace snprintf in show functions with sysfs_emitQing Wang4-32/+32
2021-06-17fbdev/omap2: use DEFINE_SPINLOCK() instead of spin_lock_init().Jiahua Yu1-3/+1
2021-03-22fbdev: omapfb: avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+0
2021-02-22Merge tag 'backlight-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds5-9/+9
2021-02-18video: omapfb: Remove WARN_ON(in_interrupt()).Ahmed S. Darwish1-2/+0
2021-02-12backlight/video: Use Platform getter/setter functionsJulia Lawall5-9/+9
2021-01-13video: omapfb2: Make standard and custom DSI command mode panel driver mutually exclusiveSebastian Reichel1-0/+1
2020-12-08video: fbdev: omapfb: Fix set but not used warnings in hdmi*_coreSam Ravnborg2-4/+4
2020-12-05video: fbdev: omapfb: Fix set but not used warnings in dsiSam Ravnborg1-9/+3
2020-11-29omapfb: fbcon: remove trailing semicolon in macro definitionTom Rix2-2/+2
2020-10-17omapfb: connector-dvi: simplify the return expression of dvic_connect()Liu Shixin1-6/+1
2020-10-16omapfb: use devm_platform_ioremap_resource_bynameQilong Zhang5-54/+6
2020-10-16omapfb: simplify the return expression of hdmi_pll_enableQinglang Miao1-5/+1
2020-10-16omapfb: panel-sony-acx565akm: simplify the return expression of acx565akm_connect()Qinglang Miao1-6/+1
2020-10-16omapfb: connector-hdmi: simplify the return expression of hdmic_connectQinglang Miao1-6/+1
2020-10-16omapfb: connector-analog-tv: simplify the return expression of tvc_connect()Qinglang Miao1-6/+1
2020-10-16omapfb: simplify the return expression of tpo_td043_connectLiu Shixin1-6/+1
2020-10-16omapfb: simplify the return expression of sharp_ls_connectLiu Shixin1-6/+1
2020-10-16omapfb: simplify the return expression of panel_dpi_connectLiu Shixin1-6/+1
2020-10-16omapfb/dss: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang1-4/+2
2020-09-08omapfb: fix spelling mistake "propert" -> "property"Colin Ian King1-1/+1
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-03omapfb/dss: Include the right headerLinus Walleij2-2/+2
2020-07-20video: fbdev: Replace HTTP links with HTTPS onesAlexander A. Klimov6-7/+7
2020-07-10omapfb: dss: Fix max fclk divider for omap36xxAdam Ford1-1/+1
2020-07-10omapfb: fix multiple reference count leaks due to pm_runtime_get_syncAditya Pakki6-12/+26
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-4/+2
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-181/+4
2020-06-01omapfb/dss: fix comparison to bool warningJason Yan2-4/+2
2020-05-29omapfb: get rid of pointless access_ok() callsAl Viro1-3/+0