Convert the last users (mostly in ASoC) to use dma_request_chan() and
drop deprecated dma_request_slave_channel() completely.
I think the best is to allow Mark to take the whole lot and provide an
immutable tag or branch to others (DMAengine and GPIB).
Andy Shevchenko (7):
ASoC: stm32: spdifrx: Drop mention of the deprecated and unused call
ASoC: sprd: Replace dma_request_slave_channel() by dma_request_chan()
ASoC: soc-generic-dmaengine-pcm: Replace dma_request_slave_channel()
by dma_request_chan()
ASoC: pxa: Replace dma_request_slave_channel() by dma_request_chan()
ASoC: fsl_asrc: Replace dma_request_slave_channel() by
dma_request_chan()
gpib: fmh_gpib: Replace dma_request_slave_channel() by
dma_request_chan()
dmaengine: Remove deprecated dma_request_slave_channel()
drivers/gpib/fmh_gpib/fmh_gpib.c | 7 ++++---
include/linux/dmaengine.h | 9 ---------
sound/soc/fsl/fsl_asrc.c | 2 +-
sound/soc/fsl/fsl_asrc_dma.c | 13 +++++++------
sound/soc/fsl/fsl_asrc_m2m.c | 8 ++++----
sound/soc/fsl/fsl_easrc.c | 2 +-
sound/soc/pxa/pxa2xx-pcm-lib.c | 10 +++++++---
sound/soc/soc-generic-dmaengine-pcm.c | 8 +++++---
sound/soc/sprd/sprd-pcm-compress.c | 7 +++----
sound/soc/sprd/sprd-pcm-dma.c | 7 +++----
sound/soc/stm/stm32_spdifrx.c | 2 +-
11 files changed, 36 insertions(+), 39 deletions(-)
--
2.50.1