sync: huiwei: 5b7b9f869c27505571944db1a6bf8815878b4bba

merge 13 commits to one

Add 8911edp driver

fix hall seense lpm logic

add some debug info to mh248

PR:gerrit-4305/4306

PR:gerrit-4307

PR:gerrit-4308: hibernate: add resume keep swap signature for fastresume

PR:gerrit-4309:Solve STD problem for DPU releted clock gate not enabled

PR:gerrit-4310,driver usb: optimize pm resume time, do resume in runtime_resume

PR:gerrit-4317,padctrl:light: add aon pinmux backup and restore

Revert "add some debug info to mh248"

This reverts commit c6cbf3c7d49caba33eee014caec3da24eb9d2388.

remove suspend state judge in mh248

Fix LT8911 panel str resume problem

Revert "PR:gerrit-4310,driver usb: optimize pm resume time, do resume in runtime_resume"

This reverts commit 690823c5528df8e7743ce3954aec6c4473500b91.
This commit is contained in:
yunxian.zyf
2024-02-04 19:03:37 +08:00
committed by Han Gao
parent 92ed9d94c6
commit b76b15d078
16 changed files with 1077 additions and 50 deletions

View File

@@ -818,8 +818,13 @@ static int dwapb_gpio_resume(struct device *dev)
}
#endif
static SIMPLE_DEV_PM_OPS(dwapb_gpio_pm_ops, dwapb_gpio_suspend,
dwapb_gpio_resume);
static const struct dev_pm_ops dwapb_gpio_pm_ops = {
SET_LATE_SYSTEM_SLEEP_PM_OPS(dwapb_gpio_suspend, dwapb_gpio_resume)
};
//static SIMPLE_DEV_PM_OPS(dwapb_gpio_pm_ops, dwapb_gpio_suspend,
// dwapb_gpio_resume);
static struct platform_driver dwapb_gpio_driver = {
.driver = {