From: Archit Taneja <architt@codeaurora.org>
To: dri-devel@lists.freedesktop.org, broonie@kernel.org
Cc: robdclark@gmail.com, linux-arm-msm@vger.kernel.org,
bjorn.andersson@linaro.org,
Archit Taneja <architt@codeaurora.org>
Subject: [PATCH 0/3] drm/msm: Remove regulator_set_voltage calls
Date: Fri, 29 Apr 2016 15:19:34 +0530 [thread overview]
Message-ID: <1461923377-5276-1-git-send-email-architt@codeaurora.org> (raw)
In-Reply-To: <1459364022-28484-1-git-send-email-broonie@kernel.org>
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
next parent reply other threads:[~2016-04-29 9:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1459364022-28484-1-git-send-email-broonie@kernel.org>
2016-04-29 9:49 ` Archit Taneja [this message]
2016-04-29 9:49 ` [PATCH 1/3] drm/msm/dsi: Fix regulator API abuse Archit Taneja
2016-04-29 9:49 ` [PATCH 2/3] drm/msm/edp: Drop regulator_set_voltage call Archit Taneja
2016-04-29 9:49 ` [PATCH 3/3] drm/msm/mdp4: Don't manage DSI PLL regulators in MDP driver Archit Taneja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461923377-5276-1-git-send-email-architt@codeaurora.org \
--to=architt@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=broonie@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robdclark@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).