[PATCH v2] mci: add Marvell Dove SDHCI driver

Sascha Hauer s.hauer at pengutronix.de
Wed Apr 19 02:56:13 PDT 2017


On Tue, Apr 18, 2017 at 11:15:58AM +0200, Michael Grzeschik wrote:
> This adds a driver for the SDHCI controller found on Marvell Dove SoCs.
> Despite a missing pinctrl driver, corresponding MPP config has to be
> set on a per board basis.
> 
> This driver was succesfully tested with Solidrun Dove Cubox.
> 
> Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
> 
> ---
> RFC -> v1: - acknowledging the dma_int status bit to resume xfer
>            - added dma_sync_single_for_device where we handover data
>            - rate limited the multiwrite size with an max_req_size
>              and increased the timeout according to the data being
>              handled
> 
>  v1 -> v2: - added myself to authors
>            - added ACK from Sebastian
> ---
>  arch/arm/configs/mvebu_defconfig |   1 +
>  drivers/mci/Kconfig              |   7 +
>  drivers/mci/Makefile             |   1 +
>  drivers/mci/dove-sdhci.c         | 392 +++++++++++++++++++++++++++++++++++++++
>  drivers/mci/sdhci.h              |  59 ++++++
>  5 files changed, 460 insertions(+)
>  create mode 100644 drivers/mci/dove-sdhci.c

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list