disp: msm: add helper to retrieve gpio address mappings
Add helper in util to retrieve IO address mappings for a given global gpio pin. This will be used by the Trusted UI framework to secure gpio pins. Change-Id: If8ad069d724394f0772c9cf7371484a7cdc5bc78 Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
This commit is contained in:
@@ -107,6 +107,7 @@ int msm_dss_get_io_mem(struct platform_device *pdev,
|
||||
void msm_dss_clean_io_mem(struct list_head *mem_list);
|
||||
int msm_dss_get_pmic_io_mem(struct platform_device *pdev,
|
||||
struct list_head *mem_list);
|
||||
int msm_dss_get_gpio_io_mem(const int gpio_pin, struct list_head *mem_list);
|
||||
int msm_dss_get_io_irq(struct platform_device *pdev,
|
||||
struct list_head *irq_list, u32 label);
|
||||
void msm_dss_clean_io_irq(struct list_head *irq_list);
|
||||
|
Reference in New Issue
Block a user