]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: don't link DP aux i2c adapter to the hardware device node
authorLucas Stach <l.stach@pengutronix.de>
Fri, 13 Jan 2017 17:36:30 +0000 (18:36 +0100)
committerAndrzej Hajda <a.hajda@samsung.com>
Mon, 20 Nov 2017 08:34:17 +0000 (09:34 +0100)
commit17ab7806de0c10d27cdbda8ef57ca680bdd24315
tree080e9984bb5c426bdea57599c57f1cbdd9d815c0
parent65c766cad8f81a65790580576a50abd21e3dea44
drm: don't link DP aux i2c adapter to the hardware device node

The i2c adapter on DP AUX is purely a software construct. Linking
it to the device node of the parent device is wrong, as it leads to
2 devices sharing the same device node, which is bad practice, as
well as the i2c trying to populate children of the i2c adapter by
looking at the child device nodes of the parent device.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170113173630.22138-1-l.stach@pengutronix.de
drivers/gpu/drm/drm_dp_helper.c