aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave 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 into drm-nextDave 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 TDA19988Liviu 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 into drm-nextDave 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', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark 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 into drm-nextDave 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 into drm-nextDave Airlie1-12/+14
2015-03-30drm/i2c: tda998x: use drm_hdmi_avi_infoframe_from_display_mode()Russell King1-12/+14
2015-03-19drm: adv7511: Refactor power managementLaurent Pinchart1-48/+53
2015-03-19drm: adv7511: Fix nested sleep when reading EDIDLaurent Pinchart1-50/+46
2015-03-19drm: adv7511: Fix DDC error interrupt handlingLaurent Pinchart1-4/+10
2015-03-10drm: Fix trivial typos in commentsYannick Guerrini1-1/+1
2015-03-05Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-70/+31
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-10/+42
2015-01-27Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixesDave Airlie1-10/+42
2015-01-21drm/i2c: tda998x: use drm_do_get_edid()Laurent Pinchart1-68/+18
2015-01-21drm/i2c: tda998x: fix misspelling of current function in stringJulia Lawall1-1/+1
2015-01-21drm/i2c: tda998x: set the CEC I2C address based on the slave I2C addressAndrew Jackson1-1/+4
2015-01-16drm/i2c: tda998x: add OF support for finding attached CRTCsRussell King1-1/+12
2014-12-23drm: adv7511: Remove interlaced mode checkLaurent Pinchart1-3/+0
2014-12-01drm: tda998x: Fix EDID read timeout on HDMI connectJean-Francois Moine1-4/+18
2014-12-01drm: tda998x: Protect the page registerJean-Francois Moine1-5/+20
2014-11-26drm: Add adv7511 encoder driverLars-Peter Clausen4-0/+1307