public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] mtd: rawnand: cadence: improvement and fixes
@ 2025-02-10  5:35 niravkumar.l.rabara
  2025-02-10  5:35 ` [PATCH v3 1/3] mtd: rawnand: cadence: fix error code in cadence_nand_init() niravkumar.l.rabara
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: niravkumar.l.rabara @ 2025-02-10  5:35 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Niravkumar L Rabara, linux, Shen Lichuan, Jinjie Ruan,
	u.kleine-koenig, nirav.rabara, linux-mtd, linux-kernel
  Cc: stable

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

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

1. Replace dma_request_channel() with dma_request_chan_by_mask() and use
   helper functions to return proper error code instead of fixed -EBUSY.
2. Remap the slave DMA I/O resources to enhance driver portability.
3. Fixed dma_unmap_single to use correct physical/bus device.


v3 changes:-
  * Update commit message based on v2 review feedback for better clarity.
  * Use dma_request_chan_by_mask() and helper functions to return proper
    error code instead of fixed -EBUSY error code.

link to v2:
 - https://lore.kernel.org/all/20250116032154.3976447-1-niravkumar.l.rabara@intel.com/

v2 changes:-
  * Added the missing Fixes and Cc: stable tags to the patches.

link to v1:
 - https://lore.kernel.org/all/20250108135234.3107502-1-niravkumar.l.rabara@intel.com/

Niravkumar L Rabara (3):
  mtd: rawnand: cadence: fix error code in cadence_nand_init()
  mtd: rawnand: cadence: use dma_map_resource for sdma address
  mtd: rawnand: cadence: fix incorrect device in dma_unmap_single

 .../mtd/nand/raw/cadence-nand-controller.c    | 42 ++++++++++++++-----
 1 file changed, 31 insertions(+), 11 deletions(-)

-- 
2.25.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2025-02-10 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10  5:35 [PATCH v3 0/3] mtd: rawnand: cadence: improvement and fixes niravkumar.l.rabara
2025-02-10  5:35 ` [PATCH v3 1/3] mtd: rawnand: cadence: fix error code in cadence_nand_init() niravkumar.l.rabara
2025-02-10  5:35 ` [PATCH v3 2/3] mtd: rawnand: cadence: use dma_map_resource for sdma address niravkumar.l.rabara
2025-02-10  5:35 ` [PATCH v3 3/3] mtd: rawnand: cadence: fix incorrect device in dma_unmap_single niravkumar.l.rabara
2025-02-10 15:26 ` [PATCH v3 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