summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c/tda998x_drv.c
AgeCommit message (Expand)Author
2018-04-03drm/i2c: tda998x: always disable and clear interrupts at probeRussell King
2018-04-03drm/i2c: tda998x: move CEC device initialisation laterRussell King
2018-04-03drm/i2c: tda998x: fix error cleanup pathsRussell King
2018-04-03drm/i2c: tda998x: move mutex/waitqueue/timer/work init earlyRussell King
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula
2017-08-22drm: i2c: tda998x: constify i2c_device_idArvind Yadav
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma
2016-11-18drm/i2c: tda998x: fix spelling mistakeColin Ian King
2016-11-18drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King
2016-11-18drm/i2c: tda998x: allow interrupt to be sharedRussell King
2016-11-18drm/i2c: tda998x: power down pre-filter and color conversionRussell King
2016-11-18drm/i2c: tda998x: switch to boolean is_onRussell King
2016-11-18drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King
2016-11-18drm/i2c: tda998x: group audio functions togetherRussell King
2016-11-18drm/i2c: tda998x: separate connector initialisationRussell King
2016-11-18drm/i2c: tda998x: group connector functions and funcs togetherRussell King
2016-11-18drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King
2016-11-18drm/i2c: tda998x: correct function name in commentsRussell King
2016-11-18drm/i2c: tda998x: only enable audio if supported by sinkRussell King
2016-11-18drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King
2016-11-18drm/i2c: tda998x: avoid race when programming audioRussell King
2016-11-18drm/i2c: tda998x: avoid racy access to mode clockRussell King
2016-11-18drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King
2016-11-17drm/i2c: tda998x: move audio mutex initialisationRussell King
2016-11-01Merge branch 'drm-tda998x-mali' into drm-tda998x-develRussell King
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha
2016-03-14Merge drm-fixes into drm-next.Dave Airlie
2016-03-08drm/i2c: tda998x: Choose between atomic or non atomic dpms helperJyri Sarha
2016-02-11drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-01-13drm: Do not set connector->encoder in driversThierry Reding
2015-12-23Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-08drm/i2c/tda998x: Remove unused save/restore drm encoder helpers.Rodrigo Vivi
2015-12-03drm/i2c: tda998x: Add support for atomic modesettingLiviu Dudau (ARM)
2015-12-03drm/i2c: tda998x: increase the supported dotclock frequency to 165MHz for TDA...Liviu Dudau (ARM)
2015-12-03drm/i2c: tda998x: unregister the connector in the unbind functionLiviu Dudau (ARM)
2015-09-29drm/i2c: tda998x: clean up after struct tda998x_priv2 removalRussell King
2015-09-29drm/i2c: tda998x: kill struct tda998x_priv2Russell King
2015-09-29drm/i2c: tda998x: move connector into struct tda998x_privRussell King
2015-09-29drm/i2c: tda998x: remove encoder pointerRussell King
2015-09-29drm/i2c: tda998x: remove DRM slave encoder supportRussell King
2015-09-15drm/i2c: tda998x: use more HDMI helpersRussell King
2015-09-15drm/i2c: tda998x: handle all outstanding interruptsRussell King
2015-09-15drm/i2c: tda998x: convert to u8/u16/u32 typesRussell King