Re: [alsa-devel] [PATCH V6 03/10] ARM: SAMSUNG: Make dma request compatible to generic dma bindings.
On Fri, Jan 18, 2013 at 05:17:02PM +0530, Padmavathi Venna wrote:
This patch make the dma dev request operation compatible for both DT and non-DT cases. It takes the all the arguments required for dma_request_slave_channel and dma_request_channel. If the driver is initiated via DT or non-DT the corresponding call will be made.
OK, so this is where the SPI change came from - the API has been changed incompatibly and SPI needs updating. For bisection this API update ought to be done in a single commit, otherwise there will be steps in the bisection where nothing will work.
Anyway, I'll go ahead and apply this, the SPI and the ASoC ones but this is something to bear in mind for the future.
On Tue, Jan 29, 2013 at 11:50 AM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Fri, Jan 18, 2013 at 05:17:02PM +0530, Padmavathi Venna wrote:
This patch make the dma dev request operation compatible for both DT and non-DT cases. It takes the all the arguments required for dma_request_slave_channel and dma_request_channel. If the driver is initiated via DT or non-DT the corresponding call will be made.
OK, so this is where the SPI change came from - the API has been changed incompatibly and SPI needs updating. For bisection this API update ought to be done in a single commit, otherwise there will be steps in the bisection where nothing will work.
Anyway, I'll go ahead and apply this, the SPI and the ASoC ones but this is something to bear in mind for the future.
OK. Thanks for applying the patch.
Regards Padma
participants (2)
-
Mark Brown
-
Padma Venkat