1. 08 7月, 2011 1 次提交
    • S
      davinci: da850: add support for SATA interface · cbb2c961
      Sekhar Nori 提交于
      Add support for SATA controller on the
      DA850/OMAP-L138/AM18x devices.
      
      The patch adds the necessary clocks, platform
      resources and a routine to initialize the SATA
      controller.
      
      The PHY configuration in this patch is
      courtesy the work done by Zegeye Alemu,
      Swaminathan and Mansoor Ahamed from TI.
      
      While testing this patch, enable port multiplier
      support iff you are actually using one. The
      reasons of this behaviour are discussed
      here: http://patchwork.ozlabs.org/patch/78163/
      
      ChangeLog:
      v3:
      Removed fields which were being initialized
      to zero in PHY configuration. Moved SATA base
      address definition to the top of the file to
      make it inline with what is done for the rest
      of the modules.
      v2:
      Addressed comments from Sergei. Removed unnecessary
      braces and removed unnecessary else after goto.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      cbb2c961
  2. 07 7月, 2011 1 次提交
  3. 06 5月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 12 3月, 2011 1 次提交
  6. 01 3月, 2011 8 次提交
  7. 23 12月, 2010 1 次提交
    • S
      davinci: am18x/da850/omap-l138: add support for higher speed grades · 39e14550
      Sekhar Nori 提交于
      AM18x/DA850/OMAP-L138 SoCs have variants that can operate
      at a maximum of 456 MHz at 1.3V operating point. Also the
      1.2V operating point has a variant that can support a maximum
      of 375 MHz.
      
      This patch adds three new OPPs (456 MHz, 408 MHz and 372 MHz)
      to the list of DA850 OPPs.
      
      Not all silicon is qualified to run at higher speeds and
      unfortunately the maximum speed the chip can support can only
      be determined from the label on the package (not software
      readable).
      
      Because of this, we depend on the maximum speed grade information
      to be provided to us in some board specific way. The board informs
      the maximum speed grade information by setting the da850_max_speed
      variable.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      39e14550
  8. 24 9月, 2010 6 次提交
  9. 06 8月, 2010 1 次提交
    • S
      davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities · f027512d
      Sekhar Nori 提交于
      This patch helps get rid of the following sparse warnings
      of the type:
      
        CHECK   arch/arm/mach-davinci/da830.c
      arch/arm/mach-davinci/da830.c:1026:3: warning: Initializer entry defined twice
      arch/arm/mach-davinci/da830.c:1027:3:   also defined here
      
      coming from the irq priorities array init.
      
      Apart from one instance of genuinie repetition, most are are instances
      of multiple #defines of the same interrupt number. I have not
      removed the multiple definitions from the irq.h file in the hope
      that someone might decide to use them as shared interrupts at some
      point of time. The priority initialization however needs to be done
      only once and hence has been corrected.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      f027512d
  10. 14 5月, 2010 7 次提交
  11. 07 5月, 2010 2 次提交
  12. 05 2月, 2010 5 次提交
  13. 26 11月, 2009 5 次提交