All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: at91: DT for 4.21
Date: Tue, 11 Dec 2018 18:11:12 +0100	[thread overview]
Message-ID: <20181211171112.GA30925@piout.net> (raw)

Arnd, Olof,

Here is the DT pull request for 4.21. The clock DT binding switch has
been in -next for a while and doesn't seem to have any issue.

This is based on the 4.20 fixes branch that you alredy pulled.

The following changes since commit 4ab7ca092c3c7ac8b16aa28eba723a8868f82f14:

  ARM: dts: at91: sama5d2: use the divided clock for SMC (2018-11-21 11:50:32 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.21-dt

for you to fetch changes up to d8007306f6ad18f2ba0dcad68ffe9b2fd1d56bfb:

  ARM: dts: at91: nattis: initialize the BLON pin as output-low early (2018-11-21 12:24:50 +0100)

----------------------------------------------------------------
AT91 DT for 4.21

 - Switch most platforms to the new clock binding
 - Small improvement for Axentia nattis

----------------------------------------------------------------
Alexandre Belloni (7):
      ARM: dts: at91: sama5d4: switch to new clock bindings
      ARM: dts: at91: sama5d2: switch to new clock binding
      ARM: dts: at91: at91sam9260: switch to new clock bindings
      ARM: dts: at91: at91sam9261: switch to new clock bindings
      ARM: dts: at91: at91sam9263: switch to new clock bindings
      ARM: dts: at91: at91sam9x5: switch to new clock bindings
      ARM: dts: at91: at91sam9rl: switch to new clock bindings

Peter Rosin (1):
      ARM: dts: at91: nattis: initialize the BLON pin as output-low early

 arch/arm/boot/dts/at91-nattis-2-natte-2.dts |   8 +
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts |  12 +-
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts   |   2 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts |   4 +-
 arch/arm/boot/dts/at91-sama5d4ek.dts        |   2 +-
 arch/arm/boot/dts/at91sam9260.dtsi          | 308 ++-----------
 arch/arm/boot/dts/at91sam9261.dtsi          | 287 +-----------
 arch/arm/boot/dts/at91sam9263.dtsi          | 315 ++-----------
 arch/arm/boot/dts/at91sam9g15.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9g20.dtsi          |  23 +-
 arch/arm/boot/dts/at91sam9g25.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9g25ek.dts         |   4 +-
 arch/arm/boot/dts/at91sam9g35.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9rl.dtsi           | 239 +---------
 arch/arm/boot/dts/at91sam9x25.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9x35.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9x5.dtsi           | 326 ++------------
 arch/arm/boot/dts/at91sam9x5_can.dtsi       |  18 +-
 arch/arm/boot/dts/at91sam9x5_isi.dtsi       |  11 +-
 arch/arm/boot/dts/at91sam9x5_lcd.dtsi       |  19 +-
 arch/arm/boot/dts/at91sam9x5_macb0.dtsi     |  11 +-
 arch/arm/boot/dts/at91sam9x5_macb1.dtsi     |  11 +-
 arch/arm/boot/dts/at91sam9x5_usart3.dtsi    |  11 +-
 arch/arm/boot/dts/sama5d2.dtsi              | 670 +++-------------------------
 arch/arm/boot/dts/sama5d4.dtsi              | 535 ++--------------------
 25 files changed, 295 insertions(+), 2541 deletions(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: at91: DT for 4.21
Date: Tue, 11 Dec 2018 18:11:12 +0100	[thread overview]
Message-ID: <20181211171112.GA30925@piout.net> (raw)

Arnd, Olof,

Here is the DT pull request for 4.21. The clock DT binding switch has
been in -next for a while and doesn't seem to have any issue.

This is based on the 4.20 fixes branch that you alredy pulled.

The following changes since commit 4ab7ca092c3c7ac8b16aa28eba723a8868f82f14:

  ARM: dts: at91: sama5d2: use the divided clock for SMC (2018-11-21 11:50:32 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.21-dt

for you to fetch changes up to d8007306f6ad18f2ba0dcad68ffe9b2fd1d56bfb:

  ARM: dts: at91: nattis: initialize the BLON pin as output-low early (2018-11-21 12:24:50 +0100)

----------------------------------------------------------------
AT91 DT for 4.21

 - Switch most platforms to the new clock binding
 - Small improvement for Axentia nattis

----------------------------------------------------------------
Alexandre Belloni (7):
      ARM: dts: at91: sama5d4: switch to new clock bindings
      ARM: dts: at91: sama5d2: switch to new clock binding
      ARM: dts: at91: at91sam9260: switch to new clock bindings
      ARM: dts: at91: at91sam9261: switch to new clock bindings
      ARM: dts: at91: at91sam9263: switch to new clock bindings
      ARM: dts: at91: at91sam9x5: switch to new clock bindings
      ARM: dts: at91: at91sam9rl: switch to new clock bindings

Peter Rosin (1):
      ARM: dts: at91: nattis: initialize the BLON pin as output-low early

 arch/arm/boot/dts/at91-nattis-2-natte-2.dts |   8 +
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts |  12 +-
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts   |   2 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts |   4 +-
 arch/arm/boot/dts/at91-sama5d4ek.dts        |   2 +-
 arch/arm/boot/dts/at91sam9260.dtsi          | 308 ++-----------
 arch/arm/boot/dts/at91sam9261.dtsi          | 287 +-----------
 arch/arm/boot/dts/at91sam9263.dtsi          | 315 ++-----------
 arch/arm/boot/dts/at91sam9g15.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9g20.dtsi          |  23 +-
 arch/arm/boot/dts/at91sam9g25.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9g25ek.dts         |   4 +-
 arch/arm/boot/dts/at91sam9g35.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9rl.dtsi           | 239 +---------
 arch/arm/boot/dts/at91sam9x25.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9x35.dtsi          |   4 +
 arch/arm/boot/dts/at91sam9x5.dtsi           | 326 ++------------
 arch/arm/boot/dts/at91sam9x5_can.dtsi       |  18 +-
 arch/arm/boot/dts/at91sam9x5_isi.dtsi       |  11 +-
 arch/arm/boot/dts/at91sam9x5_lcd.dtsi       |  19 +-
 arch/arm/boot/dts/at91sam9x5_macb0.dtsi     |  11 +-
 arch/arm/boot/dts/at91sam9x5_macb1.dtsi     |  11 +-
 arch/arm/boot/dts/at91sam9x5_usart3.dtsi    |  11 +-
 arch/arm/boot/dts/sama5d2.dtsi              | 670 +++-------------------------
 arch/arm/boot/dts/sama5d4.dtsi              | 535 ++--------------------
 25 files changed, 295 insertions(+), 2541 deletions(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2018-12-11 17:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 17:11 Alexandre Belloni [this message]
2018-12-11 17:11 ` [GIT PULL] ARM: at91: DT for 4.21 Alexandre Belloni
2018-12-12 21:05 ` Olof Johansson
2018-12-12 21:05   ` Olof Johansson
2018-12-12 22:27   ` Alexandre Belloni
2018-12-12 22:27     ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181211171112.GA30925@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.