Re: MMC error on Exynos4210 board

2014-06-18 Thread Sachin Kamat
On Wed, Jun 18, 2014 at 7:41 PM, Tim Kryger wrote: > On Wed, Jun 18, 2014 at 4:33 AM, Sachin Kamat wrote: >> Hi Tim, >> >> I see the below error on Exynos4210 based Origen board with linux-next >> (20140618). >> Reverting the below commit works fine. >> >

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Jaehoon Chung
Hi, all. On 06/18/2014 08:22 PM, Sachin Kamat wrote: > Hi Ulf, > > On Wed, Jun 18, 2014 at 4:43 PM, Ulf Hansson wrote: >> On 18 June 2014 13:10, Sachin Kamat wrote: >>> Hi Jaehoon, >>> >>> On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung >>> wrote: Hi, Sachin. Did you check the b

Re: [PATCH 2/2] mmc: rtsx: add support for async request

2014-06-18 Thread micky
On 06/18/2014 07:03 PM, Ulf Hansson wrote: On 18 June 2014 12:08, micky wrote: On 06/18/2014 03:39 PM, Ulf Hansson wrote: On 18 June 2014 03:17, micky wrote: On 06/17/2014 03:45 PM, Ulf Hansson wrote: On 17 June 2014 03:04, micky wrote: On 06/16/2014 08:40 PM, Ulf Hansson wrote: On 16 Ju

Re: MMC error on Exynos4210 board

2014-06-18 Thread Tim Kryger
On Wed, Jun 18, 2014 at 4:33 AM, Sachin Kamat wrote: > Hi Tim, > > I see the below error on Exynos4210 based Origen board with linux-next > (20140618). > Reverting the below commit works fine. > > Commit: 8d02e775a6 "mmc: sdhci: Use mmc core regulator in

Re: [PATCH] mmc: core: Add DT bindings for card detect debounce time

