Re: [PATCH v2] fsldma: Set correct dma_mask based on hw capability

2025-05-14 Thread Vinod Koul
On Mon, 05 May 2025 13:53:07 -0400, Ben Collins wrote: > The driver currently hardcodes DMA_BIT_MASK to 36-bits, which is only > correct on eloplus: > > elo3 supports 40-bits > eloplus supports 36-bits > elo supports 32-bits > > [...] Applied, thanks! [1/1] fs

[PATCH v2] fsldma: Set correct dma_mask based on hw capability

2025-05-05 Thread Ben Collins
The driver currently hardcodes DMA_BIT_MASK to 36-bits, which is only correct on eloplus: elo3supports 40-bits eloplus supports 36-bits elo supports 32-bits This is based on 0x08 cdar register documention in the respective reference manuals. Set the dma mask accord