aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 into drm-nextDave 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
2014-02-13drm/i2c: tda998x: adjust the audio clock divider for S/PDIFJean-Francois Moine1-3/+7
2014-02-13drm/i2c: tda998x: code optimizationJean-Francois Moine1-8/+4
2014-02-13drm/i2c: tda998x: remove the unused variable ca_i2sJean-Francois Moine1-3/+1
2014-02-13drm/i2c: tda998x: make the audio code more readableJean-Francois Moine1-12/+13
2014-02-13drm/i2c: tda998x: use irq for connection status and EDID readJean-Francois Moine1-9/+105
2014-02-13drm/i2c: tda998x: always enable EDID read IRQJean-Francois Moine1-5/+3
2014-02-13drm/i2c: tda998x: add DT supportJean-Francois Moine1-0/+22
2014-02-13drm/i2c: tda998x: don't read write-only registersJean-Francois Moine1-22/+24
2014-02-13drm/i2c: tda998x: don't freeze the system at audio startup timeJean-Francois Moine1-1/+1
2014-02-13drm/i2c: tda998x: change probe message originJean-Francois Moine1-5/+14
2014-02-13drm/i2c: tda998x: code cleanupJean-Francois Moine1-6/+7
2014-02-13drm/i2c: tda998x: clean up error chip version checkingRussell King1-5/+8
2014-02-13drm/i2c: tda998x: check more I/O errorsJean-Francois Moine1-14/+43
2014-02-13drm/i2c: tda998x: simplify the i2c read/write functionsJean-Francois Moine1-160/+162
2014-02-13drm/i2c: tda998x: use ALSA IEC958 definitions and update audio frequencyJean-Francois Moine1-3/+5
2014-02-13drm/i2c: tda998x: add the active aspect in HDMI AVI frameJean-Francois Moine1-0/+1
2014-02-13drm/i2c: tda998x: use HDMI constantsJean-Francois Moine1-6/+6
2014-02-13drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path.Dave Jones1-1/+3
2014-02-02drm/i2c: tda998x: fix the ENABLE_SPACE registerJean-Francois Moine1-1/+1
2014-02-02drm/i2c: tda998x: set the PLL division factor in range 0..3Jean-Francois Moine1-1/+6
2014-02-02drm/i2c: tda998x: force the page register at startup timeJean-Francois Moine1-1/+1
2014-02-02drm/i2c: tda998x: free the CEC device on encoder_destroyJean-Francois Moine1-0/+2
2014-02-02drm/i2c: tda998x: check the CEC device creationJean-Francois Moine1-0/+2
2014-02-02drm/i2c: tda998x: fix bad value in the AIFJean-Francois Moine1-1/+1