[PATCH 0/3] drm/msm: Remove regulator_set_voltage calls
Archit Taneja
architt at codeaurora.org
Fri Apr 29 09:49:34 UTC 2016
The MSM KMS driver calls regulator_set_voltage to set a fixed voltage in a
few places. This isn't correct API usage as explained in the commit message
of Mark Brown's original patch:
http://www.spinics.net/lists/dri-devel/msg103714.html
This patchset drops all the regultor_set_voltage calls. The first patch
adds some more clean up code to Mark's original patch.
Archit Taneja (3):
drm/msm/dsi: Fix regulator API abuse
drm/msm/edp: Drop regulator_set_voltage call
drm/msm/mdp4: Don't manage DSI PLL regulators in MDP driver
drivers/gpu/drm/msm/dsi/dsi.h | 2 --
drivers/gpu/drm/msm/dsi/dsi_cfg.c | 34 ++++++++++++-------------
drivers/gpu/drm/msm/dsi/dsi_host.c | 12 ---------
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 13 ----------
drivers/gpu/drm/msm/dsi/phy/dsi_phy_20nm.c | 4 +--
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c | 4 +--
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c | 2 +-
drivers/gpu/drm/msm/edp/edp_ctrl.c | 10 +-------
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 34 -------------------------
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.h | 2 --
10 files changed, 23 insertions(+), 94 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
More information about the dri-devel
mailing list