Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clk: mdss: fix bugs when parsing mdss regulators | Ray Zhang | 2017-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 support | Dhaval Patel | 2017-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> |