aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-07 04:23:55 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-02 03:57:28 -0400
commit2a8dc638f7af27ced60728e105752840fcd1538a (patch)
tree5061c1cdf82ce89f54018c1f15b05b18b4544bb0
parent182407a6ed5333fc37dd980a8de91a8f826a94f6 (diff)
drm/dp-helper: Deprecate old i2c-over-dp_aux heleprs
Only gma500 is still using this, once that's converted we can kill all this code. If that conversion doesn't happen soonish I think we should just move this helper code into the gma500 driver itself to avoid abuse from new drivers. Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Cc: Alan Cox <alan@linux.intel.com> Cc: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--drivers/gpu/drm/drm_dp_helper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index a13f1f51f68e..494219ccdf96 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -213,6 +213,10 @@ i2c_dp_aux_prepare_bus(struct i2c_adapter *adapter)
213 * 213 *
214 * RETURNS: 214 * RETURNS:
215 * 0 on success, -ERRNO on failure. 215 * 0 on success, -ERRNO on failure.
216 *
217 * IMPORTANT:
218 * This interface is deprecated, please switch to the new dp aux helpers and
219 * drm_dp_aux_register_i2c_bus().
216 */ 220 */
217int 221int
218i2c_dp_aux_add_bus(struct i2c_adapter *adapter) 222i2c_dp_aux_add_bus(struct i2c_adapter *adapter)