All of lore.kernel.org
 help / color / mirror / Atom feed
From: biju.das@bp.renesas.com (Biju Das)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 4.4.y-cip 04/22] mmc: sh_mobile_sdhi: enable SDIO IRQs for RCar Gen3
Date: Wed, 27 Nov 2019 13:46:42 +0000	[thread overview]
Message-ID: <1574862420-42606-5-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1574862420-42606-1-git-send-email-biju.das@bp.renesas.com>

From: Wolfram Sang <wsa+renesas@sang-engineering.com>

commit 685d29ef1783af0049c4aeeec43722e410d5845d upstream.

Tested on a Salvator-X board with a Spectec SDW-823 WLAN card.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/mmc/host/sh_mobile_sdhi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c
index 626c894..a96472e 100644
--- a/drivers/mmc/host/sh_mobile_sdhi.c
+++ b/drivers/mmc/host/sh_mobile_sdhi.c
@@ -109,7 +109,7 @@ static struct sh_mobile_sdhi_scc rcar_gen3_scc_taps[] = {
 static const struct sh_mobile_sdhi_of_data of_rcar_gen3_compatible = {
 	.tmio_flags	= TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_WRPROTECT_DISABLE |
 			  TMIO_MMC_CLK_ACTUAL | TMIO_MMC_MIN_RCAR2,
-	.capabilities	= MMC_CAP_SD_HIGHSPEED,
+	.capabilities	= MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
 	.bus_shift	= 2,
 	.scc_offset	= 0x1000,
 	.taps		= rcar_gen3_scc_taps,
-- 
2.7.4

  parent reply	other threads:[~2019-11-27 13:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27 13:46 [cip-dev] [PATCH 4.4.y-cip 00/22] Add RZ/G1C SD/eMMC support Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 01/22] mmc: sdhi: Add EXT_ACC register busy check Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 02/22] mmc: sh_mobile_sdhi: don't use array for DT configs Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 03/22] mmc: sh_mobile_sdhi: simplify code for voltage switching Biju Das
2019-11-27 13:46 ` Biju Das [this message]
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 05/22] mmc: tmio: always unmap DMA before waiting for interrupt Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 06/22] mmc: tmio: rename tmio_mmc_{pio => core}.c Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 07/22] mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 08/22] mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 09/22] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 10/22] mmc: renesas-sdhi: improve checkpatch cleanness Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 11/22] mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_data Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 12/22] mmc: tmio, renesas-sdhi: add dataend to DMA ops Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 13/22] mmc: renesas-sdhi: add support for R-Car Gen3 SDHI DMAC Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 14/22] mmc: renesas_sdhi: consolidate DMAC CONFIG options Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 15/22] dt-bindings: mmc: renesas_sdhi: add R-Car Gen[123] fallback compatibility strings Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 16/22] mmc: renesas_sdhi: implement " Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 17/22] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 18/22] mmc: renesas_sdhi: Add r8a77470 SDHI1 support Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 19/22] ARM: dts: r8a77470: Add SDHI2 support Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 20/22] ARM: dts: r8a77470: Add SDHI0 support Biju Das
2019-11-27 13:46 ` [cip-dev] [PATCH 4.4.y-cip 21/22] ARM: dts: r8a77470: Add SDHI1 support Biju Das
2019-11-27 13:47 ` [cip-dev] [PATCH 4.4.y-cip 22/22] ARM: dts: iwg23s-sbc: Add uSD and eMMC support Biju Das
2019-11-27 17:59 ` [cip-dev] [PATCH 4.4.y-cip 00/22] Add RZ/G1C SD/eMMC support Pavel Machek
2019-11-27 19:21 ` Pavel Machek
2019-11-28  7:56   ` Biju Das
2019-11-28 11:13     ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1574862420-42606-5-git-send-email-biju.das@bp.renesas.com \
    --to=biju.das@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.