From: Paul Walmsley <paul@pwsan.com>
To: linux@arm.linux.org.uk
Cc: linux-omap@vger.kernel.org,
linux-arm-kernel@lists.arm.linux.org.uk,
linux-kernel@vger.kernel.org, r-woodruff2@ti.com
Subject: [PATCH 0/3] OMAP3: add ES3.1 support; disable USBTLL SAR < ES3.1
Date: Thu, 05 Feb 2009 20:45:12 -0700 [thread overview]
Message-ID: <20090206033847.31313.45612.stgit@localhost.localdomain> (raw)
Hello Russell,
this series adds OMAP3 ES3.1 support, including boot-time TAP detection and
omap_chip updates. It also blocks USBTLL hardware save-and-restore (SAR)
support on revisions < ES3.1, due to chip errata.
To do this, the semantics of the omap_chip system had to be altered slightly.
Previously, CHIP_IS_OMAP3430ES2 would also evaluate true on ES3 devices.
Now it will only evaluate to true on ES2.x devices. Features that are
present on revisions >= ES2 are now marked with CHIP_GE_OMAP3430ES2 ("GE"
meaning "greater than or equal to").
This series obsoletes patch B 06, and is intended to be applied after
all of the previously-sent patches.
Tested on BeagleBoard ES2.1.
- Paul
---
Paul Walmsley (2):
OMAP3 powerdomains: make USBTLL SAR only available on ES3.1 and beyond
OMAP3: update ES level flags to discriminate between post-ES2 revisions
Tony Lindgren (1):
ARM: OMAP: Fix omap34xx revision detection for ES3.1
arch/arm/mach-omap2/clockdomains.h | 6 +++---
arch/arm/mach-omap2/id.c | 13 +++++++++++--
arch/arm/mach-omap2/powerdomains.h | 4 ++--
arch/arm/mach-omap2/powerdomains34xx.h | 16 +++++++++-------
arch/arm/plat-omap/include/mach/cpu.h | 27 +++++++++++++++++++++------
5 files changed, 46 insertions(+), 20 deletions(-)
text data bss dec hex filename
3241338 165504 100880 3507722 35860a vmlinux.beagle.orig
3241342 165504 100880 3507726 35860e vmlinux.beagle
next reply other threads:[~2009-02-06 3:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-06 3:45 Paul Walmsley [this message]
2009-02-06 3:45 ` [PATCH 1/3] ARM: OMAP: Fix omap34xx revision detection for ES3.1 Paul Walmsley
2009-02-13 23:01 ` Tony Lindgren
2009-02-06 3:45 ` [PATCH 2/3] OMAP3: update ES level flags to discriminate between post-ES2 revisions Paul Walmsley
2009-02-06 3:45 ` [PATCH 3/3] OMAP3 powerdomains: make USBTLL SAR only available on ES3.1 and beyond Paul Walmsley
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=20090206033847.31313.45612.stgit@localhost.localdomain \
--to=paul@pwsan.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=r-woodruff2@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox