Re: [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data

From: Hans-Christian Noren Egtvedt
Date: Sat Jan 09 2016 - 14:33:13 EST


Around Sat 09 Jan 2016 12:45:11 +0000 or thereabout, Mans Rullgard wrote:
> As struct mci_dma_data is now only used by AVR32, it is nothing but
> pointless indirection. Replace it with struct dw_dma_slave in the
> AVR32 platform code and with a void pointer elsewhere.
>
> Signed-off-by: Mans Rullgard <mans@xxxxxxxxx>
> ---
> Changes:
> - rebase onto v4.4-rc8: some members of struct dw_dma_slave had been
> renamed in an unsubmitted patch
> ---
> arch/avr32/mach-at32ap/at32ap700x.c | 21 ++++++++++-----------
> drivers/mmc/host/atmel-mci.c | 1 -
> include/linux/atmel-mci.h | 2 +-
> include/linux/platform_data/mmc-atmel-mci.h | 22 ----------------------
> 4 files changed, 11 insertions(+), 35 deletions(-)
> delete mode 100644 include/linux/platform_data/mmc-atmel-mci.h

<snipp diff>

Thank you for the patch. I have added this to my for-linus branch in the
linux-avr32 tree.

Acked-by: Hans-Christian Noren Egtvedt <egtvedt@xxxxxxxxxxxx>

--
Best regards, HC.