summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/pm-sh7372.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: shmobile: sh7372: Remove Legacy C SoC codeMagnus Damm2015-02-241-549/+0
* ARM: shmobile: R-Mobile: Store SYSC base address in rmobile_pm_domainGeert Uytterhoeven2015-01-131-0/+11
* cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2014-11-121-4/+0
* ARM: shmobile: Move sh7372.hGeert Uytterhoeven2014-06-251-1/+3
* ARM: shmobile: Move pm-rmobile.h, cleanup sh73xx.hMagnus Damm2014-06-171-1/+1
* ARM: shmobile: Move common.hMagnus Damm2014-06-171-1/+1
* ARM: shmobile: Rework sh7372 sleep code to use virt_to_phys()Magnus Damm2013-06-171-0/+3
* cpuidle: remove en_core_tk_irqen flagDaniel Lezcano2013-04-231-1/+0
* ARM: shmobile: cpuidle: remove shmobile_enter_wfi functionDaniel Lezcano2013-04-221-1/+0
* ARM: shmobile: pm: fix init sectionsDaniel Lezcano2013-04-081-2/+2
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-102/+181
|\
| * ARM: shmobile: Add A4S cpuidle state on sh7372Rafael J. Wysocki2012-09-041-10/+46
| * ARM: shmobile: Make sh7372 cpuidle handling more straightforwardRafael J. Wysocki2012-09-041-34/+45
| * ARM: shmobile: Remove the console check from sh7372_enter_suspend()Rafael J. Wysocki2012-09-041-10/+8
| * ARM: shmobile: Set PM domain on/off latencies directlyRafael J. Wysocki2012-09-041-0/+20
| * ARM: shmobile: Move sh7372's PM domain objects to a tableRafael J. Wysocki2012-09-041-54/+57
| * ARM: shmobile: Do not access sh7372 A4S domain internals directlyRafael J. Wysocki2012-09-041-3/+14
* | ARM: shmobile: use __iomem pointers for MMIOArnd Bergmann2012-09-181-28/+29
|/
* ARM: shmobile: Fix build problem in pm-sh7372.c for unusual .configRafael J. Wysocki2012-07-111-1/+1
* ARM: shmobile: sh7372: completely switch over to using pm-rmobile APIKuninori Morimoto2012-07-061-221/+0
* ARM: shmobile: sh7372: add pm-rmobile domain supportKuninori Morimoto2012-07-061-2/+82
* ARM: shmobile: sh7372 A3SM CPUIdle supportMagnus Damm2012-07-051-14/+36
* ARM: shmobile: Use INTCA with sh7372 A3SM power domainMagnus Damm2012-07-051-29/+28
* ARM: shmobile: sh7372: remove unused sh7372_a3sp_init() on !CONFIG_PMKuninori Morimoto2012-06-241-6/+1
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0
* PM / shmobile: fix A3SP suspend methodGuennadi Liakhovetski2012-01-141-1/+1
* PM / shmobile: Allow the A4R domain to be turned off at run timeRafael J. Wysocki2011-12-251-1/+28
* PM / shmobile: Remove the stay_on flag from SH7372's PM domainsRafael J. Wysocki2011-12-251-21/+28
* PM / shmobile: Add support for the sh7372 A4S power domain / sleep modeMagnus Damm2011-12-251-18/+48
* PM / shmobile: Use common always on power domain governorMark Brown2011-12-091-12/+2
* PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki2011-12-061-4/+12
* PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki2011-12-011-1/+3
* PM / Domains: Make it possible to use per-device domain callbacksRafael J. Wysocki2011-12-011-4/+36
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-201-7/+26
|\
| * PM / shmobile: Fix build of sh7372_pm_init() for CONFIG_PM unsetRafael J. Wysocki2011-11-171-5/+14
| * PM / shmobile: Avoid restoring the INTCS state during initializationRafael J. Wysocki2011-11-141-4/+8
| * ARM: mach-shmobile: sh7372 A3SP no_suspend_console fixMagnus Damm2011-11-101-0/+6
| * PM / shmobile: Don't skip debugging output in pd_power_up()Guennadi Liakhovetski2011-11-101-2/+2
* | ARM: mach-shmobile: cpuidle single/global and last_state fixesMagnus Damm2011-11-111-9/+5
|/
* ARM: mach-shmobile: sh7372 A4R support (v4)Magnus Damm2011-10-221-1/+28
* ARM: mach-shmobile: sh7372 A3SP support (v4)Magnus Damm2011-10-221-5/+25
* ARM: mach-shmobile: sh7372 sleep warning fixesMagnus Damm2011-09-251-1/+4
* ARM: mach-shmobile: sh7372 A3SM supportMagnus Damm2011-09-251-9/+202
* ARM: mach-shmobile: sh7372 generic suspend/resume supportMagnus Damm2011-09-251-20/+16
* PM / Domains: Preliminary support for devices with power.irq_safe setRafael J. Wysocki2011-08-251-0/+1
* PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki2011-08-251-1/+1
* PM / Domains: Use power.sybsys_data to reduce overheadRafael J. Wysocki2011-08-251-4/+2
* PM: Introduce struct pm_subsys_dataRafael J. Wysocki2011-08-251-1/+1
* ARM / shmobile: Make A3RV be a subdomain of A4LC on SH7372Rafael J. Wysocki2011-08-251-40/+8
* ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is activeRafael J. Wysocki2011-07-141-2/+1