Re: [PATCH v3 59/59] dmaengine: Remove device_control and device_slave_caps

2014-10-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday 22 October 2014 17:44:13 Maxime Ripard wrote: > Now that device_control has been split into several functions, and > device_slave_caps rendered useless, we can safely remove them. > > Signed-off-by: Maxime Ripard Assuming you haven't forgotten

[PATCH v3 59/59] dmaengine: Remove device_control and device_slave_caps

2014-10-22 Thread Maxime Ripard
Now that device_control has been split into several functions, and device_slave_caps rendered useless, we can safely remove them. Signed-off-by: Maxime Ripard --- include/linux/dmaengine.h | 52 ++- 1 file changed, 6 insertions(+), 46 deletions(-)

[PATCH v3 59/59] dmaengine: Remove device_control and device_slave_caps

2014-10-22 Thread Maxime Ripard
Now that device_control has been split into several functions, and device_slave_caps rendered useless, we can safely remove them. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- include/linux/dmaengine.h | 52 ++- 1 file changed, 6

Re: [PATCH v3 59/59] dmaengine: Remove device_control and device_slave_caps

2014-10-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday 22 October 2014 17:44:13 Maxime Ripard wrote: Now that device_control has been split into several functions, and device_slave_caps rendered useless, we can safely remove them. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com