summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
Commit message (Expand)AuthorAgeFilesLines
* drm/tda998x: update for new drm connector APIs.Dave Airlie2014-08-051-2/+2
* Merge branch 'tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox i...Dave Airlie2014-08-051-81/+306
|\
| * drm/i2c: tda998x: add component supportRussell King2014-08-011-14/+198
| * drm/i2c: tda998x: allow re-use of tda998x support codeRussell King2014-08-011-69/+110
* | drm/i2c: tda998x: Remove useless testJean-Francois Moine2014-07-221-2/+1Star
* | Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cuboxDave Airlie2014-07-051-3/+9
|\|
| * drm/i2c: tda998x: add some basic mode validationRussell King2014-06-261-0/+6
| * drm/i2c: tda998x: faster polling for edidRussell King2014-06-261-2/+2
| * drm/i2c: tda998x: move drm_i2c_encoder_destroy callGuido Martínez2014-06-261-1/+1
* | drm/i2c/tda998x: Fix signed overflow issueDaniel Vetter2014-04-221-3/+3
|/
* drm/i2c: tda998x: always use the same device for all kernel messagesRussell King2014-02-141-5/+5
* drm/i2c: tda998x: adjust the audio clock divider for S/PDIFJean-Francois Moine2014-02-131-3/+7
* drm/i2c: tda998x: code optimizationJean-Francois Moine2014-02-131-8/+4Star
* drm/i2c: tda998x: remove the unused variable ca_i2sJean-Francois Moine2014-02-131-3/+1Star
* drm/i2c: tda998x: make the audio code more readableJean-Francois Moine2014-02-131-12/+13
* drm/i2c: tda998x: use irq for connection status and EDID readJean-Francois Moine2014-02-131-9/+105
* drm/i2c: tda998x: always enable EDID read IRQJean-Francois Moine2014-02-131-5/+3Star
* drm/i2c: tda998x: add DT supportJean-Francois Moine2014-02-131-0/+22
* drm/i2c: tda998x: don't read write-only registersJean-Francois Moine2014-02-131-22/+24
* drm/i2c: tda998x: don't freeze the system at audio startup timeJean-Francois Moine2014-02-131-1/+1
* drm/i2c: tda998x: change probe message originJean-Francois Moine2014-02-131-5/+14
* drm/i2c: tda998x: code cleanupJean-Francois Moine2014-02-131-6/+7
* drm/i2c: tda998x: clean up error chip version checkingRussell King2014-02-131-5/+8
* drm/i2c: tda998x: check more I/O errorsJean-Francois Moine2014-02-131-14/+43
* drm/i2c: tda998x: simplify the i2c read/write functionsJean-Francois Moine2014-02-131-160/+162
* drm/i2c: tda998x: use ALSA IEC958 definitions and update audio frequencyJean-Francois Moine2014-02-131-3/+5
* drm/i2c: tda998x: add the active aspect in HDMI AVI frameJean-Francois Moine2014-02-131-0/+1
* drm/i2c: tda998x: use HDMI constantsJean-Francois Moine2014-02-131-6/+6
* drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path.Dave Jones2014-02-131-1/+3
* drm/i2c: tda998x: fix the ENABLE_SPACE registerJean-Francois Moine2014-02-021-1/+1
* drm/i2c: tda998x: set the PLL division factor in range 0..3Jean-Francois Moine2014-02-021-1/+6
* drm/i2c: tda998x: force the page register at startup timeJean-Francois Moine2014-02-021-1/+1
* drm/i2c: tda998x: free the CEC device on encoder_destroyJean-Francois Moine2014-02-021-0/+2
* drm/i2c: tda998x: check the CEC device creationJean-Francois Moine2014-02-021-0/+2
* drm/i2c: tda998x: fix bad value in the AIFJean-Francois Moine2014-02-021-1/+1
* drm/i2c: tda998x: set VIF for full range, underscanned displayRussell King2013-10-181-0/+3
* drm/i2c: tda998x: fix audio mutingRussell King2013-09-241-2/+1Star
* drm/tda998x: BUG() on invalid audio formatDavid Herrmann2013-09-051-0/+4
* drm/i2c: tda998x: prepare for broken sync workaroundSebastian Hesselbarth2013-08-191-0/+8
* drm/i2c: tda998x: fix sync generation and calculationSebastian Hesselbarth2013-08-191-66/+115
* drm/i2c: tda998x: add video and audio input configurationRussell King2013-08-191-8/+260
* drm/i2c: tda998x: prepare for video input configurationRussell King2013-08-191-6/+10
* drm/i2c: tda998x: fix npix/nline programmingRussell King2013-08-191-2/+2
* drm/i2c: tda998x: ensure VIP output mux is properly setRussell King2013-08-191-0/+4
* drm/i2c: tda998x: fix EDID reading on TDA19988 devicesRussell King2013-08-191-1/+13
* drm/i2c: nxp-tda998x (v3)Rob Clark2013-02-193-0/+915
* drm/i2c: give i2c it's own KconfigRob Clark2013-02-081-0/+22
* drm: encapsulate crtc->set_config callsDaniel Vetter2013-01-201-1/+1
* drm/i2c: drm_connector_property -> drm_object_propertyRob Clark2012-11-301-10/+10
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-9/+7Star
|\