From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] colibri-pxa300: add uart support
Date: Thu, 8 Jul 2010 22:01:22 +0200 [thread overview]
Message-ID: <201007082201.23064.marek.vasut@gmail.com> (raw)
In-Reply-To: <201007081904.08769.pieterg@gmx.com>
Dne ?t 8. ?ervence 2010 19:04:08 pieterg napsal(a):
> Signed-off-by: pieter <p.grimmerink@inepro.com>
> ---
> arch/arm/mach-pxa/colibri-pxa300.c | 28 ++++++++++++++++++++++++++++
> 1 files changed, 28 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/colibri-pxa300.c
> b/arch/arm/mach-pxa/colibri-pxa300.c
> index e7762ae..381857d 100644
> --- a/arch/arm/mach-pxa/colibri-pxa300.c
> +++ b/arch/arm/mach-pxa/colibri-pxa300.c
> @@ -170,6 +170,33 @@ static inline void __init colibri_pxa310_init_ac97
> (void)
> static inline void colibri_pxa310_init_ac97(void) {}
> #endif
>
> +static mfp_cfg_t colibri_pxa300_uart_pin_config[] __initdata = {
> + /* FFUART */
> + GPIO99_UART1_RXD,
> + GPIO100_UART1_TXD,
> + GPIO101_UART1_CTS,
> + GPIO102_UART1_DCD,
> + GPIO103_UART1_DTR,
> + GPIO104_UART1_RI,
> + GPIO105_UART1_DSR,
> + GPIO106_UART1_RTS,
> +
> + /* BTUART */
> + GPIO111_UART2_CTS,
> + GPIO112_UART2_RXD,
> + GPIO113_UART2_TXD,
> + GPIO114_UART2_RTS,
> +
> + /* STUART */
> + GPIO8_UART3_TXD,
> + GPIO110_UART3_RXD,
> +};
> +
> +static void __init colibri_pxa300_init_uart(void)
> +{
> + pxa3xx_mfp_config(ARRAY_AND_SIZE(colibri_pxa300_uart_pin_config));
> +}
> +
> void __init colibri_pxa300_init(void)
> {
> pxa_set_ffuart_info(NULL);
> @@ -184,6 +211,7 @@ void __init colibri_pxa300_init(void)
> colibri_pxa310_init_ac97();
> colibri_pxa3xx_init_mmc(ARRAY_AND_SIZE(colibri_pxa300_mmc_pin_config),
> mfp_to_gpio(MFP_PIN_GPIO13));
> + colibri_pxa300_init_uart();
> }
>
> MACHINE_START(COLIBRI300, "Toradex Colibri PXA300")
Can't you put this into the board MFP config array ? Or the other way --
register UARTs into that new function you introduced ?
next prev parent reply other threads:[~2010-07-08 20:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 17:04 [PATCH 3/5] colibri-pxa300: add uart support pieterg
2010-07-08 20:01 ` Marek Vasut [this message]
2010-07-08 20:42 ` pieterg
2010-07-08 22:58 ` Marek Vasut
2010-07-09 7:16 ` Daniel Mack
2010-07-09 8:57 ` pieterg
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=201007082201.23064.marek.vasut@gmail.com \
--to=marek.vasut@gmail.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.