All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for versal specific cadence ospi driver
@ 2022-05-12 10:05 Ashok Reddy Soma
  2022-05-12 10:05 ` [PATCH 1/5] spi: cadence-qspi: move cadence qspi macros to header file Ashok Reddy Soma
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ashok Reddy Soma @ 2022-05-12 10:05 UTC (permalink / raw)
  To: u-boot; +Cc: jagan, michal.simek, git, Ashok Reddy Soma

This patch series does the following:
 * Move macros from cadence driver to cadence header file
 * Add new versal specific cadence ospi driver
 * Reset qspi flash in when driver probed
 * Enable/Disable apb linear mode based on dma usage
 * Fix cadence qspi flash speed programming


T Karthik Reddy (5):
  spi: cadence-qspi: move cadence qspi macros to header file
  arm64: versal: Add versal specific cadence ospi driver
  spi: cadence-qspi: reset qspi flash for versal platform
  spi: cadence_qspi: Enable apb linear mode for apb read & write
    operations
  spi: cadence-qspi: Fix programming ospi flash speed

 MAINTAINERS                                  |   1 +
 arch/arm/mach-versal/include/mach/hardware.h |  15 ++
 configs/xilinx_versal_virt_defconfig         |   2 +
 drivers/spi/Kconfig                          |   8 +
 drivers/spi/Makefile                         |   1 +
 drivers/spi/cadence_ospi_versal.c            | 237 +++++++++++++++++++
 drivers/spi/cadence_qspi.c                   |  40 +++-
 drivers/spi/cadence_qspi.h                   | 189 +++++++++++++++
 drivers/spi/cadence_qspi_apb.c               | 163 +------------
 include/zynqmp_firmware.h                    |   9 +
 10 files changed, 510 insertions(+), 155 deletions(-)
 create mode 100644 drivers/spi/cadence_ospi_versal.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-04 13:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 10:05 [PATCH 0/5] Add support for versal specific cadence ospi driver Ashok Reddy Soma
2022-05-12 10:05 ` [PATCH 1/5] spi: cadence-qspi: move cadence qspi macros to header file Ashok Reddy Soma
2022-05-12 10:05 ` [PATCH 2/5] arm64: versal: Add versal specific cadence ospi driver Ashok Reddy Soma
2022-05-12 10:05 ` [PATCH 3/5] spi: cadence-qspi: reset qspi flash for versal platform Ashok Reddy Soma
2022-05-12 10:05 ` [PATCH 4/5] spi: cadence_qspi: Enable apb linear mode for apb read & write operations Ashok Reddy Soma
2022-05-12 10:05 ` [PATCH 5/5] spi: cadence-qspi: Fix programming ospi flash speed Ashok Reddy Soma
2022-05-24  7:23 ` [PATCH 0/5] Add support for versal specific cadence ospi driver Michal Simek
2022-07-04 13:42 ` Michal Simek

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.