dmaengine: xilinx: Add empty device_config function
authorMarek Vasut <marex@denx.de>
Wed, 4 Aug 2021 19:51:40 +0000 (21:51 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 6 Aug 2021 13:51:16 +0000 (19:21 +0530)
commit4153a7f6440f46261a3004009eaa914914f08055
treefa38f2eb4e894b3348fbef9a4dbd90b50bc0bba3
parentd6ff82cc1bff97923dfa0640d27271bc220a5004
dmaengine: xilinx: Add empty device_config function

Various DMA users call the dmaengine_slave_config() and expect it to
succeed, but that can only succeed if .device_config is implemented.
Add empty device_config function rather than patching all the places
which use dmaengine_slave_config().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210804195140.61396-1-marex@denx.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dma.c