public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mtd: rawnand: cadence: improvement and fixes
@ 2025-01-08 13:52 niravkumar.l.rabara
  2025-01-08 13:52 ` [PATCH 1/3] mtd: rawnand: cadence: support deferred prob when DMA is not ready niravkumar.l.rabara
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: niravkumar.l.rabara @ 2025-01-08 13:52 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Niravkumar L Rabara, linux, Shen Lichuan, Jinjie Ruan,
	u.kleine-koenig, linux-mtd, linux-kernel

From: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>

This patchset introduces improvements and fixes for cadence nand driver.
The changes include:

1. Support deferred prob mechanism when DMA driver is not probed yet.
2. Map the slave DMA address using dma_map_resource. When ARM SMMU
   is enabled, using a direct physical address of SDMA results in
   DMA transaction failure.
3. Fixed the incorrect device context used for dma_unmap_single.

Niravkumar L Rabara (3):
  mtd: rawnand: cadence: support deferred prob when DMA is not ready
  mtd: rawnand: cadence: use dma_map_resource for sdma address
  mtd: rawnand: cadence: fix incorrect dev context in dma_unmap_single

 .../mtd/nand/raw/cadence-nand-controller.c    | 35 +++++++++++++++----
 1 file changed, 28 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-01-15 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 13:52 [PATCH 0/3] mtd: rawnand: cadence: improvement and fixes niravkumar.l.rabara
2025-01-08 13:52 ` [PATCH 1/3] mtd: rawnand: cadence: support deferred prob when DMA is not ready niravkumar.l.rabara
2025-01-08 13:52 ` [PATCH 2/3] mtd: rawnand: cadence: use dma_map_resource for sdma address niravkumar.l.rabara
2025-01-08 13:52 ` [PATCH 3/3] mtd: rawnand: cadence: fix incorrect dev context in dma_unmap_single niravkumar.l.rabara
2025-01-15 19:05 ` [PATCH 0/3] mtd: rawnand: cadence: improvement and fixes Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox