linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: dt for 4.8 #2
@ 2016-06-21 17:11 Alexandre Belloni
  2016-07-04 14:16 ` [GIT PULL] ARM: at91: dt for 4.8 #2 bis Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2016-06-21 17:11 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, linux-arm-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

Arnd, Olof, Kevin,

This is the device tree for a new board (well, from 2006).
I don't expect to send you much more this cycle unless we get an
agreement on the TCB driver rework.

The following changes since commit 64c0703e269d442f0406b34e64e23744151ea276:

  ARM: dts: at91: calao: remove leftovers clock definition (2016-06-10 16:59:30 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.8-dt2

for you to fetch changes up to a4d750273eb67c538c9cc2cef846b9581db5234c:

  ARM: dts: at91: add at91sam9260ek board DT (2016-06-21 17:09:06 +0200)

----------------------------------------------------------------
DT Changes for 4.8 #2:
 - New board: at91sam9260ek

----------------------------------------------------------------
Nicolas Ferre (1):
      ARM: dts: at91: add at91sam9260ek board DT

 arch/arm/boot/dts/Makefile          |   1 +
 arch/arm/boot/dts/at91sam9260ek.dts | 211 ++++++++++++++++++++++++++++++++++++
 2 files changed, 212 insertions(+)
 create mode 100644 arch/arm/boot/dts/at91sam9260ek.dts

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] ARM: at91: dt for 4.8 #2 bis
  2016-06-21 17:11 [GIT PULL] ARM: at91: dt for 4.8 #2 Alexandre Belloni
@ 2016-07-04 14:16 ` Alexandre Belloni
  2016-07-05  4:20   ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2016-07-04 14:16 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, linux-arm-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]

Hi,

Please disregard the previous DT pull request, it had an issue...
I'm including the corrected change in this one with two fixes for the
sam9_l9260 and on fix for the sama5d2 xplained.
Also, adding the PMU node to the sama5d2 doesn't seem too risky.

The following changes since commit 64c0703e269d442f0406b34e64e23744151ea276:

  ARM: dts: at91: calao: remove leftovers clock definition (2016-06-10 16:59:30 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.8-dt2

for you to fetch changes up to b8bca7eaef9eeda4876b8ded1f49862b0b85181c:

  ARM: dts: at91: sama5d2_xplained: Update the pmic node (2016-07-04 15:59:46 +0200)

----------------------------------------------------------------
DT Changes for 4.8 #2:
 - New board: at91sam9260ek
 - Fixes for the sam9_l9260
 - Sama5d2 Xplained PMIC fix
 - Addition of the PMU node for the sama5d2

----------------------------------------------------------------
Nicolas Ferre (1):
      ARM: dts: at91: add at91sam9260ek board DT

Olivier Schonken (1):
      ARM: dts: at91: sama5d2: add PMU node

Raashid Muhammed (2):
      ARM: dts: at91: sam9_l9260: Add pinctrl information to ethernet node.
      ARM: dts: at91: sam9_l9260: Modify information in LED nodes.

Wenyou Yang (1):
      ARM: dts: at91: sama5d2_xplained: Update the pmic node

 arch/arm/boot/dts/Makefile                  |   1 +
 arch/arm/boot/dts/at91-sam9_l9260.dts       |  14 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts |  41 ++++--
 arch/arm/boot/dts/at91sam9260ek.dts         | 211 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/sama5d2.dtsi              |   5 +
 5 files changed, 259 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91sam9260ek.dts

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] ARM: at91: dt for 4.8 #2 bis
  2016-07-04 14:16 ` [GIT PULL] ARM: at91: dt for 4.8 #2 bis Alexandre Belloni
@ 2016-07-05  4:20   ` Olof Johansson
  0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2016-07-05  4:20 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Arnd Bergmann, arm, Nicolas Ferre, linux-arm-kernel, linux-kernel

On Mon, Jul 04, 2016 at 04:16:54PM +0200, Alexandre Belloni wrote:
> Hi,
> 
> Please disregard the previous DT pull request, it had an issue...
> I'm including the corrected change in this one with two fixes for the
> sam9_l9260 and on fix for the sama5d2 xplained.
> Also, adding the PMU node to the sama5d2 doesn't seem too risky.
> 
> The following changes since commit 64c0703e269d442f0406b34e64e23744151ea276:
> 
>   ARM: dts: at91: calao: remove leftovers clock definition (2016-06-10 16:59:30 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.8-dt2
> 
> for you to fetch changes up to b8bca7eaef9eeda4876b8ded1f49862b0b85181c:
> 
>   ARM: dts: at91: sama5d2_xplained: Update the pmic node (2016-07-04 15:59:46 +0200)

Merged, thanks.

-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-05  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21 17:11 [GIT PULL] ARM: at91: dt for 4.8 #2 Alexandre Belloni
2016-07-04 14:16 ` [GIT PULL] ARM: at91: dt for 4.8 #2 bis Alexandre Belloni
2016-07-05  4:20   ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).