[PATCH] drm/msm/dsi: Fix regulator API abuse

2016-04-05 Thread Archit Taneja
Hi, On 03/31/2016 12:23 AM, Mark Brown wrote: > The voltage changing code in this driver is broken and should be > removed. The driver sets a single, exact voltage on probe. Unless > there is a very good reason for this (which should be documented in > comments) constraints like this need to be

[PATCH] drm/msm/dsi: Fix regulator API abuse

2016-04-05 Thread Mark Brown
On Tue, Apr 05, 2016 at 04:56:02PM +0530, Archit Taneja wrote: > Could you also pull in the diff I've added below? It removes another > set_voltage call from the hdmi driver and the struct members used to > manage the voltage range. Please update and submit this directly, I'm not adding anything

[PATCH] drm/msm/dsi: Fix regulator API abuse

2016-03-30 Thread Mark Brown
The voltage changing code in this driver is broken and should be removed. The driver sets a single, exact voltage on probe. Unless there is a very good reason for this (which should be documented in comments) constraints like this need to be set via the machine constraints, voltage setting in a d