[PATCH v4] mmc: dw_mmc: add support for the other bit of sdio interrupt
From: jh80.chung@samsung.com (Jaehoon Chung)
Date: 2014-11-14 13:26:00
Also in:
linux-devicetree, linux-mmc, lkml
From: jh80.chung@samsung.com (Jaehoon Chung)
Date: 2014-11-14 13:26:00
Also in:
linux-devicetree, linux-mmc, lkml
On 11/14/2014 03:58 AM, Doug Anderson wrote:
Addy, On Tue, Nov 4, 2014 at 6:03 AM, Addy Ke [off-list ref] wrote:quoted
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 <redacted> --- Changes in v2: - rebase on http://git.linaro.org/git/people/ulf.hansson/mmc.git, next branch Changes in v3: - Remove dts for sdio_id0, just replace this with 8, suggested by Doug - Change to support all Rockchip Socs, suggested by Heiko Changes in v4: - use init-hook to set sdio_id0, suggested by Jaehoon drivers/mmc/host/dw_mmc-rockchip.c | 10 ++++++++++ drivers/mmc/host/dw_mmc.c | 12 +++++++----- drivers/mmc/host/dw_mmc.h | 2 ++ include/linux/mmc/dw_mmc.h | 3 +++ 4 files changed, 22 insertions(+), 5 deletions(-)Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com> Best Regards, Jaehoon Chung