All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] spi: ma35d1-qspi: Improvements and DTR support
@ 2026-08-13  8:00 Miquel Raynal
  2026-08-13  8:00 ` [PATCH 1/5] spi: ma35d1-qspi: Remove redundant reset operation Miquel Raynal
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Miquel Raynal @ 2026-08-13  8:00 UTC (permalink / raw)
  To: Jacky Huang, Shan-Chun Hung, Mark Brown
  Cc: Thomas Petazzoni, Steam Lin, linux-arm-kernel, linux-spi,
	linux-kernel, Miquel Raynal

I am in possession of an MA35D1 NuMaker board. The SPI controller has
been contributed, but:
1- it lacks a DT descriptions [1]
2- it does not work with current clock driver [2]
3- it can be improved
    
Link: https://lore.kernel.org/linux-arm-kernel/20260813-perso-ma35d1-upstream-dts-v1-0-bb237fd7c3c2@bootlin.com [1]
Link: https://lore.kernel.org/linux-clk/20260813-perso-ma35d1-upstream-clk-v1-1-e78e5e6172ea@bootlin.com [2]
This series is addressing #3 by:
- reusing existing helpers
- refactoring a bit the code
- adding DTR support

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
Miquel Raynal (5):
      spi: ma35d1-qspi: Remove redundant reset operation
      spi: ma35d1-qspi: Move speed setting to bus configuration
      spi: ma35d1-qspi: Allow several command bytes
      spi: ma35d1-qspi: Add DTR support
      spi: ma35d1-qspi: Use the existing update helper

 drivers/spi/spi-ma35d1-qspi.c | 108 ++++++++++++++++++++++++++----------------
 1 file changed, 68 insertions(+), 40 deletions(-)
---
base-commit: 1ec281b42ee249cfe9bad52a54149de29ed6aa78
change-id: 20260813-perso-ma35d1-upstream-qspi-1cbfcac2367a

Best regards,
-- 
Miquel Raynal <miquel.raynal@bootlin.com>



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13  8:00 [PATCH 0/5] spi: ma35d1-qspi: Improvements and DTR support Miquel Raynal
2026-08-13  8:00 ` [PATCH 1/5] spi: ma35d1-qspi: Remove redundant reset operation Miquel Raynal
2026-08-13  8:00 ` [PATCH 2/5] spi: ma35d1-qspi: Move speed setting to bus configuration Miquel Raynal
2026-08-13  8:00 ` [PATCH 3/5] spi: ma35d1-qspi: Allow several command bytes Miquel Raynal
2026-08-13  8:00 ` [PATCH 4/5] spi: ma35d1-qspi: Add DTR support Miquel Raynal
2026-08-13 21:33   ` Mark Brown
2026-08-14 12:44     ` Miquel Raynal
2026-08-14 12:56       ` Mark Brown
2026-08-13  8:00 ` [PATCH 5/5] spi: ma35d1-qspi: Use the existing update helper Miquel Raynal
2026-08-14 12:38 ` [PATCH 0/5] spi: ma35d1-qspi: Improvements and DTR support Mark Brown

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.