Re: [PATCH] mmc: core: Do not poll for busy with status cmd for all switch cmds

2013-10-01 Thread Ulf Hansson
Hi Chris, Ping. Kind regards Ulf Hansson On 12 September 2013 04:41, Jaehoon Chung wrote: > Hi Ulf, > > I will test with this patch, and share the result. > Thanks for posting this patch. > > Best Regards, > Jaehoon Chung > > On 09/11/2013 06:54 PM, Ulf Hansson wrote: >> Some switch operations

[PATCH v2] mmc: sdhci-pci: add Intel Merrifield support

2013-10-01 Thread David Cohen
Implement initial SDHCI Intel Merrifield support. This patch is based on previous one from Yunpeng Gao Signed-off-by: David Cohen --- drivers/mmc/host/sdhci-pci.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/

Re: [PATCH 1/2] pci_id: add Intel Merrifield mmc pci id

2013-10-01 Thread David Cohen
On 10/01/2013 01:07 PM, Greg KH wrote: On Tue, Oct 01, 2013 at 01:00:32PM -0700, David Cohen wrote: Signed-off-by: David Cohen --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 97fbecd..2a89103 100644 --- a

Re: [PATCH 1/2] pci_id: add Intel Merrifield mmc pci id

2013-10-01 Thread Greg KH
On Tue, Oct 01, 2013 at 01:00:32PM -0700, David Cohen wrote: > Signed-off-by: David Cohen > --- > include/linux/pci_ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index 97fbecd..2a89103 100644 > --- a/include/linux/pci_ids.h > +

[PATCH 2/2] mmc: sdhci-pci: add Intel Merrifield support

2013-10-01 Thread David Cohen
Implement initial SDHCI Intel Merrifield support. This patch is based on previous one from Yunpeng Gao Signed-off-by: David Cohen --- drivers/mmc/host/sdhci-pci.c | 29 + 1 file changed, 29 insertions(+) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/s

[PATCH 1/2] pci_id: add Intel Merrifield mmc pci id

2013-10-01 Thread David Cohen
Signed-off-by: David Cohen --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 97fbecd..2a89103 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2551,6 +2551,7 @@ #define PCI_DEVICE_ID_INTEL

Re: [PATCHv2 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

2013-10-01 Thread Dinh Nguyen
Hi, Just wondering if I can get any comments on this patchset? Thanks, Dinh On Mon, 2013-09-23 at 17:35 -0500, Dinh Nguyen wrote: > From: Dinh Nguyen > > Add functionality in the System Manager to set the SDR settings for the > SD/MMC IP. > > Signed-off-by: Dinh Nguyen > Cc: Pavel Machek >

Fwd: Sandisk ExtremePro 32GB not readable in Acer Aspire V3-571G

2013-10-01 Thread Detlef
Hallo! Yesterday I sent a Mail, but it was with a false kernel (3.5.0.41). Sorry for that and thanks to Christopher M. Penalver for saying me this. Now the right results (hope so). First sorry for my bad English. I do this first, please don't be angry. Thanks! [1] Sandisk ExtremePro 32GB n

Re: [RFC/PATCH] mmc: core: Signal wakeup event at card insert/removal

2013-10-01 Thread Ulf Hansson
Hi John, > So how does the notification done to userspace? I wonder if you could > use the select/lock/read style method for releasing the kernel space > wakeup_source, as is done in the input layer? If I understand what you mean correctly, it is very similar what Zoran tried to do before in his

Re: [PATCH 0/2] mmc: core: Remove all code related to MMC_CLKGATE

2013-10-01 Thread Guennadi Liakhovetski
Hi Ulf On Tue, 1 Oct 2013, Ulf Hansson wrote: > On 30 September 2013 23:10, Guennadi Liakhovetski > wrote: > > Hi Ulf > > > > On Mon, 30 Sep 2013, Ulf Hansson wrote: > > > >> This patchset is remove all code related to MMC_CLKGATE. A significant > >> portion of code can then be removed from the

Re: [PATCH 0/2] mmc: core: Remove all code related to MMC_CLKGATE

2013-10-01 Thread Ulf Hansson
On 30 September 2013 23:10, Guennadi Liakhovetski wrote: > Hi Ulf > > On Mon, 30 Sep 2013, Ulf Hansson wrote: > >> This patchset is remove all code related to MMC_CLKGATE. A significant >> portion of code can then be removed from the core layer which would >> simplify maintainance. >> >> At the mo