Re: [PATCH 1/9 v2] sh: define DMA slaves per CPU type, remove now redundant header

2010-05-05 Thread Magnus Damm
On Tue, May 4, 2010 at 11:06 PM, Guennadi Liakhovetski wrote: > Now that DMA slave IDs are only used used in platform specific code and have > become opaque cookies for the rest of the code, we can make the, CPU specific > too. > > Signed-off-by: Guennadi Liakhovetski > --- > > This patch is new

RE: [PATCH] Disable the non working eMMC on Zoom2/3

2010-05-05 Thread Madhusudhan
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Wednesday, May 05, 2010 1:27 PM > To: Madhusudhan > Cc: 'Nishanth Menon'; 'Ghorai, Sukumar'; linux-o...@vger.kernel.org; > linux-mmc@vger.kernel.org > Subject: Re: [PATCH] Disable the non working eMMC on Zoom2/3

Re: + s3c6410-add-new-quirk-in-sdhci-driver-and-update-adma-descriptor-bui ld.patch added to -mm tree

2010-05-05 Thread Ben Dooks
On Tue, May 04, 2010 at 04:46:06PM -0700, a...@linux-foundation.org wrote: > > The patch titled > mmc: s3c6410: add new quirk in sdhci driver and update ADMA descriptor > build. > has been added to the -mm tree. Its filename is > > s3c6410-add-new-quirk-in-sdhci-driver-and-update-adma

Re: [PATCH] Disable the non working eMMC on Zoom2/3

2010-05-05 Thread Tony Lindgren
* Madhusudhan [100430 09:52]: > > > > > > > > > > > Hmm, finally got around looking into this again. Looks like the mmc > > > > > is now working on my zoom3 with the current Linus' tree at commit > > > > > 7c6bd2010fced38444c9fd658f4c6ce61bd185bf. So I guess something that > > > > > we had in om

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-05 Thread Madhusudhan
> >> +     if (cpu_is_omap44xx() || cpu_is_omap3630()) { > > Can we avoid above by passing this part of platform data?? > > devices.c > > I am not clear about the method. The board files export the > omap_mmc_platform_data. > Does it imply that all board files have to change and export > the cap

Re: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Venkatraman S
On Wed, May 5, 2010 at 5:31 PM, Shilimkar, Santosh wrote: > > >> -Original Message- >> From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of >> Venkatraman S >> Sent: Wednesday, May 05, 2010 5:20 PM >> To: Shilimkar, Santosh >> Cc: linux-o...@vger.kernel.org; linux-mmc@vger.ke

Re: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-05 Thread Venkatraman S
[Long sections have been trimmed to the context of discussion] Shilimkar, Santosh wrote: > >> -Original Message- >> From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of >> Venkatraman S >> Sent: Thursday, April 29, 2010 11:05 PM >> To: linux-o...@vger.kernel.org; linux-mmc@vg

Re: [PATCH 1/3] s3c6410: Add new quirk in sdhci driver and update ADMA descriptor build.

2010-05-05 Thread Maurus Cuelenaere
Op 05-05-10 16:59, Ben Dooks schreef: > On Tue, May 04, 2010 at 11:43:22AM +0200, Maurus Cuelenaere wrote: > > The 'From:' line seems to have been lost? > Hmm that's odd, I'm sure it was in the patch though.. Perhaps Thunderbird/Gmail stripped it while sending.. To be clear: the original autho

Re: [PATCH 1/3] s3c6410: Add new quirk in sdhci driver and update ADMA descriptor build.

2010-05-05 Thread Ben Dooks
On Tue, May 04, 2010 at 11:43:22AM +0200, Maurus Cuelenaere wrote: The 'From:' line seems to have been lost? > The s3c6410 sdhci controller does not support the 'End' attribute and > NOP attribute in the same 8-Byte ADMA descriptor. This patch adds a > new quirk to identify sdhci host contollers

Re: [PATCH] MMC: add support for the Marvell platform SDHCI controller

2010-05-05 Thread saeed bishara
Attached v2 of the patch. changes: 1. added missing files (Makefile and Kconfig) 2. added the force dma quirk 3. removed special treatment for DATA register used fro pio mode please review saeed On Tue, May 4, 2010 at 7:24 PM, Saeed Bishara wrote: > This patch implements the driver for the platf

RE: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman > S > Sent: Wednesday, May 05, 2010 5:20 PM > To: Shilimkar, Santosh > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; > Chikkature Raj

Re: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Venkatraman S
On Wed, May 5, 2010 at 3:35 PM, Adrian Hunter wrote: > Venkatraman S wrote: >>> >>> From d46f8a00728cc6c1fbdfce69435759c8cc49f25c Mon Sep 17 00:00:00 2001 >> >> From: Venkatraman S >> Date: Thu, 29 Apr 2010 22:34:04 +0530 >> Subject: [PATCH 1/2] sDMA: descriptor autoloading feature >> >> Add sDMA

Re: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Venkatraman S
[Long sections have been trimmed to the context of the discussion] On Wed, May 5, 2010 at 3:02 PM, Shilimkar, Santosh wrote: >> -Original Message- >> +static int dma_sglist_set_phy_params(struct omap_dma_sglist_node *sghead, >> +             dma_addr_t phyaddr, int nelem) >> +{ >> +     st

Re: [PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-05 Thread Adrian Hunter
kishore kadiyala wrote: This patch adds MMC1 and MMC2 Controller data for OMAP4430 Board file. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-4430sdp.c | 39 -- 2 files changed, 34 insertions(+), 8

Re: [PATCH v2 3/5] OMAP4-HSMMC: Adding MMC-TWL regulator changes

2010-05-05 Thread Adrian Hunter
kishore kadiyala wrote: This patch adds PBIAS Configuration during POWER ON and OFF. Also it adds MMC1 Card detect configuration on Phoenix As I understand it, the PBIAS configuration is required for HSMMC irrespective of how the power is supplied, thus it is not TWL related. The TWL stuff sho

Re: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Adrian Hunter
Venkatraman S wrote: From d46f8a00728cc6c1fbdfce69435759c8cc49f25c Mon Sep 17 00:00:00 2001 From: Venkatraman S Date: Thu, 29 Apr 2010 22:34:04 +0530 Subject: [PATCH 1/2] sDMA: descriptor autoloading feature Add sDMA driver support for descriptor autoloading feature. Descriptor autoloading is

[PATCH] sdhci-spear: ST SPEAr based SDHCI controller glue

2010-05-05 Thread Viresh KUMAR
This patch adds glue layer for support of sdhci driver on ST SPEAr platform. Signed-off-by: Viresh Kumar --- MAINTAINERS |6 + drivers/mmc/host/Kconfig| 12 ++ drivers/mmc/host/Makefile |1 + drivers/mmc/host/sdhci-spear.c | 300 +

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-05 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman > S > Sent: Thursday, April 29, 2010 11:05 PM > To: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.arm.linux.org.uk > Cc: Chikkature Rajashekar, Madhusudh

RE: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-05 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman > S > Sent: Thursday, April 29, 2010 11:05 PM > To: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.infradead.org > Cc: Chikkature Rajashekar, Madhusudhan;

RE: [PATCH v8 0/2] sDMA descriptor autoloading feature

2010-05-05 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of S, > Venkatraman > Sent: Wednesday, May 05, 2010 10:09 AM > To: Chikkature Rajashekar, Madhusudhan > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.infradead.org;