public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] introduce 3630 boards
@ 2009-11-11 23:41 Vikram Pandita
  2009-11-11 23:41 ` [PATCH v3 1/8] omap: zoom2: split board file for software reuse Vikram Pandita
  0 siblings, 1 reply; 18+ messages in thread
From: Vikram Pandita @ 2009-11-11 23:41 UTC (permalink / raw)
  To: linux-omap; +Cc: Vikram Pandita

Introducing 3630 boards: zoom3 and sdp3630

Git tree hosting these patches:
git://dev.omapzoom.org/pub/scm/vikram/omap3.git zoom3

The peripherals are very similar for the two bards as per this discussion:
	http://marc.info/?l=linux-omap&m=125676595710748&w=2
So maximum reuse is done for the board files for zoom3 and sdp3630

Patch History:
V1: Review comments incorporated:
	http://marc.info/?l=linux-omap&m=125632676504364&w=2
	http://marc.info/?l=linux-omap&m=125632720804869&w=2
	http://marc.info/?l=linux-omap&m=125633994320138&w=2
V2: Review comments by Nishanth Menon
	http://marc.info/?l=linux-omap&m=125728617825678&w=2
	http://marc.info/?l=linux-omap&m=125728665226332&w=2
	http://marc.info/?l=linux-omap&m=125728729027309&w=2
	http://marc.info/?l=linux-omap&m=125728749327603&w=2
V3: Added review comments from Tony
	Use git-format-patch -M option
	Introduce zoom-peripheral file with just code move from zoom2.c
	Introduce i2c speed fix for zoom boards

Pending:
	Handling 8250 patch for 3630

Vikram Pandita (8):
  omap: zoom2: split board file for software reuse
  omap: zoom: rename zoom2 name to generic zoom
  omap: zoom: drop i2c-1 speed to 2400
  omap: zoom3: introduce zoom3 board support
  omap: 3630sdp: introduce 3630 sdp board support
  omap: zoom2: update defconfig for LL_DEBUG_NONE
  omap: zoom3: defconfig creation
  omap: 3630sdp: defconfig creation

 arch/arm/configs/omap_3630sdp_defconfig            | 1606 ++++++++++++++++++++
 arch/arm/configs/omap_zoom2_defconfig              |    3 +-
 arch/arm/configs/omap_zoom3_defconfig              | 1605 +++++++++++++++++++
 arch/arm/mach-omap2/Kconfig                        |    8 +
 arch/arm/mach-omap2/Makefile                       |    8 +
 arch/arm/mach-omap2/board-3630sdp.c                |  101 ++
 arch/arm/mach-omap2/board-zoom-peripherals.c       |  259 ++++
 arch/arm/mach-omap2/board-zoom2.c                  |  236 +---
 arch/arm/mach-omap2/board-zoom3.c                  |   60 +
 arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h |   51 +
 10 files changed, 3703 insertions(+), 234 deletions(-)
 create mode 100644 arch/arm/configs/omap_3630sdp_defconfig
 create mode 100644 arch/arm/configs/omap_zoom3_defconfig
 create mode 100755 arch/arm/mach-omap2/board-3630sdp.c
 create mode 100755 arch/arm/mach-omap2/board-zoom-peripherals.c
 create mode 100644 arch/arm/mach-omap2/board-zoom3.c
 create mode 100644 arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h


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

end of thread, other threads:[~2009-11-12  1:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 23:41 [PATCH v3 0/8] introduce 3630 boards Vikram Pandita
2009-11-11 23:41 ` [PATCH v3 1/8] omap: zoom2: split board file for software reuse Vikram Pandita
2009-11-11 23:41   ` [PATCH v3 2/8] omap: zoom: rename zoom2 name to generic zoom Vikram Pandita
2009-11-11 23:41     ` [PATCH v3 3/8] omap: zoom: drop i2c-1 speed to 2400 Vikram Pandita
2009-11-11 23:41       ` [PATCH v3 4/8] omap: zoom3: introduce zoom3 board support Vikram Pandita
2009-11-11 23:41         ` [PATCH v3 5/8] omap: 3630sdp: introduce 3630 sdp " Vikram Pandita
2009-11-11 23:41           ` [PATCH v3 6/8] omap: zoom2: update defconfig for LL_DEBUG_NONE Vikram Pandita
2009-11-11 23:41             ` [PATCH v3 7/8] omap: zoom3: defconfig creation Vikram Pandita
2009-11-11 23:41               ` [PATCH v3 8/8] omap: 3630sdp: " Vikram Pandita
2009-11-12  1:48                 ` [APPLIED] " Tony Lindgren
2009-11-12  1:48               ` [APPLIED] [PATCH v3 7/8] omap: zoom3: " Tony Lindgren
2009-11-12  1:47             ` [APPLIED] [PATCH v3 6/8] omap: zoom2: update defconfig for LL_DEBUG_NONE Tony Lindgren
2009-11-12  1:47           ` [APPLIED] [PATCH v3 5/8] omap: 3630sdp: introduce 3630 sdp board support Tony Lindgren
2009-11-12  1:47         ` [APPLIED] [PATCH v3 4/8] omap: zoom3: introduce zoom3 " Tony Lindgren
2009-11-12  1:44       ` [APPLIED] [PATCH v3 3/8] omap: zoom: drop i2c-1 speed to 2400 Tony Lindgren
2009-11-12  1:46       ` Tony Lindgren
2009-11-12  1:44     ` [APPLIED] [PATCH v3 2/8] omap: zoom: rename zoom2 name to generic zoom Tony Lindgren
2009-11-12  1:43   ` [APPLIED] [PATCH v3 1/8] omap: zoom2: split board file for software reuse Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox