Re: [PATCH 4/5] mmc: mtk-sd: enable internal card-detect logic.

2019-05-04 Thread NeilBrown
On Thu, Apr 18 2019, Chaotian Jing wrote: > On Tue, 2019-04-16 at 14:47 +1000, NeilBrown wrote: >> The mtk-sd silicon has integrated card-detect logic that is >> enabled, at least, on the MT7621 as used in the GNUBEE NAS. >> >> If the sdhci isn't marked non-removable and doesn't have a >>

Re: [PATCH 4/5] mmc: mtk-sd: enable internal card-detect logic.

2019-04-18 Thread Chaotian Jing
On Tue, 2019-04-16 at 14:47 +1000, NeilBrown wrote: > The mtk-sd silicon has integrated card-detect logic that is > enabled, at least, on the MT7621 as used in the GNUBEE NAS. > > If the sdhci isn't marked non-removable and doesn't have a > cd-gpio configured, assume the internal cd logic should

[PATCH 4/5] mmc: mtk-sd: enable internal card-detect logic.

2019-04-15 Thread NeilBrown
The mtk-sd silicon has integrated card-detect logic that is enabled, at least, on the MT7621 as used in the GNUBEE NAS. If the sdhci isn't marked non-removable and doesn't have a cd-gpio configured, assume the internal cd logic should be used. Signed-off-by: NeilBrown ---