From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1 (updated)
Date: Fri, 21 Aug 2015 18:52:19 +0200 [thread overview]
Message-ID: <1440175939-13663-1-git-send-email-thierry.reding@gmail.com> (raw)
In-Reply-To: <1439563720-13189-9-git-send-email-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.3-dt
for you to fetch changes up to 17cdddf0fb684f5456c1af3aa2c10aca3b68b8de:
ARM: tegra: Add gpio-ranges property (2015-08-21 18:44:28 +0200)
This updated version of the pull request includes the for-4.3/clk branch
which is a build-time dependency for for-4.3/dt.
Thanks,
Thierry
----------------------------------------------------------------
ARM: tegra: Devicetree changes for v4.3-rc1
Enables CPU frequency scaling on Jetson TK1 and enables the GK20A GPU on
Venice2 and Jetson TK1. This also enables support for the PMU hardware
found on Tegra124, which among other things, can be used for performance
measurements.
----------------------------------------------------------------
Alexandre Courbot (2):
ARM: tegra: Add IOMMU node to GK20A
ARM: tegra: jetson-tk1: Add GK20A GPU DT node
Kyle Huey (1):
ARM: tegra: Add Tegra124 PMU support
Mikko Perttunen (2):
clk: tegra: Introduce ability for SoC-specific reset control callbacks
ARM: tegra: Add CPU regulator to the Jetson TK1 device tree
Nicolas Chauvet (1):
ARM: tegra: Fix AHB base address on Tegra20, Tegra30 and Tegra114
Paul Walmsley (1):
clk: tegra: Add DFLL DVCO reset control for Tegra124
Thierry Reding (3):
Merge branch 'for-4.3/pinctrl' into for-4.3/dt
Merge branch 'for-4.3/clk' into for-4.3/dt
ARM: tegra: venice2: Add GK20A GPU DT node
Tomeu Vizoso (2):
pinctrl: tegra: Only set the gpio range if needed
ARM: tegra: Add gpio-ranges property
Tuomas Tynkkynen (10):
clk: tegra: Add binding for the Tegra124 DFLL clocksource
clk: tegra: Add library for the DFLL clock source (open-loop mode)
clk: tegra: Add closed loop support for the DFLL
clk: tegra: Add functions for parsing CVB tables
clk: tegra: Add Tegra124 DFLL clocksource platform driver
clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
ARM: tegra: Add the DFLL to Tegra124 device tree
ARM: tegra: Enable the DFLL on the Jetson TK1
ARM: tegra: Add entries for cpufreq on Tegra124
.../bindings/clock/nvidia,tegra124-dfll.txt | 79 +
arch/arm/boot/dts/tegra114.dtsi | 5 +-
arch/arm/boot/dts/tegra124-jetson-tk1.dts | 25 +-
arch/arm/boot/dts/tegra124-venice2.dts | 10 +-
arch/arm/boot/dts/tegra124.dtsi | 50 +
arch/arm/boot/dts/tegra20.dtsi | 5 +-
arch/arm/boot/dts/tegra30.dtsi | 5 +-
arch/arm/mach-tegra/Kconfig | 1 +
drivers/clk/tegra/Makefile | 3 +
drivers/clk/tegra/clk-dfll.c | 1755 ++++++++++++++++++++
drivers/clk/tegra/clk-dfll.h | 54 +
drivers/clk/tegra/clk-tegra-super-gen4.c | 4 +-
drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 166 ++
drivers/clk/tegra/clk-tegra124.c | 82 +
drivers/clk/tegra/clk.c | 39 +-
drivers/clk/tegra/clk.h | 3 +
drivers/clk/tegra/cvb.c | 140 ++
drivers/clk/tegra/cvb.h | 67 +
drivers/pinctrl/pinctrl-tegra.c | 19 +-
include/dt-bindings/reset/tegra124-car.h | 12 +
20 files changed, 2505 insertions(+), 19 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.txt
create mode 100644 drivers/clk/tegra/clk-dfll.c
create mode 100644 drivers/clk/tegra/clk-dfll.h
create mode 100644 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c
create mode 100644 drivers/clk/tegra/cvb.c
create mode 100644 drivers/clk/tegra/cvb.h
create mode 100644 include/dt-bindings/reset/tegra124-car.h
next prev parent reply other threads:[~2015-08-21 16:52 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 14:48 [GIT PULL 0/9] ARM: tegra: Changes for v4.3-rc1 Thierry Reding
2015-08-14 14:48 ` [GIT PULL 1/9] clk: " Thierry Reding
2015-08-25 23:43 ` Stephen Boyd
2015-08-14 14:48 ` [GIT PULL 2/9] pinctrl: " Thierry Reding
2015-08-14 14:48 ` [GIT PULL 3/9] ARM: tegra: Cleanup patches " Thierry Reding
2015-08-21 1:42 ` Olof Johansson
2015-08-14 14:48 ` [GIT PULL 4/9] ARM: tegra: Core SoC changes " Thierry Reding
2015-08-21 1:45 ` Olof Johansson
2015-08-14 14:48 ` [GIT PULL 5/9] ARM: tegra: CPU frequency scaling " Thierry Reding
2015-08-21 1:47 ` Olof Johansson
2015-08-14 14:48 ` [GIT PULL 6/9] iommu/tegra-smmu: Changes " Thierry Reding
2015-08-17 12:40 ` Joerg Roedel
2015-08-14 14:48 ` [GIT PULL 7/9] ARM: tegra: Memory controller updates " Thierry Reding
2015-08-21 1:57 ` Olof Johansson
2015-08-14 14:48 ` [GIT PULL 8/9] ARM: tegra: Devicetree changes " Thierry Reding
2015-08-21 1:58 ` Olof Johansson
2015-08-21 16:09 ` Olof Johansson
2015-08-21 16:27 ` Jon Hunter
2015-08-21 16:33 ` Olof Johansson
2015-08-21 16:52 ` Thierry Reding [this message]
2015-08-21 17:16 ` [GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1 (updated) Olof Johansson
2015-08-14 14:48 ` [GIT PULL 9/9] ARM: tegra: Default configuration updates for v4.3-rc1 Thierry Reding
2015-08-18 22:30 ` Tyler Baker
2015-08-19 9:14 ` Thierry Reding
2015-08-19 9:48 ` Sjoerd Simons
2015-08-19 10:33 ` Thierry Reding
2015-08-19 16:48 ` Tyler Baker
2015-09-03 23:08 ` Tyler Baker
2015-09-10 21:29 ` Kevin Hilman
2015-09-11 10:39 ` Jon Hunter
2015-09-11 11:04 ` Jon Hunter
2015-09-11 12:38 ` Thierry Reding
2015-09-11 13:10 ` Jon Hunter
2015-09-11 13:25 ` Thierry Reding
2015-09-11 13:43 ` Jon Hunter
2015-09-11 15:51 ` Jon Hunter
2015-09-11 15:59 ` Thierry Reding
2015-09-11 16:33 ` Thierry Reding
2015-09-11 17:08 ` Kevin Hilman
2015-09-17 10:26 ` Thierry Reding
2015-09-11 13:15 ` Jon Hunter
2015-09-11 13:21 ` Thierry Reding
2015-09-11 13:39 ` Jon Hunter
2015-09-11 13:57 ` Thierry Reding
2015-09-11 14:08 ` Jon Hunter
2015-08-19 20:36 ` Olof Johansson
2015-08-19 11:15 ` Mikko Perttunen
2015-08-19 16:50 ` Tyler Baker
2015-08-21 2:00 ` Olof Johansson
2015-08-21 2:39 ` Tyler Baker
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=1440175939-13663-1-git-send-email-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).