summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-148/+302
|\
| * Merge tag 'for-airlie-tda998x' of git://git.armlinux.org.uk/~rmk/linux-arm in...Dave Airlie2019-06-271-148/+302
| |\
| | * drm/i2c: tda998x: add vendor specific infoframe supportRussell King2019-06-131-0/+14
| | * drm/i2c: tda998x: improve correctness of quantisation rangeRussell King2019-06-131-4/+32
| | * drm/i2c: tda998x: add support for pixel repeated modesRussell King2019-06-131-10/+16
| | * drm/i2c: tda998x: get rid of params in audio settingsRussell King2019-06-131-17/+26
| | * drm/i2c: tda998x: clean up tda998x_configure_audio()Russell King2019-06-131-16/+10Star
| | * drm/i2c: tda998x: move audio routing configurationRussell King2019-06-131-31/+47
| | * drm/i2c: tda998x: configure both fields of AIP_CLKSEL togetherRussell King2019-06-131-9/+4Star
| | * drm/i2c: tda998x: index audio port enable config by route typeRussell King2019-06-131-28/+29
| | * drm/i2c: tda998x: store audio port enable in settingsRussell King2019-06-131-7/+11
| | * drm/i2c: tda998x: derive CTS_N value from aclk sample rate ratioRussell King2019-06-131-20/+74
| | * drm/i2c: tda998x: improve programming of audio divisorRussell King2019-06-131-16/+28
| | * drm/i2c: tda998x: implement different I2S flavoursRussell King2019-06-131-18/+33
| | * drm/i2c: tda998x: introduce tda998x_audio_settingsRussell King2019-06-131-31/+37
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-243-2/+3
* Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-01-182-5/+5
|\
| * drm/tda998x: Don't set dpms hookDaniel Vetter2019-01-111-1/+0Star
| * drm/ch7006: Stop using drm_crtc_force_disableDaniel Vetter2019-01-111-3/+3
| * drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-1/+2
* | drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart2019-01-141-3/+3
|/
* Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2018-10-041-2/+3
|\
| * drm/i2c: tda9950: set MAX_RETRIES for errors onlyHans Verkuil2018-09-201-1/+2
| * drm/i2c: tda9950: fix timeout counter checkColin Ian King2018-09-201-1/+1
* | Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-171-1/+4
|\ \
| * | drm/i2c: tda9950: Remove VLA usageKees Cook2018-08-131-1/+4
* | | Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2018-08-071-183/+189
|\ \ \
| * | | drm/i2c: tda998x: correct PLL divider calculationRussell King2018-08-071-6/+14
| * | | drm/i2c: tda998x: get rid of private fill_modes functionRussell King2018-08-071-24/+6Star
| * | | drm/i2c: tda998x: move mode_valid() to bridgeRussell King2018-08-071-16/+16
| * | | drm/i2c: tda998x: register bridge outside of component helperRussell King2018-08-071-13/+13
| * | | drm/i2c: tda998x: cleanup from previous changesRussell King2018-08-071-39/+37Star
| * | | drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()Russell King2018-08-071-14/+16
| * | | drm/i2c: tda998x: convert to bridge driverRussell King2018-08-071-75/+81
| * | | drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()Russell King2018-08-021-38/+35Star
| * | | drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disablePeter Rosin2018-08-021-12/+25
| * | | drm/i2c: tda998x: find the drm_device via the drm_connectorPeter Rosin2018-08-021-1/+1
* | | | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* | | | drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
|/ / /
* | | Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-204-27/+731
|\| |
| * | Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2018-05-224-27/+731
| |\ \
| | * | drm/i2c: tda998x: add CEC supportRussell King2018-04-242-9/+187
| | |/
| | * drm/i2c: tda9950: add CEC driverRussell King2018-04-243-0/+515
| | * drm/i2c: tda998x: always disable and clear interrupts at probeRussell King2018-04-031-5/+9
| | * drm/i2c: tda998x: move CEC device initialisation laterRussell King2018-04-031-5/+8
| | * drm/i2c: tda998x: fix error cleanup pathsRussell King2018-04-031-13/+18
| | * drm/i2c: tda998x: move mutex/waitqueue/timer/work init earlyRussell King2018-04-031-6/+5Star