summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)Author
2019-10-21drm: tda998x: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil
2019-10-02drm/i2c/sil164: use drm_debug_enabled() to check for debug categoriesJani Nikula
2019-09-09tda9950: use cec_notifier_cec_adap_(un)registerDariusz Marcinkiewicz
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-08-14drm/i2c/tda998x: drop use of drmP.hSam Ravnborg
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/i2c/sil164: drop use of drmP.hSam Ravnborg
2019-07-17drm/i2c/ch7006: drop use of drmP.hSam Ravnborg
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-27Merge tag 'for-airlie-tda998x' of git://git.armlinux.org.uk/~rmk/linux-arm in...Dave Airlie
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-13drm/i2c: tda998x: add vendor specific infoframe supportfor-airlie-tda998xRussell King
2019-06-13drm/i2c: tda998x: improve correctness of quantisation rangeRussell King
2019-06-13drm/i2c: tda998x: add support for pixel repeated modesRussell King
2019-06-13drm/i2c: tda998x: get rid of params in audio settingsRussell King
2019-06-13drm/i2c: tda998x: clean up tda998x_configure_audio()Russell King
2019-06-13drm/i2c: tda998x: move audio routing configurationRussell King
2019-06-13drm/i2c: tda998x: configure both fields of AIP_CLKSEL togetherRussell King
2019-06-13drm/i2c: tda998x: index audio port enable config by route typeRussell King
2019-06-13drm/i2c: tda998x: store audio port enable in settingsRussell King
2019-06-13drm/i2c: tda998x: derive CTS_N value from aclk sample rate ratioRussell King
2019-06-13drm/i2c: tda998x: improve programming of audio divisorRussell King
2019-06-13drm/i2c: tda998x: implement different I2S flavoursRussell King
2019-06-13drm/i2c: tda998x: introduce tda998x_audio_settingsRussell King
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart
2019-01-11drm/tda998x: Don't set dpms hookDaniel Vetter
2019-01-11drm/ch7006: Stop using drm_crtc_force_disableDaniel Vetter
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä
2018-10-04Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie
2018-09-20drm/i2c: tda9950: set MAX_RETRIES for errors onlydrm-tda9950-fixesHans Verkuil
2018-09-20drm/i2c: tda9950: fix timeout counter checkColin Ian King
2018-08-17Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13drm/i2c: tda9950: Remove VLA usageKees Cook
2018-08-08Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie
2018-08-07drm/i2c: tda998x: correct PLL divider calculationRussell King
2018-08-07drm/i2c: tda998x: get rid of private fill_modes functionRussell King
2018-08-07drm/i2c: tda998x: move mode_valid() to bridgeRussell King
2018-08-07drm/i2c: tda998x: register bridge outside of component helperRussell King
2018-08-07drm/i2c: tda998x: cleanup from previous changesRussell King
2018-08-07drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()Russell King
2018-08-07drm/i2c: tda998x: convert to bridge driverRussell King
2018-08-02drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()Russell King
2018-08-02drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disablePeter Rosin
2018-08-02drm/i2c: tda998x: find the drm_device via the drm_connectorPeter Rosin
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter