From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 10:52:24 -0600 Subject: [U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver In-Reply-To: <1445376683-3277-1-git-send-email-twarren@nvidia.com> References: <1445376683-3277-1-git-send-email-twarren@nvidia.com> Message-ID: <5627C2C8.9040104@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/20/2015 03:31 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. > > 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 patch. > - If/when pinmux tables have been updated for P2371/P2571, another > - patch will be sent to enable the QSPI driver on those boards. > Changes in v3: > - removed status reg write/clear in claim_bus(), done in xfer() The code looks OK, but we need the binding document written and approved before we commit to the driver, I think.