summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)AuthorLines
2018-08-17Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+4
2018-08-13drm/i2c: tda9950: Remove VLA usageKees Cook-1/+4
2018-08-08Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie-183/+189
2018-08-07drm/i2c: tda998x: correct PLL divider calculationRussell King-6/+14
2018-08-07drm/i2c: tda998x: get rid of private fill_modes functionRussell King-24/+6
2018-08-07drm/i2c: tda998x: move mode_valid() to bridgeRussell King-16/+16
2018-08-07drm/i2c: tda998x: register bridge outside of component helperRussell King-13/+13
2018-08-07drm/i2c: tda998x: cleanup from previous changesRussell King-39/+37
2018-08-07drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()Russell King-14/+16
2018-08-07drm/i2c: tda998x: convert to bridge driverRussell King-75/+81
2018-08-02drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()Russell King-38/+35
2018-08-02drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disablePeter Rosin-12/+25
2018-08-02drm/i2c: tda998x: find the drm_device via the drm_connectorPeter Rosin-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter-1/+1
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan-27/+731
2018-05-23drm/i2c: tda998x: Remove VLA usageLaura Abbott-2/+11
2018-05-22Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie-27/+731
2018-04-25drm/i2c: tda998x: fix mode_valid's return typeLuc Van Oostenryck-1/+1
2018-04-24drm/i2c: tda998x: add CEC supportRussell King-9/+187
2018-04-24drm/i2c: tda9950: add CEC driverRussell King-0/+515
2018-04-03drm/i2c: tda998x: always disable and clear interrupts at probeRussell King-5/+9
2018-04-03drm/i2c: tda998x: move CEC device initialisation laterRussell King-5/+8
2018-04-03drm/i2c: tda998x: fix error cleanup pathsRussell King-13/+18
2018-04-03drm/i2c: tda998x: move mutex/waitqueue/timer/work init earlyRussell King-6/+5
2018-01-18drm/i2c: tda998x: Remove duplicate NULL checkAndy Shevchenko-2/+1
2018-01-18drm/i2c/sil164: Remove duplicate NULL checkAndy Shevchenko-2/+1
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-3/+3
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-22drm: i2c: tda998x: constify i2c_device_idArvind Yadav-1/+1
2017-08-22drm: i2c: sil164: constify i2c_device_idArvind Yadav-1/+1
2017-08-22drm: i2c: ch7006: constify i2c_device_idArvind Yadav-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter-9/+1
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma-1/+1
2017-05-18drm/i2c: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-2/+0
2016-11-18drm/i2c: tda998x: fix spelling mistakeColin Ian King-1/+1
2016-11-18drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King-19/+34
2016-11-18drm/i2c: tda998x: allow interrupt to be sharedRussell King-25/+27
2016-11-18drm/i2c: tda998x: power down pre-filter and color conversionRussell King-0/+4
2016-11-18drm/i2c: tda998x: switch to boolean is_onRussell King-13/+10
2016-11-18drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King-14/+8
2016-11-18drm/i2c: tda998x: group audio functions togetherRussell King-137/+139
2016-11-18drm/i2c: tda998x: separate connector initialisationRussell King-20/+26
2016-11-18drm/i2c: tda998x: group connector functions and funcs togetherRussell King-174/+176
2016-11-18drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King-20/+20
2016-11-18drm/i2c: tda998x: correct function name in commentsRussell King-2/+2
2016-11-18drm/i2c: tda998x: only enable audio if supported by sinkRussell King-3/+24