Florian Meier 7f5ae35536 dmaengine: Add DMA_PRIVATE to BCM2835 driver
Without DMA_PRIVATE the driver is not able to allocate more than one channel.
Since it uses dma_get_any_slave_channel that calls private_candidate,
the second allocation fails at
/* some channels are already publicly allocated */
Maybe it should be fixed in the core, but at least this fixes the bug.

Signed-off-by: Florian Meier <florian.meier@koalo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2014-01-20 12:31:50 +05:30
..
2013-08-25 16:43:45 +05:30
2013-01-07 17:36:37 +01:00
2013-10-31 22:36:13 +05:30
2012-09-01 08:57:12 -07:00
2014-01-07 21:36:39 +05:30
2014-01-07 21:36:39 +05:30
2013-09-02 11:59:58 +05:30