* [GIT PULL] at91: dt for 3.14 #1
@ 2013-12-09 15:23 Nicolas Ferre
2013-12-10 19:27 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Ferre @ 2013-12-09 15:23 UTC (permalink / raw)
To: linux-arm-kernel
Arnd, Olof, Kevin,
First pull-request focusing on DT material for AT91 on 3.14. This one is also
based on the "cleanup" material already in arm-soc tree (at91/sama5-ccf) like
all other AT91 pull-requests for 3.14.
Thanks, best regards,
The following changes since commit b46e837d8ef1f3c777bbf9513e2cdb5d87d6c374:
ARM: at91/dt: remove old clk material (2013-12-02 15:31:29 +0100)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git tags/at91-dt
for you to fetch changes up to ca594844e4a53f778811c06feef60bdf36bc5fec:
ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order (2013-12-09 15:08:57 +0100)
----------------------------------------------------------------
First DT pull-request for 3.14
- many little corrections and documentation updates
- LCD FB Device Tree for at91sam9263 and at91sam9g45 boards
- crypto peripherals DT entries + DMA specification
- new Cosino board
----------------------------------------------------------------
Bo Shen (1):
ARM: at91: sama5d3: enable qt1070 as a wakeup source
Boris BREZILLON (2):
ARM: at91/dt: add ethernet phy to at91rm9200ek board
ARM: at91/dt: add atmel,pullup-gpio to at91rm9200ek usb1 definition
Jean-Christophe PLAGNIOL-VILLARD (6):
ARM: at91: sam9g45: add fb dt support
ARM: at91: sam9263: add fb dt support
ARM: at91: at9sam9m10g45ek: add dt lcd support
ARM: at91: sam9263ek: add dt lcd support
ARM: at91: Animeo IP: fix mtd partition table
ARM: at91: dt: at91rm9200ek: add emac and nor flash support
Ludovic Desroches (2):
ARM: at91: at91sam9g45: set default mmc pinctrl-names
ARM: at91: at91sam9g45: add i2c pinctrl
Nicolas Ferre (9):
ARM: at91/trivial: fix at91rm9200 rts/cts pinctrl definitions
ARM: at91/dt: binding: add precision to AIC documentation
ARM: at91/dt: binding: add missing compatibility string in SDRAM/DDR documentation
ARM: at91/dt/trivial: use macro for AES irq type
ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix
ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes
ARM: at91: add i2c2 pinctrl speficifation to sama5d3 DT
ARM: at91: add uart aliases to sama5d3 dtsi
ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order
Rodolfo Giometti (1):
ARM: at91: add support for Cosino board series by HCE Engineering
.../devicetree/bindings/arm/atmel-aic.txt | 1 +
.../devicetree/bindings/arm/atmel-at91.txt | 3 +-
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/animeo_ip.dts | 31 ++----
arch/arm/boot/dts/at91-cosino.dtsi | 122 +++++++++++++++++++++
arch/arm/boot/dts/at91-cosino_mega2560.dts | 84 ++++++++++++++
arch/arm/boot/dts/at91rm9200.dtsi | 4 +-
arch/arm/boot/dts/at91rm9200ek.dts | 57 ++++++++--
arch/arm/boot/dts/at91sam9263.dtsi | 37 +++++++
arch/arm/boot/dts/at91sam9263ek.dts | 30 +++++
arch/arm/boot/dts/at91sam9g45.dtsi | 67 +++++++++++
arch/arm/boot/dts/at91sam9m10g45ek.dts | 29 +++++
arch/arm/boot/dts/sama5d3.dtsi | 26 ++++-
arch/arm/boot/dts/sama5d3_uart.dtsi | 5 +
arch/arm/boot/dts/sama5d3xdm.dtsi | 1 +
15 files changed, 457 insertions(+), 41 deletions(-)
create mode 100644 arch/arm/boot/dts/at91-cosino.dtsi
create mode 100644 arch/arm/boot/dts/at91-cosino_mega2560.dts
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] at91: dt for 3.14 #1
2013-12-09 15:23 [GIT PULL] at91: dt for 3.14 #1 Nicolas Ferre
@ 2013-12-10 19:27 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2013-12-10 19:27 UTC (permalink / raw)
To: linux-arm-kernel
Nicolas Ferre <nicolas.ferre@atmel.com> writes:
> Arnd, Olof, Kevin,
>
> First pull-request focusing on DT material for AT91 on 3.14. This one is also
> based on the "cleanup" material already in arm-soc tree (at91/sama5-ccf) like
> all other AT91 pull-requests for 3.14.
>
> Thanks, best regards,
>
> The following changes since commit b46e837d8ef1f3c777bbf9513e2cdb5d87d6c374:
>
> ARM: at91/dt: remove old clk material (2013-12-02 15:31:29 +0100)
>
> are available in the git repository at:
>
> git://github.com/at91linux/linux-at91.git tags/at91-dt
>
> for you to fetch changes up to ca594844e4a53f778811c06feef60bdf36bc5fec:
>
> ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order (2013-12-09 15:08:57 +0100)
>
> ----------------------------------------------------------------
> First DT pull-request for 3.14
> - many little corrections and documentation updates
> - LCD FB Device Tree for at91sam9263 and at91sam9g45 boards
> - crypto peripherals DT entries + DMA specification
> - new Cosino board
>
> ----------------------------------------------------------------
Pulled into next/dt.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-10 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 15:23 [GIT PULL] at91: dt for 3.14 #1 Nicolas Ferre
2013-12-10 19:27 ` Kevin Hilman
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).