]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mmc: mmci: add stm32 sdmmc variant
authorLudovic Barre <ludovic.barre@st.com>
Mon, 8 Oct 2018 12:08:55 +0000 (14:08 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 9 Oct 2018 07:16:53 +0000 (09:16 +0200)
commit46b723dd867d599420fb640c0eaf2a866ef721d4
tree50a42c583dbe1ce0800594336ea85e93e404aa81
parent62022894cd42c6bedc19ead51e91cdfb742cb5a6
mmc: mmci: add stm32 sdmmc variant

This patch adds a stm32 sdmmc variant, rev 1.1.
Introduces a new Manufacturer id "0x53, ascii 'S' to define
new stm32 sdmmc family with clean range of amba
revision/configurations bits (corresponding to sdmmc_ver
register with major/minor fields).
Add 2 variants properties:
-dma_lli, to enable link list support.
-stm32_idmabsize_mask, defines the range of SDMMC_IDMABSIZER register
 which specify the number bytes per buffer.

DT properties for sdmmc:
-Indicate signal directions (only one property
 for d0dir, d123dir, cmd_dir)
-Select command and data phase relation.
-Select "clock in" from an external driver.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/mmci.c
drivers/mmc/host/mmci.h
drivers/mmc/host/mmci_stm32_sdmmc.c [new file with mode: 0644]