summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)AuthorFilesLines
2016-10-24drm/i2c/tda998x: mark symbol static where possibleBaoyou Xie1-1/+2
2016-09-13Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2-41/+257
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2-3/+211
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha1-38/+46
2016-07-13drm/i2c: adv7511: Move to bridge folderArchit Taneja4-1387/+0
2016-07-13drm/i2c: adv7511: Convert to drm_bridgeArchit Taneja2-74/+140
2016-06-24drm/i2c/ch7006: Use helper to turn off CRTCLukas Wunner1-7/+2
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-1/+9
2016-03-08drm/i2c: tda998x: Choose between atomic or non atomic dpms helperJyri Sarha1-1/+9
2016-02-11drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha1-9/+0
2016-02-11drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional.Carlos Palminha1-9/+0
2016-02-09ch7006: correctly handling failed allocationInsu Yun1-0/+2
2016-02-02drm: adv7511: it's HPD, not HDPWolfram Sang2-17/+17
2016-02-02drm: adv7511: mark ADV7511_REG_EDID_READ_CTRL volatileWolfram Sang1-0/+1
2016-02-02drm: adv7511: really enable interrupts for EDID detectionWolfram Sang1-8/+17
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+0
2016-01-13drm: Do not set connector->encoder in driversThierry Reding1-1/+0
2015-12-23Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-2/+10
2015-12-15drm/i2c/sil164: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/i2c/adv7511: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/i2c/ch7006: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-12-08drm/i2c/tda998x: Remove unused save/restore drm encoder helpers.Rodrigo Vivi1-14/+0
2015-12-03drm/i2c: tda998x: Add support for atomic modesettingLiviu Dudau (ARM)1-1/+5
2015-12-03drm/i2c: tda998x: increase the supported dotclock frequency to 165MHz for TDA...Liviu Dudau (ARM)1-1/+4
2015-12-03drm/i2c: tda998x: unregister the connector in the unbind functionLiviu Dudau (ARM)1-0/+1
2015-10-15Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-302/+185
2015-09-29drm/i2c: tda998x: clean up after struct tda998x_priv2 removalRussell King1-58/+22
2015-09-29drm/i2c: tda998x: kill struct tda998x_priv2Russell King1-42/+38
2015-09-29drm/i2c: tda998x: move connector into struct tda998x_privRussell King1-11/+11
2015-09-29drm/i2c: tda998x: remove encoder pointerRussell King1-13/+12
2015-09-29drm/i2c: tda998x: remove DRM slave encoder supportRussell King1-138/+8
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter1-1/+1
2015-09-15drm/i2c: tda998x: use more HDMI helpersRussell King1-40/+31
2015-09-15drm/i2c: tda998x: handle all outstanding interruptsRussell King1-5/+11
2015-09-15drm/i2c: tda998x: convert to u8/u16/u32 typesRussell King1-37/+37
2015-09-15drm/i2c: tda998x: re-implement "Fix EDID read timeout on HDMI connect"Russell King1-12/+68
2015-09-15drm/i2c: tda998x: report whether we actually handled the IRQRussell King1-1/+4
2015-09-15drm/i2c: tda998x: remove useless NULL checksRussell King1-3/+1
2015-09-08drm/i2c/ch7006: Constify ch7006_tv_norms[] and ch7006_modes[]Ville Syrjälä2-16/+16
2015-09-08drm: Constify TV mode namesVille Syrjälä3-6/+6
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown1-1/+1
2015-08-07Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2015-08-05drm/i2c: tda998x: fix bad checksum of the HDMI AVI infoframeJean-Francois Moine1-2/+2
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-05-29Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-1/+2
2015-05-25drm: adv7511: Fix crash in IRQ handler when no encoder is associatedLaurent Pinchart1-1/+1
2015-05-20drm/i2c: tda998x: fix compiler warning for ssize_tRussell King1-1/+2
2015-05-15Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-12/+14
2015-03-30drm/i2c: tda998x: use drm_hdmi_avi_infoframe_from_display_mode()Russell King1-12/+14