From: Tom Warren <twarren at nvidia.com>
These patches fix a couple of problems encountered in the T210 QSPI
driver discovered during Jetson Nano bringup, and adapt the driver to
upstream DM norms.
Tom Warren (3):
qspi: t210: Fix claim_bus's use of the wrong bus/device
qspi: t210: Fix QSPI clock and tap delays
qspi: t210: Use dev_read calls to get FDT data like base, freq
drivers/spi/tegra210_qspi.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
From: Tom Warren <twarren at nvidia.com> These patches fix a couple of problems encountered in the T210 QSPI driver discovered during Jetson Nano bringup, and adapt the driver to upstream DM norms. Tom Warren (3): qspi: t210: Fix claim_bus's use of the wrong bus/device qspi: t210: Fix QSPI clock and tap delays qspi: t210: Use dev_read calls to get FDT data like base, freq drivers/spi/tegra210_qspi.c | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-)