linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] arm: omap: add support for RM-680
@ 2010-12-09 16:39 Aaro Koskinen
  2010-12-09 16:39 ` [PATCH 1/8] arm: omap: rename board-rx51-sdram.c to sdram-nokia.c Aaro Koskinen
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Aaro Koskinen @ 2010-12-09 16:39 UTC (permalink / raw)
  To: linux-arm-kernel

These patches add initial support for Nokia RM-680 board.

Patches 1-7 are just preparation and make board-rx51-sdram.c reusable
by renaming it to sdram-nokia.c etc.

Patch 8 adds a new board and requires updated mach-types from
http://www.arm.linux.org.uk/developer/machines/download.php in order
to compile.

These are based on top of linux-omap/master
(92f446c47b18827e61483787668b0bb5f7a033b6).

...

Aaro Koskinen (8):
  arm: omap: rename board-rx51-sdram.c to sdram-nokia.c
  arm: omap: add sdram-nokia.h
  arm: omap: sdram-nokia: prepare for new memory timings
  arm: omap: sdram-nokia: use array to list timings
  arm: omap: sdram-nokia: improve error handling
  arm: omap: sdram-nokia: delete redundant timing data
  arm: omap: sdram-nokia: add 97.6/195.2 MHz timing data
  arm: omap: add minimal support for RM-680

 arch/arm/mach-omap2/Kconfig                        |    6 +
 arch/arm/mach-omap2/Makefile                       |    5 +-
 arch/arm/mach-omap2/board-rm680.c                  |  187 ++++++++++++++++++++
 arch/arm/mach-omap2/board-rx51.c                   |    4 +-
 .../{board-rx51-sdram.c => sdram-nokia.c}          |  102 +++++++++---
 arch/arm/mach-omap2/sdram-nokia.h                  |   12 ++
 arch/arm/plat-omap/include/plat/uncompress.h       |    1 +
 7 files changed, 292 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/mach-omap2/board-rm680.c
 rename arch/arm/mach-omap2/{board-rx51-sdram.c => sdram-nokia.c} (66%)
 create mode 100644 arch/arm/mach-omap2/sdram-nokia.h

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

end of thread, other threads:[~2010-12-11  2:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 16:39 [PATCH 0/8] arm: omap: add support for RM-680 Aaro Koskinen
2010-12-09 16:39 ` [PATCH 1/8] arm: omap: rename board-rx51-sdram.c to sdram-nokia.c Aaro Koskinen
2010-12-09 16:39 ` [PATCH 2/8] arm: omap: add sdram-nokia.h Aaro Koskinen
2010-12-09 16:45   ` Nishanth Menon
2010-12-09 16:39 ` [PATCH 3/8] arm: omap: sdram-nokia: prepare for new memory timings Aaro Koskinen
2010-12-09 16:39 ` [PATCH 4/8] arm: omap: sdram-nokia: use array to list timings Aaro Koskinen
2010-12-09 16:39 ` [PATCH 5/8] arm: omap: sdram-nokia: improve error handling Aaro Koskinen
2010-12-09 16:39 ` [PATCH 6/8] arm: omap: sdram-nokia: delete redundant timing data Aaro Koskinen
2010-12-09 16:39 ` [PATCH 7/8] arm: omap: sdram-nokia: add 97.6/195.2 MHz " Aaro Koskinen
2010-12-09 16:39 ` [PATCH 8/8] arm: omap: add minimal support for RM-680 Aaro Koskinen
2010-12-09 17:03   ` Jamie Iles
2010-12-09 17:11     ` Aaro Koskinen
2010-12-09 17:29       ` Jamie Iles
2010-12-11  2:07         ` 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).