aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/of_display_timing.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-26video: of: display_timing: Don't yell if no timing node is presentDouglas Anderson1-3/+1
2019-07-26video: of: display_timing: Add of_node_put() in of_get_display_timing()Douglas Anderson1-1/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-10-08fbdev: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-03-12video: of: display_timing: Remove of_display_timings_exist() functionVladimir Zapolskiy1-20/+0
2017-08-07video: fbdev: Convert to using %pOF instead of full_nameRob Herring1-25/+16
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-3/+3
2016-11-14video: of: Constify node argument to display timing functionsLaurent Pinchart1-3/+3
2016-11-02video: of: display_timing: Add support for syncclk-active propertyPeter Ujfalusi1-0/+9
2015-10-07video: of: fix memory leakSudip Mukherjee1-0/+1
2014-10-18Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-2/+1
2014-08-26video: of: display_timing: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-26video: of: display_timing: double free on errorDan Carpenter1-0/+1
2014-05-23video: of: display_timing: fix default native-mode settingBoris BREZILLON1-1/+1
2014-05-15video: of: display_timing: remove two unsafe error messagesLucas Stach1-6/+2
2013-09-26video: of: display_timing: correct display-timings node findingAndrzej Hajda1-3/+3
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+4
2013-06-03video: of: display_timing: add doubleclk flagSteffen Trumtrar1-0/+2
2013-06-03video: display_timing: make parameter constSteffen Trumtrar1-2/+3
2013-05-28videomode: implement public of_get_display_timing()Tomi Valkeinen1-3/+30
2013-05-28videomode: don't allocate mem in of_get_display_timing()Tomi Valkeinen1-12/+14
2013-03-12videomode: combine videomode dmt_flags and data_flagsTomi Valkeinen1-10/+9
2013-01-24video: add of helper for display timings/videomodeSteffen Trumtrar1-0/+239