lånetilbud

2013-10-27 Thread Infinite Financial Service®
Infinite Financial Tjenesten er en av de ledende uavhengige lån selskaper i verden. Vi er godt etablert , og gjennom årene har utviklet en grundig forståelse av dine behov og individuelle krav. Vi er forpliktet til å behandle våre kunder rettferdig og tilby en tjeneste som er profesjonell ,

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-27 Thread Chris Ball
Hi, On Wed, Oct 23 2013, Thierry Reding wrote: Commit 2d7c51f (mmc: sdhci: Use work structs instead of tasklets) converts tasklets to work structs, but typos the conversion in the Dove driver. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/mmc/host/sdhci-dove.c | 2 +- 1

Re: [PATCH v2] mmc:sdhci-pci: Add Support of O2Mirco/BayHubTech SD Host

2013-10-27 Thread Chris Ball
Hi Peter, On Wed, Oct 23 2013, Peter Guo wrote: Do you have any comments on this patch? It would be nice if there were fewer magic constants in the patch, and adding another 200 lines to sdhci-pci seems to suggest that it might be time to split it out into sdhci-pci-o2micro.c. Thanks, -

[PATCH] mmc: sdhci-sirf: enable dmabounce since SiRFprimaII MMC DMA only access up to 256MB

2013-10-27 Thread Barry Song
From: Bin Shi bin@csr.com on SiRFprimaII, sdhci is after pci-iobg bus, the bus bridge has a hardware limitation. DMA operations after this bridge can not access memory address higher than 256MB. this patch enables dmabounce for SiRFprimaII to fix DMA of primaII. for other SiRF SoCs, there is

Re: [PATCH] mmc: sdhci-sirf: enable dmabounce since SiRFprimaII MMC DMA only access up to 256MB

2013-10-27 Thread Russell King - ARM Linux
On Mon, Oct 28, 2013 at 05:23:50AM +0800, Barry Song wrote: @@ -92,6 +103,13 @@ static int sdhci_sirf_probe(struct platform_device *pdev) } } + if (of_machine_is_compatible(sirf,prima2)) { + if (pdev-dev.dma_mask) +

RE: [PATCH] mmc: sdhci-pci: identify correct base addresses for slots

2013-10-27 Thread Shen, Jackey
Hi Chris, -Original Message- From: Chris Ball [mailto:c...@laptop.org] Sent: Sunday, October 27, 2013 9:24 AM To: Shen, Jackey Cc: linux-mmc@vger.kernel.org Subject: Re: [PATCH] mmc: sdhci-pci: identify correct base addresses for slots Hi Jackey, On Mon, Jul 01 2013, Jackey

Re: eMMC 4.51

2013-10-27 Thread Jackey Shen
Hi John, On Tue, Oct 22, 2013 at 6:58 AM, John Tobias john.tobias...@gmail.com wrote: Hi Jackey, I have a Marvell Datasheet and it support SDR12, SDR25 and SDR50 (upto 100MHz). SDR104 is not supported. Sorry, I mis-remembered. Thanks for your clarification. Thanks, Jackey Regards, john

Re: eMMC 4.51

2013-10-27 Thread Jackey Shen
Hi Dong On Fri, Oct 18, 2013 at 2:59 PM, Dong Aisheng b29...@freescale.com wrote: Hi Jackey, The imx6sl SD controller supports SDIO 3.0. I've verified it with a Broadcom SDIO 3.0 WiFi card and it can be identified as SDR104 mode. That's great news. Does your imx6sl also support eMMC 4.51 or

Re: eMMC 4.51

2013-10-27 Thread Dong Aisheng
Hi Jackey, On Mon, Oct 28, 2013 at 10:34 AM, Jackey Shen jackey.shen...@gmail.com wrote: Hi Dong On Fri, Oct 18, 2013 at 2:59 PM, Dong Aisheng b29...@freescale.com wrote: Hi Jackey, The imx6sl SD controller supports SDIO 3.0. I've verified it with a Broadcom SDIO 3.0 WiFi card and it can

Re: [PATCH] mmc: dw_mmc: exynos: Revert the sdr_timing assignment

2013-10-27 Thread Yuvaraj Kumar
On Sun, Oct 27, 2013 at 8:08 AM, Chris Ball c...@laptop.org wrote: Hi Yuvaraj, On Tue, Oct 22 2013, Yuvaraj Kumar C D wrote: commit 4ad602c9df1e3b04979c260b5612141b4b892257 was wrongly assigning ddr_timing value to sdr_timing.This patch fix's this by reverting the sdr_timing assignment