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

From: Ulf Hansson
Date: Thu Jan 14 2016 - 07:10:15 EST


On 9 January 2016 at 20:32, Hans-Christian Noren Egtvedt
<egtvedt@xxxxxxxxxxxx> wrote:
> 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.

Again, I suppose that means you will send this as fix for 4.5 rc?

Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>

>
> Acked-by: Hans-Christian Noren Egtvedt <egtvedt@xxxxxxxxxxxx>
>
> --
> Best regards, HC.