Re: [PATCH 3/4] mmc: core: make hw_reset generic

2014-11-03 Thread Adrian Hunter
On 24/10/14 15:46, Johan Rudholm wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member power_reset. This also lets us add code power_reset is not a good name because it does not necessarily have anything to do with power. I am not sure why

Re: [PATCH 2/4] mmc: core: use mmc_power_up in hw_reset

2014-11-03 Thread Johan Rudholm
2014-11-03 10:21 GMT+01:00 Adrian Hunter adrian.hun...@intel.com: On 24/10/14 15:46, Johan Rudholm wrote: The steps performed in mmc_do_hw_reset for eMMC:s after the hardware reset are very similar to those performed by mmc_power_up, so do a call They perform different functions.

Re: [PATCH 3/4] mmc: core: make hw_reset generic

2014-11-03 Thread Johan Rudholm
2014-11-03 10:20 GMT+01:00 Adrian Hunter adrian.hun...@intel.com: On 24/10/14 15:46, Johan Rudholm wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member power_reset. This also lets us add code power_reset is not a good name because it

Re: [PATCH v3] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-03 Thread Heiko Stübner
Hi Jaehoon, Am Montag, 3. November 2014, 17:59:58 schrieb Jaehoon Chung: Hi, Addy. On 11/03/2014 10:20 AM, Addy Ke wrote: The bit of sdio interrupt is 16 in designware implementation, but it is 24 on Rockchip SoCs.This patch add sdio_id0 for the number of slot0 in the SDIO interrupt

Re: [PATCH v3] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-03 Thread addy ke
Hi, Jaehoo On 2014/11/3 16:59, Jaehoon Chung wrote: Hi, Addy. On 11/03/2014 10:20 AM, Addy Ke wrote: The bit of sdio interrupt is 16 in designware implementation, but it is 24 on Rockchip SoCs.This patch add sdio_id0 for the number of slot0 in the SDIO interrupt registers. Signed-off-by:

Re: [PATCH 3/4] mmc: core: make hw_reset generic

2014-11-03 Thread Adrian Hunter
On 03/11/14 12:19, Johan Rudholm wrote: 2014-11-03 10:20 GMT+01:00 Adrian Hunter adrian.hun...@intel.com: On 24/10/14 15:46, Johan Rudholm wrote: Move the (e)MMC specific hw_reset code from core.c into mmc.c and call it from the new bus_ops member power_reset. This also lets us add code

Re: [PATCH 2/4] mmc: core: use mmc_power_up in hw_reset

2014-11-03 Thread Adrian Hunter
On 03/11/14 12:13, Johan Rudholm wrote: 2014-11-03 10:21 GMT+01:00 Adrian Hunter adrian.hun...@intel.com: On 24/10/14 15:46, Johan Rudholm wrote: The steps performed in mmc_do_hw_reset for eMMC:s after the hardware reset are very similar to those performed by mmc_power_up, so do a call They

[PATCH] mmc: host: atmel-mci: Add support for non-removable slots

2014-11-03 Thread Timo Kokkonen
Add support for non-removable slots which have no card detection GPIO and which should not be polled for a card change. Signed-off-by: Timo Kokkonen timo.kokko...@offcode.fi --- drivers/mmc/host/atmel-mci.c | 11 +-- include/linux/atmel-mci.h| 2 ++ 2 files changed, 11

Re: [PATCH 00/15] mmc: sdhci: Add 64-bit ADMA support

2014-11-03 Thread Ulf Hansson
On 3 November 2014 09:28, Adrian Hunter adrian.hun...@intel.com wrote: On 30/10/14 09:25, Adrian Hunter wrote: On 21/10/14 12:26, Adrian Hunter wrote: Hi Here are patches to add 64-bit ADMA support to the SDHCI driver. The patchset starts with 3 minor fixes related to SDHCI ADMA, then

Re: [PATCH] mmc: host: atmel-mci: Add support for non-removable slots

