[PATCH] mmc: dw_mmc: Turn the card clock off at suspend time

2014-11-19 Thread Doug Anderson
Since the dw_mmc driver was first added to Linux it's had a TODO in it that we should turn off the card clock during suspend. I have no idea for sure why it wasn't done originally, but if I had to guess I'd guess it was related to the lack of a common clock framework. Let's do it now. There is

Re: [PATCH] mmc: dw_mmc: Turn the card clock off at suspend time

2014-11-19 Thread Andrew Bresticker
Doug, On Wed, Nov 19, 2014 at 10:51 AM, Doug Anderson diand...@chromium.org wrote: Since the dw_mmc driver was first added to Linux it's had a TODO in it that we should turn off the card clock during suspend. I have no idea for sure why it wasn't done originally, but if I had to guess I'd

Re: [PATCH] mmc: dw_mmc: Turn the card clock off at suspend time

2014-11-19 Thread Doug Anderson
Andrew, On Wed, Nov 19, 2014 at 11:03 AM, Andrew Bresticker abres...@chromium.org wrote: Doug, On Wed, Nov 19, 2014 at 10:51 AM, Doug Anderson diand...@chromium.org wrote: Since the dw_mmc driver was first added to Linux it's had a TODO in it that we should turn off the card clock during

Re: [PATCH] mmc: dw_mmc: Turn the card clock off at suspend time

2014-11-19 Thread Andrew Bresticker
Doug, On Wed, Nov 19, 2014 at 11:30 AM, Doug Anderson diand...@chromium.org wrote: Andrew, On Wed, Nov 19, 2014 at 11:03 AM, Andrew Bresticker abres...@chromium.org wrote: Doug, On Wed, Nov 19, 2014 at 10:51 AM, Doug Anderson diand...@chromium.org wrote: Since the dw_mmc driver was