Re: [PATCH v3 58/59] dmaengine: Add a warning for drivers not using the generic slave caps retrieval

2014-10-23 Thread Maxime Ripard
On Thu, Oct 23, 2014 at 04:38:39PM +0300, Laurent Pinchart wrote: > Hi Maxime, > > On Thursday 23 October 2014 15:19:33 Maxime Ripard wrote: > > On Thu, Oct 23, 2014 at 12:21:31AM +0300, Laurent Pinchart wrote: > > > Hi Maxime, > > > > > > Thank you for the patch. > > > > > > On Wednesday 22 Oct

Re: [PATCH v3 58/59] dmaengine: Add a warning for drivers not using the generic slave caps retrieval

2014-10-23 Thread Laurent Pinchart
Hi Maxime, On Thursday 23 October 2014 15:19:33 Maxime Ripard wrote: > On Thu, Oct 23, 2014 at 12:21:31AM +0300, Laurent Pinchart wrote: > > Hi Maxime, > > > > Thank you for the patch. > > > > On Wednesday 22 October 2014 17:44:12 Maxime Ripard wrote: > > > For the slave caps retrieval to be rea

Re: [PATCH v3 58/59] dmaengine: Add a warning for drivers not using the generic slave caps retrieval

2014-10-23 Thread Maxime Ripard
Hi, On Thu, Oct 23, 2014 at 12:21:31AM +0300, Laurent Pinchart wrote: > Hi Maxime, > > Thank you for the patch. > > On Wednesday 22 October 2014 17:44:12 Maxime Ripard wrote: > > For the slave caps retrieval to be really useful, most drivers need to > > implement it. > > > > Hence, we need to b

Re: [PATCH v3 58/59] dmaengine: Add a warning for drivers not using the generic slave caps retrieval

2014-10-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday 22 October 2014 17:44:12 Maxime Ripard wrote: > For the slave caps retrieval to be really useful, most drivers need to > implement it. > > Hence, we need to be slightly more aggressive, and trigger a warning at > registration time for drivers that

[PATCH v3 58/59] dmaengine: Add a warning for drivers not using the generic slave caps retrieval

2014-10-22 Thread Maxime Ripard
For the slave caps retrieval to be really useful, most drivers need to implement it. Hence, we need to be slightly more aggressive, and trigger a warning at registration time for drivers that don't fill their caps infos in order to encourage them to implement it. Signed-off-by: Maxime Ripard ---