summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c
AgeCommit message (Expand)AuthorFilesLines
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
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...Dave Airlie1-70/+31
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-10/+42
2015-01-27Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave 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
2014-08-05drm/tda998x: update for new drm connector APIs.Dave Airlie1-2/+2
2014-08-05Merge branch 'tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox i...Dave Airlie1-81/+306
2014-08-01drm/i2c: tda998x: add component supportRussell King1-14/+198
2014-08-01drm/i2c: tda998x: allow re-use of tda998x support codeRussell King1-69/+110
2014-07-22drm/i2c: tda998x: Remove useless testJean-Francois Moine1-2/+1
2014-07-06Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cuboxDave Airlie1-3/+9
2014-06-26drm/i2c: tda998x: add some basic mode validationRussell King1-0/+6
2014-06-26drm/i2c: tda998x: faster polling for edidRussell King1-2/+2
2014-06-26drm/i2c: tda998x: move drm_i2c_encoder_destroy callGuido Martínez1-1/+1
2014-04-22drm/i2c/tda998x: Fix signed overflow issueDaniel Vetter1-3/+3
2014-02-14drm/i2c: tda998x: always use the same device for all kernel messagesRussell King1-5/+5