1. 29 5月, 2009 2 次提交
    • T
      ARM: OMAP2/3: Add generic smc91x support when connected to GPMC · 1a48e157
      Tony Lindgren 提交于
      Convert the board-rx51 smc91x code to be generic and make
      the boards to use it. This allows future recalculation of the
      timings when the source clock gets scaled.
      
      Also correct the rx51 interrupt to be IORESOURCE_IRQ_HIGHLEVEL.
      
      Thanks to Paul Walmsley <paul@pwsan.com> for better GPMC timing
      calculations.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      1a48e157
    • J
      ARM: OMAP2/3: Add generic onenand support when connected to GPMC · aa62e90f
      Juha Yrjola 提交于
      Add generic onenand support when connected to GPMC and make the
      boards to use it.
      
      The patch has been modified to make it more generic to support all
      the boards with GPMC. The patch also remove unused prototype for
      omap2_onenand_rephase(void).
      
      Note that board-apollon.c is currently using the MTD_ONENAND_GENERIC
      and setting the GPMC timings in the bootloader. Setting the GPMC
      timings in the bootloader will not allow supporting frequency
      scaling for the onenand source clock.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      aa62e90f
  2. 24 3月, 2009 1 次提交