summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain
Commit message (Expand)AuthorAgeFilesLines
* 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
* pmdomain: rockchip: Add support for RK3576 SoCFinley Xiao2024-08-201-0/+45
* pmdomain: Merge branch fixes into nextUlf Hansson2024-08-151-2/+3
|\
| * pmdomain: imx: wait SSAR when i.MX93 power domain onPeng Fan2024-08-151-2/+3
* | pmdomain: raspberrypi-power: set flag GENPD_FLAG_ACTIVE_WAKEUPStefan Wahren2024-08-141-0/+1
* | pmdomain: raspberrypi-power: Add logging to rpi_firmware_set_powerStefan Wahren2024-08-141-14/+20
* | pmdomain: raspberrypi-power: Adjust packet definitionStefan Wahren2024-08-141-4/+4
* | pmdomain: Merge branch fixes into nextUlf Hansson2024-08-051-5/+0
|\|
| * pmdomain: imx: scu-pd: Remove duplicated clocksAlexander Stein2024-08-051-5/+0
* | pmdomain: core: Use dev_name() instead of kobject_get_path() in debugfsUlf Hansson2024-08-051-20/+3
* | pmdomain: core: Don't hold the genpd-lock when calling dev_pm_domain_set()Ulf Hansson2024-08-051-2/+3
* | pmdomain: core: Enable s2idle for CPU PM domains on PREEMPT_RTUlf Hansson2024-08-051-1/+46
* | pmdomain: amlogic: remove obsolete vpu domain driverJerome Brunet2024-08-053-392/+0
|/
* mdomain: Merge branch fixes into nextUlf Hansson2024-07-091-0/+7
|\
| * pmdomain: qcom: rpmhpd: Skip retention level for Power DomainsTaniya Das2024-07-091-0/+7
* | pmdomain: amlogic: Constify struct meson_secure_pwrc_domain_descChristophe JAILLET2024-07-091-7/+7
* | PM: domains: Add the domain HW-managed mode to the summaryAbel Vesa2024-07-091-2/+12
* | PM: domains: Allow devices attached to genpd to be managed by HWUlf Hansson2024-07-091-0/+64
* | pmdomain: amlogic: Add support for A5 power domains controllerXianwei Zhao2024-07-091-0/+26
* | pmdomain: amlogic: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-123-0/+3
* | pmdomain: arm: scmi_pm_domain: set flag GENPD_FLAG_ACTIVE_WAKEUPPeng Fan2024-06-051-0/+1
* | pmdomain: renesas: rmobile-sysc: Use for_each_child_of_node_scoped()Geert Uytterhoeven2024-06-051-6/+2
* | pmdomain: core: Use genpd_is_irq_safe() helperGeert Uytterhoeven2024-06-051-1/+1
* | pmdomain: amlogic: Add support for A4 power domains controllerXianwei Zhao2024-06-051-0/+28
|/
* Merge tag 'pmdomain-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-271-0/+11
|\
| * pmdomain: imx: gpcv2: Add delay after power up handshakeShengjiu Wang2024-05-211-0/+11
* | Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-211-0/+10
|\ \ | |/ |/|
| * OPP: Fix required_opp_tables for multiple genpds using same tableViresh Kumar2024-05-171-0/+10
* | pmdomain: Merge branch fixes into nextUlf Hansson2024-05-031-1/+19
|\ \