[U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

2015-10-16 Thread Tom Warren
This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. Author:Yen Lin Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- Changes in v2: - Drop defconfig and pinmux files, this is a driver-only p

Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

2015-10-19 Thread Stephen Warren
On 10/16/2015 04:23 PM, Tom Warren wrote: This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. I've just realized we don't have a binding document for QSPI. I believe we need to get one into the Li

Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

2015-10-19 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Monday, October 19, 2015 10:37 AM To: Tom Warren Cc: u-boot@lists.denx.de; jt...@openedev.com; Stephen Warren ; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver