commit | 050dc900cfe88cc890d145c02e1a492915d93cce | [log] [tgz] |
---|---|---|
author | Alexandre Bailon <abailon@baylibre.com> | Mon Feb 06 22:53:51 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 09 13:35:05 2017 +0100 |
tree | 895b5969355370aa5bac1cad4ebd3740af3eec87 | |
parent | 7c92e5fbf4dac0dd4dd41a0383adc54f16f403e2 [diff] |
usb: musb: dma: Add a DMA completion platform callback Currently, the CPPI 4.1 driver is not completely generic and only works on DSPS. This is because of IRQ management. Add a callback to dma_controller that could be invoked on DMA completion to acknowledge the IRQ. Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>