Re: [PATCH] sdhci-pci register legacy PCI PM or runtime PM not both

2011-11-21 Thread Adrian Hunter
On 20/11/11 23:29, David Fries wrote: From: David Fries da...@fries.net pci_has_legacy_pm_support says to not register both legacy PM and runtime PM callbacks, modified ifdefs. Hasn't this already been done in Chris mmc tree i.e. commit f353f593fe449178a8cb01cefe559dba125ab8b1 Author:

Re: [PATCH] mmc: debugfs: parse all ext_csd via debug_fs

2011-11-21 Thread Linus Walleij
On Mon, Nov 21, 2011 at 8:39 AM, Giuseppe CAVALLARO peppe.cavall...@st.com wrote: Just to summarize: the patch works in debugfs context so the parsing doesn't break the sys rules. I agree with Chris this has to be maintained for the next mmc standards but IMO we can pay this waiting for having

Re: Oops on suspend with libertas SDIO (Linux 3.2-rc2)

2011-11-21 Thread Sven Neumann
Hi, On Fri, 2011-11-18 at 15:02 +0100, Daniel Mack wrote: Looks like mmc_sdio_remove() calls mmc_remove_card() after the reset_card function has called mmc_remove_host() already. Maybe if_sdio_reset_card_worker() should call mmc_free_host() as well? From a quick look is seems we need

Re: [PATCH RESEND V4] mmc: core: HS200 mode support for eMMC 4.5

2011-11-21 Thread Girish K S
On 19 November 2011 00:29, Subhash Jadavani subha...@codeaurora.org wrote: Hi Girish, -Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Girish K S Sent: Wednesday, October 26, 2011 10:30 AM To: linux-mmc@vger.kernel.org

[PATCH] mmc: sdhci-s3c: Remove old and misprototyped suspend operations

2011-11-21 Thread Mark Brown
Now that the driver is using dev_pm_ops the suspend operations in the platform_driver structure won't get called so don't need to be there, and certainly shouldn't be the same function as dev_pm_ops since the signatures are different. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

Re: [PATCH] sdhci-pci register legacy PCI PM or runtime PM not both

2011-11-21 Thread David Fries
On Mon, Nov 21, 2011 at 10:48:20AM +0200, Adrian Hunter wrote: On 20/11/11 23:29, David Fries wrote: From: David Fries da...@fries.net pci_has_legacy_pm_support says to not register both legacy PM and runtime PM callbacks, modified ifdefs. Hasn't this already been done in Chris mmc

[PATCH 1/1] mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms

2011-11-21 Thread Tony Lin
1ms is enough for hardware to change the clock to stable. 100ms is too long in the tasklet. Signed-off-by: Tony Lin tony@freescale.com CC: Xiaobo Xie x@freescale.com CC: Anton Vorontsov avoront...@ru.mvista.com --- drivers/mmc/host/sdhci-esdhc.h |2 +- 1 files changed, 1