summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-08-14drm/i2c/tda998x: drop use of drmP.hSam Ravnborg1-1/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2-164/+304
2019-07-17drm/i2c/sil164: drop use of drmP.hSam Ravnborg1-1/+2
2019-07-17drm/i2c/ch7006: drop use of drmP.hSam Ravnborg1-1/+0
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-148/+302
2019-06-27Merge tag 'for-airlie-tda998x' of git://git.armlinux.org.uk/~rmk/linux-arm in...Dave Airlie1-148/+302
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-13drm/i2c: tda998x: add vendor specific infoframe supportRussell King1-0/+14
2019-06-13drm/i2c: tda998x: improve correctness of quantisation rangeRussell King1-4/+32
2019-06-13drm/i2c: tda998x: add support for pixel repeated modesRussell King1-10/+16
2019-06-13drm/i2c: tda998x: get rid of params in audio settingsRussell King1-17/+26
2019-06-13drm/i2c: tda998x: clean up tda998x_configure_audio()Russell King1-16/+10
2019-06-13drm/i2c: tda998x: move audio routing configurationRussell King1-31/+47
2019-06-13drm/i2c: tda998x: configure both fields of AIP_CLKSEL togetherRussell King1-9/+4
2019-06-13drm/i2c: tda998x: index audio port enable config by route typeRussell King1-28/+29
2019-06-13drm/i2c: tda998x: store audio port enable in settingsRussell King1-7/+11
2019-06-13drm/i2c: tda998x: derive CTS_N value from aclk sample rate ratioRussell King1-20/+74
2019-06-13drm/i2c: tda998x: improve programming of audio divisorRussell King1-16/+28
2019-06-13drm/i2c: tda998x: implement different I2S flavoursRussell King1-18/+33
2019-06-13drm/i2c: tda998x: introduce tda998x_audio_settingsRussell King1-31/+37
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter3-2/+3
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-5/+5
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart1-3/+3
2019-01-11drm/tda998x: Don't set dpms hookDaniel Vetter1-1/+0
2019-01-11drm/ch7006: Stop using drm_crtc_force_disableDaniel Vetter1-3/+3
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-1/+2
2018-10-04Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm ...drm-fixes-2018-10-04Dave Airlie1-2/+3
2018-09-20drm/i2c: tda9950: set MAX_RETRIES for errors onlyHans Verkuil1-1/+2
2018-09-20drm/i2c: tda9950: fix timeout counter checkColin Ian King1-1/+1
2018-08-17Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2018-08-13drm/i2c: tda9950: Remove VLA usageKees Cook1-1/+4
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