* [GIT PULL] at91 device tree basics
@ 2011-10-25 11:21 ` Nicolas Ferre
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2011-10-25 11:21 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:
Linux 3.1 (2011-10-24 09:10:05 +0200)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git for-arnd/at91-dt
They cover the basic device tree work done during the last moths around both
at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
Rob. More device tree related stuff is comming ;-)
Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: at91: add at91sam9g20 and Calao USB A9G20 DT support
Nicolas Ferre (1):
ARM: at91: dt: at91sam9g45 family and board device tree files
arch/arm/boot/dts/at91sam9g20.dtsi | 119 ++++++++++++++++++++++++++++++
arch/arm/boot/dts/at91sam9g45.dtsi | 106 +++++++++++++++++++++++++++
arch/arm/boot/dts/at91sam9m10g45ek.dts | 35 +++++++++
arch/arm/boot/dts/usb_a9g20.dts | 30 ++++++++
arch/arm/mach-at91/Kconfig | 11 +++
arch/arm/mach-at91/Makefile | 3 +
arch/arm/mach-at91/Makefile.boot | 2 +
arch/arm/mach-at91/at91sam9260.c | 8 ++
arch/arm/mach-at91/at91sam9g45.c | 6 ++
arch/arm/mach-at91/board-dt.c | 123 ++++++++++++++++++++++++++++++++
10 files changed, 443 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/boot/dts/at91sam9g20.dtsi
create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts
create mode 100644 arch/arm/boot/dts/usb_a9g20.dts
create mode 100644 arch/arm/mach-at91/board-dt.c
Thanks, best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] at91 device tree basics
@ 2011-10-25 11:21 ` Nicolas Ferre
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2011-10-25 11:21 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Jean-Christophe PLAGNIOL-VILLARD, Linux Kernel list,
'linux-arm-kernel@lists.infradead.org', Rob Herring,
Grant Likely
Hi Arnd,
The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:
Linux 3.1 (2011-10-24 09:10:05 +0200)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git for-arnd/at91-dt
They cover the basic device tree work done during the last moths around both
at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
Rob. More device tree related stuff is comming ;-)
Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: at91: add at91sam9g20 and Calao USB A9G20 DT support
Nicolas Ferre (1):
ARM: at91: dt: at91sam9g45 family and board device tree files
arch/arm/boot/dts/at91sam9g20.dtsi | 119 ++++++++++++++++++++++++++++++
arch/arm/boot/dts/at91sam9g45.dtsi | 106 +++++++++++++++++++++++++++
arch/arm/boot/dts/at91sam9m10g45ek.dts | 35 +++++++++
arch/arm/boot/dts/usb_a9g20.dts | 30 ++++++++
arch/arm/mach-at91/Kconfig | 11 +++
arch/arm/mach-at91/Makefile | 3 +
arch/arm/mach-at91/Makefile.boot | 2 +
arch/arm/mach-at91/at91sam9260.c | 8 ++
arch/arm/mach-at91/at91sam9g45.c | 6 ++
arch/arm/mach-at91/board-dt.c | 123 ++++++++++++++++++++++++++++++++
10 files changed, 443 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/boot/dts/at91sam9g20.dtsi
create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts
create mode 100644 arch/arm/boot/dts/usb_a9g20.dts
create mode 100644 arch/arm/mach-at91/board-dt.c
Thanks, best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] at91 device tree basics
2011-10-25 11:21 ` Nicolas Ferre
@ 2011-10-30 19:57 ` Arnd Bergmann
-1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2011-10-30 19:57 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 25 October 2011, Nicolas Ferre wrote:
> The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:
>
> Linux 3.1 (2011-10-24 09:10:05 +0200)
>
> are available in the git repository at:
> git://github.com/at91linux/linux-at91.git for-arnd/at91-dt
>
> They cover the basic device tree work done during the last moths around both
> at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
> Rob. More device tree related stuff is comming ;-)
Hi Nicolas,
I've pulled it into the next/dt branch, it looks all good but please try to
send stuff like this before the merge window next time, ideally much before
the merge window.
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] at91 device tree basics
@ 2011-10-30 19:57 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2011-10-30 19:57 UTC (permalink / raw)
To: Nicolas Ferre
Cc: Jean-Christophe PLAGNIOL-VILLARD, Linux Kernel list,
'linux-arm-kernel@lists.infradead.org', Rob Herring,
Grant Likely
On Tuesday 25 October 2011, Nicolas Ferre wrote:
> The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:
>
> Linux 3.1 (2011-10-24 09:10:05 +0200)
>
> are available in the git repository at:
> git://github.com/at91linux/linux-at91.git for-arnd/at91-dt
>
> They cover the basic device tree work done during the last moths around both
> at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
> Rob. More device tree related stuff is comming ;-)
Hi Nicolas,
I've pulled it into the next/dt branch, it looks all good but please try to
send stuff like this before the merge window next time, ideally much before
the merge window.
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-30 19:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 11:21 [GIT PULL] at91 device tree basics Nicolas Ferre
2011-10-25 11:21 ` Nicolas Ferre
2011-10-30 19:57 ` Arnd Bergmann
2011-10-30 19:57 ` Arnd Bergmann
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.