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

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

2015-10-19 Thread Tom Warren
Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver 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 ha

[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: -