aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/omapfb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-18video: omapfb: Remove WARN_ON(in_interrupt()).Ahmed S. Darwish1-2/+0
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
2020-04-17omapfb/dss: remove unused variable 'venc_config_pal_bdghi'YueHaibing1-43/+0
2020-03-20omapfb: Remove unused writeback codeTomi Valkeinen2-134/+0
2020-03-20video: omap2: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-01-15OMAP: DSS2: remove non-zero check on variable rColin Ian King1-4/+0
2020-01-03omapfb/dss: remove unneeded conversions to boolAndrew F. Davis1-3/+3
2020-01-03fbdev: omapfb: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-08-16video: omapfb2: Make standard and custom panel drivers mutually exclusiveLaurent Pinchart1-0/+5
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds7-1109/+8
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz1-5/+1
2019-06-21video: fbdev: omap2: remove rfbiBartlomiej Zolnierkiewicz5-1101/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner13-52/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner38-457/+38
2019-06-12fbdev/omap: sysfs files can't disappear before the device is goneDaniel Vetter1-14/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner1-7/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult3-32/+32
2019-04-01omapfb: Fix potential NULL pointer dereference in kmallocAditya Pakki1-0/+2
2019-04-01omapfb: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-03-01fbdev: omap2: fix warnings in dss coreAnders Roxell1-3/+0
2019-02-08fbdev: omap2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-26/+7
2019-02-08omapfb: fix typoMatteo Croce1-1/+1