mbox series

[GIT,PULL,4/5] ARM: tegra: Device tree changes for v4.18-rc1

Message ID 20180518142245.20242-4-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] dt-bindings: tegra: Changes for v4.18-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-dt

Message

Thierry Reding May 18, 2018, 2:22 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-dt

for you to fetch changes up to dc4ea601be724d7ad37c8c5b1059417126e97e27:

  ARM: dts: tegra114: Add IOMMU nodes to Host1x and its clients (2018-05-04 17:21:02 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.18-rc1

Contains a fix for the high-speed UART on Toradex Apalis TK1 boards as
well as IOMMU enablement for various devices on Tegra30 and Tegra30.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: dts: tegra30: Add IOMMU nodes to Host1x and its clients
      ARM: dts: tegra114: Add IOMMU nodes to Host1x and its clients

Marcel Ziswiler (1):
      ARM: tegra: apalis-tk1: Fix high speed UART compatible

 arch/arm/boot/dts/tegra114.dtsi             |  5 +++++
 arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi |  6 +++---
 arch/arm/boot/dts/tegra124-apalis.dtsi      |  6 +++---
 arch/arm/boot/dts/tegra30.dtsi              | 14 ++++++++++++++
 4 files changed, 25 insertions(+), 6 deletions(-)

Comments

Olof Johansson May 25, 2018, 12:15 p.m. UTC | #1
On Fri, May 18, 2018 at 04:22:44PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-arm-dt
> 
> for you to fetch changes up to dc4ea601be724d7ad37c8c5b1059417126e97e27:
> 
>   ARM: dts: tegra114: Add IOMMU nodes to Host1x and its clients (2018-05-04 17:21:02 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.18-rc1
> 
> Contains a fix for the high-speed UART on Toradex Apalis TK1 boards as
> well as IOMMU enablement for various devices on Tegra30 and Tegra30.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: dts: tegra30: Add IOMMU nodes to Host1x and its clients
>       ARM: dts: tegra114: Add IOMMU nodes to Host1x and its clients
> 
> Marcel Ziswiler (1):
>       ARM: tegra: apalis-tk1: Fix high speed UART compatible

Merged, thanks!


-Olof