RE: [EXT] Re: [PATCH v2] dmadev: get DMA device using device ID

2023-09-26 Thread Amit Prakash Shukla
nuru ; > g.si...@nxp.com; sachin.sax...@oss.nxp.com; hemant.agra...@nxp.com; > cheng1.ji...@intel.com; Nithin Kumar Dabilpuram > ; Anoob Joseph ; > m...@smartsharesystems.com > Subject: [EXT] Re: [PATCH v2] dmadev: get DMA dev

Re: [PATCH v2] dmadev: get DMA device using device ID

2023-09-21 Thread Jerin Jacob
On Tue, Sep 19, 2023 at 5:12 PM Amit Prakash Shukla wrote: > > DMA library has a function to get DMA device based on device name but > there is no function to get DMA device using device id. > > Added a function that lookup for the dma device using device id and > returns the pointer to the same.

[PATCH v2] dmadev: get DMA device using device ID

2023-09-19 Thread Amit Prakash Shukla
DMA library has a function to get DMA device based on device name but there is no function to get DMA device using device id. Added a function that lookup for the dma device using device id and returns the pointer to the same. Signed-off-by: Amit Prakash Shukla --- v2: - Dropped patch with dma e