Message ID | 20240809-loongson1-dma-v12-0-d9469a4a6b85@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Loongson1 APB DMA | expand |
On Fri, 09 Aug 2024 18:30:57 +0800, Keguang Zhang wrote: > Add the driver and dt-binding document for Loongson1 APB DMA. > > Changes in v12: > - Delete superfluous blank lines in the examples section. > - Move the call to devm_request_irq() into ls1x_dma_alloc_chan_resources() > to use dma_chan_name() as a parameter. > - Move the call to devm_free_irq() into ls1x_dma_free_chan_resources() accordingly. > - Rename ls1x_dma_alloc_llis() to ls1x_dma_prep_lli(). > - Merge ls1x_dma_free_lli() into ls1x_dma_free_desc(). > - Add ls1x_dma_synchronize(). > - Fix the error handling of ls1x_dma_probe(). > - Some minor fixes and improvements. > - Link to v11: https://lore.kernel.org/r/20240802-loongson1-dma-v11-0-85392357d4e0@gmail.com > > [...] Applied, thanks! [1/2] dt-bindings: dma: Add Loongson-1 APB DMA commit: 7ea270bb93e4ce165bb4f834c29c05e9815b6ca8 [2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver commit: e06c432312148ddb550ec55b004e32671657ea23 Best regards,
On Fri, Aug 30, 2024 at 1:30 AM Vinod Koul <vkoul@kernel.org> wrote: > > > On Fri, 09 Aug 2024 18:30:57 +0800, Keguang Zhang wrote: > > Add the driver and dt-binding document for Loongson1 APB DMA. > > > > Changes in v12: > > - Delete superfluous blank lines in the examples section. > > - Move the call to devm_request_irq() into ls1x_dma_alloc_chan_resources() > > to use dma_chan_name() as a parameter. > > - Move the call to devm_free_irq() into ls1x_dma_free_chan_resources() accordingly. > > - Rename ls1x_dma_alloc_llis() to ls1x_dma_prep_lli(). > > - Merge ls1x_dma_free_lli() into ls1x_dma_free_desc(). > > - Add ls1x_dma_synchronize(). > > - Fix the error handling of ls1x_dma_probe(). > > - Some minor fixes and improvements. > > - Link to v11: https://lore.kernel.org/r/20240802-loongson1-dma-v11-0-85392357d4e0@gmail.com > > > > [...] > > Applied, thanks! > Great! Thanks very much! > [1/2] dt-bindings: dma: Add Loongson-1 APB DMA > commit: 7ea270bb93e4ce165bb4f834c29c05e9815b6ca8 > [2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver > commit: e06c432312148ddb550ec55b004e32671657ea23 > > Best regards, > -- > ~Vinod > >