Re: [PATCH 2/4] mmc: mtk-sd: add support for config found in mt7620 family SOCs.

2019-05-05 Thread Chaotian Jing
On Sat, 2019-05-04 at 20:24 +1000, NeilBrown wrote: > mt7620 family MIPS SOCs contain the mtk-sd silicon. > Add support for this. > > Signed-off-by: NeilBrown Reviewed-by:Chaotian Jing > --- > Documentation/devicetree/bindings/mmc/mtk-sd.txt |1 + > drivers/mmc/host/mtk-sd.c

[PATCH 2/4] mmc: mtk-sd: add support for config found in mt7620 family SOCs.

2019-05-04 Thread NeilBrown
mt7620 family MIPS SOCs contain the mtk-sd silicon. Add support for this. Signed-off-by: NeilBrown --- Documentation/devicetree/bindings/mmc/mtk-sd.txt |1 + drivers/mmc/host/mtk-sd.c| 12 2 files changed, 13 insertions(+) diff --git