OpenCloudOS-Kernel/drivers/gpu/drm/msm/edp
Archit Taneja 1d15c1654f drm/msm/edp: Drop regulator_set_voltage call
The eDP driver tries to set a fixed voltage for one of its regulators(vdda)
before enabling it. This shouldn't be done by the driver, the voltage
constraints should be specified on the regulator via DT and managed by
the regulator core. A driver should call regulator_set_voltage only if
it needs to change the voltage during runtime. Drop the
regulator_set_voltage call. Mention in a comment the voltage that the
regulator expects.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
2016-05-08 10:22:17 -04:00
..
edp.c drm/msm: Initial add eDP support in msm drm driver (v5) 2015-02-01 15:30:37 -05:00
edp.h drm/msm: Initial add eDP support in msm drm driver (v5) 2015-02-01 15:30:37 -05:00
edp.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00
edp_aux.c drm/msm/edp: fix build warning - missing prototype 2015-06-11 13:11:02 -04:00
edp_bridge.c drm/msm: Initial add eDP support in msm drm driver (v5) 2015-02-01 15:30:37 -05:00
edp_connector.c drm/msm: Attach assigned encoder to eDP and DSI connectors 2015-05-14 16:56:42 -04:00
edp_ctrl.c drm/msm/edp: Drop regulator_set_voltage call 2016-05-08 10:22:17 -04:00
edp_phy.c drm/msm: Initial add eDP support in msm drm driver (v5) 2015-02-01 15:30:37 -05:00