Re: [PATCH v4 1/3] dmaengine: add dma_get_slave_sg_limits()

2013-03-21 Thread Vinod Koul
On Wed, Mar 06, 2013 at 02:56:05PM -0500, Matt Porter wrote: Add a dmaengine API to retrieve slave SG transfer limits. The API is optionally implemented by dmaengine drivers and when unimplemented will return a NULL pointer. A client driver using this API provides the required dma channel,

Re: [PATCH v4 0/3] dmaengine: add slave sg transfer limits api

2013-03-21 Thread Vinod Koul
On Wed, Mar 06, 2013 at 02:56:04PM -0500, Matt Porter wrote: Changes since v3: - Change api name to dma_get_slave_sg_limits() to avoid confusion with h/w caps which are static. Changes since v2: - Change to a separate slave sg specific api. Drop the generic

[PATCH] sdhci: sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs

2013-03-21 Thread Barry Song
From: Barry Song baohua.s...@csr.com this patch adds the new driver for CSR SiRF SoCs: SiRFprimaII: unicore ARM Cortex-A9 SiRFatlas6: unicore ARM Cortex-A9 SiRFmarco: dual core ARM Cortex-A9 SMP Signed-off-by: Barry Song baohua.s...@csr.com Signed-off-by: Bin Shi bin@csr.com ---

Re: [PATCH] sdhci: sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs

2013-03-21 Thread Arnd Bergmann
On Thursday 21 March 2013 16:27:19 Barry Song wrote: From: Barry Song baohua.s...@csr.com this patch adds the new driver for CSR SiRF SoCs: SiRFprimaII: unicore ARM Cortex-A9 SiRFatlas6: unicore ARM Cortex-A9 SiRFmarco: dual core ARM Cortex-A9 SMP Signed-off-by: Barry Song

Re: [PATCH] mmc: omap_hsmmc: support deferred probing for GPIOs

2013-03-21 Thread Jan Lübbe
On Thu, 2013-02-14 at 19:23 +0530, Balaji T K wrote: On Thursday 14 February 2013 04:13 PM, Jan Lübbe wrote: On Wed, 2013-01-30 at 10:07 +0100, Jan Luebbe wrote: If the CD/WP-GPIOs are not provided by the SoC's GPIO controller, we need to handle the case where omap_hsmmc is probed earlier

dw_mmc updates

2013-03-21 Thread Seungwon Jeon
Hi Chris, There are pending patches for dw_mmc a little bit. Please could you pick the following patches to your tree? These patches are sorted and there are currently no conflicts. [PATCH v3] mmc: dw_mmc: read all data in FIFO after Data transfer over interrupt in pio mode [PATCH] mmc: dw-mmc:

Re: [PATCH 1/3i v6] MMC/SD: Add callback function to detect card

2013-03-21 Thread Kevin Liu
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-ow...@vger.kernel.org] On Behalf Of Huang Changming-R66093 Sent: Thursday, March 21, 2013 11:29 AM To: Ulf Hansson Cc: linux-mmc@vger.kernel.org; Chris Ball Subject: RE: [PATCH 1/3i v6] MMC/SD: Add callback

Re: [PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro

2013-03-21 Thread Kevin Liu
-Original Message- From: Axel Lin [mailto:axel@ingics.com] Sent: Wednesday, March 20, 2013 3:49 PM To: Chris Ball Cc: Zhangfei Gao; Kevin Liu; Philip Rakity; linux-mmc@vger.kernel.org Subject: [PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro This eliminates having an

Re: [PATCH v2] mmc: mvsdio: fix non-DT probing of GPIOs

2013-03-21 Thread Ralph Droms
I've tested the patch and it's OK. - Ralph Droms On Mar 20, 2013, at 11:09 AM 3/20/13, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Ralph Droms rdroms.i...@gmail.com reported that 3.9-rc was breaking the SDIO interface on his Sheevaplug platform, and that the recent changes to

RE: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-03-21 Thread merez
Hi Luca, Having a timeout that takes into consideration the card size would be artificial as we cannot have the ability to create a function for its calculation that will fit all the card vendors. I suggest keeping it as a constant value for simplicity, as 4 minutes cover all the card sizes.

Re: [PATCH 1/3i v6] MMC/SD: Add callback function to detect card

2013-03-21 Thread Jaehoon Chung
Hi, As my understanding, You means that controller is sending CMD13 to detect the card at every time. Right? If card is nonremovable (eMMC), need not to send the CMD13 to card detect and actually didn't send the command. Then how do you implement the code in get_cd? Actually, i didn't see the