* [GIT PULL 1/3] soc/tegra: Changes for v4.7-rc1
@ 2016-04-15 14:42 Thierry Reding
[not found] ` <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Thierry Reding @ 2016-04-15 14:42 UTC (permalink / raw)
To: arm-DgEjT+Ai2ygdnm+yROfE0A
Cc: Stephen Warren, Thierry Reding, Alexandre Courbot,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Hi ARM SoC maintainers,
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-soc
for you to fetch changes up to 605aa5e48bfc3dbf0272bc4aac8674e06c19c1b3:
dt-bindings: Update NVIDIA PMC for Tegra (2016-04-05 15:22:54 +0200)
Thanks,
Thierry
----------------------------------------------------------------
soc/tegra: Changes for v4.7-rc1
This contains a bunch of preparatory patches to the PMC driver which are
a prerequisite to moving the driver to generic power domains.
----------------------------------------------------------------
Jon Hunter (14):
soc/tegra: pmc: Add missing structure members to kernel-doc
soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()
soc/tegra: pmc: Remove debugfs entry on probe failure
soc/tegra: pmc: Remove non-existing power partitions for Tegra210
soc/tegra: pmc: Remove non-existing L2 partition for Tegra124
soc/tegra: pmc: Restore base address on probe failure
soc/tegra: pmc: Protect public functions from potential race conditions
soc/tegra: pmc: Change powergate and rail IDs to be an unsigned type
soc/tegra: pmc: Fix testing of powergate state
soc/tegra: pmc: Fix verification of valid partitions
soc/tegra: pmc: Remove additional check for a valid partition
soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMC
soc/tegra: pmc: Wait for powergate state to change
dt-bindings: Update NVIDIA PMC for Tegra
.../bindings/arm/tegra/nvidia,tegra20-pmc.txt | 12 +-
arch/arm/mach-tegra/platsmp.c | 16 +--
drivers/gpu/drm/tegra/drm.h | 2 +-
drivers/soc/tegra/pmc.c | 150 +++++++++++++--------
include/soc/tegra/pmc.h | 35 ++---
5 files changed, 124 insertions(+), 91 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* [GIT PULL 2/3] ARM: tegra: Changes for v4.7-rc1 [not found] ` <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2016-04-15 14:42 ` Thierry Reding [not found] ` <1460731323-31001-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-04-15 14:42 ` [GIT PULL 3/3] arm64: " Thierry Reding 2016-04-25 21:46 ` [GIT PULL 1/3] soc/tegra: " Arnd Bergmann 2 siblings, 1 reply; 6+ messages in thread From: Thierry Reding @ 2016-04-15 14:42 UTC (permalink / raw) To: arm-DgEjT+Ai2ygdnm+yROfE0A Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Hi ARM SoC maintainers, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-arm for you to fetch changes up to e7d9b2709ab04059b6a5f0ff016826dc4d4f96e4: ARM: tegra: Correct interrupt type for ARM TWD (2016-04-12 17:10:26 +0200) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Changes for v4.7-rc1 A couple of patches that cleanup some Kconfig, enable various features, use stdout-path to define the debug serial port (so that it doesn't have to be manually specified on the kernel command-line) and cleanup and fix some minor device trees bugs. ---------------------------------------------------------------- Jon Hunter (2): ARM: tegra: Add stdout-path for various boards ARM: tegra: Correct interrupt type for ARM TWD Maarten Lankhorst (1): ARM: tegra: Enable watchdog support for Tegra114 and Tegra124 Masahiro Yamada (1): ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 select Ralf Ramsauer (2): ARM: tegra: Fix copy/paste typo in several DTS includes ARM: tegra: Add high speed UARTs to Jetson TK1 device tree Sudeep Holla (1): ARM: tegra: Replace legacy *,wakeup property with wakeup-source arch/arm/boot/dts/tegra114-dalmore.dts | 6 ++++- arch/arm/boot/dts/tegra114-roth.dts | 2 +- arch/arm/boot/dts/tegra114-tn7.dts | 2 +- arch/arm/boot/dts/tegra114.dtsi | 4 ++-- arch/arm/boot/dts/tegra124-jetson-tk1.dts | 32 ++++++++++++++++++++++++++- arch/arm/boot/dts/tegra124-nyan.dtsi | 8 +++++-- arch/arm/boot/dts/tegra124-venice2.dts | 6 ++++- arch/arm/boot/dts/tegra124.dtsi | 4 ++-- arch/arm/boot/dts/tegra20-harmony.dts | 6 ++++- arch/arm/boot/dts/tegra20-iris-512.dts | 4 ++++ arch/arm/boot/dts/tegra20-medcom-wide.dts | 4 ++++ arch/arm/boot/dts/tegra20-paz00.dts | 6 ++++- arch/arm/boot/dts/tegra20-seaboard.dts | 8 +++++-- arch/arm/boot/dts/tegra20-tamonten.dtsi | 4 ++++ arch/arm/boot/dts/tegra20-trimslice.dts | 6 ++++- arch/arm/boot/dts/tegra20-ventana.dts | 6 ++++- arch/arm/boot/dts/tegra20-whistler.dts | 6 ++++- arch/arm/boot/dts/tegra20.dtsi | 4 ++-- arch/arm/boot/dts/tegra30-apalis-eval.dts | 6 ++++- arch/arm/boot/dts/tegra30-beaver.dts | 4 ++++ arch/arm/boot/dts/tegra30-cardhu.dtsi | 6 ++++- arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 6 ++++- arch/arm/boot/dts/tegra30.dtsi | 4 ++-- drivers/soc/tegra/Kconfig | 2 -- 24 files changed, 119 insertions(+), 27 deletions(-) ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1460731323-31001-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [GIT PULL 2/3] ARM: tegra: Changes for v4.7-rc1 [not found] ` <1460731323-31001-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2016-04-24 21:29 ` Arnd Bergmann 0 siblings, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2016-04-24 21:29 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thierry Reding, arm-DgEjT+Ai2ygdnm+yROfE0A, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot, Stephen Warren On Friday 15 April 2016 16:42:02 Thierry Reding wrote: > ARM: tegra: Changes for v4.7-rc1 > > A couple of patches that cleanup some Kconfig, enable various features, > use stdout-path to define the debug serial port (so that it doesn't have > to be manually specified on the kernel command-line) and cleanup and fix > some minor device trees bugs. I'd rather have seen the Kconfig changes in a separate branch, or mixed in with the PULL 1/3, but it's not important enough to ask for a respin. Pulled into next/dt, thanks! Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] arm64: tegra: Changes for v4.7-rc1 [not found] ` <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-04-15 14:42 ` [GIT PULL 2/3] ARM: tegra: " Thierry Reding @ 2016-04-15 14:42 ` Thierry Reding [not found] ` <1460731323-31001-3-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-04-25 21:46 ` [GIT PULL 1/3] soc/tegra: " Arnd Bergmann 2 siblings, 1 reply; 6+ messages in thread From: Thierry Reding @ 2016-04-15 14:42 UTC (permalink / raw) To: arm-DgEjT+Ai2ygdnm+yROfE0A Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Hi ARM SoC maintainers, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-arm64 for you to fetch changes up to 8d53957c66e5cc0f1e8d33807800271d0f4fa009: arm64: tegra: Enable cros-ec and charger on Smaug (2016-04-15 15:36:38 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Changes for v4.7-rc1 A couple of cleanups and fixes to various device trees, enable power and volume keys on Jetson TX1, use stdout-path to define the serial port (so it doesn't have to be specified on the kernel command-line) and add Google Pixel C (a.k.a. Smaug) support. ---------------------------------------------------------------- Jon Hunter (3): arm64: tegra: Add support for Google Pixel C arm64: tegra: Remove unused #power-domain-cells property arm64: tegra: Add stdout-path for various boards Laxman Dewangan (1): arm64: tegra: Enable power and volume keys on Jetson TX1 Rhyland Klein (3): arm64: tegra: Add gpio-keys nodes for Smaug arm64: tegra: Add pinmux for Smaug board arm64: tegra: Enable cros-ec and charger on Smaug Sudeep Holla (1): arm64: tegra: Replace legacy *,wakeup property with wakeup-source Thierry Reding (2): arm64: tegra: Remove 0, prefix from unit-addresses arm64: tegra: Fix copy/paste typo in several DTS includes arch/arm64/boot/dts/nvidia/Makefile | 1 + arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 55 +- arch/arm64/boot/dts/nvidia/tegra132.dtsi | 120 +- arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 8 +- arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi | 14 +- arch/arm64/boot/dts/nvidia/tegra210-p2571.dts | 2 +- arch/arm64/boot/dts/nvidia/tegra210-p2595.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 30 +- arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 1424 ++++++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210.dtsi | 122 +- 10 files changed, 1617 insertions(+), 161 deletions(-) create mode 100644 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1460731323-31001-3-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [GIT PULL 3/3] arm64: tegra: Changes for v4.7-rc1 [not found] ` <1460731323-31001-3-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2016-04-25 20:50 ` Arnd Bergmann 0 siblings, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2016-04-25 20:50 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thierry Reding, arm-DgEjT+Ai2ygdnm+yROfE0A, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot, Stephen Warren On Friday 15 April 2016 16:42:03 Thierry Reding wrote: > arm64: tegra: Changes for v4.7-rc1 > > A couple of cleanups and fixes to various device trees, enable power and > volume keys on Jetson TX1, use stdout-path to define the serial port (so > it doesn't have to be specified on the kernel command-line) and add > Google Pixel C (a.k.a. Smaug) support. > Pulled into next/dt64, thanks! Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 1/3] soc/tegra: Changes for v4.7-rc1 [not found] ` <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-04-15 14:42 ` [GIT PULL 2/3] ARM: tegra: " Thierry Reding 2016-04-15 14:42 ` [GIT PULL 3/3] arm64: " Thierry Reding @ 2016-04-25 21:46 ` Arnd Bergmann 2 siblings, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2016-04-25 21:46 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Thierry Reding, arm-DgEjT+Ai2ygdnm+yROfE0A, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot, Stephen Warren On Friday 15 April 2016 16:42:01 Thierry Reding wrote: > soc/tegra: Changes for v4.7-rc1 > > This contains a bunch of preparatory patches to the PMC driver which are > a prerequisite to moving the driver to generic power domains. > > Pulled into next/drivers, thanks! Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-04-25 21:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 14:42 [GIT PULL 1/3] soc/tegra: Changes for v4.7-rc1 Thierry Reding
[not found] ` <1460731323-31001-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-15 14:42 ` [GIT PULL 2/3] ARM: tegra: " Thierry Reding
[not found] ` <1460731323-31001-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-24 21:29 ` Arnd Bergmann
2016-04-15 14:42 ` [GIT PULL 3/3] arm64: " Thierry Reding
[not found] ` <1460731323-31001-3-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-25 20:50 ` Arnd Bergmann
2016-04-25 21:46 ` [GIT PULL 1/3] soc/tegra: " Arnd Bergmann
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).