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

2014-11-19 Thread Ulf Hansson
On 4 November 2014 15:03, 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: Addy Ke Thanks! Applied for next. Kind regards Uffe >

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

2014-11-19 Thread Ulf Hansson
On 4 November 2014 15:03, Addy Ke addy...@rock-chips.com 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: Addy Ke addy...@rock-chips.com Thanks!

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

2014-11-14 Thread Jaehoon Chung
On 11/14/2014 03:58 AM, Doug Anderson wrote: > Addy, > > On Tue, Nov 4, 2014 at 6:03 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. >> >>

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

2014-11-14 Thread Jaehoon Chung
On 11/14/2014 03:58 AM, Doug Anderson wrote: Addy, On Tue, Nov 4, 2014 at 6:03 AM, Addy Ke addy...@rock-chips.com 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 v4] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-13 Thread Doug Anderson
Addy, On Tue, Nov 4, 2014 at 6:03 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: Addy Ke > --- > Changes in v2: > - rebase on

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

2014-11-13 Thread Doug Anderson
Addy, On Tue, Nov 4, 2014 at 6:03 AM, Addy Ke addy...@rock-chips.com 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: Addy Ke

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

2014-11-04 Thread Addy Ke
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: Addy Ke --- Changes in v2: - rebase on http://git.linaro.org/git/people/ulf.hansson/mmc.git, next branch

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

2014-11-04 Thread Addy Ke
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: Addy Ke addy...@rock-chips.com --- Changes in v2: - rebase on