summaryrefslogtreecommitdiff
path: root/include/linux/sde_io_util.h (follow)
Commit message (Collapse)AuthorAge
* clk: mdss: fix bugs when parsing mdss regulatorsRay Zhang2017-05-31
| | | | | | | | | | | | | | There are two definitions of struct dss_vreg in mdss driver. One is used during parsing regulators from device tree file, the other is used when operating regulators. This introduces different understanding of dss_vreg data in these two places. Future plan is to have only one definition for these shared data structure. Currently only make dss_vreg in sync to fix this issue. CRs-Fixed: 2054371 Change-Id: I4f16e1409c832432fa1df73b0ae030176b664e58 Signed-off-by: Ray Zhang <rayz@codeaurora.org>
* drm/msm: add sde io util API supportDhaval Patel2017-02-22
Sde io util provides apis for clock management, regulator management, gpio, register read/write, etc. This enables the APIs callers to manage the hardware resources. This patch adds the io util API support to msm drm driver. Change-Id: I3b61d42d15659eccde4303e0f68615620b344075 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org> Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>