aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-18drm/i2c: tda998x: set VIF for full range, underscanned displayRussell King1-0/+3
2013-09-24drm/i2c: tda998x: fix audio mutingRussell King1-2/+1
2013-09-05drm/tda998x: BUG() on invalid audio formatDavid Herrmann1-0/+4
2013-08-19drm/i2c: tda998x: prepare for broken sync workaroundSebastian Hesselbarth1-0/+8
2013-08-19drm/i2c: tda998x: fix sync generation and calculationSebastian Hesselbarth1-66/+115
2013-08-19drm/i2c: tda998x: add video and audio input configurationRussell King1-8/+260
2013-08-19drm/i2c: tda998x: prepare for video input configurationRussell King1-6/+10
2013-08-19drm/i2c: tda998x: fix npix/nline programmingRussell King1-2/+2
2013-08-19drm/i2c: tda998x: ensure VIP output mux is properly setRussell King1-0/+4
2013-08-19drm/i2c: tda998x: fix EDID reading on TDA19988 devicesRussell King1-1/+13
2013-02-19drm/i2c: nxp-tda998x (v3)Rob Clark3-0/+915
2013-02-08drm/i2c: give i2c it's own KconfigRob Clark1-0/+22
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter1-1/+1
2012-11-30drm/i2c: drm_connector_property -> drm_object_propertyRob Clark1-10/+10
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-9/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2-8/+8
2012-08-24drm/i2c/ch7006: Convert to dev_pm_opsMark Brown1-9/+7
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart4-4/+4
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-4/+1
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2-0/+4
2010-08-09drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions.Francisco Jerez3-1/+6
2010-08-02Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-nextDave Airlie2-3/+21
2010-08-02drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez2-0/+465
2010-07-26drm/i2c/ch7006: Don't assume that the specified config points to static memory.Francisco Jerez2-3/+3
2010-07-13drm/i2c/ch7006: Fix up suspend/resume.Francisco Jerez1-0/+18