Re: [BUG] CMD52 sent as first command not CMD0

2011-02-06 Thread Albert Herranz
Hi, On 02/06/2011 02:35 AM, Philip Rakity wrote: proposed solution: I cannot verify this fix until Monday. = CMD52 is a reset for SDIO cards. CMD0 is not sufficient when the card is being re-initialized. Only send CMD52 if a) doing a reinitialize b) card is SDIO or SDIO_COMBO

Re: + sdio-pass-whitelisted-cis-funce-tuples-to-sdio-drivers.patch added to -mm tree

2010-03-05 Thread Albert Herranz
a...@linux-foundation.org wrote: The patch titled sdio: pass whitelisted cis funce tuples to sdio drivers has been added to the -mm tree. Its filename is sdio-pass-whitelisted-cis-funce-tuples-to-sdio-drivers.patch Hi, Are there any objections to this patch? It's been in -mm

Re: + sdio-recognize-io-card-without-powercycle.patch added to -mm tree

2010-03-05 Thread Albert Herranz
a...@linux-foundation.org wrote: The patch titled sdio: recognize io card without powercycle has been added to the -mm tree. Its filename is sdio-recognize-io-card-without-powercycle.patch Sorry, disregard my previous message. I replied to the wrong mail. I meant _this_ patch:

Re: [RFC PATCH v2 0/4] mmc: wii: sdhci controller support

2009-12-16 Thread Albert Herranz
Anton Vorontsov wrote: On Mon, Dec 14, 2009 at 11:24:15PM +0100, Albert Herranz wrote: This patch set adds support for the SDHCI controllers found in the Hollywood chipset of the Nintendo Wii video game console. First, the existing sdhci-of driver is splitted into a core part and a eSDHC

[RFC PATCH 0/2] mmc: wii: sdhci controller support

2009-12-14 Thread Albert Herranz
code. Albert Herranz (2): sdhci-of: reorganize driver to support additional hardware sdhci-of: add support for the wii sdhci controller drivers/mmc/host/Kconfig | 37 - drivers/mmc/host/Makefile |6 +- drivers/mmc/host/sdhci-of-core.c | 230

[RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware

2009-12-14 Thread Albert Herranz
This patch breaks down sdhci-of into a core portion and a eSDHC portion, clearing the path to easily support additional hardware using the same OF driver. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- drivers/mmc/host/Kconfig | 26 +++- drivers/mmc/host/Makefile

Re: [RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware

2009-12-14 Thread Albert Herranz
Anton Vorontsov wrote: On Mon, Dec 14, 2009 at 08:33:25PM +0100, Albert Herranz wrote: This patch breaks down sdhci-of into a core portion and a eSDHC portion, clearing the path to easily support additional hardware using the same OF driver. Signed-off-by: Albert Herranz albert_herr

[RFC PATCH v2 0/4] mmc: wii: sdhci controller support

2009-12-14 Thread Albert Herranz
. Suggestion by Anton Vorontsov. Albert Herranz (4): sdhci: protect header file against multi inclusion sdhci-of: rename main driver file prior to reorganization sdhci-of: reorganize driver to support additional hardware sdhci-of: add support for the wii sdhci controller drivers/mmc/host/Kconfig

[RFC PATCH v2 3/4] sdhci-of: reorganize driver to support additional hardware

2009-12-14 Thread Albert Herranz
This patch breaks down sdhci-of into a core portion and a eSDHC portion, clearing the path to easily support additional hardware using the same OF driver. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- drivers/mmc/host/Kconfig | 26 ++- drivers/mmc/host/Makefile

[RFC PATCH v2 4/4] sdhci-of: add support for the wii sdhci controller

2009-12-14 Thread Albert Herranz
Add support for the Secure Digital Host Controller Interface found on the Hollywood chipset of the Nintendo Wii video game console. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- drivers/mmc/host/Kconfig | 13 +++- drivers/mmc/host/Makefile|1 + drivers/mmc

[RFC PATCH v2 2/4] sdhci-of: rename main driver file prior to reorganization

2009-12-14 Thread Albert Herranz
This patch renames sdhci-of.c to sdhci-of-core.c before reorganizing the driver to support additional hardware. The driver is still built as sdhci-of despite the rename of the file. No functional change. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- drivers/mmc/host/Makefile

[PATCH] sdio: rework cis tuple parsing

2009-10-06 Thread Albert Herranz
. Unknown CIS tuples (-ENOENT) are queued too for the SDIO function driver without aborting the initialization, but emit a warning in the kernel log. CISTPL_FUNCE tuples can be whitelisted now by adding a matching entry to the cis_tpl_funce_list table. Signed-off-by: Albert Herranz albert_herr

Re: stalled mmc patches

2009-09-30 Thread Albert Herranz
Pierre Ossman wrote: On Tue, 29 Sep 2009 13:15:40 -0700 Andrew Morton a...@linux-foundation.org wrote: http://userweb.kernel.org/~akpm/mmotm/broken-out/sdio-recognize-io-card-without-powercycle.patch I think it was a libertas card that I had problems with. So if someone has one of those

Re: + sdio-pass-whitelisted-cis-funce-tuples-to-sdio-drivers.patch added to -mm tree

2009-09-28 Thread Albert Herranz
a...@linux-foundation.org wrote: -- Subject: sdio: pass whitelisted cis funce tuples to sdio drivers From: Albert Herranz albert_herr...@yahoo.es Some manufacturers provide vendor information in non-vendor specific CIS tuples. For example

[PATCH v2] sdio: pass whitelisted cis funce tuples to sdio drivers

2009-09-11 Thread Albert Herranz
tuples unknown to the SDIO core to a matching SDIO driver instead of rejecting them and failing. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- v1 - fixed typo in commit message - CC'd akpm as suggested by mb - required by commit 4ea602e183ca20a7577ebe253323d0e5d0f9847 in net-next-2.6 v2

[PATCH] sdio: pass unknown cis tuples to sdio drivers

2009-09-10 Thread Albert Herranz
to the SDIO core to a matching SDIO driver instead of rejecting them and failing. Signed-off-by: Albert Herranz albert_herr...@yahoo.es --- v1 - fixed typo in commit message - CC'd akpm as suggested by mb - required by commit 4ea602e183ca20a7577ebe253323d0e5d0f9847 in net-next-2.6 drivers/mmc