mbox

[GIT,PULL] Allwinner arm64 DT changes for 4.9

Message ID 20161115211333.oqvxfjxxudfkdq7j@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt64-for-4.10

Message

Maxime Ripard Nov. 15, 2016, 9:13 p.m. UTC
Hi Arnd, Olof,

Here are our changes for arm64 DT for the next merge window.

Thanks!
Maxime

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt64-for-4.10

for you to fetch changes up to 4e3886081848b7ea16452a92c4324acaab644d49:

  arm64: dts: add Pine64 support (2016-11-03 09:08:24 +0100)

----------------------------------------------------------------
Allwinner arm64 DT changes for 4.10

Support for the Allwinner A64, their first armv8 SoC.

----------------------------------------------------------------
Andre Przywara (3):
      arm64: dts: add Allwinner A64 SoC .dtsi
      Documentation: devicetree: add vendor prefix for Pine64
      arm64: dts: add Pine64 support

 Documentation/devicetree/bindings/arm/sunxi.txt    |   1 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 MAINTAINERS                                        |   1 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/allwinner/Makefile             |   5 +
 .../boot/dts/allwinner/sun50i-a64-pine64-plus.dts  |  50 ++++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  74 ++++++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 263 +++++++++++++++++++++
 8 files changed, 396 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/Makefile
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Comments

Olof Johansson Nov. 19, 2016, 12:39 a.m. UTC | #1
On Tue, Nov 15, 2016 at 10:13:33PM +0100, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Here are our changes for arm64 DT for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt64-for-4.10
> 
> for you to fetch changes up to 4e3886081848b7ea16452a92c4324acaab644d49:
> 
>   arm64: dts: add Pine64 support (2016-11-03 09:08:24 +0100)
> 
> ----------------------------------------------------------------
> Allwinner arm64 DT changes for 4.10
> 
> Support for the Allwinner A64, their first armv8 SoC.
> 
> ----------------------------------------------------------------
> Andre Przywara (3):
>       arm64: dts: add Allwinner A64 SoC .dtsi
>       Documentation: devicetree: add vendor prefix for Pine64
>       arm64: dts: add Pine64 support

Hi,

Merged the branch, but please use "arm64: dts: allwinner: <..>" as patch
prefix in the future. Thanks!


-Olof
Maxime Ripard Nov. 21, 2016, 7:21 a.m. UTC | #2
On Fri, Nov 18, 2016 at 04:39:30PM -0800, Olof Johansson wrote:
> On Tue, Nov 15, 2016 at 10:13:33PM +0100, Maxime Ripard wrote:
> > Hi Arnd, Olof,
> > 
> > Here are our changes for arm64 DT for the next merge window.
> > 
> > Thanks!
> > Maxime
> > 
> > The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> > 
> >   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt64-for-4.10
> > 
> > for you to fetch changes up to 4e3886081848b7ea16452a92c4324acaab644d49:
> > 
> >   arm64: dts: add Pine64 support (2016-11-03 09:08:24 +0100)
> > 
> > ----------------------------------------------------------------
> > Allwinner arm64 DT changes for 4.10
> > 
> > Support for the Allwinner A64, their first armv8 SoC.
> > 
> > ----------------------------------------------------------------
> > Andre Przywara (3):
> >       arm64: dts: add Allwinner A64 SoC .dtsi
> >       Documentation: devicetree: add vendor prefix for Pine64
> >       arm64: dts: add Pine64 support
> 
> Hi,
> 
> Merged the branch, but please use "arm64: dts: allwinner: <..>" as patch
> prefix in the future. Thanks!

Ack.

Thanks!
Maxime