From: Tony Lindgren <tony@atomide.com>
To: Grazvydas Ignotas <notasas@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] omap: Add basic support for Pandora handheld console
Date: Sat, 18 Oct 2008 08:29:14 -0700 [thread overview]
Message-ID: <20081018152914.GR18573@atomide.com> (raw)
In-Reply-To: <1224341130-2666-1-git-send-email-notasas@gmail.com>
* Grazvydas Ignotas <notasas@gmail.com> [081018 07:45]:
> This patch adds support for for basic features: nand, uarts, i2c,
> mmc, rtc, and usb. Also includes defconfig.
Cool, one question below.
> --- /dev/null
> +++ b/arch/arm/mach-omap2/board-omap3pandora.c
<snip>
> +static struct omap_uart_config omap3pandora_uart_config __initdata = {
> + .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)),
> +};
Are all the uarts really in use?
Does pandora have a real serial port for debugging?
Not that it matters at this point, but you'll want to have only
the serial ports that you really need enabled, as their clocks block
deeper sleep states.
In general, the short term plan is to change the serial port clocks
only to be enabled during start up if console=ttyS is specified on cmdline.
Regards,
Tony
next prev parent reply other threads:[~2008-10-18 15:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 14:45 [PATCH] omap: Add basic support for Pandora handheld console Grazvydas Ignotas
2008-10-18 15:29 ` Tony Lindgren [this message]
2008-10-18 16:05 ` notaz
-- strict thread matches above, loose matches on Subject: below --
2008-10-18 19:22 Grazvydas Ignotas
2008-10-18 19:55 ` Felipe Balbi
2008-10-18 20:19 ` Grazvydas Ignotas
2008-10-18 20:40 ` Felipe Balbi
2008-10-18 21:55 Grazvydas Ignotas
2008-10-18 22:39 ` Felipe Balbi
2008-10-21 22:07 ` Tony Lindgren
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=20081018152914.GR18573@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=notasas@gmail.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.