Re: [PATCH v2 3/3] mmc: sdhci-tegra: drop ->get_ro() implementation

2019-02-12 Thread Adrian Hunter
On 11/02/19 3:23 PM, Thomas Petazzoni wrote: > The SDHCI core is know properly checking for the state of a WP GPIO, > so there is no longer any need for the sdhci-tegra code to implement > ->get_ro() using mmc_gpio_get_ro(). > > Signed-off-by: Thomas Petazzoni > Tested-by: Thierry Reding > Acked

[PATCH v2 3/3] mmc: sdhci-tegra: drop ->get_ro() implementation

2019-02-11 Thread Thomas Petazzoni
The SDHCI core is know properly checking for the state of a WP GPIO, so there is no longer any need for the sdhci-tegra code to implement ->get_ro() using mmc_gpio_get_ro(). Signed-off-by: Thomas Petazzoni Tested-by: Thierry Reding Acked-by: Thierry Reding --- Changes since v1: - Added Tested-