All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] spi: cadence_qspi: clock enable, compatible, write protect
@ 2026-08-14 18:28 Ralph Siemsen
  2026-08-14 18:28 ` [PATCH v2 1/3] spi: cadence_qspi: enable all clocks Ralph Siemsen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ralph Siemsen @ 2026-08-14 18:28 UTC (permalink / raw)
  To: u-boot
  Cc: Tom Rini, Michal Simek, Marek Vasut, Padmarao Begari,
	Anshul Dalal, Neha Malcom Francis, Johan Jonker, Quentin Schulz,
	Patrice Chotard, Ralph Siemsen

1) enable the clock(s) before accessing the QSPI registers
2) add RZ/N1 specific compatible string
3) add an option to enable hardware write protection
   (TBD: maybe drop this change)

Both have been split from "Renesas RZ/N1 additional drivers" series.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
Ralph Siemsen (3):
      spi: cadence_qspi: enable all clocks
      spi: cadence_qspi: add RZ/N1 compatible
      spi: cadence_qspi: Use APB write protection

 drivers/spi/Kconfig            | 11 +++++++++++
 drivers/spi/cadence_qspi.c     | 13 ++++++++++---
 drivers/spi/cadence_qspi.h     |  6 ++++++
 drivers/spi/cadence_qspi_apb.c | 23 +++++++++++++++++++++++
 4 files changed, 50 insertions(+), 3 deletions(-)
---
base-commit: 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5
change-id: 20260811-rzn1-2026-10-spi-cec7e474ed54

Best regards,
--  
Ralph Siemsen <ralph.siemsen@linaro.org>


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

end of thread, other threads:[~2026-08-15 14:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 18:28 [PATCH v2 0/3] spi: cadence_qspi: clock enable, compatible, write protect Ralph Siemsen
2026-08-14 18:28 ` [PATCH v2 1/3] spi: cadence_qspi: enable all clocks Ralph Siemsen
2026-08-14 22:03   ` Marek Vasut via U-Boot
2026-08-15 14:09     ` Ralph Siemsen
2026-08-14 18:28 ` [PATCH v2 2/3] spi: cadence_qspi: add RZ/N1 compatible Ralph Siemsen
2026-08-14 18:28 ` [PATCH v2 3/3] spi: cadence_qspi: Use APB write protection Ralph Siemsen
2026-08-14 22:04   ` Marek Vasut via U-Boot

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.