From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: [GIT PULL 6/6] arm64: tegra: Changes for v4.8-rc1 Date: Fri, 1 Jul 2016 16:50:26 +0200 Message-ID: <20160701145026.25760-6-thierry.reding@gmail.com> References: <20160701145026.25760-1-thierry.reding@gmail.com> Return-path: In-Reply-To: <20160701145026.25760-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: Stephen Warren , Thierry Reding , Alexandre Courbot , Jon Hunter , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29: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.8-arm64 for you to fetch changes up to a3ceccd756edc3fc7829f6fb66afa1cef413767b: arm64: Update default configuration (2016-07-01 16:22:24 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Changes for v4.8-rc1 A slew of updates for Tegra210 support: PMIC and regulator additions, which in turn allow a bunch of features to be enabled. Some assemblies of the Jetson TX1 come with a DSI panel that is now supported. For all other assemblies, this set of changes enables the HDMI output. Jetson TX1 can now also make use of the XUSB controller, and provided that it is supported by the bootloader, the GPU can also be enabled. PMIC and regulator support is also added for Smaug, which will allow a number of interesting feature additions in future releases. Finally, a bunch of configuration options are enabled to support the features mentioned above. ---------------------------------------------------------------- Alexandre Courbot (2): regulator: pwm: Support for enable GPIO arm64: tegra: Add VDD_GPU regulator to Jetson TX1 Boris Brezillon (1): regulator: pwm: Drop unneeded pwm_enable() call Jon Hunter (5): arm64: tegra: Correct Tegra210 XUSB mailbox interrupt arm64: tegra: Add audio powergate node for Tegra210 arm64: tegra: Add ACONNECT bus node for Tegra210 arm64: tegra: Add DPAUX pinctrl bindings arm64: tegra: Add XUSB powergates on Tegra210 Rhyland Klein (1): arm64: tegra: Add regulators for Tegra210 Smaug Thierry Reding (11): Merge tag 'regulator-pwm-enable' of git://git.kernel.org/.../broonie/regulator into HEAD arm64: tegra: Add PMIC support on Jetson TX1 arm64: tegra: p2597: Add SDMMC power supplies arm64: tegra: Add DSI panel on Jetson TX1 arm64: tegra: Add Tegra210 XUSB pad controller arm64: tegra: Add Tegra210 XUSB controller arm64: tegra: Enable debug serial on Jetson TX1 arm64: tegra: Enable XUSB controller on Jetson TX1 arm64: tegra: Add sor1_src clock arm64: tegra: Enable HDMI on Jetson TX1 arm64: Update default configuration .../bindings/regulator/pwm-regulator.txt | 7 +- arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 267 +++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 45 +++ arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 319 +++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 314 ++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210.dtsi | 292 ++++++++++++++++++- arch/arm64/configs/defconfig | 25 ++ drivers/regulator/pwm-regulator.c | 31 +- 8 files changed, 1293 insertions(+), 7 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: thierry.reding@gmail.com (Thierry Reding) Date: Fri, 1 Jul 2016 16:50:26 +0200 Subject: [GIT PULL 6/6] arm64: tegra: Changes for v4.8-rc1 In-Reply-To: <20160701145026.25760-1-thierry.reding@gmail.com> References: <20160701145026.25760-1-thierry.reding@gmail.com> Message-ID: <20160701145026.25760-6-thierry.reding@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi ARM SoC maintainers, The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29: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.8-arm64 for you to fetch changes up to a3ceccd756edc3fc7829f6fb66afa1cef413767b: arm64: Update default configuration (2016-07-01 16:22:24 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Changes for v4.8-rc1 A slew of updates for Tegra210 support: PMIC and regulator additions, which in turn allow a bunch of features to be enabled. Some assemblies of the Jetson TX1 come with a DSI panel that is now supported. For all other assemblies, this set of changes enables the HDMI output. Jetson TX1 can now also make use of the XUSB controller, and provided that it is supported by the bootloader, the GPU can also be enabled. PMIC and regulator support is also added for Smaug, which will allow a number of interesting feature additions in future releases. Finally, a bunch of configuration options are enabled to support the features mentioned above. ---------------------------------------------------------------- Alexandre Courbot (2): regulator: pwm: Support for enable GPIO arm64: tegra: Add VDD_GPU regulator to Jetson TX1 Boris Brezillon (1): regulator: pwm: Drop unneeded pwm_enable() call Jon Hunter (5): arm64: tegra: Correct Tegra210 XUSB mailbox interrupt arm64: tegra: Add audio powergate node for Tegra210 arm64: tegra: Add ACONNECT bus node for Tegra210 arm64: tegra: Add DPAUX pinctrl bindings arm64: tegra: Add XUSB powergates on Tegra210 Rhyland Klein (1): arm64: tegra: Add regulators for Tegra210 Smaug Thierry Reding (11): Merge tag 'regulator-pwm-enable' of git://git.kernel.org/.../broonie/regulator into HEAD arm64: tegra: Add PMIC support on Jetson TX1 arm64: tegra: p2597: Add SDMMC power supplies arm64: tegra: Add DSI panel on Jetson TX1 arm64: tegra: Add Tegra210 XUSB pad controller arm64: tegra: Add Tegra210 XUSB controller arm64: tegra: Enable debug serial on Jetson TX1 arm64: tegra: Enable XUSB controller on Jetson TX1 arm64: tegra: Add sor1_src clock arm64: tegra: Enable HDMI on Jetson TX1 arm64: Update default configuration .../bindings/regulator/pwm-regulator.txt | 7 +- arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 267 +++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 45 +++ arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 319 +++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 314 ++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra210.dtsi | 292 ++++++++++++++++++- arch/arm64/configs/defconfig | 25 ++ drivers/regulator/pwm-regulator.c | 31 +- 8 files changed, 1293 insertions(+), 7 deletions(-)