Re: [PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-13 Thread Doug Anderson
Hi, On Mon, Jun 13, 2016 at 1:08 AM, Shawn Lin wrote: > 在 2016/6/8 6:44, Douglas Anderson 写道: >> >> In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy >> is supported") we added code to power the PHY off and on whenever the >> clock was changed but

Re: [PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-13 Thread Doug Anderson
Hi, On Mon, Jun 13, 2016 at 1:08 AM, Shawn Lin wrote: > 在 2016/6/8 6:44, Douglas Anderson 写道: >> >> In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy >> is supported") we added code to power the PHY off and on whenever the >> clock was changed but we avoided doing the power

Re: [PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-13 Thread Shawn Lin
在 2016/6/8 6:44, Douglas Anderson 写道: In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy is supported") we added code to power the PHY off and on whenever the clock was changed but we avoided doing the power cycle code when the clock was low speed. Let's now do it always.

Re: [PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-13 Thread Shawn Lin
在 2016/6/8 6:44, Douglas Anderson 写道: In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy is supported") we added code to power the PHY off and on whenever the clock was changed but we avoided doing the power cycle code when the clock was low speed. Let's now do it always.

[PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-07 Thread Douglas Anderson
In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy is supported") we added code to power the PHY off and on whenever the clock was changed but we avoided doing the power cycle code when the clock was low speed. Let's now do it always. Although there may be other reasons for

[PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes

2016-06-07 Thread Douglas Anderson
In commit 802ac39a5566 ("mmc: sdhci-of-arasan: fix set_clock when a phy is supported") we added code to power the PHY off and on whenever the clock was changed but we avoided doing the power cycle code when the clock was low speed. Let's now do it always. Although there may be other reasons for