public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] tegra: SPI drivers
@ 2013-01-17  8:25 Allen Martin
  2013-01-17  8:25 ` [U-Boot] [PATCH v3 1/7] tegra20: fdt: add SPI SFLASH node Allen Martin
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Allen Martin @ 2013-01-17  8:25 UTC (permalink / raw)
  To: u-boot

This series updates the tegra20 SPI driver to add fdt support and adds
a new tegra30 SPI driver.

Testing was done on trimslice (tegra20) and cardhu (tegra30).

Changes in v3:
-Dropped some fdt patches from the series that were picked up in 
 u-boot-tegra/next already 
-Removed SPI node from seaboard, added to trimslice
-Incorporated feedback from Simon Glass and Stephen Warren to slink
 driver
Changes in v2:
-Added new patch to sort dts files prior to adding new nodes
-Moved "max-spi-frequency" out to board dts files
-Moved tegra20 SFLASH fdt changes out to separate patch
-Added valid flag to slink driver controller structure

Allen Martin (7):
  tegra20: fdt: add SPI SFLASH node
  tegra: spi: add fdt support to tegra SPI SFLASH driver
  tegra30: add SBC1 to periph id mapping table
  tegra30: fdt: add SPI SLINK nodes
  tegra: add addresses of SPI SLINK controllers
  tegra: add SPI SLINK driver
  tegra: cardhu: config: enable SPI

 arch/arm/cpu/tegra30-common/clock.c           |    2 +-
 arch/arm/dts/tegra20.dtsi                     |   12 +
 arch/arm/dts/tegra30.dtsi                     |   72 ++++++
 arch/arm/include/asm/arch-tegra/tegra.h       |    6 +
 arch/arm/include/asm/arch-tegra/tegra_slink.h |   84 +++++++
 board/compulab/dts/tegra20-trimslice.dts      |    4 +
 board/nvidia/common/board.c                   |    3 +-
 board/nvidia/dts/tegra30-cardhu.dts           |    4 +
 drivers/spi/Makefile                          |    1 +
 drivers/spi/tegra_slink.c                     |  332 +++++++++++++++++++++++++
 drivers/spi/tegra_spi.c                       |   42 +++-
 include/configs/cardhu.h                      |   11 +
 include/fdtdec.h                              |    2 +
 lib/fdtdec.c                                  |    2 +
 14 files changed, 574 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra/tegra_slink.h
 create mode 100644 drivers/spi/tegra_slink.c

-- 
1.7.10.4

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

end of thread, other threads:[~2013-01-17 21:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17  8:25 [U-Boot] [PATCH v3 0/7] tegra: SPI drivers Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 1/7] tegra20: fdt: add SPI SFLASH node Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 2/7] tegra: spi: add fdt support to tegra SPI SFLASH driver Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 3/7] tegra30: add SBC1 to periph id mapping table Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 4/7] tegra30: fdt: add SPI SLINK nodes Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 5/7] tegra: add addresses of SPI SLINK controllers Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 6/7] tegra: add SPI SLINK driver Allen Martin
2013-01-17  8:25 ` [U-Boot] [PATCH v3 7/7] tegra: cardhu: config: enable SPI Allen Martin
2013-01-17 21:31   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox