From: Kevin Hilman <khilman@deeprootsystems.com>
To: Sergio Aguirre <saaguirre@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [RFC v2][PATCH 5/5] omap3: serial: Add uart4 wakeup handling
Date: Fri, 26 Feb 2010 11:43:34 -0800 [thread overview]
Message-ID: <87ocjbixzt.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1267199592-2245-6-git-send-email-saaguirre@ti.com> (Sergio Aguirre's message of "Fri\, 26 Feb 2010 09\:53\:12 -0600")
Sergio Aguirre <saaguirre@ti.com> writes:
This one needs a better changelog also.
Otherwise, change looks right.
Kevin
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> ---
> arch/arm/mach-omap2/serial.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
> index da77930..6e1b17e 100644
> --- a/arch/arm/mach-omap2/serial.c
> +++ b/arch/arm/mach-omap2/serial.c
> @@ -475,6 +475,10 @@ static void omap_uart_idle_init(struct omap_uart_state *uart)
> wk_mask = OMAP3430_ST_UART3_MASK;
> padconf = 0x19e;
> break;
> + case 3:
> + wk_mask = OMAP3630_ST_UART4_MASK;
> + padconf = 0x0d2;
> + break;
> }
> uart->wk_mask = wk_mask;
> uart->padconf = padconf;
> --
> 1.6.3.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2010-02-26 19:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-26 15:53 [RFC v2][PATCH 0/5] OMAP3630: UART4 startup Sergio Aguirre
2010-02-26 15:53 ` [RFC v2][PATCH 1/5] ARM: OMAP3630: PRCM: Add UART4 control bits Sergio Aguirre
2010-02-26 15:53 ` [RFC v2][PATCH 2/5] OMAP clock: Add UART4 autoidle bit for 3630 Sergio Aguirre
2010-02-26 18:18 ` Paul Walmsley
2010-02-26 15:53 ` [RFC v2][PATCH 3/5] OMAP clock: Add uart4_ick/fck definitions " Sergio Aguirre
2010-02-26 15:53 ` [RFC v2][PATCH 4/5] OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regs Sergio Aguirre
2010-02-26 15:53 ` [RFC v2][PATCH 5/5] omap3: serial: Add uart4 wakeup handling Sergio Aguirre
2010-02-26 19:43 ` Kevin Hilman [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=87ocjbixzt.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=saaguirre@ti.com \
/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.