From: Chris Ball <cjb@laptop.org>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: linux-mmc@vger.kernel.org
Subject: Re: [PATCH 2/2] mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF
Date: Tue, 05 Apr 2011 11:26:10 -0400 [thread overview]
Message-ID: <m339lw67ot.fsf@pullcord.laptop.org> (raw)
In-Reply-To: <1302015015-8178-2-git-send-email-ohad@wizery.com> (Ohad Ben-Cohen's message of "Tue, 5 Apr 2011 17:50:15 +0300")
Hi,
On Tue, Apr 05 2011, Ohad Ben-Cohen wrote:
> Tell SDIO core to ignore the standard SDIO function interface
> codes indicated by the wl1271. This is required because the
> wl1271 erroneously indicates its first function as a standard
> Bluetooth SDIO interface, and that drives btsdio mad.
>
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> ---
> drivers/mmc/core/quirks.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mmc/core/quirks.c b/drivers/mmc/core/quirks.c
> index 11118b7..1957398 100644
> --- a/drivers/mmc/core/quirks.c
> +++ b/drivers/mmc/core/quirks.c
> @@ -64,6 +64,8 @@ static const struct mmc_fixup mmc_fixup_methods[] = {
> add_quirk_for_sdio_devices, MMC_QUIRK_BROKEN_CLK_GATING },
> { SDIO_VENDOR_ID_TI, SDIO_DEVICE_ID_TI_WL1271,
> remove_quirk, MMC_QUIRK_BROKEN_CLK_GATING },
> + { SDIO_VENDOR_ID_TI, SDIO_DEVICE_ID_TI_WL1271,
> + add_quirk, MMC_QUIRK_NONSTD_FUNC_IF },
> { 0 }
> };
Thanks, pushed to mmc-next for .40.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
next prev parent reply other threads:[~2011-04-05 15:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-05 14:50 [PATCH 1/2] mmc: add MMC_QUIRK_NONSTD_FUNC_IF Ohad Ben-Cohen
2011-04-05 14:50 ` [PATCH 2/2] mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF Ohad Ben-Cohen
2011-04-05 15:26 ` Chris Ball [this message]
2011-04-05 15:25 ` [PATCH 1/2] mmc: add MMC_QUIRK_NONSTD_FUNC_IF Chris Ball
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=m339lw67ot.fsf@pullcord.laptop.org \
--to=cjb@laptop.org \
--cc=linux-mmc@vger.kernel.org \
--cc=ohad@wizery.com \
/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.