-
- Downloads
Merge branch 'pm-domains' into pm-for-linus
* pm-domains: PM / Domains: Split device PM domain data into base and need_restore ARM: mach-shmobile: sh7372 sleep warning fixes ARM: mach-shmobile: sh7372 A3SM support ARM: mach-shmobile: sh7372 generic suspend/resume support PM / Domains: Preliminary support for devices with power.irq_safe set PM: Move clock-related definitions and headers to separate file PM / Domains: Use power.sybsys_data to reduce overhead PM: Reference counting of power.subsys_data PM: Introduce struct pm_subsys_data ARM / shmobile: Make A3RV be a subdomain of A4LC on SH7372 PM / Domains: Rename argument of pm_genpd_add_subdomain() PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTER PM / Domains: Allow generic PM domains to have multiple masters PM / Domains: Add "wait for parent" status for generic PM domains PM / Domains: Make pm_genpd_poweron() always survive parent removal PM / Domains: Do not take parent locks to modify subdomain counters PM / Domains: Implement subdomain counters as atomic fields
Showing
- arch/arm/mach-omap1/pm_bus.c 1 addition, 0 deletionsarch/arm/mach-omap1/pm_bus.c
- arch/arm/mach-shmobile/board-ap4evb.c 1 addition, 0 deletionsarch/arm/mach-shmobile/board-ap4evb.c
- arch/arm/mach-shmobile/board-mackerel.c 1 addition, 1 deletionarch/arm/mach-shmobile/board-mackerel.c
- arch/arm/mach-shmobile/include/mach/common.h 2 additions, 2 deletionsarch/arm/mach-shmobile/include/mach/common.h
- arch/arm/mach-shmobile/include/mach/sh7372.h 3 additions, 0 deletionsarch/arm/mach-shmobile/include/mach/sh7372.h
- arch/arm/mach-shmobile/pm-sh7372.c 227 additions, 68 deletionsarch/arm/mach-shmobile/pm-sh7372.c
- arch/arm/mach-shmobile/pm_runtime.c 1 addition, 0 deletionsarch/arm/mach-shmobile/pm_runtime.c
- arch/arm/mach-shmobile/setup-sh7372.c 3 additions, 0 deletionsarch/arm/mach-shmobile/setup-sh7372.c
- arch/arm/mach-shmobile/sleep-sh7372.S 28 additions, 193 deletionsarch/arm/mach-shmobile/sleep-sh7372.S
- drivers/base/power/Makefile 1 addition, 1 deletiondrivers/base/power/Makefile
- drivers/base/power/clock_ops.c 58 additions, 65 deletionsdrivers/base/power/clock_ops.c
- drivers/base/power/common.c 86 additions, 0 deletionsdrivers/base/power/common.c
- drivers/base/power/domain.c 202 additions, 146 deletionsdrivers/base/power/domain.c
- include/linux/device.h 5 additions, 0 deletionsinclude/linux/device.h
- include/linux/pm.h 19 additions, 1 deletioninclude/linux/pm.h
- include/linux/pm_clock.h 71 additions, 0 deletionsinclude/linux/pm_clock.h
- include/linux/pm_domain.h 19 additions, 7 deletionsinclude/linux/pm_domain.h
- include/linux/pm_runtime.h 0 additions, 42 deletionsinclude/linux/pm_runtime.h
Loading
Please register or sign in to comment