mbox

[GIT,PULL,4/4] arm64: tegra: Device tree changes for v4.11-rc1

Message ID 20170127092121.21570-4-thierry.reding@gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm64-dt

Message

Thierry Reding Jan. 27, 2017, 9:21 a.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm64-dt

for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:

  arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v4.11-rc1

This contains three patches that reintroduce symbolic identifiers for
clocks, resets and mailboxes. These had been converted to literals in
the v4.10 release to avoid complicated dependencies between branches.

----------------------------------------------------------------
Thierry Reding (3):
      arm64: tegra: Use symbolic HSP identifiers
      arm64: tegra: Use symbolic clock identifiers
      arm64: tegra: Use symbolic reset identifiers

 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
 1 file changed, 45 insertions(+), 41 deletions(-)

Comments

Olof Johansson Jan. 30, 2017, 5 a.m. UTC | #1
On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm64-dt
> 
> for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> 
>   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v4.11-rc1
> 
> This contains three patches that reintroduce symbolic identifiers for
> clocks, resets and mailboxes. These had been converted to literals in
> the v4.10 release to avoid complicated dependencies between branches.
> 
> ----------------------------------------------------------------
> Thierry Reding (3):
>       arm64: tegra: Use symbolic HSP identifiers
>       arm64: tegra: Use symbolic clock identifiers
>       arm64: tegra: Use symbolic reset identifiers
> 
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
>  1 file changed, 45 insertions(+), 41 deletions(-)

Merged, thanks!

No more t186 material than this for 4.11, though? :(


-Olof
Thierry Reding Jan. 30, 2017, 6:54 a.m. UTC | #2
On Sun, Jan 29, 2017 at 09:00:17PM -0800, Olof Johansson wrote:
> On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> > 
> > The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> > 
> >   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm64-dt
> > 
> > for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> > 
> >   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> > 
> > Thanks,
> > Thierry
> > 
> > ----------------------------------------------------------------
> > arm64: tegra: Device tree changes for v4.11-rc1
> > 
> > This contains three patches that reintroduce symbolic identifiers for
> > clocks, resets and mailboxes. These had been converted to literals in
> > the v4.10 release to avoid complicated dependencies between branches.
> > 
> > ----------------------------------------------------------------
> > Thierry Reding (3):
> >       arm64: tegra: Use symbolic HSP identifiers
> >       arm64: tegra: Use symbolic clock identifiers
> >       arm64: tegra: Use symbolic reset identifiers
> > 
> >  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
> >  1 file changed, 45 insertions(+), 41 deletions(-)
> 
> Merged, thanks!
> 
> No more t186 material than this for 4.11, though? :(

Unfortunately not. After the holidays I was preoccupied with some
regressions and Tegra186 didn't see the amount of progress I had hoped.
There's more planned for v4.12, though.

Thierry