Re: [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them

2015-11-01 Thread Minkyu Kang
On 28/10/15 23:41, Przemyslaw Marczak wrote: > The SD card detection depends on checking one pin state. > But the pin was configured after card was detected, which is wrong. > > This commit fixes this, by moving call to pinmux before use the pin. > > Tested-on: Odroid U3 and Odroid X2. > > Signe

Re: [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them

2015-10-29 Thread Lukasz Majewski
Hi Przemyslaw, > The SD card detection depends on checking one pin state. > But the pin was configured after card was detected, which is wrong. > > This commit fixes this, by moving call to pinmux before use the pin. > > Tested-on: Odroid U3 and Odroid X2. > > Signed-off-by: Przemyslaw Marczak

Re: [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them

2015-10-29 Thread Jaehoon Chung
Hi, Looks good to me. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 10/28/2015 11:41 PM, Przemyslaw Marczak wrote: > The SD card detection depends on checking one pin state. > But the pin was configured after card was detected, which is wrong. > > This commit fixes this, by moving ca

[U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them

2015-10-28 Thread Przemyslaw Marczak
The SD card detection depends on checking one pin state. But the pin was configured after card was detected, which is wrong. This commit fixes this, by moving call to pinmux before use the pin. Tested-on: Odroid U3 and Odroid X2. Signed-off-by: Przemyslaw Marczak Cc: Guillaume GARDET Cc: Lukas