All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] Add CPUidle support for Tegra210
@ 2019-01-28  9:18 ` Joseph Lo
  0 siblings, 0 replies; 40+ messages in thread
From: Joseph Lo @ 2019-01-28  9:18 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter; +Cc: linux-tegra, linux-arm-kernel, Joseph Lo

This patch series adds CPUidle support for Tegra210, which supports
power-down state (C7) for CPU cores. And due to arch timer cannot work
across CPU core power-down and power on reset signal event. We introduce
Tegra210 timer driver to work as clock event device. So it can be the
wake-up source of CPU cores when they idled in the power-down state.

Fixed in V2:
 * list all the timer IRQs in the binding doc and dts file
 * add error clean-up code in timer driver
 * add entry-latency-us and exit-latency-us properties for idle-states
   DT node

Joseph Lo (6):
  dt-bindings: timer: add Tegra210 timer
  clocksource: tegra: add Tegra210 timer driver
  arm64: dts: tegra210: fix timer node
  arm64: dts: tegra210: add CPU idle states properties
  arm64: dts: tegra210-p2180: Enable CPU idle support
  arm64: dts: tegra210-smaug: Enable CPU idle support

 .../bindings/timer/nvidia,tegra210-timer.txt  |  36 +++
 .../arm64/boot/dts/nvidia/tegra210-p2180.dtsi |   6 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts |   7 +
 arch/arm64/boot/dts/nvidia/tegra210.dtsi      |  33 ++-
 drivers/clocksource/Kconfig                   |   3 +
 drivers/clocksource/Makefile                  |   1 +
 drivers/clocksource/timer-tegra210.c          | 268 ++++++++++++++++++
 include/linux/cpuhotplug.h                    |   1 +
 8 files changed, 352 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/nvidia,tegra210-timer.txt
 create mode 100644 drivers/clocksource/timer-tegra210.c

-- 
2.20.1

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

end of thread, other threads:[~2019-01-31  9:01 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28  9:18 [PATCH V2 0/6] Add CPUidle support for Tegra210 Joseph Lo
2019-01-28  9:18 ` Joseph Lo
2019-01-28  9:18 ` [PATCH V2 1/6] dt-bindings: timer: add Tegra210 timer Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18 ` [PATCH V2 2/6] clocksource: tegra: add Tegra210 timer driver Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28 13:00   ` Daniel Lezcano
2019-01-28 13:00     ` Daniel Lezcano
2019-01-29  3:07     ` Joseph Lo
2019-01-29  3:07       ` Joseph Lo
2019-01-29  3:07       ` Joseph Lo
2019-01-28 15:09   ` Thierry Reding
2019-01-28 15:09     ` Thierry Reding
2019-01-29  3:35     ` Joseph Lo
2019-01-29  3:35       ` Joseph Lo
2019-01-29  3:35       ` Joseph Lo
2019-01-29  9:16       ` Jon Hunter
2019-01-29  9:16         ` Jon Hunter
2019-01-29  9:16         ` Jon Hunter
2019-01-29  8:41     ` Peter De Schrijver
2019-01-29  8:41       ` Peter De Schrijver
2019-01-29  8:41       ` Peter De Schrijver
2019-01-29 10:29       ` Thierry Reding
2019-01-29 10:29         ` Thierry Reding
2019-01-30  2:40         ` Joseph Lo
2019-01-30  2:40           ` Joseph Lo
2019-01-30  2:40           ` Joseph Lo
2019-01-31  9:01           ` Peter De Schrijver
2019-01-31  9:01             ` Peter De Schrijver
2019-01-31  9:01             ` Peter De Schrijver
2019-01-28  9:18 ` [PATCH V2 3/6] arm64: dts: tegra210: fix timer node Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18 ` [PATCH V2 4/6] arm64: dts: tegra210: add CPU idle states properties Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18 ` [PATCH V2 5/6] arm64: dts: tegra210-p2180: Enable CPU idle support Joseph Lo
2019-01-28  9:18   ` Joseph Lo
2019-01-28  9:18 ` [PATCH V2 6/6] arm64: dts: tegra210-smaug: " Joseph Lo
2019-01-28  9:18   ` Joseph Lo

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.