]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/dma/ste_dma40.c
dmaengine: ste_dma40: Only use addresses passed as configuration information
authorLee Jones <lee.jones@linaro.org>
Wed, 15 May 2013 09:51:30 +0000 (10:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 May 2013 19:13:28 +0000 (21:13 +0200)
commitef9c89b3ec6916dd0b7db1563d51d85af3e7f031
treea097bcac1b646facb58e317024f2ba3b903e7429
parentb722487507b757b03e4e9cbb215f8965fa9b5e47
dmaengine: ste_dma40: Only use addresses passed as configuration information

Addresses are passed in from the client's driver via the invocation of
dmaengine_slave_config(), so there's no need to fetch them from platform
data too, hardwired or otherwise. This is a great step forward, as it
elevates a large burden from platform data in the way of a look-up
table.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/dma/ste_dma40.c