Re: [PATCH v6 0/2] patch set about the MXS-DMA

2012-02-28 Thread Bityutskiy, Artem
On Wed, 2012-02-29 at 11:10 +0800, Huang Shijie wrote: > Hi: > > ping. Is this patch-set independent or requires something like gpma patches? -- Best Regards, Artem Bityutskiy signature.asc Description: This is a digitally signed message part --

[PATCH V2 1/1] mmc: start removing enable / disable API

2012-02-28 Thread Adrian Hunter
Most parts of the enable / disable API are no longer used and can be removed. Cc: Rajendra Nayak Cc: Venkatraman S Cc: Kukjin Kim Cc: Thomas Abraham Cc: Kyungmin Park Cc: Sekhar Nori Cc: Kevin Hilman Signed-off-by: Adrian Hunter --- arch/arm/mach-exynos/mach-nuri.c |5 +- ar

[PATCH V2 0/1] mmc: start removing enable / disable API

2012-02-28 Thread Adrian Hunter
Hi Most parts of the enable / disable API are no longer used and can be removed. V2: fix missing enable in mmc_try_claim_host as per Sujit Reddy Thumma Adrian Hunter (1): mmc: start removing enable / disable API arch/arm/mach-exynos/mach-nuri.c |5 +- arch/arm/mach-exynos/

Re: [PATCH] mmc: start removing enable / disable API

2012-02-28 Thread Adrian Hunter
On 29/02/12 08:28, Sujit Reddy Thumma wrote: > Hi Adrian, > > On 2/24/2012 4:19 PM, Adrian Hunter wrote: >> Most parts of the enable / disable API are no longer used and >> can be removed. >> >> Cc: Rajendra Nayak >> Cc: Venkatraman S >> Cc: Kukjin Kim >> Cc: Thomas Abraham >> Cc: Kyungmin Park >>

RE: [PATCH v2 1/4] mmc: sdhci-s3c: use the sdhci-pltfm for Samsung-SoC

2012-02-28 Thread Seungwon Jeon
Hi Jaehoon, Thank you for the patch. Could you check comments below? Jaehoon Chung wrote: > This patch is change to use the sdhci-pltfm.c > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- > drivers/mmc/host/Kconfig | 20 ++-- > drivers/mmc/host/sdhci-s3c.c | 254 >

Re: [PATCH] mmc: start removing enable / disable API

2012-02-28 Thread Sujit Reddy Thumma
Hi Adrian, On 2/24/2012 4:19 PM, Adrian Hunter wrote: Most parts of the enable / disable API are no longer used and can be removed. Cc: Rajendra Nayak Cc: Venkatraman S Cc: Kukjin Kim Cc: Thomas Abraham Cc: Kyungmin Park Cc: Sekhar Nori Cc: Kevin Hilman Signed-off-by: Adrian Hunter --- arch/a

[PATCH] mmc: core: remove waiting time when clkgate_delay is set

2012-02-28 Thread Chanho Park
Since recent commit("mmc: core: Use delayed work in clock gating framework":597dd9d79cfbbb1), we always wait "unnecessary" default clock delay(8 cycles). Actually, we don't need it if clkgate_delay (unit:ms) is set because we already wait sufficient time to change the clock due to delayed_workqueue

Re: [PATCH v6 0/2] patch set about the MXS-DMA

2012-02-28 Thread Huang Shijie
Hi: ping. Any comment about this patch set? thanks Huang Shijie > patch 1: move the mxs dma header to a more common place. > Beside the mx23/mx28, the apbh-dma is also used by MX50 and MX6Q. > So move the mxs dma header file to a more common place, and rename > it to mxs-dma.h

Re: mmc: dw_mmc: release hardware lock error

2012-02-28 Thread Dongjin Kim
Hi Jaehoon, Sorry for the inconvenience, here is the patch line-wrapping fixed. >8>8 diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 2f7f5ee..05ccee8 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/