aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24video: fbdev: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-7/+0
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen1-1/+4
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds4-10/+16
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-08-02media: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-08-02media: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-08-02media: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-07-24fbdev: fix omap2/omapfb/dss/ indentation warningRandy Dunlap1-1/+1
2018-07-24omapfb: encoder-tpd12s015: remove redundant pointer 'in'Colin Ian King1-4/+1
2018-07-24omapfb: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2018-07-24omapfb: rename omap2 module to omap2fb.koArnd Bergmann1-2/+2
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-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2-12/+7
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-08fb_omap2: add gpiolib dependencyArnd Bergmann1-0/+1
2018-05-04drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFAnders Roxell1-1/+1
2018-04-24video: fbdev: omap2: omapfb: displays: simplify getting .drvdataWolfram Sang1-12/+6
2018-04-17media: omap2: omapfb: allow building it with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2018-02-09video: omapfb: fix missing #includesTomi Valkeinen4-0/+6
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds4-90/+30
2018-01-04omapfb: dss: Do not duplicate features dataLadislav Michl3-86/+29
2018-01-04video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
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-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2-5/+3
2017-11-17OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()Dan Carpenter1-1/+1
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds5-5/+6
2017-08-21omapfb: constify omap_video_timings structuresJulia Lawall2-2/+2
2017-08-16drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2-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-08-01omapfb: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+2
2017-07-31fbdev: omapfb: remove unused variableArnd Bergmann1-1/+0
2017-07-13Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linuxLinus Torvalds2-12/+6
2017-07-04omapfb: panel-dsi-cm: constify dsicm_attr_groupArvind Yadav1-1/+1
2017-06-14omapfb: Use sysfs_match_string() helperAndy Shevchenko1-10/+4
2017-06-14video: fbdev: omap2: omapfb: displays: panel-dsi-cm: Use time comparison kernel macro.Karim Eshapa1-1/+1
2017-06-02drm: omapdrm: Remove unused default display name supportLaurent Pinchart1-2/+0
2017-03-20omapfb: dss: Handle return errors in dss_init_ports()Arvind Yadav1-5/+11
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-09-27omapfb: fix return value check in dsi_bind()Wei Yongjun1-2/+2
2016-08-11omapfb: panel-dsi-cm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-12/+2
2016-08-11omapfb/dss: wait_for_completion_interruptible_timeout expects longNicholas Mc Guire1-3/+4