All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Initial change for merge of new board
@ 2010-04-06 16:51 Laine Walker-Avina
  2010-04-06 16:51 ` [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings Laine Walker-Avina
  2010-04-23  0:48 ` [PATCH 0/5] Initial change for merge of new board Paul Walmsley
  0 siblings, 2 replies; 15+ messages in thread
From: Laine Walker-Avina @ 2010-04-06 16:51 UTC (permalink / raw)
  To: linux-omap; +Cc: Laine Walker-Avina

Hi all,

I'm beginning to merge some of the changes for my new board. These include:
   * Adding macros to compute the ACTIM values for the SDRAM timings, eliminating magic numbers. The original authors may want to verify their timings were converted correctly.
   * Adding the ability to use the clock API to select the divider for sys_clkout2
   * Making the GPRC timing API aware of the time-granularity flag

Let me know if there are any comments or questions.

Cheers,
Laine Walker-Avina
PASCO scientific

----

Laine Walker-Avina (5):
  OMAP: Add in helper macros for the SDRAM timings
  OMAP: Convert the sdram-*.h timings to use the SDRAM timing macros
  OMAP: Add SDRAM timings for Micron mt46h16m32lf-6
  OMAP: Add support for setting the divider for sys_clkout2 using
    clk_set_rate
  OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

 arch/arm/mach-omap2/clock3xxx_data.c               |    1 +
 arch/arm/mach-omap2/gpmc.c                         |   14 +++-
 arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h |   44 ++++++++-----
 arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h  |   67 ++++++++++++++++++++
 arch/arm/mach-omap2/sdram-micron-mt46h32m32lf-6.h  |   44 ++++++++-----
 arch/arm/mach-omap2/sdram-numonyx-m65kxxxxam.h     |   52 +++++++++------
 .../mach-omap2/sdram-qimonda-hyb18m512160af-6.h    |   50 +++++++++------
 arch/arm/plat-omap/include/plat/sdrc.h             |   23 +++++++
 8 files changed, 220 insertions(+), 75 deletions(-)
 create mode 100644 arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h


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

end of thread, other threads:[~2010-07-29 21:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 16:51 [PATCH 0/5] Initial change for merge of new board Laine Walker-Avina
2010-04-06 16:51 ` [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings Laine Walker-Avina
2010-04-06 16:51   ` [PATCH 2/5] OMAP: Convert the sdram-*.h timings to use the SDRAM timing macros Laine Walker-Avina
2010-04-06 16:51     ` [PATCH 3/5] OMAP: Add SDRAM timings for Micron mt46h16m32lf-6 Laine Walker-Avina
2010-04-06 16:51       ` [PATCH 4/5] OMAP: Add support for setting the divider for sys_clkout2 using clk_set_rate Laine Walker-Avina
2010-04-06 16:51         ` [PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag Laine Walker-Avina
2010-04-06 22:36           ` Kevin Hilman
2010-07-29 21:44             ` [PATCH v2] " Laine Walker-Avina
2010-04-23  0:55         ` [PATCH 4/5] OMAP: Add support for setting the divider for sys_clkout2 using clk_set_rate Paul Walmsley
2010-05-18 22:04           ` Paul Walmsley
2010-04-06 17:17   ` [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings Felipe Balbi
2010-04-06 17:26     ` Laine Walker-Avina
2010-04-06 17:28       ` Felipe Balbi
2010-04-06 17:31     ` [PATCH v2 " Laine Walker-Avina
2010-04-23  0:48 ` [PATCH 0/5] Initial change for merge of new board Paul Walmsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.