linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Tegra124 clock support
@ 2013-10-04  9:12 Peter De Schrijver
  2013-10-04  9:12 ` [PATCH 1/5] clk: tegra: Add support for PLLSS Peter De Schrijver
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Peter De Schrijver @ 2013-10-04  9:12 UTC (permalink / raw)
  To: linux-arm-kernel

This series introduces support for the Tegra124 CAR clocks.
Based on '[PATCH v2 00/12] Introduce common infra for tegra clocks'

Peter De Schrijver (5):
  clk: tegra: Add support for PLLSS
  clk: tegra: Add periph regs bank X
  clk: tegra124: Add common clk IDs to clk-id.h
  clk: tegra124: Add new peripheral clocks
  clk: tegra124: Add support for Tegra124 clocks

 drivers/clk/tegra/Makefile               |    1 +
 drivers/clk/tegra/clk-id.h               |   27 +
 drivers/clk/tegra/clk-pll.c              |  168 +++++
 drivers/clk/tegra/clk-tegra-periph.c     |   61 ++
 drivers/clk/tegra/clk-tegra124.c         | 1206 ++++++++++++++++++++++++++++++
 drivers/clk/tegra/clk.c                  |   10 +
 drivers/clk/tegra/clk.h                  |    7 +
 include/dt-bindings/clock/tegra124-car.h |  342 +++++++++
 8 files changed, 1822 insertions(+), 0 deletions(-)
 create mode 100644 drivers/clk/tegra/clk-tegra124.c
 create mode 100644 include/dt-bindings/clock/tegra124-car.h

-- 
1.7.7.rc0.72.g4b5ea.dirty

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

end of thread, other threads:[~2013-10-14 15:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04  9:12 [PATCH 0/5] Tegra124 clock support Peter De Schrijver
2013-10-04  9:12 ` [PATCH 1/5] clk: tegra: Add support for PLLSS Peter De Schrijver
2013-10-10 10:39   ` Thierry Reding
2013-10-10 10:59     ` Peter De Schrijver
2013-10-14 15:03     ` Peter De Schrijver
2013-10-04  9:12 ` [PATCH 2/5] clk: tegra: Add periph regs bank X Peter De Schrijver
2013-10-10 10:43   ` Thierry Reding
2013-10-10 11:00     ` Peter De Schrijver
2013-10-04  9:12 ` [PATCH 3/5] clk: tegra124: Add common clk IDs to clk-id.h Peter De Schrijver
2013-10-08 22:29   ` Stephen Warren
2013-10-04  9:12 ` [PATCH 4/5] clk: tegra124: Add new peripheral clocks Peter De Schrijver
2013-10-08 22:31   ` Stephen Warren
2013-10-09  8:11     ` Peter De Schrijver
2013-10-09 16:00       ` Stephen Warren
2013-10-10  8:51         ` Peter De Schrijver
2013-10-04  9:12 ` [PATCH 5/5] clk: tegra124: Add support for Tegra124 clocks Peter De Schrijver
2013-10-08 22:31 ` [PATCH 0/5] Tegra124 clock support Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).