[PATCH 2/4] drm/dsi: Use peripheral's channel for DCS commands

2014-07-22 Thread Andrzej Hajda
On 07/22/2014 09:12 AM, Thierry Reding wrote: > From: Thierry Reding > > When executing DCS commands, use the channel associated with the DSI > peripheral rather than one explicitly specified in the function call. > Devices shouldn't be able to step on each others' toes like this. > > Signed-off-b

[PATCH 2/4] drm/dsi: Use peripheral's channel for DCS commands

2014-07-22 Thread Thierry Reding
From: Thierry Reding When executing DCS commands, use the channel associated with the DSI peripheral rather than one explicitly specified in the function call. Devices shouldn't be able to step on each others' toes like this. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_mipi_dsi.c