All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] tegra: SPI drivers
@ 2013-01-12  9:07 Allen Martin
  2013-01-12  9:07 ` [U-Boot] [PATCH v2 1/9] tegra: fdt: sort dts files Allen Martin
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Allen Martin @ 2013-01-12  9:07 UTC (permalink / raw)
  To: u-boot

This series updates the tegra20 SPI driver to add fdt support and adds
a new tegra30 SPI driver.  This series depends on the following
patches:

Allen Martin:
      fdt: fix dts preprocessor options
      tegra: remove IRDA pinmux synonym

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

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 (9):
  tegra: fdt: sort dts files
  tegra: fdt: add apbdma node
  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                     |  412 +++++++++++++------------
 arch/arm/dts/tegra30.dtsi                     |  125 +++++++-
 arch/arm/include/asm/arch-tegra/tegra.h       |    6 +
 arch/arm/include/asm/arch-tegra/tegra_slink.h |   84 +++++
 board/nvidia/common/board.c                   |    3 +-
 board/nvidia/dts/tegra20-harmony.dts          |   32 +-
 board/nvidia/dts/tegra20-seaboard.dts         |  141 ++++-----
 board/nvidia/dts/tegra20-ventana.dts          |   18 +-
 board/nvidia/dts/tegra20-whistler.dts         |   12 +-
 board/nvidia/dts/tegra30-cardhu.dts           |   22 +-
 drivers/spi/Makefile                          |    1 +
 drivers/spi/tegra_slink.c                     |  335 ++++++++++++++++++++
 drivers/spi/tegra_spi.c                       |   42 ++-
 include/configs/cardhu.h                      |   11 +
 include/fdtdec.h                              |    2 +
 lib/fdtdec.c                                  |    2 +
 17 files changed, 940 insertions(+), 310 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] 24+ messages in thread

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12  9:07 [U-Boot] [PATCH v2 0/9] tegra: SPI drivers Allen Martin
2013-01-12  9:07 ` [U-Boot] [PATCH v2 1/9] tegra: fdt: sort dts files Allen Martin
2013-01-12 16:44   ` Simon Glass
2013-01-12  9:07 ` [U-Boot] [PATCH v2 2/9] tegra: fdt: add apbdma node Allen Martin
2013-01-12  9:07 ` [U-Boot] [PATCH v2 3/9] tegra20: fdt: add SPI SFLASH node Allen Martin
2013-01-14 18:44   ` Stephen Warren
2013-01-12  9:07 ` [U-Boot] [PATCH v2 4/9] tegra: spi: add fdt support to tegra SPI SFLASH driver Allen Martin
2013-01-12  9:07 ` [U-Boot] [PATCH v2 5/9] tegra30: add SBC1 to periph id mapping table Allen Martin
2013-01-12 16:57   ` Simon Glass
2013-01-12  9:07 ` [U-Boot] [PATCH v2 6/9] tegra30: fdt: add SPI SLINK nodes Allen Martin
2013-01-12 17:01   ` Simon Glass
2013-01-12  9:07 ` [U-Boot] [PATCH v2 7/9] tegra: add addresses of SPI SLINK controllers Allen Martin
2013-01-12 16:58   ` Simon Glass
2013-01-12  9:07 ` [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver Allen Martin
2013-01-12 16:56   ` Simon Glass
2013-01-14 18:49     ` Stephen Warren
2013-01-15  4:33       ` Allen Martin
2013-01-15 16:36         ` Stephen Warren
2013-01-22 14:06       ` Simon Glass
2013-01-15  4:27     ` Allen Martin
2013-01-22 13:56       ` Simon Glass
2013-01-12  9:07 ` [U-Boot] [PATCH v2 9/9] tegra: cardhu: config: enable SPI Allen Martin
2013-01-12 16:57   ` Simon Glass
2013-01-14 18:50 ` [U-Boot] [PATCH v2 0/9] tegra: SPI drivers Stephen Warren

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.