From: Jaehoon Chung <jh80.chung@samsung.com>
To: Jerome Forissier <jerome.forissier@linaro.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mmc: dw_mmc: k3: add MMC_CAP_CMD23
Date: Wed, 01 Jun 2016 21:46:27 +0900 [thread overview]
Message-ID: <574ED923.6060700@samsung.com> (raw)
In-Reply-To: <1464784798-15828-1-git-send-email-jerome.forissier@linaro.org>
Hi Jerome,
On 06/01/2016 09:39 PM, Jerome Forissier wrote:
> Enables RPMB support for the on-board eMMC of the HiKey board as well
> as for eMMC modules connected to the microSD slot.
Thanks! I will pick on my repository.
If we needs to use the MMC_CAP_CMD23, i will consider for using by default.
Best Regards,
Jaehoon Chung
>
> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
> ---
> drivers/mmc/host/dw_mmc-k3.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/mmc/host/dw_mmc-k3.c b/drivers/mmc/host/dw_mmc-k3.c
> index 63c2e2e..8e9d886 100644
> --- a/drivers/mmc/host/dw_mmc-k3.c
> +++ b/drivers/mmc/host/dw_mmc-k3.c
> @@ -32,6 +32,12 @@ struct k3_priv {
> struct regmap *reg;
> };
>
> +static unsigned long dw_mci_hi6220_caps[] = {
> + MMC_CAP_CMD23,
> + MMC_CAP_CMD23,
> + 0
> +};
> +
> static void dw_mci_k3_set_ios(struct dw_mci *host, struct mmc_ios *ios)
> {
> int ret;
> @@ -126,6 +132,7 @@ static void dw_mci_hi6220_set_ios(struct dw_mci *host, struct mmc_ios *ios)
> }
>
> static const struct dw_mci_drv_data hi6220_data = {
> + .caps = dw_mci_hi6220_caps,
> .switch_voltage = dw_mci_hi6220_switch_voltage,
> .set_ios = dw_mci_hi6220_set_ios,
> .parse_dt = dw_mci_hi6220_parse_dt,
>
prev parent reply other threads:[~2016-06-01 12:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160601124153epcas1p277b5dd6a7b72de21e4dc71d456960170@epcas1p2.samsung.com>
2016-06-01 12:39 ` [PATCH] mmc: dw_mmc: k3: add MMC_CAP_CMD23 Jerome Forissier
2016-06-01 12:46 ` Jaehoon Chung [this message]
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=574ED923.6060700@samsung.com \
--to=jh80.chung@samsung.com \
--cc=jerome.forissier@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=ulf.hansson@linaro.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.