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