All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH v2 0/5] Add cpuidle support for r8a7791
@ 2015-04-16 10:35 ` Keita Kobayashi
  0 siblings, 0 replies; 30+ messages in thread
From: Keita Kobayashi @ 2015-04-16 10:35 UTC (permalink / raw)
  To: horms, rjw, daniel.lezcano
  Cc: linux-sh, linux-pm, devicetree, magnus.damm, Keita Kobayashi

Hello

These patches add cpuidle support for Renesas r8a7791 SoC.
The r8a7791 cpuidle supports WFI and the cpu power state(Core-Standby)
using Generic ARM CPU idle driver(cpuidle-arm).
Generic ARM CPU idle driver have been merged in linux-pm.git / pm+acpi-4.1-rc1 tag.

Based on : renesas.git / renesas-devel-20150413-v4.0 tag
Tested on : koelsch board

Changes from v1:
 - Change "select" to "depend on"
 - Document a new enable method of Renesas cpuidle

Keita Kobayashi (5):
  ARM: cpuidle: Add cpuidle support for R-Car Gen2 series
  ARM: shmobile: Add cpuidle_ops for R-Car cpuidle
  devicetree: bindings: Add new cpuidle enable method for Renesas R-car
    SoCs
  ARM: shmobile: dtsi: Add cpuidle parameters into each cpu for r8a7791
  ARM: shmobile: Enable Renesas R-Car cpuidle for shmobile_defconfig

 Documentation/devicetree/bindings/arm/cpus.txt |  1 +
 arch/arm/boot/dts/r8a7791.dtsi                 | 13 +++++++++++++
 arch/arm/configs/shmobile_defconfig            |  3 +++
 arch/arm/mach-shmobile/platsmp-apmu.c          | 14 +++++++++++---
 arch/arm/mach-shmobile/platsmp-apmu.h          |  1 +
 arch/arm/mach-shmobile/pm-rcar-gen2.c          | 17 +++++++++++++++++
 drivers/cpuidle/Kconfig.arm                    |  8 ++++++++
 7 files changed, 54 insertions(+), 3 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2015-04-21 10:55 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16 10:35 [RFC/PATCH v2 0/5] Add cpuidle support for r8a7791 Keita Kobayashi
2015-04-16 10:35 ` Keita Kobayashi
2015-04-16 10:35 ` [RFC/PATCH v2 1/5] ARM: cpuidle: Add cpuidle support for R-Car Gen2 series Keita Kobayashi
2015-04-16 10:35   ` Keita Kobayashi
2015-04-17 12:14   ` Magnus Damm
2015-04-17 12:14     ` Magnus Damm
2015-04-20  6:54     ` keita kobayashi
2015-04-20  6:54       ` keita kobayashi
2015-04-16 10:35 ` [RFC/PATCH v2 2/5] ARM: shmobile: Add cpuidle_ops for R-Car cpuidle Keita Kobayashi
2015-04-16 10:35   ` Keita Kobayashi
2015-04-16 10:35 ` [RFC/PATCH v2 3/5] devicetree: bindings: Add new cpuidle enable method for Renesas R-car SoCs Keita Kobayashi
2015-04-16 10:35   ` Keita Kobayashi
     [not found]   ` <1429180540-5692-4-git-send-email-keita.kobayashi.ym-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2015-04-17 12:26     ` Magnus Damm
2015-04-17 12:26       ` Magnus Damm
2015-04-17 12:46   ` Mark Rutland
2015-04-17 12:46     ` Mark Rutland
2015-04-17 13:11     ` Magnus Damm
2015-04-17 13:11       ` Magnus Damm
     [not found]       ` <CANqRtoTaGc7QCJAVj8Jhpo5HgbwyfiRQZz5j0zBkE1cBkDZAzQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-17 14:37         ` Lorenzo Pieralisi
2015-04-17 14:37           ` Lorenzo Pieralisi
2015-04-20  7:39           ` keita kobayashi
2015-04-20  7:39             ` keita kobayashi
2015-04-21 10:55             ` Lorenzo Pieralisi
2015-04-21 10:55               ` Lorenzo Pieralisi
2015-04-16 10:35 ` [RFC/PATCH v2 4/5] ARM: shmobile: dtsi: Add cpuidle parameters into each cpu for r8a7791 Keita Kobayashi
2015-04-16 10:35   ` Keita Kobayashi
2015-04-16 10:35 ` [RFC/PATCH v2 5/5] ARM: shmobile: Enable Renesas R-Car cpuidle for shmobile_defconfig Keita Kobayashi
2015-04-16 10:35   ` Keita Kobayashi
2015-04-17  8:19 ` [RFC/PATCH v2 0/5] Add cpuidle support for r8a7791 Simon Horman
2015-04-17  8:19   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.