linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Initial multi-omap support for omap4
@ 2010-01-30  2:01 Tony Lindgren
  2010-01-30  2:01 ` [PATCH 1/9] omap: Move multi-omap ifdeffery into it's own header file Tony Lindgren
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Tony Lindgren @ 2010-01-30  2:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

These patches allow compiling in also omap4 into the multi-omap
configuration. As I don't yet have omap4, I've only boot tested
these on omap2 and omap3.

Somebody with an omap4 board please boot test these with the
omap3_defconfig and see what happens.. You might want to enable
DEBUG_LL and EARLY_PRINTK with earlyprintk on the cmdline too.

Regards,

Tony

---

Tony Lindgren (9):
      omap: Move multi-omap ifdeffery into it's own header file
      omap2/3/4: Clean up defines for entry-macro.S
      omap4: Use get_irqnr_preamble
      omap2/3/4: Clean up entry-macro.s for adding support for omap4 multiboot
      omap2/3/4: Allow booting omap4 with multi-omap configuration
      omap3/4: Fix compile for multi-omap for clkops_noncore_dpll_ops
      omap: Fix gpio.c for multi-omap for omap4
      omap2/3/4: Fix mach-omap2/serial.c for multiboot
      omap2/3/4: Add omap4 into omap3_defconfnig


 arch/arm/configs/omap3_defconfig               |    6 +
 arch/arm/mach-omap2/clock34xx.c                |    2 
 arch/arm/mach-omap2/clock34xx.h                |    2 
 arch/arm/mach-omap2/clock34xx_data.c           |    6 -
 arch/arm/mach-omap2/clock44xx.c                |    2 
 arch/arm/mach-omap2/clock44xx.h                |    2 
 arch/arm/mach-omap2/clock44xx_data.c           |   12 +
 arch/arm/mach-omap2/include/mach/entry-macro.S |   81 +++++++--
 arch/arm/mach-omap2/serial.c                   |   18 +-
 arch/arm/plat-omap/gpio.c                      |  217 ++++++++++++++----------
 arch/arm/plat-omap/include/plat/cpu.h          |   70 --------
 arch/arm/plat-omap/include/plat/multi.h        |   94 ++++++++++
 12 files changed, 316 insertions(+), 196 deletions(-)
 create mode 100644 arch/arm/plat-omap/include/plat/multi.h

-- 
Signature

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

end of thread, other threads:[~2010-02-01 20:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30  2:01 [PATCH 0/9] Initial multi-omap support for omap4 Tony Lindgren
2010-01-30  2:01 ` [PATCH 1/9] omap: Move multi-omap ifdeffery into it's own header file Tony Lindgren
2010-01-30  2:01 ` [PATCH 2/9] omap2/3/4: Clean up defines for entry-macro.S Tony Lindgren
2010-01-30  2:01 ` [PATCH 3/9] omap4: Use get_irqnr_preamble Tony Lindgren
2010-01-30  2:01 ` [PATCH 4/9] omap2/3/4: Clean up entry-macro.s for adding support for omap4 multiboot Tony Lindgren
2010-01-30  2:01 ` [PATCH 5/9] omap2/3/4: Allow booting omap4 with multi-omap configuration Tony Lindgren
2010-01-30  2:01 ` [PATCH 6/9] omap3/4: Fix compile for multi-omap for clkops_noncore_dpll_ops Tony Lindgren
2010-02-01 20:20   ` Paul Walmsley
2010-01-30  2:01 ` [PATCH 7/9] omap: Fix gpio.c for multi-omap for omap4 Tony Lindgren
2010-01-30  2:01 ` [PATCH 8/9] omap2/3/4: Fix mach-omap2/serial.c for multiboot Tony Lindgren
2010-01-30  2:01 ` [PATCH 9/9] omap2/3/4: Add omap4 into omap3_defconfnig Tony Lindgren
2010-01-30 11:09 ` [PATCH 0/9] Initial multi-omap support for omap4 Shilimkar, Santosh
2010-01-30 16:18   ` Tony Lindgren
2010-01-30 12:51 ` Shilimkar, Santosh
2010-01-30 16:24   ` Tony Lindgren
2010-01-30 17:54     ` Shilimkar, Santosh
2010-02-01 19:11       ` 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).