Re: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread David Vrabel
Madhusudhan wrote: My question was more related to the idle path. In a scenario where you start using the SDIO functionality and after some time you leave the SDIO card idle, does the FCLK still remain enabled? Or do you see that sdio_irq_thread exits and disables the FCLK? What do you mean

Re: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread David Vrabel
Paul Walmsley wrote: Perhaps I'm misunderstanding what you're referring to, but it seems there is some confusion as to what target smart-idle mode does. The TI OMAP 34xx TRM is the one of the most obtuse document I've had to read. An even after multiple reads of relevant sections it still

[PATCH] mmc: sdhci: Fix SDHCI_INT_ADMA_ERROR typo in SDHCI_INT_DATA_MASK

2010-02-18 Thread George G. Davis
The 4accfe2 sdhci: catch ADMA errors commit added SDHCI_ADMA_ERROR to the definition of SDHCI_INT_DATA_MASK but obviously intended to use SDHCI_INT_ADMA_ERROR. Signed-off-by: George G. Davis gda...@mvista.com Cc: Pierre Ossman pie...@ossman.eu --- drivers/mmc/host/sdhci.h |2 +- 1 files

RE: [PATCH 0/3] mmc: omap_hsmmc: support SDIO cards

2010-02-18 Thread Madhusudhan
snip Also, keep in mind that the buffers for transfers must begin and end on a word boundary. The OMAP's DMA controller can only transfer whole words to the MMC FIFO. I've slightly modified your patch mmc: omap_hsmmc: use packet sync'd DMA and it seems to work now, at least with SD

[PATCH] mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for DEBUGging

2010-02-18 Thread George G. Davis
The 6882a8c sdhci: Add better ADMA error reporting commit added sdhci_show_adma_error() which is built when DEBUG is defined. Since we already have CONFIG_MMC_DEBUG used elsewhere in this driver, may as well make consistent use of that config knob instead. Signed-off-by: George G. Davis

Manufacturers Database - 1,057,119 records with 476,509 emails

2010-02-18 Thread mezzo Browning
Email me at this address for a catalog of all our US lists: giovanni.va...@rightpricedlists.co.cc Also, ask about our sale pricing for more than one list. to stop this email in future email us at rem...@rightpricedlists.co.cc -- To unsubscribe from this list: send the line unsubscribe

RE: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread Nicolas Pitre
On Thu, 18 Feb 2010, Madhusudhan wrote: If I look in the mainline kernel today there is only one SDIO card driver sdio_uart.c. And at least I don't see a way I can test any of these features myself. There are many other SDIO drivers in the kernel today: - The libertas wireless driver

[RFC/PATCH] mmc: sdhci: Add 8-bit bus width support

2010-02-18 Thread George G. Davis
Although the SD Host Controller Simplified Specification Version 2.00 does not clearly document support for 8-bit bus width, it does show an Extended Data Transfer Width field in bit-5 of the Host Control Register. Furthermore, while googling around for more details on this feature, I came across

RE: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread Madhusudhan
-Original Message- From: Nicolas Pitre [mailto:n...@fluxnic.net] Sent: Thursday, February 18, 2010 1:27 PM To: Madhusudhan Cc: 'Paul Walmsley'; 'David Vrabel'; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Subject: RE: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card

[RFC/PATCH] mmc: sdhci: Enable high speed support for MMC cards

2010-02-18 Thread George G. Davis
Allow high speed mode for high speed capable ver 4.x MMC cards. Comments and/or feedback appreciated. Signed-off-by: George G. Davis gda...@mvista.com --- drivers/mmc/host/sdhci.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci.c

Re: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread Steve Sakoman
On Thu, Feb 18, 2010 at 12:21 PM, Paul Walmsley p...@pwsan.com wrote: (cc'ing Steve, Richard, Anand) There appear to be least seven SDIO card drivers in 2.6.34-rc7. At least one of these is for a TI chip - the wl1251.  I think some of the Gumstix Overo OMAP3 boards are using an

Re: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-18 Thread Nicolas Pitre
On Thu, 18 Feb 2010, Steve Sakoman wrote: On Thu, Feb 18, 2010 at 12:21 PM, Paul Walmsley p...@pwsan.com wrote: (cc'ing Steve, Richard, Anand) There appear to be least seven SDIO card drivers in 2.6.34-rc7. At least one of these is for a TI chip - the wl1251.  I think some of the