Re: [PATCH] mmc: print debug messages for runtime PM actions

2011-07-20 Thread Daniel Drake
On 19 July 2011 03:31, Chris Ball c...@laptop.org wrote: Did you consider just:        pr_debug(%s: %s: powering down\n, mmc_hostname(host), __func__); which gets you the same CONFIG_MMC_DEBUG semantics?  (The messages will be at the debug loglevel rather than info, but that sounds right to

Re: [PATCH] mmc: print debug messages for runtime PM actions

2011-07-20 Thread Chris Ball
Hi, On Wed, Jul 20 2011, Daniel Drake wrote: pr_debug(%s: %s: powering down\n, mmc_hostname(host), __func__); which gets you the same CONFIG_MMC_DEBUG semantics? (The messages will be at the debug loglevel rather than info, but that sounds right to me.) I did, and that would probably be

Re: [PATCH] mmc: print debug messages for runtime PM actions

2011-07-18 Thread Chris Ball
Hi Dan, On Sun, Jul 17 2011, Daniel Drake wrote: At http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg08371.html we found and fixed a bug where mmc's runtime power management functions were not being called. We have now also made improvements to the SDIO powerup routine which could

[PATCH] mmc: print debug messages for runtime PM actions

2011-07-17 Thread Daniel Drake
At http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg08371.html we found and fixed a bug where mmc's runtime power management functions were not being called. We have now also made improvements to the SDIO powerup routine which could possibly mask this kind of issue in future. Add debug