From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/8] pinctrl: add SDHI and MMCIF pin groups to r8a7740
Date: Mon, 21 Jan 2013 12:09:40 +0000 [thread overview]
Message-ID: <1415012.Vse2oGtvn2@avalon> (raw)
In-Reply-To: <Pine.LNX.4.64.1301171103020.30897@axis700.grange>
Hi Guennadi,
Thanks for the patch.
On Thursday 17 January 2013 11:04:26 Guennadi Liakhovetski wrote:
> Add pin groups for all three SDHI interfaces and two alternative pin
> groups for the MMCIF interface on the r8a7740 SoC.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
>
> v2: add SDHI2 pins
>
> drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 248 +++++++++++++++++++++++++++++++
> 1 files changed, 248 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index d0b7165..57d9e25 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> @@ -1870,6 +1870,188 @@ static const unsigned int lcd1_sys_mux[] = {
[snip]
> +static const unsigned int mmc0_ctrl_0_pins[] = {
> + /* CMD, CLK */
> + 66, 67,
Shouldn't this be 67, 66 ?
> +};
> +static const unsigned int mmc0_ctrl_0_mux[] = {
> + MMC0_CMD_PORT67_MARK, MMC0_CLK_PORT66_MARK,
> +};
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/8] pinctrl: add SDHI and MMCIF pin groups to r8a7740
Date: Mon, 21 Jan 2013 13:09:40 +0100 [thread overview]
Message-ID: <1415012.Vse2oGtvn2@avalon> (raw)
In-Reply-To: <Pine.LNX.4.64.1301171103020.30897@axis700.grange>
Hi Guennadi,
Thanks for the patch.
On Thursday 17 January 2013 11:04:26 Guennadi Liakhovetski wrote:
> Add pin groups for all three SDHI interfaces and two alternative pin
> groups for the MMCIF interface on the r8a7740 SoC.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
>
> v2: add SDHI2 pins
>
> drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 248 +++++++++++++++++++++++++++++++
> 1 files changed, 248 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index d0b7165..57d9e25 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> @@ -1870,6 +1870,188 @@ static const unsigned int lcd1_sys_mux[] = {
[snip]
> +static const unsigned int mmc0_ctrl_0_pins[] = {
> + /* CMD, CLK */
> + 66, 67,
Shouldn't this be 67, 66 ?
> +};
> +static const unsigned int mmc0_ctrl_0_mux[] = {
> + MMC0_CMD_PORT67_MARK, MMC0_CLK_PORT66_MARK,
> +};
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-01-21 12:09 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 17:08 [PATCH 0/8] ARM: shmobile: pinctrl and DT extensions Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 1/8] pinctrl: add SDHI and MMCIF pin groups to r8a7740 Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-17 10:04 ` [PATCH v2 " Guennadi Liakhovetski
2013-01-17 10:04 ` Guennadi Liakhovetski
2013-01-21 12:09 ` Laurent Pinchart [this message]
2013-01-21 12:09 ` Laurent Pinchart
2013-01-17 13:54 ` [PATCH " Linus Walleij
2013-01-17 13:54 ` Linus Walleij
2013-01-16 17:08 ` [PATCH 2/8] pinctrl: add SDHI and MMCIF pin groups to sh7372 Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-17 13:49 ` Linus Walleij
2013-01-17 13:49 ` Linus Walleij
2013-01-17 13:55 ` Guennadi Liakhovetski
2013-01-17 13:55 ` Guennadi Liakhovetski
2013-01-21 12:17 ` Laurent Pinchart
2013-01-21 12:17 ` Laurent Pinchart
2013-01-16 17:08 ` [PATCH 3/8] ARM: shmobile: simplify armadillo800eva and kzm9g Kconfig dependencies Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 4/8] ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and r8a7740 Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 5/8] ARM: shmobile: add a GPIO controller DT node for sh7372 Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-21 12:23 ` Laurent Pinchart
2013-01-21 12:23 ` Laurent Pinchart
2013-01-23 16:19 ` Guennadi Liakhovetski
2013-01-23 16:19 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 6/8] ARM: shmobile: use GPIO SD-card detection on armadillo800eva Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 7/8] ARM: shmobile: completely switch MMC interfaces on mackerel-reference to DT Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-16 17:08 ` [PATCH 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference " Guennadi Liakhovetski
2013-01-16 17:08 ` Guennadi Liakhovetski
2013-01-17 6:04 ` [PATCH 0/8] ARM: shmobile: pinctrl and DT extensions Simon Horman
2013-01-17 6:04 ` Simon Horman
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=1415012.Vse2oGtvn2@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.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.