[PATCH] mmc: tmio: eliminate unused variable 'mmc' warning

2011-08-02 Thread Axel Lin
Fix below compile warning: CC drivers/mmc/host/tmio_mmc.o drivers/mmc/host/tmio_mmc.c: In function 'tmio_mmc_suspend': drivers/mmc/host/tmio_mmc.c:30: warning: unused variable 'mmc' drivers/mmc/host/tmio_mmc.c: In function 'tmio_mmc_resume': drivers/mmc/host/tmio_mmc.c:45: warning: unused va

[PATCH 1/1] Add support for JMicron chip with UHS-I function

2011-08-02 Thread Aries Lee
1. Force to assign some property at sdhci_add_host() function if chip is JMB388. 2. Jmicron doesn't support CMD19, install of tuning command, Jmicron run a procedure to tune the clock delay, command delay and data delay. Actually I want to define a quirks such like "SDHCI_QUIRK_NONSTANDARD_TUNE",

RE: [PATCH v2 1/1] ARM: mxc: fix card interrupt losing issue on freescale eSDHC

2011-08-02 Thread Lin Tony-B19295
Thanks, Chris! BR Tony > -Original Message- > From: Chris Ball [mailto:c...@laptop.org] > Sent: Wednesday, August 03, 2011 8:16 AM > To: Lin Tony-B19295 > Cc: linux-mmc@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v2 1/1] ARM: mxc: fix card interrupt losing

Re: [PATCH v2 1/1] ARM: mxc: fix card interrupt losing issue on freescale eSDHC

2011-08-02 Thread Chris Ball
Hi Tony, On Thu, Jul 28 2011, Tony Lin wrote: > apply workaround for imx eSDHC controller to avoid missing > the card interrupt so that SDIO function is workable > > Signed-off-by: Tony Lin Thanks, pushed to mmc-next for 3.1. - Chris. -- Chris Ball One Laptop Per Chil

Re: A few queries dw_mmc driver

2011-08-02 Thread James Hogan
Hi Shashidhar (resending in form that won't get bounced from linux-mmc list). On 08/02/2011 12:53 PM, Shashidhar Hiremath wrote: > Hi James, > Sorry for interrupting you, > > I had a few queries on mmc driver. Can you please help on this I've CC'd the linux-mmc list as both questions involve

[PATCH 12/15] MMC: au1xmmc: remove Alchemy CPU subtype dependencies

2011-08-02 Thread Manuel Lauss
Replace all occurrences of CONFIG_SOC_AU1??? with runtime feature detection. Cc: Signed-off-by: Manuel Lauss --- I'd like for this patch to go in via the mips tree since a few more depend on it. drivers/mmc/host/au1xmmc.c | 93 +++ 1 files changed, 50

RE: [PATCH] mmc: sd: UHS-I bus speed should be set last in UHS initialization

2011-08-02 Thread Subhash Jadavani
> -Original Message- > From: linux-arm-msm-ow...@vger.kernel.org [mailto:linux-arm-msm- > ow...@vger.kernel.org] On Behalf Of Nath, Arindam > Sent: Tuesday, August 02, 2011 3:21 PM > To: Subhash Jadavani; 'Chris Ball' > Cc: linux-mmc@vger.kernel.org; linux-arm-...@vger.kernel.org; 'Philip

RE: [PATCH] mmc: sd: UHS-I bus speed should be set last in UHS initialization

2011-08-02 Thread Nath, Arindam
> -Original Message- > From: Subhash Jadavani [mailto:subha...@codeaurora.org] > Sent: Tuesday, August 02, 2011 2:43 PM > To: Nath, Arindam; 'Chris Ball' > Cc: linux-mmc@vger.kernel.org; linux-arm-...@vger.kernel.org; 'Philip > Rakity'; 'zhangfei gao' > Subject: RE: [PATCH] mmc: sd: UHS-I

RE: [PATCH] mmc: sd: UHS-I bus speed should be set last in UHS initialization

2011-08-02 Thread Subhash Jadavani
Hi Arindam, Thank you for the review. Please find few comments inline. > -Original Message- > From: Nath, Arindam [mailto:arindam.n...@amd.com] > Sent: Tuesday, August 02, 2011 12:38 PM > To: Chris Ball; Subhash Jadavani > Cc: linux-mmc@vger.kernel.org; linux-arm-...@vger.kernel.org; Phil

RE: [PATCH] mmc: sd: UHS-I bus speed should be set last in UHS initialization

2011-08-02 Thread Nath, Arindam
Hi Subhash, > -Original Message- > From: Chris Ball [mailto:c...@laptop.org] > Sent: Tuesday, August 02, 2011 1:40 AM > To: Subhash Jadavani > Cc: linux-mmc@vger.kernel.org; linux-arm-...@vger.kernel.org; Nath, > Arindam > Subject: Re: [PATCH] mmc: sd: UHS-I bus speed should be set last i