Re: [PATCH] mmc: renesas_sdhi: fix WP detection

2018-06-01 Thread Wolfram Sang
On Mon, Mar 05, 2018 at 09:48:42PM +0100, Wolfram Sang wrote: > Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of > TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI > which incorrectly disabled WP altogether instead of only disabling the > internal mechanism. Si

Re: [PATCH] mmc: renesas_sdhi: fix WP detection

2018-03-15 Thread Ulf Hansson
On 5 March 2018 at 21:48, Wolfram Sang wrote: > Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of > TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI > which incorrectly disabled WP altogether instead of only disabling the > internal mechanism. Since the whole W

Re: [PATCH] mmc: renesas_sdhi: fix WP detection

2018-03-06 Thread Masahiro Yamada
2018-03-06 17:53 GMT+09:00 Wolfram Sang : > On Tue, Mar 06, 2018 at 12:48:19PM +0900, Masahiro Yamada wrote: >> 2018-03-06 5:48 GMT+09:00 Wolfram Sang : >> > Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of >> > TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI

Re: [PATCH] mmc: renesas_sdhi: fix WP detection

2018-03-06 Thread Wolfram Sang
On Tue, Mar 06, 2018 at 12:48:19PM +0900, Masahiro Yamada wrote: > 2018-03-06 5:48 GMT+09:00 Wolfram Sang : > > Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of > > TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI > > which incorrectly disabled WP altogether in

Re: [PATCH] mmc: renesas_sdhi: fix WP detection

2018-03-05 Thread Masahiro Yamada
2018-03-06 5:48 GMT+09:00 Wolfram Sang : > Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of > TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI > which incorrectly disabled WP altogether instead of only disabling the > internal mechanism. I am not opposed to t

[PATCH] mmc: renesas_sdhi: fix WP detection

2018-03-05 Thread Wolfram Sang
Commit "mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag" activated MMC_CAP2_NO_WRITE_PROTECT for Renesas SDHI which incorrectly disabled WP altogether instead of only disabling the internal mechanism. Since the whole WP handling has been reworked, we can simply disable thi