From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/9] pinctrl: r8a73a4: add pinmux data for MMCIF and SDHI interfaces
Date: Sun, 19 May 2013 22:48:32 +0000 [thread overview]
Message-ID: <1692796.4nnJeYK9NG@avalon> (raw)
In-Reply-To: <1368802520-16378-3-git-send-email-g.liakhovetski@gmx.de>
Hi Guennadi,
On Friday 17 May 2013 16:55:13 Guennadi Liakhovetski wrote:
> This patch adds pinmux groups and functions for the two MMCIF and three
> SDHI interfaces on r8a73a4 (APE6).
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> ---
> drivers/pinctrl/sh-pfc/pfc-r8a73a4.c | 200 +++++++++++++++++++++++++++++++
> 1 files changed, 200 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c index bbff559..1fc7410 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
> @@ -1684,6 +1684,148 @@ static const unsigned int scifb3_ctrl_b_mux[] = {
> SCIFB3_RTS_38_MARK, SCIFB3_CTS_39_MARK,
> };
>
> +/* - SDHI0
> ------------------------------------------------------------------ */
> +static const unsigned int sdhi0_data1_pins[] = {
> + /* D0 */
> + 302,
> +};
> +static const unsigned int sdhi0_data1_mux[] = {
> + SDHID0_0_MARK,
> +};
> +static const unsigned int sdhi0_data4_pins[] = {
> + /* D[0:3] */
> + 302, 303, 304, 305,
> +};
> +static const unsigned int sdhi0_data4_mux[] = {
> + SDHID0_0_MARK, SDHID0_1_MARK, SDHID0_2_MARK, SDHID0_3_MARK,
> +};
> +static const unsigned int sdhi0_ctrl_pins[] = {
> + /* CLK, CMD */
> + 308, 306,
> +};
> +static const unsigned int sdhi0_ctrl_mux[] = {
> + SDHICLK0_MARK, SDHICMD0_MARK,
> +};
> +static const unsigned int sdhi0_cd_pins[] = {
> + /* CD */
> + 301,
> +};
> +static const unsigned int sdhi0_cd_mux[] = {
> + SDHICD0_MARK,
> +};
> +static const unsigned int sdhi0_wp_pins[] = {
> + /* WP */
> + 307,
> +};
> +static const unsigned int sdhi0_wp_mux[] = {
> + SDHIWP0_MARK,
> +};
> +/* - SDHI1
> ------------------------------------------------------------------ */
> +static const unsigned int sdhi1_data1_pins[] = {
> + /* D0 */
> + 289,
> +};
> +static const unsigned int sdhi1_data1_mux[] = {
> + SDHID1_0_MARK,
> +};
> +static const unsigned int sdhi1_data4_pins[] = {
> + /* D[0:3] */
> + 289, 290, 291, 292,
> +};
> +static const unsigned int sdhi1_data4_mux[] = {
> + SDHID1_0_MARK, SDHID1_1_MARK, SDHID1_2_MARK, SDHID1_3_MARK,
> +};
> +static const unsigned int sdhi1_ctrl_pins[] = {
> + /* CLK, CMD */
> + 293, 294,
> +};
> +static const unsigned int sdhi1_ctrl_mux[] = {
> + SDHICLK1_MARK, SDHICMD1_MARK,
> +};
> +/* - SDHI2
> ------------------------------------------------------------------ */
> +static const unsigned int sdhi2_data1_pins[] = {
> + /* D0 */
> + 295,
> +};
> +static const unsigned int sdhi2_data1_mux[] = {
> + SDHID2_0_MARK,
> +};
> +static const unsigned int sdhi2_data4_pins[] = {
> + /* D[0:3] */
> + 295, 296, 297, 298,
> +};
> +static const unsigned int sdhi2_data4_mux[] = {
> + SDHID2_0_MARK, SDHID2_1_MARK, SDHID2_2_MARK, SDHID2_3_MARK,
> +};
> +static const unsigned int sdhi2_ctrl_pins[] = {
> + /* CLK, CMD */
> + 299, 300,
> +};
> +static const unsigned int sdhi2_ctrl_mux[] = {
> + SDHICLK2_MARK, SDHICMD2_MARK,
> +};
> +
> +/* - MMCIF0
> ----------------------------------------------------------------- */
> +static const unsigned int mmc0_data1_pins[] = {
> + /* D[0] */
> + 164,
> +};
> +static const unsigned int mmc0_data1_mux[] = {
> + MMCD0_0_MARK,
> +};
> +static const unsigned int mmc0_data4_pins[] = {
> + /* D[0:3] */
> + 164, 165, 166, 167,
> +};
> +static const unsigned int mmc0_data4_mux[] = {
> + MMCD0_0_MARK, MMCD0_1_MARK, MMCD0_2_MARK, MMCD0_3_MARK,
> +};
> +static const unsigned int mmc0_data8_pins[] = {
> + /* D[0:7] */
> + 164, 165, 166, 167, 168, 169, 170, 171,
> +};
> +static const unsigned int mmc0_data8_mux[] = {
> + MMCD0_0_MARK, MMCD0_1_MARK, MMCD0_2_MARK, MMCD0_3_MARK,
> + MMCD0_4_MARK, MMCD0_5_MARK, MMCD0_6_MARK, MMCD0_7_MARK,
> +};
> +static const unsigned int mmc0_ctrl_pins[] = {
> + /* CMD, CLK */
> + 172, 173,
> +};
> +static const unsigned int mmc0_ctrl_mux[] = {
> + MMCCMD0_MARK, MMCCLK0_MARK,
> +};
> +/* - MMCIF1
> ----------------------------------------------------------------- */
> +static const unsigned int mmc1_data1_pins[] = {
> + /* D[0] */
> + 199,
> +};
> +static const unsigned int mmc1_data1_mux[] = {
> + MMCD1_0_MARK,
> +};
> +static const unsigned int mmc1_data4_pins[] = {
> + /* D[0:3] */
> + 199, 198, 197, 196,
> +};
> +static const unsigned int mmc1_data4_mux[] = {
> + MMCD1_0_MARK, MMCD1_1_MARK, MMCD1_2_MARK, MMCD1_3_MARK,
> +};
> +static const unsigned int mmc1_data8_pins[] = {
> + /* D[0:7] */
> + 199, 198, 197, 196, 195, 194, 193, 192,
> +};
> +static const unsigned int mmc1_data8_mux[] = {
> + MMCD1_0_MARK, MMCD1_1_MARK, MMCD1_2_MARK, MMCD1_3_MARK,
> + MMCD1_4_MARK, MMCD1_5_MARK, MMCD1_6_MARK, MMCD1_7_MARK,
> +};
> +static const unsigned int mmc1_ctrl_pins[] = {
> + /* CMD, CLK */
> + 200, 203,
> +};
> +static const unsigned int mmc1_ctrl_mux[] = {
> + MMCCMD1_MARK, MMCCLK1_MARK,
> +};
Could you please move the MMC sections to keep the functions alphabetically
sorted ? Some for the group and functions below.
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2013-05-19 22:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-17 14:55 [PATCH 2/9] pinctrl: r8a73a4: add pinmux data for MMCIF and SDHI interfaces Guennadi Liakhovetski
2013-05-19 14:35 ` Laurent Pinchart
2013-05-19 22:48 ` Laurent Pinchart [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=1692796.4nnJeYK9NG@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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).