Re: [PATCH v3 05/59] dmaengine: Make channel allocation callbacks optional

2014-10-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday 22 October 2014 17:43:19 Maxime Ripard wrote: > Nowadays, some drivers don't have anything in there channel allocation > callbacks anymore. > > Remove the BUG_ON if those callbacks aren't implemented, in order to allow > drivers to not implement

[PATCH v3 05/59] dmaengine: Make channel allocation callbacks optional

2014-10-22 Thread Maxime Ripard
Nowadays, some drivers don't have anything in there channel allocation callbacks anymore. Remove the BUG_ON if those callbacks aren't implemented, in order to allow drivers to not implement them. Signed-off-by: Maxime Ripard --- drivers/dma/dmaengine.c | 18 +++--- 1 file changed,

[PATCH v3 05/59] dmaengine: Make channel allocation callbacks optional

2014-10-22 Thread Maxime Ripard
Nowadays, some drivers don't have anything in there channel allocation callbacks anymore. Remove the BUG_ON if those callbacks aren't implemented, in order to allow drivers to not implement them. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- drivers/dma/dmaengine.c | 18

Re: [PATCH v3 05/59] dmaengine: Make channel allocation callbacks optional

2014-10-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday 22 October 2014 17:43:19 Maxime Ripard wrote: Nowadays, some drivers don't have anything in there channel allocation callbacks anymore. Remove the BUG_ON if those callbacks aren't implemented, in order to allow drivers to not implement them.