Re: wl1271: sdio: is fine-grained runtime_pm possible?

2014-01-24 Thread Ulf Hansson
On 18 January 2014 23:44, Chao Xu caesarxuc...@gmail.com wrote: Hi Ulf, My apology for the late reply. On Wed, Jan 15, 2014 at 4:46 AM, Ulf Hansson ulf.hans...@linaro.org wrote: No, I don't think so. Or, well it depends on what you mean with sdio. :-) In this case, I think the WLAN_EN pin

[PATCH/RFC] dmaengine: omap-dma: split header file

2014-01-24 Thread Balaji T K
To Resolve build failure seen with sh-allmodconfig: include/linux/omap-dma.h:171:8: error: expected identifier before numeric constant make[4]: *** [drivers/mmc/host/omap_hsmmc.o] Error 1 due to CCR redefinition, move dmaengine consumer specific function to omap-dmaengine.h Tested-by:

Re: [PATCH/RFC] dmaengine: omap-dma: split header file

2014-01-24 Thread Balaji T K
On Friday 24 January 2014 10:21 PM, Balaji T K wrote: To Resolve build failure seen with sh-allmodconfig: include/linux/omap-dma.h:171:8: error: expected identifier before numeric constant make[4]: *** [drivers/mmc/host/omap_hsmmc.o] Error 1 due to CCR redefinition, move dmaengine

Re: [PATCH v4 5/8] mmc: sdhci-bcm-kona: Add basic use of clocks

2014-01-24 Thread Tim Kryger
On Tue, Jan 7, 2014 at 11:37 AM, Tim Kryger tim.kry...@linaro.org wrote: On Sat, Dec 14, 2013 at 12:14 AM, Christian Daudt b...@fixthebug.org wrote: On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger tim.kry...@linaro.org wrote: Enable the external clock needed by the host controller during the probe

Re: [PATCH 1/3] mmc: add support for power-on sequencing through DT

2014-01-24 Thread Fabio Estevam
On Mon, Jan 20, 2014 at 2:48 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: So far so good. Now, what about this external oscillator which has its own separate power control. My immediate thought is that this can be specified via card_ext_clock - I would simply need to declare a

iMX6SL Suspend mode (S3)

2014-01-24 Thread John Tobias
Hello all, I am testing the suspend mode (S3) for my custom board with iMX6SL and the iMX6SL EVK as well. I am using 3.13 kernel, eMMC and MMC for the storage and systemd to control the OS. If I put my device in S3 mode, I got the following messages: [ 27.949393] PM: Syncing filesystems ...

Re: iMX6SL Suspend mode (S3)

2014-01-24 Thread Russell King - ARM Linux
On Fri, Jan 24, 2014 at 01:14:08PM -0800, John Tobias wrote: Hello all, I am testing the suspend mode (S3) for my custom board with iMX6SL and the iMX6SL EVK as well. I am using 3.13 kernel, eMMC and MMC for the storage and systemd to control the OS. If I put my device in S3 mode, I got the

Re: iMX6SL Suspend mode (S3)

2014-01-24 Thread John Tobias
Thanks Russell. Got it working. Regards, john On Fri, Jan 24, 2014 at 1:24 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jan 24, 2014 at 01:14:08PM -0800, John Tobias wrote: Hello all, I am testing the suspend mode (S3) for my custom board with iMX6SL and the iMX6SL

Re: [PATCH] mxcmmc: Internal error: Oops: 17 [#1] ARM from sg-offset

2014-01-24 Thread Sascha Hauer
On Thu, Jan 23, 2014 at 05:01:49PM +0800, Chris Ruehl wrote: On Wednesday, January 22, 2014 03:23 PM, Sascha Hauer wrote: On Wed, Jan 22, 2014 at 03:19:48PM +0800, Chris Ruehl wrote: On Wednesday, January 22, 2014 02:42 PM, Sascha Hauer wrote: On Wed, Jan 22, 2014 at 12:32:39PM +0800, Chris

[PATCH] mmc: sdhci-bcm-kona: Add basic use of clocks

2014-01-24 Thread Tim Kryger
Enable the external clock needed by the host controller during the probe and disable it during the remove. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Christian Daudt