2014-11-03 Thread Ludovic Desroches
On Mon, Nov 03, 2014 at 01:12:59PM +0200, Timo Kokkonen wrote: Add support for non-removable slots which have no card detection GPIO and which should not be polled for a card change. Signed-off-by: Timo Kokkonen timo.kokko...@offcode.fi Acked-by: Ludovic Desroches ludovic.desroc...@atmel.com

Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-03 Thread Michael Heimpold
Hi, Am Montag, 3. November 2014, 01:01:07 schrieben Sie: On 01/11/14 23:40, Stefan Wahren wrote: Hi, i was testing Linux Kernel 3.18-rc2 with my i.MX28 board (I2SE Duckbill) and ran into the problem that the sd card isn't detected from the Kernel at booting (driver: mxs-mmc.c).

Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-03 Thread Kristina Martšenko
On 03/11/14 22:49, Michael Heimpold wrote: Hi, Hi Michael, Am Montag, 3. November 2014, 01:01:07 schrieben Sie: On 01/11/14 23:40, Stefan Wahren wrote: Hi, i was testing Linux Kernel 3.18-rc2 with my i.MX28 board (I2SE Duckbill) and ran into the problem that the sd card isn't detected

Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-03 Thread Michael Heimpold
Hi Kristina, Am Montag, 3. November 2014, 23:50:53 schrieb Kristina Martšenko: On 03/11/14 22:49, Michael Heimpold wrote: Hi, Hi Michael, Am Montag, 3. November 2014, 01:01:07 schrieben Sie: On 01/11/14 23:40, Stefan Wahren wrote: Hi, i was testing Linux Kernel 3.18-rc2 with my

Re: [PATCH v3] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-03 Thread Jaehoon Chung
Dear, Addy. On 11/03/2014 07:23 PM, addy ke wrote: Hi, Jaehoo On 2014/11/3 16:59, Jaehoon Chung wrote: Hi, Addy. On 11/03/2014 10:20 AM, Addy Ke wrote: The bit of sdio interrupt is 16 in designware implementation, but it is 24 on Rockchip SoCs.This patch add sdio_id0 for the number of

Re: [PATCH v3] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-03 Thread Jaehoon Chung
Dear Heiko. On 11/03/2014 07:23 PM, Heiko Stübner wrote: Hi Jaehoon, Am Montag, 3. November 2014, 17:59:58 schrieb Jaehoon Chung: Hi, Addy. On 11/03/2014 10:20 AM, Addy Ke wrote: The bit of sdio interrupt is 16 in designware implementation, but it is 24 on Rockchip SoCs.This patch add

Re: [PATCH] mmc: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data

2014-11-03 Thread Wan ZongShun
Hi Ulf, How about this patch? Thanks! Vincent Wan. 2014-10-30 12:06 GMT+08:00 Vincent Wan vincent@amd.com: SDHC controller in AMD chipsets require SDHC transfer mode register to be cleared for commands without data. The issue was uncovered during testing eMMC cards on KB/ML based

Possible regression with commit 52221610d

2014-11-03 Thread Alexandre Courbot
Hi guys, On the NVIDIA shield (tegra114-roth) platform, I have noticed that MMC stopped working completely on recent kernels. MMC devices will not show up and the message mmc1: Controller never released inhibit bit(s). shows up repeatedly in the console. After bisecting I tracked commit

Re: Possible regression with commit 52221610d

2014-11-03 Thread Tim Kryger
On Mon, Nov 3, 2014 at 7:05 PM, Alexandre Courbot acour...@nvidia.com wrote: Hi guys, On the NVIDIA shield (tegra114-roth) platform, I have noticed that MMC stopped working completely on recent kernels. MMC devices will not show up and the message mmc1: Controller never released inhibit

Re: [PATCH] mmc: host: atmel-mci: Add support for non-removable slots

2014-11-03 Thread Ulf Hansson
On 3 November 2014 12:12, Timo Kokkonen timo.kokko...@offcode.fi wrote: Add support for non-removable slots which have no card detection GPIO and which should not be polled for a card change. Signed-off-by: Timo Kokkonen timo.kokko...@offcode.fi Thanks! Applied for next. Kind regards Uffe

Re: [PATCH] mmc: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data

2014-11-03 Thread Ulf Hansson
On 30 October 2014 05:06, Vincent Wan vincent@amd.com wrote: SDHC controller in AMD chipsets require SDHC transfer mode register to be cleared for commands without data. The issue was uncovered during testing eMMC cards on KB/ML based platforms. Signed-off-by: Vincent Wan