2014-06-18 Thread Ulf Hansson
On 9 May 2014 17:37, Balaji T K wrote: > Provide an option to get CD debounce time from DT > > Signed-off-by: Balaji T K > --- > Documentation/devicetree/bindings/mmc/mmc.txt |1 + > drivers/mmc/core/host.c |6 +- > 2 files changed, 6 insertions(+), 1 deletions(

Re: [PATCH] mmc: core: Add DT bindings for card detect debounce time

2014-06-18 Thread Balaji T K
On Friday 09 May 2014 09:07 PM, Balaji T K wrote: Provide an option to get CD debounce time from DT Signed-off-by: Balaji T K Hi Chris/Ulf, Any comments on this patch ? --- Documentation/devicetree/bindings/mmc/mmc.txt |1 + drivers/mmc/core/host.c |6 +-

MMC error on Exynos4210 board

2014-06-18 Thread Sachin Kamat
Hi Tim, I see the below error on Exynos4210 based Origen board with linux-next (20140618). Reverting the below commit works fine. Commit: 8d02e775a6 "mmc: sdhci: Use mmc core regulator infrastucture" Any ideas? *** -- [2.068992] sdhci: Secure Digital Host Controller

Re: [PATCH] mmc: Do not advertise secure discard if it is blacklisted

2014-06-18 Thread Lukáš Czerner
On Wed, 18 Jun 2014, Lukas Czerner wrote: > Date: Wed, 18 Jun 2014 13:18:07 +0200 > From: Lukas Czerner > To: linux-mmc@vger.kernel.org > Cc: linux-fsde...@vger.kernel.org, ch...@printf.net, > Lukas Czerner > Subject: [PATCH] mmc: Do not advertise secure discard if it is blacklisted > > Cur

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Ulf, On Wed, Jun 18, 2014 at 4:43 PM, Ulf Hansson wrote: > On 18 June 2014 13:10, Sachin Kamat wrote: >> Hi Jaehoon, >> >> On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung >> wrote: >>> Hi, Sachin. >>> >>> Did you check the below patch? >>> https://patchwork.kernel.org/patch/4346781/ >> >> Th

[PATCH] mmc: Do not advertise secure discard if it is blacklisted

2014-06-18 Thread Lukas Czerner
Currently when the device secure discard implementation is blacklisted (MMC_QUIRK_SEC_ERASE_TRIM_BROKEN quirk is set) instead of secure discard we're going to do normal discard, which is wrong. When the secure discard is known to be broken we should just disallow it entirely and not advertise this

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Ulf Hansson
On 18 June 2014 13:10, Sachin Kamat wrote: > Hi Jaehoon, > > On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung wrote: >> Hi, Sachin. >> >> Did you check the below patch? >> https://patchwork.kernel.org/patch/4346781/ > > Thanks for the patch. But even with this patch, I continue to get the > aforeme

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Jaehoon, On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung wrote: > Hi, Sachin. > > Did you check the below patch? > https://patchwork.kernel.org/patch/4346781/ Thanks for the patch. But even with this patch, I continue to get the aforementioned crash. > > I will resend the patch after includin

Re: [PATCH 2/2] mmc: rtsx: add support for async request

2014-06-18 Thread Ulf Hansson
On 18 June 2014 12:08, micky wrote: > On 06/18/2014 03:39 PM, Ulf Hansson wrote: >> >> On 18 June 2014 03:17, micky wrote: >>> >>> On 06/17/2014 03:45 PM, Ulf Hansson wrote: On 17 June 2014 03:04, micky wrote: > > On 06/16/2014 08:40 PM, Ulf Hansson wrote: >> >> On 16 J

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Jaehoon Chung
ehoon Chung On 06/18/2014 07:11 PM, Sachin Kamat wrote: > Hi Jaehoon, > > I get the below crash on Exyos5250 based Arndale board with linux-next > (20140618) kernel. > Looks like the following patch is causing it > Commit da118915cc72 " mmc: dw_mmc: replace "disable-

MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Jaehoon, I get the below crash on Exyos5250 based Arndale board with linux-next (20140618) kernel. Looks like the following patch is causing it Commit da118915cc72 " mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk" Reverting the above pat

Re: [PATCH 2/2] mmc: rtsx: add support for async request

2014-06-18 Thread micky
On 06/18/2014 03:39 PM, Ulf Hansson wrote: On 18 June 2014 03:17, micky wrote: On 06/17/2014 03:45 PM, Ulf Hansson wrote: On 17 June 2014 03:04, micky wrote: On 06/16/2014 08:40 PM, Ulf Hansson wrote: On 16 June 2014 11:09, micky wrote: On 06/16/2014 04:42 PM, Ulf Hansson wrote: @@ -36,7

Re: [PATCH 1/2] mfd: rtsx: add dma transfer function

2014-06-18 Thread Lee Jones
On Mon, 16 Jun 2014, Ulf Hansson wrote: > On 16 June 2014 14:20, Lee Jones wrote: > >> From: Micky Ching > >> > >> rtsx driver using a single function for transfer data, dma map/unmap are > >> placed in one fix function. We need map/unmap dma in different place(for > >> mmc async driver), so add

Re: [PATCH 2/2] mmc: rtsx: add support for async request

2014-06-18 Thread Ulf Hansson
On 18 June 2014 03:17, micky wrote: > On 06/17/2014 03:45 PM, Ulf Hansson wrote: >> >> On 17 June 2014 03:04, micky wrote: >>> >>> On 06/16/2014 08:40 PM, Ulf Hansson wrote: On 16 June 2014 11:09, micky wrote: > > On 06/16/2014 04:42 PM, Ulf Hansson wrote: >>> >>> @@ -3

[PATCH] mmc: sdhci: Remove blank line

2014-06-18 Thread Ulf Hansson
While merging the sdhci patchset from Russell King, somehow a blank line was left behind. Let's correct the formatting. Cc: Chris Ball Cc: Russell King Signed-off-by: Ulf Hansson --- drivers/mmc/host/sdhci.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b/drive