From: Kevin Hilman <khilman@deeprootsystems.com>
To: Hemant Pedanekar <hemantp@ti.com>
Cc: linux-omap@vger.kernel.org, tony@atomide.com
Subject: Re: [PATCH 3/6] TI816X: Update common OMAP machine specific sources
Date: Thu, 05 Aug 2010 06:48:53 -0700 [thread overview]
Message-ID: <87wrs541bu.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1280523112-25081-1-git-send-email-hemantp@ti.com> (Hemant Pedanekar's message of "Sat, 31 Jul 2010 02:21:52 +0530")
Hemant Pedanekar <hemantp@ti.com> writes:
> This patch updates the common machine spcific source files with support for
> TI816X.
>
> Note that the nr_irqs is overridden in INTC driver since the number of IRQs on
> TI816X are different (128) comapared to other OMAPs (96).
>
> Signed-off-by: Hemant Pedanekar <hemantp@ti.com>
One minor issue below...
[...]
> @@ -899,10 +899,10 @@ void omap2_clkdm_allow_idle(struct clockdomain *clkdm)
>
> /*
> * XXX This should be removed once TI adds wakeup/sleep
> - * dependency code and data for OMAP4.
> + * dependency code and data for OMAP4, TI816X
> */
> - if (cpu_is_omap44xx()) {
> - WARN_ONCE(1, "clockdomain: OMAP4 wakeup/sleep dependency "
> + if (cpu_is_omap44xx() || cpu_is_ti816x()) {
> + WARN_ONCE(1, "clockdomain: wakeup/sleep dependency "
> "support is not yet implemented\n");
> } else {
> if (atomic_read(&clkdm->usecount) > 0)
> @@ -941,9 +941,9 @@ void omap2_clkdm_deny_idle(struct clockdomain *clkdm)
>
> /*
> * XXX This should be removed once TI adds wakeup/sleep
> - * dependency code and data for OMAP4.
> + * dependency code and data for OMAP4, TI816X.
> */
> - if (cpu_is_omap44xx()) {
> + if (cpu_is_omap44xx() || cpu_is_ti816x()) {
> WARN_ONCE(1, "clockdomain: OMAP4 wakeup/sleep dependency "
Did you want to remove the 'OMAP4' here as you did in the hunk above?
Kevin
next prev parent reply other threads:[~2010-08-05 13:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-30 20:51 [PATCH 3/6] TI816X: Update common OMAP machine specific sources Hemant Pedanekar
2010-08-05 13:48 ` Kevin Hilman [this message]
2010-08-05 14:00 ` Pedanekar, Hemant
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=87wrs541bu.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=hemantp@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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.