On 24/07/2015 17:24, Alex Smith wrote: > Hi, > > This series fixes a number of issues with the dma-jz4780 driver, and > also makes a few cleanups. A number of these issues were reported after > the driver was initially added, apologies for the delay in getting them > fixed. > > If this is too late for 4.2 it's no big deal, as although basic JZ4780 > platform support is now in there are no drivers which make use of the > DMA controller at this point. > > This series is based on 4.2-rc3. > > Changes in v3: > - In fact the previously removed devm_free_irq() call is needed, so > drop the patch that removes it. Instead change to not use the > managed IRQ functions as they are unnecessary. > - Add new patch to kill tasklets before unregistering device. > > Changes in v2: > - Add new patch to remove unnecessary call to devm_free_irq() > - Rebase on 4.2-rc3. > > Thanks, > Alex > > Alex Smith (8): > dmaengine: jz4780: Fix up dmaengine API function prototypes > dmaengine: jz4780: Fall back on smaller transfer sizes where necessary > dmaengine: jz4780: Fix error handling/signedness issues > dmaengine: jz4780: Use dma_get_slave_channel when requesting a > specific channel > dmaengine: jz4780: Ensure channel is on correct controller in filter > dmaengine: jz4780: Remove request type number definitions header > dmaengine: jz4780: Don't use devm_*_irq() functions > dmaengine: jz4780: Kill tasklets before unregistering the device > > drivers/dma/dma-jz4780.c | 122 ++++++++++++++++++++++------------- > include/dt-bindings/dma/jz4780-dma.h | 49 -------------- > 2 files changed, 78 insertions(+), 93 deletions(-) > delete mode 100644 include/dt-bindings/dma/jz4780-dma.h Ping. Could these go in for 4.3? Thanks, Alex -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html