mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Shiyan <shc_work@mail.ru>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/3] ARM: ccmx51: Export available module GPIOs to barebox userspace
Date: Tue, 11 Jun 2013 17:33:05 +0200	[thread overview]
Message-ID: <20130611153305.GR32299@pengutronix.de> (raw)
In-Reply-To: <1370848400-10380-1-git-send-email-shc_work@mail.ru>

On Mon, Jun 10, 2013 at 11:13:18AM +0400, Alexander Shiyan wrote:
> Patch will help to develop user devices connected to module, so
> user can operate GPIOs in barebox console.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied, thanks

Sascha

> ---
>  arch/arm/boards/ccxmx51/ccxmx51.c   | 24 ++++++++++++++++++++++++
>  arch/arm/boards/ccxmx51/ccxmx51js.c |  1 -
>  2 files changed, 24 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boards/ccxmx51/ccxmx51.c b/arch/arm/boards/ccxmx51/ccxmx51.c
> index 7f92043..d34759a 100644
> --- a/arch/arm/boards/ccxmx51/ccxmx51.c
> +++ b/arch/arm/boards/ccxmx51/ccxmx51.c
> @@ -176,6 +176,30 @@ static iomux_v3_cfg_t ccxmx51_pads[] = {
>  	MX51_PAD_GPIO1_7__GPIO1_7,
>  	/* MMA7455LR IRQ2 (GPIO1.6) */
>  	MX51_PAD_GPIO1_6__GPIO1_6,
> +	/* User GPIOs */
> +	MX51_PAD_GPIO1_0__GPIO1_0,
> +	MX51_PAD_GPIO1_1__GPIO1_1,
> +	MX51_PAD_GPIO1_8__GPIO1_8,
> +	MX51_PAD_DI1_PIN11__GPIO3_0,
> +	MX51_PAD_DI1_PIN12__GPIO3_1,
> +	MX51_PAD_DI1_PIN13__GPIO3_2,
> +	MX51_PAD_DI1_D0_CS__GPIO3_3,
> +	MX51_PAD_DI1_D1_CS__GPIO3_4,
> +	MX51_PAD_DISPB2_SER_DIN__GPIO3_5,
> +	MX51_PAD_DISPB2_SER_DIO__GPIO3_6,
> +	MX51_PAD_DISPB2_SER_CLK__GPIO3_7,
> +	MX51_PAD_DISPB2_SER_RS__GPIO3_8,
> +	MX51_PAD_NANDF_RB1__GPIO3_9,
> +	MX51_PAD_NANDF_RB2__GPIO3_10,
> +	MX51_PAD_NANDF_RB3__GPIO3_11,
> +	MX51_PAD_CSI1_D8__GPIO3_12,
> +	MX51_PAD_CSI1_D9__GPIO3_13,
> +	MX51_PAD_NANDF_CS1__GPIO3_17,
> +	MX51_PAD_NANDF_CS2__GPIO3_18,
> +	MX51_PAD_NANDF_CS3__GPIO3_19,
> +	MX51_PAD_NANDF_CS4__GPIO3_20,
> +	MX51_PAD_NANDF_CS5__GPIO3_21,
> +	MX51_PAD_NANDF_CS6__GPIO3_22,
>  };
>  
>  #define CCXMX51_ECSPI1_CS0	IMX_GPIO_NR(4, 24)
> diff --git a/arch/arm/boards/ccxmx51/ccxmx51js.c b/arch/arm/boards/ccxmx51/ccxmx51js.c
> index ae31caf..7d269c3 100644
> --- a/arch/arm/boards/ccxmx51/ccxmx51js.c
> +++ b/arch/arm/boards/ccxmx51/ccxmx51js.c
> @@ -63,7 +63,6 @@ static iomux_v3_cfg_t ccxmx51js_pads[] = {
>  	MX51_PAD_USBH1_DATA5__USBH1_DATA5,
>  	MX51_PAD_USBH1_DATA6__USBH1_DATA6,
>  	MX51_PAD_USBH1_DATA7__USBH1_DATA7,
> -	MX51_PAD_DISPB2_SER_RS__GPIO3_8,	/* Reset */
>  };
>  
>  static struct esdhc_platform_data sdhc1_pdata = {
> -- 
> 1.8.1.5
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2013-06-11 15:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-10  7:13 Alexander Shiyan
2013-06-10  7:13 ` [PATCH 2/3] ARM: ccmx51js: Add WP-pin definition for SDHC3 Alexander Shiyan
2013-06-10  7:13 ` [PATCH 3/3] ARM: ccmx51: Return error if module is not detected Alexander Shiyan
2013-06-11 15:33 ` Sascha Hauer [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=20130611153305.GR32299@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=shc_work@mail.ru \
    /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