Re: [PATCH] mmc: core: Use maximum timeout values in case TACC field is zero

2014-04-02 Thread Stefan Wahren
Hi Ulf, Am 02.04.2014 13:25, schrieb Ulf Hansson: > On 27 March 2014 16:32, Stefan Wahren wrote: >> When plugging a specific micro SD card at MMC socket of a custom i.MX28 >> board, >> we get the following kernel warning: >> >> WARNING: CPU: 0 PID: 30 at drivers/mmc/host/mxs-mmc.c:342 >> mxs_mm

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-02 Thread Lee Jones
On Tue, 01 Apr 2014, Andrew Morton wrote: > On Tue, 1 Apr 2014 11:20:32 +0800 Roger wrote: > > > On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: > > > From: Roger Tseng > > > > > > Realtek USB memstick host driver provides memstick host support based on > > > the > > > Realtek USB card re

Re: [PATCH RESEND v3 0/7] mmc: distinguish DDR timing mode for eMMC/UHS

2014-04-02 Thread Ulf Hansson
On 14 March 2014 13:11, Seungwon Jeon wrote: > These changes intend to distinguish two DDR timing modes related to eMMC & > UHS. > Even though two modes are different actually, UHS_DDR50 is used as eMMC DDR > mode. > MMC_TIMING_MMC_DDR52 mode is added. This will likely be one of first patchset

Re: [PATCH] mmc: core: Use maximum timeout values in case TACC field is zero

2014-04-02 Thread Ulf Hansson
On 27 March 2014 16:32, Stefan Wahren wrote: > When plugging a specific micro SD card at MMC socket of a custom i.MX28 board, > we get the following kernel warning: > > WARNING: CPU: 0 PID: 30 at drivers/mmc/host/mxs-mmc.c:342 > mxs_mmc_start_cmd+0x34c/0x378() > Modules linked in: > CPU: 0 PID: 3

Re: [PATCH v3 5/5] mmc: add support for HS400 mode of eMMC5.0

2014-04-02 Thread Ulf Hansson
On 2 April 2014 03:15, Seungwon Jeon wrote: > On Fri, March 28, 2014, Ulf Hansson wrote: >> On 28 March 2014 13:18, Seungwon Jeon wrote: >> > On Fri, March 28, 2014, Ulf Hansson wrote: >> >> On 25 March 2014 10:23, Seungwon Jeon wrote: >> >> > Hi Ulf, >> >> > >> >> > On Tue, March 25, 2014, Ulf

Re: [PATCH] mmc: core: Use maximum timeout values in case TACC field is zero

2014-04-02 Thread Stefan Wahren
Am 27.03.2014 16:41, schrieb Fabio Estevam: > On Thu, Mar 27, 2014 at 12:32 PM, Stefan Wahren > wrote: >> When plugging a specific micro SD card at MMC socket of a custom i.MX28 >> board, >> we get the following kernel warning: >> >> WARNING: CPU: 0 PID: 30 at drivers/mmc/host/mxs-mmc.c:342 >>