Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305350

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

From Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data
Date 2016-01-09 20:40 +0100
Message-ID <qP7wK-1Ds-11@gated-at.bofh.it> (permalink)
References <qP17Y-5Cx-3@gated-at.bofh.it> <qP17Y-5Cx-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@mansr.com>
> ---
> 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@samfundet.no>

-- 
Best regards, HC.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Mans Rullgard <mans@mansr.com> - 2016-01-09 13:50 +0100
  [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data Mans Rullgard <mans@mansr.com> - 2016-01-09 13:50 +0100
    Re: [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> - 2016-01-09 20:40 +0100
      Re: [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data Ulf Hansson <ulf.hansson@linaro.org> - 2016-01-14 13:20 +0100
    Re: [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-11 15:30 +0100
  Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> - 2016-01-09 20:40 +0100
    Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Ulf Hansson <ulf.hansson@linaro.org> - 2016-01-14 13:10 +0100
      Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> - 2016-01-14 13:50 +0100
        Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Ulf Hansson <ulf.hansson@linaro.org> - 2016-01-14 14:30 +0100
  Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-11 15:30 +0100

csiph-web