[PATCH 2/8] at_hdmac: prepare clk before calling enable

2013-06-19 Thread Boris BREZILLON
Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- drivers/dma/at_hdmac.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git

mmc_rescan/sdio_reset timeout missing?

2013-06-19 Thread Grant Grundler
I've looking through the code to understand this bug that caused this stack trace (and ended up panicing below): 3[ 1680.501338] INFO: task kworker/u:22:9101 blocked for more than 120 seconds. 3[ 1680.501348] echo 0 /proc/sys/kernel/hung_task_timeout_secs disables this message. 6[ 1680.501357]

Re: [RFC PATCH] mmc: Enable wakeup_sources for mmc core

2013-06-19 Thread Ulf Hansson
On 18 June 2013 19:15, Colin Cross ccr...@android.com wrote: On Tue, Jun 18, 2013 at 6:17 AM, Ulf Hansson ulf.hans...@linaro.org wrote: On 17 June 2013 20:33, Colin Cross ccr...@android.com wrote: This is a generic requirement for using a kernel with autosleep enabled. Autosleep will enter

Re: [RFC PATCH] mmc: Enable wakeup_sources for mmc core

2013-06-19 Thread Colin Cross
On Wed, Jun 19, 2013 at 7:21 AM, Ulf Hansson ulf.hans...@linaro.org wrote: It seems like a bad idea that an insertion of an SD card should trigger the display to be light up. That is indirectly in principle what you suggest should happen from user space once a new SD card is found. Right?

Re: [PATCH v11 3/8] ARM: edma: Add EDMA crossbar event mux support

2013-06-19 Thread Joel A Fernandes
Hi Sekhar, Thanks for the feedback. On Tue, Jun 18, 2013 at 5:19 AM, Sekhar Nori nsek...@ti.com wrote: On 6/18/2013 12:08 PM, Joel A Fernandes wrote: From: Matt Porter mpor...@ti.com Changes by Joel: * Split EDMA xbar support out of original EDMA DT parsing patch to keep it easier for

Re: [PATCH] RFC: mmc: dw_mmc: Always go to STATE_DATA_BUSY from STATE_DATA_ERROR

2013-06-19 Thread Jaehoon Chung
Hi All, I tested with Seungwon's patch and this patch. I'm agreed with Seungwon's opinion. Best Regards, Jaehoon Chung On 06/18/2013 09:36 PM, Seungwon Jeon wrote: On Thursday, June 13, 2013, Doug Anderson wrote: Seungwon, On Wed, Apr 10, 2013 at 12:02 AM, Seungwon Jeon tgih@samsung.com

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-19 Thread Jaehoon Chung
Hi Doug, I'm researching for fixed-rate-clocks. Maybe i misunderstood for using fixed-rate-clocks. :) Best Regards, Jaehoon Chung On 06/19/2013 12:15 AM, Doug Anderson wrote: Jaehoon, On Mon, Jun 17, 2013 at 9:51 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Doug, I have one

Re: [PATCHv2 1/2] ARM: socfpga: dts: Add support for SD/MMC

2013-06-19 Thread Jaehoon Chung
I didn't have the socfpga board. But it's looks good. Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards, Jaehoon Chung On 06/19/2013 05:42 AM, dingu...@altera.com wrote: From: Dinh Nguyen dingu...@altera.com Add bindings for SD/MMC for SOCFPGA. Add syscon to the altr,sys-mgr

Re: mmc_rescan/sdio_reset timeout missing?

2013-06-19 Thread Jaehoon Chung
Hi Grant, Which kernel-version do you use? And i want to know the controller IP version. CC'd to Seungwon. Best Regards, Jaehoon Chung On 06/19/2013 10:44 PM, Grant Grundler wrote: I've looking through the code to understand this bug that caused this stack trace (and ended up panicing

Re: [PATCH v11 3/8] ARM: edma: Add EDMA crossbar event mux support

2013-06-19 Thread Sekhar Nori
On 6/20/2013 6:06 AM, Joel A Fernandes wrote: + /* Clear the xbar mapped channels in unused list */ + xbar_chans = info[j]-xbar_chans; + if (xbar_chans) { + for (i = 0; xbar_chans[i][1] != -1; i++) { + off