summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)AuthorLines
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
2016-11-18drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King-5/+19
2016-11-18drm/i2c: tda998x: avoid race when programming audioRussell King-2/+2
2016-11-18drm/i2c: tda998x: avoid racy access to mode clockRussell King-14/+11
2016-11-18drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King-4/+3
2016-11-17drm/i2c: tda998x: move audio mutex initialisationRussell King-2/+2
2016-11-01Merge branch 'drm-tda998x-mali' into drm-tda998x-develRussell King-1336/+2
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey-8/+0
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha-3/+211
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha-38/+46
2016-07-13drm/i2c: adv7511: Move to bridge folderArchit Taneja-1387/+0
2016-07-13drm/i2c: adv7511: Convert to drm_bridgeArchit Taneja-74/+140
2016-06-24drm/i2c/ch7006: Use helper to turn off CRTCLukas Wunner-7/+2
2016-03-14Merge drm-fixes into drm-next.Dave Airlie-1/+9
2016-03-08drm/i2c: tda998x: Choose between atomic or non atomic dpms helperJyri Sarha-1/+9
2016-02-11drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha-9/+0
2016-02-11drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional.Carlos Palminha-9/+0
2016-02-09ch7006: correctly handling failed allocationInsu Yun-0/+2
2016-02-02drm: adv7511: it's HPD, not HDPWolfram Sang-17/+17
2016-02-02drm: adv7511: mark ADV7511_REG_EDID_READ_CTRL volatileWolfram Sang-0/+1
2016-02-02drm: adv7511: really enable interrupts for EDID detectionWolfram Sang-8/+17
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie-1/+0
2016-01-13drm: Do not set connector->encoder in driversThierry Reding-1/+0
2015-12-23Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie-2/+10
2015-12-15drm/i2c/sil164: Constify function pointer structsVille Syrjälä-1/+1
2015-12-15drm/i2c/adv7511: Constify function pointer structsVille Syrjälä-1/+1