linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] OMAP4: Add 4460 base support
@ 2011-07-02  2:30 Rajendra Nayak
  2011-07-02  2:30 ` [PATCH v2 1/6] OMAP: ID: introduce chip detection for OMAP4460 Rajendra Nayak
  0 siblings, 1 reply; 21+ messages in thread
From: Rajendra Nayak @ 2011-07-02  2:30 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds base support needed to be able
to boot on a OMAP4460 device.
Patches are based on 
git://gitorious.org/omap-pm/linux.git for_3.1/7_hwmod_modulemode
and boot tested on 4430sdp and 4460sdp boards.
The series updates the prcm/clock and clockdomain/powerdomain
data files which are also cleaned up/fixed by the various series
posted by Benoit, and hence the dependency.

Changes since v1:
1. Removed the minor issues in the ID detection patches 
2. Dropped '4460sdp/blaze/panda: hwmod: Prevent gpio1 reset during hwmod init'
since the right way to fix it is to do a lazy-disable in hmwod as suggested 
by Tony.
For now, with this patch dropped and until the lazy-disable for hwmod
gets in, 4460 based devices can only boot reliably at OPP50 on MPU.

Aneesh V (2):
  OMAP: ID: introduce chip detection for OMAP4460
  OMAP4: ID: add omap_has_feature for max freq supported

Rajendra Nayak (4):
  OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts
  OMAP4: clocks: Update the clock tree with 4460 clock nodes
  OMAP4: powerdomain: Reuse on 4460 using CHIP_IS_44XX
  OMAP4: clockdomain: Reuse on 4460 using CHIP_IS_44XX

 arch/arm/mach-omap2/clock44xx_data.c          |   39 +++++
 arch/arm/mach-omap2/clockdomains44xx_data.c   |  200 ++++++++++++------------
 arch/arm/mach-omap2/cm-regbits-44xx.h         |   36 +++++
 arch/arm/mach-omap2/id.c                      |   53 ++++++-
 arch/arm/mach-omap2/powerdomains44xx_data.c   |   32 ++--
 arch/arm/mach-omap2/prm-regbits-44xx.h        |    8 +
 arch/arm/plat-omap/include/plat/clkdev_omap.h |    2 +-
 arch/arm/plat-omap/include/plat/clock.h       |    3 +-
 arch/arm/plat-omap/include/plat/cpu.h         |   36 ++++-
 9 files changed, 279 insertions(+), 130 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-08-04 23:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-02  2:30 [PATCH v2 0/6] OMAP4: Add 4460 base support Rajendra Nayak
2011-07-02  2:30 ` [PATCH v2 1/6] OMAP: ID: introduce chip detection for OMAP4460 Rajendra Nayak
2011-07-02  2:30   ` [PATCH v2 2/6] OMAP4: ID: add omap_has_feature for max freq supported Rajendra Nayak
2011-07-02  2:30     ` [PATCH v2 3/6] OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts Rajendra Nayak
2011-07-02  2:30       ` [PATCH v2 4/6] OMAP4: clocks: Update the clock tree with 4460 clock nodes Rajendra Nayak
2011-07-02  2:30         ` [PATCH v2 5/6] OMAP4: powerdomain: Reuse on 4460 using CHIP_IS_44XX Rajendra Nayak
2011-07-02  2:30           ` [PATCH v2 6/6] OMAP4: clockdomain: " Rajendra Nayak
2011-07-08  6:51             ` Paul Walmsley
2011-07-08  6:51           ` [PATCH v2 5/6] OMAP4: powerdomain: " Paul Walmsley
2011-07-08  6:49         ` [PATCH v2 4/6] OMAP4: clocks: Update the clock tree with 4460 clock nodes Paul Walmsley
2011-07-08  7:09           ` Rajendra Nayak
2011-07-08  7:35             ` Paul Walmsley
2011-07-08 10:52               ` Tony Lindgren
2011-07-08  6:30       ` [PATCH v2 3/6] OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts Paul Walmsley
2011-07-08  7:01         ` Rajendra Nayak
2011-07-08  7:34           ` Paul Walmsley
2011-07-08 10:51             ` Tony Lindgren
2011-07-08  6:42     ` [PATCH v2 2/6] OMAP4: ID: add omap_has_feature for max freq supported Paul Walmsley
2011-08-04 23:33     ` Menon, Nishanth
2011-07-08  6:39   ` [PATCH v2 1/6] OMAP: ID: introduce chip detection for OMAP4460 Paul Walmsley
2011-07-08 10:49     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).