All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block
@ 2014-12-16 20:38 ` Paul Walmsley
  0 siblings, 0 replies; 28+ messages in thread
From: Paul Walmsley @ 2014-12-16 20:38 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Mark Rutland, Alexandre Courbot, Paul Walmsley, Prashant Gaikwad,
	Mike Turquette, Stephen Boyd, Thierry Reding, Thierry Reding,
	Pawel Moll, Ian Campbell, Peter De Schrijver, Stephen Warren,
	Rob Herring, Kumar Gala,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

This series follows up on Peter De Schrijver's posting of a Tegra132
CAR series in July of this year.  It adds common clock framework
support for the Tegra132 CAR IP block.

The patches are based on next-20141209 and have been compiled and
boot-tested on a Tegra30 Beaver board, a Tegra114 Dalmore board, and a
Tegra124 Jetson TK1.  They've also been tested on a Tegra132 Norrin
FFD board, with some other patches applied since support for that
board isn't completely upstream (but is coming shortly).

Intended for v3.20.

- Paul

---

Paul Walmsley (2):
      clk: tegra:  split Tegra124 clock header file
      clk: tegra: Add support for the Tegra132 CAR IP block

Peter De Schrijver (2):
      clk: tegra: make tegra_clocks_apply_init_table() arch_initcall
      clk: tegra: Update binding doc for Tegra132


 .../bindings/clock/nvidia,tegra124-car.txt         |   10 -
 arch/arm/mach-tegra/tegra.c                        |    2 
 drivers/clk/tegra/Makefile                         |    1 
 drivers/clk/tegra/clk-pll.c                        |   10 -
 drivers/clk/tegra/clk-tegra124.c                   |  130 +++++++-
 drivers/clk/tegra/clk.c                            |    7 
 include/dt-bindings/clock/tegra124-car-common.h    |  345 ++++++++++++++++++++
 include/dt-bindings/clock/tegra124-car.h           |  345 +-------------------
 include/linux/clk/tegra.h                          |    2 
 9 files changed, 494 insertions(+), 358 deletions(-)
 create mode 100644 include/dt-bindings/clock/tegra124-car-common.h

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

end of thread, other threads:[~2015-01-14  6:04 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 20:38 [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block Paul Walmsley
2014-12-16 20:38 ` Paul Walmsley
2014-12-16 20:38 ` Paul Walmsley
2014-12-16 20:38 ` [PATCH 1/4] clk: tegra: make tegra_clocks_apply_init_table() arch_initcall Paul Walmsley
2014-12-16 20:38   ` Paul Walmsley
2015-01-14  6:03   ` Alexandre Courbot
2015-01-14  6:03     ` Alexandre Courbot
2015-01-14  6:03     ` Alexandre Courbot
2014-12-16 20:38 ` [PATCH 2/4] clk: tegra: split Tegra124 clock header file Paul Walmsley
2014-12-16 20:38   ` Paul Walmsley
2014-12-16 20:38 ` [PATCH 4/4] clk: tegra: Add support for the Tegra132 CAR IP block Paul Walmsley
2014-12-16 20:38   ` Paul Walmsley
2014-12-16 20:38   ` Paul Walmsley
2015-01-09 11:19   ` Thierry Reding
2015-01-09 11:19     ` Thierry Reding
2015-01-09 20:52     ` Paul Walmsley
2015-01-09 20:52       ` Paul Walmsley
2015-01-09 20:52       ` Paul Walmsley
2015-01-09 21:00       ` Stephen Warren
2015-01-09 21:00         ` Stephen Warren
     [not found]         ` <54B0417B.6030409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-01-09 21:08           ` Paul Walmsley
2015-01-09 21:08             ` Paul Walmsley
2015-01-09 21:08             ` Paul Walmsley
2014-12-16 20:38 ` [PATCH 3/4] clk: tegra: Update binding doc for Tegra132 Paul Walmsley
2014-12-16 20:38   ` Paul Walmsley
2015-01-09 11:22 ` [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block Thierry Reding
2015-01-09 11:22   ` Thierry Reding
2015-01-09 11:22   ` Thierry Reding

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.