aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/omapfb/displays (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19video: fbdev: omapfb: simplify the return expression of nec_8048_connect()Minghao Chi1-6/+1
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds6-17/+15
2022-03-07video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin1-0/+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
2021-02-22Merge tag 'backlight-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-3/+3
2021-02-12backlight/video: Use Platform getter/setter functionsJulia Lawall1-3/+3
2021-01-13video: omapfb2: Make standard and custom DSI command mode panel driver mutually exclusiveSebastian Reichel1-0/+1
2020-10-17omapfb: connector-dvi: simplify the return expression of dvic_connect()Liu Shixin1-6/+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
2019-08-16video: omapfb2: Make standard and custom panel drivers mutually exclusiveLaurent Pinchart1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner10-40/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult1-20/+20
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-7/+10
2018-07-24omapfb: encoder-tpd12s015: remove redundant pointer 'in'Colin Ian King1-4/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-03omapfb: encoder-tpd12s015: fix error return codeJulia Lawall1-3/+9
2018-04-24video: fbdev: omap2: omapfb: displays: simplify getting .drvdataWolfram Sang1-12/+6
2017-12-19omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLEH. Nikolaus Schaller1-2/+9
2017-12-19omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-21omapfb: constify omap_video_timings structuresJulia Lawall2-2/+2
2017-08-01omapfb: panel-sony-acx565akm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-01omapfb: panel-tpo-td043mtea1: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-04omapfb: panel-dsi-cm: constify dsicm_attr_groupArvind Yadav1-1/+1
2017-06-14video: fbdev: omap2: omapfb: displays: panel-dsi-cm: Use time comparison kernel macro.Karim Eshapa1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-08-11omapfb: panel-dsi-cm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-12/+2
2016-06-03omapfb: Create new header file for omapfb DSS implementationPeter Ujfalusi14-14/+14
2016-06-03omapfb: connector-analog-tv: Support only Composite type in legacy bootPeter Ujfalusi1-7/+1
2016-06-03omapfb: encoder-tpd12s015: No need to include video/omap-panle-data.hPeter Ujfalusi1-1/+0
2016-06-03omapfb: encoder-tfp410: Remove legacy boot supportPeter Ujfalusi1-38/+6
2016-06-03omapfb: connector-dvi: Remove legacy boot supportPeter Ujfalusi1-52/+6
2016-06-03omapfb: connector-hdmi: Remove legacy boot supportPeter Ujfalusi1-36/+6
2016-06-03omapfb: panel-dsi-cm: Remove legacy boot supportPeter Ujfalusi1-46/+6
2016-06-03omapfb: panel-lgphilips-lb035q02: Remove legacy boot supportPeter Ujfalusi1-50/+6
2016-06-03omapfb: panel-sharp-ls037v7dw01: Remove legacy boot supportPeter Ujfalusi1-75/+6