mbox series

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

Message ID 20181207141739.9085-5-thierry.reding@gmail.com (mailing list archive)
State Mainlined, archived
Commit 3dde5a2342cd204df15b6b0b90ee0ed4542225ca
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v4.21-rc1 | expand

Pull-request

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

Message

Thierry Reding Dec. 7, 2018, 2:17 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3dde5a2342cd204df15b6b0b90ee0ed4542225ca:

  ARM: tegra: Add VIC on Tegra124 (2018-11-29 17:07:31 +0100)

Thanks,
Thierry

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

These changes add the external memory controller on Tegra20 as well as
the VIC on Tegra124.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: dts: tegra20: Add interrupt entry to External Memory Controller
      ARM: dts: tegra20: Add clock entry to External Memory Controller

Thierry Reding (1):
      ARM: tegra: Add VIC on Tegra124

 arch/arm/boot/dts/tegra124.dtsi | 12 ++++++++++++
 arch/arm/boot/dts/tegra20.dtsi  |  2 ++
 2 files changed, 14 insertions(+)

Comments

Olof Johansson Dec. 11, 2018, 4:07 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:17:38PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-arm-dt
> 
> for you to fetch changes up to 3dde5a2342cd204df15b6b0b90ee0ed4542225ca:
> 
>   ARM: tegra: Add VIC on Tegra124 (2018-11-29 17:07:31 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.21-rc1
> 
> These changes add the external memory controller on Tegra20 as well as
> the VIC on Tegra124.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: dts: tegra20: Add interrupt entry to External Memory Controller
>       ARM: dts: tegra20: Add clock entry to External Memory Controller
> 
> Thierry Reding (1):
>       ARM: tegra: Add VIC on Tegra124

Another small nit about consistent prefixes (ARM: dts: ...).

Merged, thanks!


-Olof