From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Hector Palacios <hector.palacios@digi.com>
Cc: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"cjb@laptop.org" <cjb@laptop.org>,
"aletes.xgr@gmail.com" <aletes.xgr@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Marek Vasut <marex@denx.de>, Shawn Guo <shawn.guo@linaro.org>
Subject: Re: [PATCH v2 2/2] mmc: mxs-mmc: add non-removable property
Date: Wed, 10 Apr 2013 11:16:15 +0200 [thread overview]
Message-ID: <51652DDF.8000100@pengutronix.de> (raw)
In-Reply-To: <516520AA.8030300@digi.com>
[-- Attachment #1: Type: text/plain, Size: 1921 bytes --]
On 04/10/2013 10:19 AM, Hector Palacios wrote:
> On Tue 09 Apr 2013 06:34:10 PM CEST, Marc Kleine-Budde wrote:
>> On 04/09/2013 05:21 PM, Hector Palacios wrote:
>>> On 04/09/2013 05:14 PM, Hector Palacios wrote:
>>>> @@ -95,7 +97,8 @@ static int mxs_mmc_get_cd(struct mmc_host *mmc)
>>>> struct mxs_mmc_host *host = mmc_priv(mmc);
>>>> struct mxs_ssp *ssp = &host->ssp;
>>>>
>>>> - return !(readl(ssp->base + HW_SSP_STATUS(ssp)) &
>>>> + return host->non_removable || host->broken_cd ||
>>>> + !(readl(ssp->base + HW_SSP_STATUS(ssp)) &
>>>> BM_SSP_STATUS_CARD_DETECT);
>>>> }
>>>
>>> Sorry, I missed your original XOR here, when merging my changes:
>>
>> Can you send an incremental patch against my 2/2 with your
>> Signed-off-by, I'll squash your patch into mine and repost the series.
>
> Sure. Here it is:
>
> From 18f6199947bc2681d2d63b307506019535018646 Mon Sep 17 00:00:00 2001
> From: Hector Palacios <hector.palacios@digi.com>
> Date: Wed, 10 Apr 2013 09:16:31 +0200
> Subject: [PATCH] mmc: mxs-mmc: handle 'broken-cd' property
>
> According to bindings documentation for mmc, the property 'broken-cd'
> can be used to indicate card-detection is not available and polling
> must be used instead. This patch retrieves this property
> and sets a custom flag. On the get_cd() hook, it returns 1 if
> the flag is set, to always assume the card is present.
>
> Signed-off-by: Hector Palacios <hector.palacios@digi.com>
Thanks, your patch description is so good, I'll keep your patch as 3
and repost the whole series.
Marc
P.S.:
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
prev parent reply other threads:[~2013-04-10 9:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-05 12:47 [PATCH v2 0/2] mmc: mxs-mmc: add cd-inverted and non-removeable Marc Kleine-Budde
2013-04-05 12:47 ` [PATCH v2 1/2] mmc: mxs-mmc: add cd-inverted property Marc Kleine-Budde
2013-04-05 12:47 ` [PATCH v2 2/2] mmc: mxs-mmc: add non-removable property Marc Kleine-Budde
2013-04-09 15:14 ` Hector Palacios
2013-04-09 15:14 ` Hector Palacios
2013-04-09 15:21 ` Hector Palacios
2013-04-09 15:21 ` Hector Palacios
2013-04-09 16:34 ` Marc Kleine-Budde
2013-04-10 8:19 ` Hector Palacios
2013-04-10 9:16 ` Marc Kleine-Budde [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=51652DDF.8000100@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=aletes.xgr@gmail.com \
--cc=cjb@laptop.org \
--cc=hector.palacios@digi.com \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=marex@denx.de \
--cc=shawn.guo@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.