All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] at91: Device Tree update for 3.11 #1
@ 2013-05-31 21:17 ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2013-05-31 21:17 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: b.brezillon, dgilbert, wenyou.yang, richard.genoud,
	Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

Arnd, Olof,

This is the pull-request for DT update on AT91. As said earlier, and like any
other patches that will be produced for 3.11, it is based on material already
included in arm-soc/at91/cleanup branch.

A little conflict may appear while merging with already-sent pull-request for
the USBA driver ([GIT PULL] at91: USBA DT support for 3.11). I have resolved
the conflict and pushed the result branch as: at91-at91-3.11-driver-usba-dt+resolved

Thanks, best regards,

The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:

  ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-dt

for you to fetch changes up to 028633c238f91dc113520a7ad25d37b2ba9068af:

  ARM: at91/dt: add pinctrl definition for at91 tc blocks (2013-05-31 22:40:37 +0200)

----------------------------------------------------------------
Big DT-centric update for AT91:
- Calao boards update, removal of one board C file and
  associated defconfig, Kconfig Makefile lines
- several Acme boards updates
- addition of watchdog, uart and pinctrl descriptions for
  several products
- modification of RTC compatible string for 9x5 family

----------------------------------------------------------------
Boris BREZILLON (1):
      ARM: at91/dt: add pinctrl definition for at91 tc blocks

Douglas Gilbert (1):
      ARM: at91: add Acme Systems Fox G20 board

Jean-Christophe PLAGNIOL-VILLARD (6):
      ARM: at91: dt: sam9260: add i2c gpio pinctrl
      ARM: at91: dt: usb-a9260: update shutdown controller
      ARM: at91: dt: usb-a9263: update shutdown controller
      ARM: at91: dt: usb-a9263: add dataflash support
      ARM: at91: dt: add Calao USB-A9G20 low power version
      ARM: at91: drop non DT: Calao USB-A96x

Nicolas Ferre (5):
      ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one
      ARM: at91/at91-ariag25.dts: add RTC node
      ARM: at91/at91sam9x5.dtsi: add UART0/1 nodes
      ARM: at91/at91-ariag25.dts: UART0/1 nodes are disabled
      ARM: at91: switch Fox G20 board .dts to pre-processor defines

Wenyou Yang (2):
      ARM: at91/dtsi: add the watchdog nodes for at91 SoC
      ARM: at91/dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/Makefile                  |   2 +
 arch/arm/boot/dts/at91-ariag25.dts          |  21 +-
 arch/arm/boot/dts/at91-foxg20.dts           | 157 ++++++++++++
 arch/arm/boot/dts/at91rm9200.dtsi           |  76 ++++++
 arch/arm/boot/dts/at91sam9260.dtsi          |  86 +++++++
 arch/arm/boot/dts/at91sam9263.dtsi          |  38 +++
 arch/arm/boot/dts/at91sam9263ek.dts         |   4 +
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |   4 +
 arch/arm/boot/dts/at91sam9g45.dtsi          |  76 ++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |   4 +
 arch/arm/boot/dts/at91sam9n12.dtsi          |  82 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |   4 +
 arch/arm/boot/dts/at91sam9x5.dtsi           | 102 +++++++-
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |   4 +
 arch/arm/boot/dts/usb_a9260.dts             |   9 +
 arch/arm/boot/dts/usb_a9263.dts             |  14 +
 arch/arm/boot/dts/usb_a9g20.dts             |  18 +-
 arch/arm/boot/dts/usb_a9g20_common.dtsi     |  27 ++
 arch/arm/boot/dts/usb_a9g20_lpw.dts         |  31 +++
 arch/arm/configs/at91_dt_defconfig          |   2 +
 arch/arm/configs/at91sam9260_9g20_defconfig |   1 -
 arch/arm/configs/at91sam9263_defconfig      |   1 -
 arch/arm/mach-at91/Kconfig.non_dt           |  19 --
 arch/arm/mach-at91/Makefile                 |   3 -
 arch/arm/mach-at91/board-usb-a926x.c        | 384 ----------------------------
 25 files changed, 737 insertions(+), 432 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-foxg20.dts
 create mode 100644 arch/arm/boot/dts/usb_a9g20_common.dtsi
 create mode 100644 arch/arm/boot/dts/usb_a9g20_lpw.dts
 delete mode 100644 arch/arm/mach-at91/board-usb-a926x.c

-- 
Nicolas Ferre

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

* [GIT PULL] at91: Device Tree update for 3.11 #1
@ 2013-05-31 21:17 ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2013-05-31 21:17 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

This is the pull-request for DT update on AT91. As said earlier, and like any
other patches that will be produced for 3.11, it is based on material already
included in arm-soc/at91/cleanup branch.

A little conflict may appear while merging with already-sent pull-request for
the USBA driver ([GIT PULL] at91: USBA DT support for 3.11). I have resolved
the conflict and pushed the result branch as: at91-at91-3.11-driver-usba-dt+resolved

Thanks, best regards,

The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:

  ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-dt

for you to fetch changes up to 028633c238f91dc113520a7ad25d37b2ba9068af:

  ARM: at91/dt: add pinctrl definition for at91 tc blocks (2013-05-31 22:40:37 +0200)

----------------------------------------------------------------
Big DT-centric update for AT91:
- Calao boards update, removal of one board C file and
  associated defconfig, Kconfig Makefile lines
- several Acme boards updates
- addition of watchdog, uart and pinctrl descriptions for
  several products
- modification of RTC compatible string for 9x5 family

----------------------------------------------------------------
Boris BREZILLON (1):
      ARM: at91/dt: add pinctrl definition for at91 tc blocks

Douglas Gilbert (1):
      ARM: at91: add Acme Systems Fox G20 board

