From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerel
Date: Wed, 20 Jun 2012 10:33:54 +0000 [thread overview]
Message-ID: <201206201233.55097.rjw@sisk.pl> (raw)
In-Reply-To: <u7hovvdt9.wl%morimoto.kuninori@renesas.com>
On Thursday, May 24, 2012, Guennadi Liakhovetski wrote:
> SDHI0 card-detect GPIO IRQ on mackarel currently works, because it is the
> default configuration of IRQ26. However, we should not rely on this and
> should configure the function explicitly.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Applied to the fixes branch of the renesas.git tree.
Thanks,
Rafael
> ---
> arch/arm/mach-shmobile/board-mackerel.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
> index b577f7c..150122a 100644
> --- a/arch/arm/mach-shmobile/board-mackerel.c
> +++ b/arch/arm/mach-shmobile/board-mackerel.c
> @@ -1512,6 +1512,9 @@ static void __init mackerel_init(void)
> gpio_request(GPIO_FN_SDHID0_1, NULL);
> gpio_request(GPIO_FN_SDHID0_0, NULL);
>
> + /* SDHI0 PORT172 card-detect IRQ26 */
> + gpio_request(GPIO_FN_IRQ26_172, NULL);
> +
> #if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
> /* enable SDHI1 */
> gpio_request(GPIO_FN_SDHICMD1, NULL);
>
prev parent reply other threads:[~2012-06-20 10:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-29 6:31 [PATCH] ARM: mach-shmobile: Add missing __initdata on intcs Kuninori Morimoto
2012-05-24 13:18 ` [PATCH] ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerel Guennadi Liakhovetski
2012-05-24 23:34 ` Magnus Damm
2012-05-25 6:52 ` Guennadi Liakhovetski
2012-05-27 8:35 ` Magnus Damm
2012-05-27 8:54 ` Guennadi Liakhovetski
2012-05-27 9:48 ` Magnus Damm
2012-06-20 10:33 ` Rafael J. Wysocki [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=201206201233.55097.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).