From: Paul Walmsley <paul@pwsan.com>
To: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
Alexandre Courbot <gnurou@gmail.com>,
Paul Walmsley <pwalmsley@nvidia.com>,
Prashant Gaikwad <pgaikwad@nvidia.com>,
Mike Turquette <mturquette@linaro.org>,
Stephen Boyd <sboyd@codeaurora.org>,
Thierry Reding <thierry.reding@gmail.com>,
Thierry Reding <treding@nvidia.com>,
Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Peter De Schrijver <pdeschrijver@nvidia.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Rob Herring <robh+dt@kernel.org>,
Kumar Gala <galak@codeaurora.org>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block
Date: Tue, 16 Dec 2014 12:38:24 -0800 [thread overview]
Message-ID: <20141216203813.22980.2301.stgit@chromeos-P9X79> (raw)
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
next reply other threads:[~2014-12-16 22:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 20:38 Paul Walmsley [this message]
2014-12-16 20:38 ` [PATCH 1/4] clk: tegra: make tegra_clocks_apply_init_table() arch_initcall Paul Walmsley
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 ` [PATCH 3/4] clk: tegra: Update binding doc for Tegra132 Paul Walmsley
2014-12-16 20:38 ` [PATCH 4/4] clk: tegra: Add support for the Tegra132 CAR IP block Paul Walmsley
2015-01-09 11:19 ` Thierry Reding
2015-01-09 20:52 ` Paul Walmsley
2015-01-09 21:00 ` Stephen Warren
2015-01-09 21:08 ` Paul Walmsley
2015-01-09 11:22 ` [PATCH 0/4] clk: tegra: add " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141216203813.22980.2301.stgit@chromeos-P9X79 \
--to=paul@pwsan.com \
--cc=galak@codeaurora.org \
--cc=gnurou@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@linaro.org \
--cc=pawel.moll@arm.com \
--cc=pdeschrijver@nvidia.com \
--cc=pgaikwad@nvidia.com \
--cc=pwalmsley@nvidia.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=swarren@wwwdotorg.org \
--cc=thierry.reding@gmail.com \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox