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

2019-01-16 Thread Thierry Reding
On Tue, Jan 15, 2019 at 05:28:37PM +0100, 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 > --- > Note:

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

2019-01-15 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 --- Note: this patch has only been compiled tested, as I don't have the hardware to test