summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain (follow)
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: imx8mp-blk-ctrl: add missing loop break conditionXiaolei Wang40 hours1-1/+1
* pmdomain: core: add dummy release function to genpd deviceLucas Stach2024-12-191-0/+6
* pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe()Joe Hattori2024-12-191-2/+2
* Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-062-18/+21
|\
| * pmdomain: imx: gpcv2: Adjust delay after power up handshakeShengjiu Wang2024-12-021-1/+1
| * pmdomain: core: Fix error path in pm_genpd_init() when ida alloc failsUlf Hansson2024-12-021-17/+19
| * pmdomain: core: Add missing put_device()Ulf Hansson2024-12-021-0/+1
* | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-028-9/+9
|/
* pmdomain: qcom: rpmhpd: Add rpmhpd support for SM8750Jishnu Prakash2024-11-121-0/+26
* pmdomain: imx: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-121-2/+2
* pmdomain: Merge branch fixes into nextUlf Hansson2024-11-011-1/+3
|\
| * pmdomain: imx93-blk-ctrl: correct remove pathPeng Fan2024-11-011-1/+3
* | pmdomain: imx: gpcv2: replace dev_err() with dev_err_probe()Dario Binacchi2024-10-311-2/+2
* | pmdomain: ti-sci: Use scope based of_node_put() to simplify code.Zhang Zekun2024-10-311-14/+6
* | pmdomain: ti-sci: Add missing of_node_put() for args.npZhang Zekun2024-10-311-0/+4
* | pmdomain: Merge branch fixes into nextUlf Hansson2024-10-302-16/+36
|\|
| * pmdomain: arm: Use FLAG_DEV_NAME_FW to ensure unique namesSibi Sankar2024-10-301-1/+2
| * pmdomain: core: Add GENPD_FLAG_DEV_NAME_FW flagSibi Sankar2024-10-301-15/+34
* | pmdomain: ti-sci: set the GENPD_FLAG_ACTIVE_WAKEUP flag for all PM domainsThomas Richard2024-10-301-0/+1
* | pmdomain: mediatek: Add support for MT6735Yassine Oudjana2024-10-223-0/+103
* | pmdomain: qcom: rpmhpd: add support for SAR2130PDmitry Baryshkov2024-10-221-0/+25
* | pmdomain: core: Set the required dev for a required OPP during genpd attachUlf Hansson2024-10-101-3/+39
* | pmdomain: core: Manage the default required OPP from a separate functionUlf Hansson2024-10-101-13/+25
* | pmdomain: Merge branch fixes into nextUlf Hansson2024-10-021-1/+1
|\|
| * pmdomain: qcom-cpr: Fix the return of uninitialized variableZhang Zekun2024-10-021-1/+1
* | pmdomain: qcom: rpmhpd: Add qcs615 power domainsTingguo Cheng2024-10-021-0/+12
* | pmdomain: qcom: rpmhpd: Add qcs8300 power domainsTingguo Cheng2024-10-021-0/+24
* | pmdomain: mediatek: Use OF-specific regulator API to get power domain supplyChen-Yu Tsai2024-10-021-11/+1
|/
* pmdomain: core: Reduce debug summary table widthGeert Uytterhoeven2024-09-131-7/+7
* pmdomain: core: Move mode_status_str()Geert Uytterhoeven2024-09-131-4/+5
* pmdomain: core: Fix "managed by" alignment in debug summaryGeert Uytterhoeven2024-09-131-2/+2
* pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven2024-09-131-1/+1
* pmdomain: rockchip: Add gating masks for rk3576Detlev Casanova2024-09-131-21/+41
* pmdomain: rockchip: Add gating supportDetlev Casanova2024-09-131-0/+25
* pmdomain: rockchip: Simplify dropping OF node referenceKrzysztof Kozlowski2024-09-131-2/+1
* pmdomain: mediatek: make use of dev_err_cast_probe()Hongbo Li2024-09-131-4/+2
* pmdomain: imx93-pd: drop the context variable "init_off"Dario Binacchi2024-09-131-5/+5
* pmdomain: imx93-pd: don't unprepare clocks on driver removeDario Binacchi2024-09-131-3/+0
* pmdomain: imx93-pd: replace dev_err() with dev_err_probe()Dario Binacchi2024-09-131-5/+4
* pmdomain: qcom: rpmpd: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-14/+6
* pmdomain: qcom: rpmhpd: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-6/+5
* pmdomain: qcom: cpr: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-34/+23
* pmdomain: qcom: cpr: Simplify with dev_err_probe()Krzysztof Kozlowski2024-09-131-3/+2
* pmdomain: imx: gpcv2: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-6/+2
* pmdomain: imx: gpc: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-10/+4
* pmdomain: rockchip: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-4/+1
* pmdomain: rockchip: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-14/+6
* pmdomain: qcom-cpr: Use scope based of_node_put() to simplify code.Zhang Zekun2024-09-131-18/+12
* pmdomain: qcom-cpr: Use helper function for_each_available_child_of_node()Zhang Zekun2024-09-131-6/+6
* pmdomain: apple: Make apple_pmgr_reset_ops staticJinjie Ruan2024-08-201-1/+1