Re: [PATCH v2 6/8] mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs

2020-01-16 Thread Tom Rini
On Tue, Dec 31, 2019 at 11:29:24AM +0800, mingming lee wrote: > This patch adds mmc support for MediaTek MT8512/MT8110 SoCs. > MT8512/MT8110 SoCs puts the tune register at top layer, so > need add new code to support it. > > Signed-off-by: mingming lee Applied to u-boot/master, thanks! --

[PATCH v2 6/8] mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs

2019-12-30 Thread mingming lee
This patch adds mmc support for MediaTek MT8512/MT8110 SoCs. MT8512/MT8110 SoCs puts the tune register at top layer, so need add new code to support it. Signed-off-by: mingming lee --- drivers/mmc/mtk-sd.c | 134 --- 1 file changed, 101 insertions(+), 33