[PATCH v6 0/4] mmc: mediatek: add mmc cqhci support

From: Chun-Hung Wu
Date: Mon Jun 08 2020 - 21:18:50 EST


This series provides MediaTek cqhci implementations as below:
- Extend mmc_of_parse() to parse CQE bindings
- Remove redundant host CQE bindings
- Refine msdc timeout api to reduce redundant code
- MediaTek command queue support
- dt-bindings for mt6779

v1 -> v2:
- Add more patch details in commit message
- Separate msdc timeout api refine to individual patch

v2 -> v3:
- Remove CR-Id, Change-Id and Feature in patches
- Add Signed-off-by in patches

v3 -> v4:
- Refine CQE bindings in mmc_of_parse (Ulf Hansson)
- Remove redundant host CQE bindings (Linux Walleij)

v4 -> v5:
- Add Acked-by and more maintainers

v5 -> v6:
- Move CQE bindings back to vendor driver
- Add mt6779 mmc support as an individual patch
- Error handling for cq_host devm_kzallo()

Chun-Hung Wu (4):
[1/4] mmc: mediatek: add MT6779 MMC driver support
[2/4] mmc: mediatek: refine msdc timeout api
[3/4] mmc: mediatek: command queue support
[4/4] dt-bindings: mmc: mediatek: Add document for mt6779

Documentation/devicetree/bindings/mmc/mtk-sd.txt | 4 +
drivers/mmc/host/mtk-sd.c | 164 +++++++++++++++++++++--
2 files changed, 158 insertions(+), 10 deletions(-)

--
1.9.1