Jean-Christophe PLAGNIOL-VILLARD (6):
      ARM: at91: dt: sam9260: add i2c gpio pinctrl
      ARM: at91: dt: usb-a9260: update shutdown controller
      ARM: at91: dt: usb-a9263: update shutdown controller
      ARM: at91: dt: usb-a9263: add dataflash support
      ARM: at91: dt: add Calao USB-A9G20 low power version
      ARM: at91: drop non DT: Calao USB-A96x

Nicolas Ferre (5):
      ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one
      ARM: at91/at91-ariag25.dts: add RTC node
      ARM: at91/at91sam9x5.dtsi: add UART0/1 nodes
      ARM: at91/at91-ariag25.dts: UART0/1 nodes are disabled
      ARM: at91: switch Fox G20 board .dts to pre-processor defines

Wenyou Yang (2):
      ARM: at91/dtsi: add the watchdog nodes for at91 SoC
      ARM: at91/dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/Makefile                  |   2 +
 arch/arm/boot/dts/at91-ariag25.dts          |  21 +-
 arch/arm/boot/dts/at91-foxg20.dts           | 157 ++++++++++++
 arch/arm/boot/dts/at91rm9200.dtsi           |  76 ++++++
 arch/arm/boot/dts/at91sam9260.dtsi          |  86 +++++++
 arch/arm/boot/dts/at91sam9263.dtsi          |  38 +++
 arch/arm/boot/dts/at91sam9263ek.dts         |   4 +
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |   4 +
 arch/arm/boot/dts/at91sam9g45.dtsi          |  76 ++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |   4 +
 arch/arm/boot/dts/at91sam9n12.dtsi          |  82 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |   4 +
 arch/arm/boot/dts/at91sam9x5.dtsi           | 102 +++++++-
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |   4 +
 arch/arm/boot/dts/usb_a9260.dts             |   9 +
 arch/arm/boot/dts/usb_a9263.dts             |  14 +
 arch/arm/boot/dts/usb_a9g20.dts             |  18 +-
 arch/arm/boot/dts/usb_a9g20_common.dtsi     |  27 ++
 arch/arm/boot/dts/usb_a9g20_lpw.dts         |  31 +++
 arch/arm/configs/at91_dt_defconfig          |   2 +
 arch/arm/configs/at91sam9260_9g20_defconfig |   1 -
 arch/arm/configs/at91sam9263_defconfig      |   1 -
 arch/arm/mach-at91/Kconfig.non_dt           |  19 --
 arch/arm/mach-at91/Makefile                 |   3 -
 arch/arm/mach-at91/board-usb-a926x.c        | 384 ----------------------------
 25 files changed, 737 insertions(+), 432 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-foxg20.dts
 create mode 100644 arch/arm/boot/dts/usb_a9g20_common.dtsi
 create mode 100644 arch/arm/boot/dts/usb_a9g20_lpw.dts
 delete mode 100644 arch/arm/mach-at91/board-usb-a926x.c

-- 
Nicolas Ferre

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

* Re: [GIT PULL] at91: Device Tree update for 3.11 #1
  2013-05-31 21:17 ` Nicolas Ferre
@ 2013-06-01  7:40   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-06-01  7:40 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, b.brezillon, Douglas Gilbert, wenyou.yang,
	Richard Genoud, Linux Kernel list, linux-arm-kernel,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

On Fri, May 31, 2013 at 2:17 PM, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
> Arnd, Olof,
>
> This is the pull-request for DT update on AT91. As said earlier, and like any
> other patches that will be produced for 3.11, it is based on material already
> included in arm-soc/at91/cleanup branch.
>
> A little conflict may appear while merging with already-sent pull-request for
> the USBA driver ([GIT PULL] at91: USBA DT support for 3.11). I have resolved
> the conflict and pushed the result branch as: at91-at91-3.11-driver-usba-dt+resolved
>
> Thanks, best regards,
>
> The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:
>
>   ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)
>
> are available in the git repository at:
>
>   git://github.com/at91linux/linux-at91.git tags/at91-dt
>
> for you to fetch changes up to 028633c238f91dc113520a7ad25d37b2ba9068af:
>
>   ARM: at91/dt: add pinctrl definition for at91 tc blocks (2013-05-31 22:40:37 +0200)

Pulled, thanks.


-Olof

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

* [GIT PULL] at91: Device Tree update for 3.11 #1
@ 2013-06-01  7:40   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-06-01  7:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 31, 2013 at 2:17 PM, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
> Arnd, Olof,
>
> This is the pull-request for DT update on AT91. As said earlier, and like any
> other patches that will be produced for 3.11, it is based on material already
> included in arm-soc/at91/cleanup branch.
>
> A little conflict may appear while merging with already-sent pull-request for
> the USBA driver ([GIT PULL] at91: USBA DT support for 3.11). I have resolved
> the conflict and pushed the result branch as: at91-at91-3.11-driver-usba-dt+resolved
>
> Thanks, best regards,
>
> The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:
>
>   ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)
>
> are available in the git repository at:
>
>   git://github.com/at91linux/linux-at91.git tags/at91-dt
>
> for you to fetch changes up to 028633c238f91dc113520a7ad25d37b2ba9068af:
>
>   ARM: at91/dt: add pinctrl definition for at91 tc blocks (2013-05-31 22:40:37 +0200)

Pulled, thanks.


-Olof

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

end of thread, other threads:[~2013-06-01  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31 21:17 [GIT PULL] at91: Device Tree update for 3.11 #1 Nicolas Ferre
2013-05-31 21:17 ` Nicolas Ferre
2013-06-01  7:40 ` Olof Johansson
2013-06-01  7:40   ` Olof Johansson

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.