linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] atmel SoC SPI controller with DT
@ 2012-09-26  6:50 Wenyou Yang
  2012-09-26  6:50 ` [PATCH 1/6] of_spi: add generic binding support to specify cs gpio Wenyou Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Wenyou Yang @ 2012-09-26  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

I merged the works from Nicolas, Richard, Jean-Christophe's patchset
for atmel SPI controller.

It's based on v3.6-rc7.

Best Regards,
Wenyou Yang

Wenyou Yang (6):
  of_spi: add generic binding support to specify cs gpio
  spi: atmel: add dmaengine and dt support
  ARM: at91: add clocks for spi DT entries
  ARM: dts: add spi nodes for atmel SoCs
  ARM: dts: add spi nodes for atmel boards
  spi: atmel: add dt property for DMA configuration for sam9x5 and
    sam9n12

 Documentation/devicetree/bindings/spi/spi-bus.txt  |    6 +
 .../devicetree/bindings/spi/spi_atmel.txt          |   29 +
 arch/arm/boot/dts/at91sam9260.dtsi                 |   34 +
 arch/arm/boot/dts/at91sam9263.dtsi                 |   34 +
 arch/arm/boot/dts/at91sam9263ek.dts                |   10 +
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |   10 +
 arch/arm/boot/dts/at91sam9g25ek.dts                |   10 +
 arch/arm/boot/dts/at91sam9g45.dtsi                 |   34 +
 arch/arm/boot/dts/at91sam9m10g45ek.dts             |   10 +
 arch/arm/boot/dts/at91sam9n12.dtsi                 |   36 +
 arch/arm/boot/dts/at91sam9n12ek.dts                |   10 +
 arch/arm/boot/dts/at91sam9x5.dtsi                  |   38 +
 arch/arm/mach-at91/at91sam9260.c                   |    2 +
 arch/arm/mach-at91/at91sam9g45.c                   |    2 +
 arch/arm/mach-at91/at91sam9n12.c                   |    2 +
 arch/arm/mach-at91/at91sam9x5.c                    |    3 +
 drivers/spi/spi-atmel.c                            |  792 ++++++++++++++++++--
 drivers/spi/spi.c                                  |   55 +-
 include/linux/spi/spi.h                            |    3 +
 19 files changed, 1045 insertions(+), 75 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/spi_atmel.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2012-09-27  8:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  6:50 [PATCH 0/6] atmel SoC SPI controller with DT Wenyou Yang
2012-09-26  6:50 ` [PATCH 1/6] of_spi: add generic binding support to specify cs gpio Wenyou Yang
2012-09-26  6:50 ` [PATCH 2/6] spi: atmel: add dmaengine and dt support Wenyou Yang
2012-09-26  7:05   ` Uwe Kleine-König
2012-09-27  7:13     ` Richard Genoud
2012-09-27  7:39       ` Uwe Kleine-König
2012-09-27  8:08         ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-27  8:15           ` Gregory CLEMENT
2012-09-26  6:50 ` [PATCH 3/6] ARM: at91: add clocks for spi DT entries Wenyou Yang
2012-09-26  8:32   ` Nicolas Ferre
2012-09-26  6:50 ` [PATCH 4/6] ARM: dts: add spi nodes for atmel SoCs Wenyou Yang
2012-09-26  6:51 ` [PATCH 5/6] ARM: dts: add spi nodes for atmel boards Wenyou Yang
2012-09-26  6:51 ` [PATCH 6/6] spi: atmel: add dt property for DMA configuration for sam9x5 and sam9n12 Wenyou Yang
2012-09-26  8:28   ` Nicolas Ferre
2012-09-26 14:15 ` [PATCH 0/6] atmel SoC SPI controller with DT Jean-Christophe PLAGNIOL-VILLARD

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).