summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* | drm/i2c: tda998x: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* | drm/i2c: tda998x: Remove duplicate NULL checkAndy Shevchenko2018-01-181-2/+1
* | drm/i2c/sil164: Remove duplicate NULL checkAndy Shevchenko2018-01-181-2/+1
|/
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-1/+0
|\
| * drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-1/+0
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-153-3/+3
|\ \ | |/
| * drm: i2c: tda998x: constify i2c_device_idArvind Yadav2017-08-221-1/+1
| * drm: i2c: sil164: constify i2c_device_idArvind Yadav2017-08-221-1/+1
| * drm: i2c: ch7006: constify i2c_device_idArvind Yadav2017-08-221-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-9/+1
* drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
* drm/i2c: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2017-05-181-2/+0
* drm/i2c: tda998x: fix spelling mistakeColin Ian King2016-11-181-1/+1
* drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King2016-11-181-19/+34
* drm/i2c: tda998x: allow interrupt to be sharedRussell King2016-11-181-25/+27
* drm/i2c: tda998x: power down pre-filter and color conversionRussell King2016-11-181-0/+4
* drm/i2c: tda998x: switch to boolean is_onRussell King2016-11-181-13/+10
* drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King2016-11-181-14/+8
* drm/i2c: tda998x: group audio functions togetherRussell King2016-11-181-137/+139
* drm/i2c: tda998x: separate connector initialisationRussell King2016-11-181-20/+26
* drm/i2c: tda998x: group connector functions and funcs togetherRussell King2016-11-181-174/+176
* drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King2016-11-181-20/+20
* drm/i2c: tda998x: correct function name in commentsRussell King2016-11-181-2/+2
* drm/i2c: tda998x: only enable audio if supported by sinkRussell King2016-11-181-3/+24
* drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King2016-11-181-5/+19
* drm/i2c: tda998x: avoid race when programming audioRussell King2016-11-181-2/+2
* drm/i2c: tda998x: avoid racy access to mode clockRussell King2016-11-181-14/+11
* drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King2016-11-181-4/+3
* drm/i2c: tda998x: move audio mutex initialisationRussell King2016-11-171-2/+2
* Merge branch 'drm-tda998x-mali' into drm-tda998x-develRussell King2016-11-016-1336/+2
|\
| * drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey2016-10-311-8/+0
| * drm/i2c: adv7511: Move to bridge folderArchit Taneja2016-07-134-1387/+0
| * drm/i2c: adv7511: Convert to drm_bridgeArchit Taneja2016-07-132-74/+140
| * drm/i2c/ch7006: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2
* | drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2016-09-072-3/+211
* | drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha2016-09-071-38/+46
|/
* Merge drm-fixes into drm-next.Dave Airlie2016-03-141-1/+9
|\
| * drm/i2c: tda998x: Choose between atomic or non atomic dpms helperJyri Sarha2016-03-081-1/+9
* | drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha2016-02-111-9/+0
* | drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional.Carlos Palminha2016-02-111-9/+0
* | ch7006: correctly handling failed allocationInsu Yun2016-02-091-0/+2
|/
OpenPOWER on IntegriCloud