spi: dw: Make DMA request line assignments explicit for Intel Medfield
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 29 May 2020 18:31:49 +0000 (21:31 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 29 May 2020 19:04:04 +0000 (20:04 +0100)
commitb3f82dc26c0d4e1348ef81e0189cb8838b8b0d22
treef03cafaf2722be55a49abb9ba2d29fc663ab9f94
parentd62069c22eda3caeca97f6713a9ed2662ef1346d
spi: dw: Make DMA request line assignments explicit for Intel Medfield

The 2afccbd283ae ("spi: dw: Discard static DW DMA slave structures")
did a clean up of global variables, which is fine, but messed up with
the carefully provided information in the custom DMA slave structures.
There reader can find an assignment of the DMA request lines in use.

Partially revert the above mentioned commit to restore readability
and maintainability of the code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200529183150.44149-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-dma.c