1. 23 11月, 2016 1 次提交
  2. 16 11月, 2016 1 次提交
  3. 01 11月, 2016 1 次提交
    • D
      ARM: davinci: da850: Fix pwm name matching · 36173c2d
      David Lechner 提交于
      This fixes pwm name matching for DA850 familiy devices. When using device
      tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact
      same name, which caused errors when trying to register the devices.
      
      We cannot have multiple entries for the same clock in in da850_clks[], so
      we have added child clocks to the EHRPWM and ECAP LPSC clocks so that each
      PWM device will have its own clock for proper name matching.
      Signed-off-by: NDavid Lechner <david@lechnology.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      36173c2d
  4. 31 10月, 2016 1 次提交
  5. 23 8月, 2016 1 次提交
    • K
      ARM: davinci: da850: Add ti-aemif lookup for clock matching · 8f899b4e
      Karl Beldan 提交于
      The davinci boards don't have their clocks in DT yet and getting a clock
      will fail, unless registering them as clk_lookups. This registers the
      aemif clock for the ti-aemif memory driver.
      
      The current aemif lookup entry resolving to the same clock:
          'CLK(NULL,               "aemif",        &aemif_clk)'
      is currently used by davinci_nand and remains for non-DT and backward
      compatibility.
      
      Currently the davinci boards only configure the AEMIF in case of non-DT
      boot, via some code in mach-davinci.
      This change will allow DT-based davinci platforms to do the same, via
      the ti-aemif memory driver code.
      Signed-off-by: NKarl Beldan <kbeldan@baylibre.com>
      [nsekhar@ti.com: reworded commit message]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      8f899b4e
  6. 10 6月, 2016 1 次提交
  7. 27 4月, 2016 2 次提交
  8. 02 12月, 2015 1 次提交
  9. 28 7月, 2015 1 次提交
  10. 06 5月, 2015 1 次提交
  11. 30 4月, 2014 1 次提交
  12. 26 3月, 2014 1 次提交
  13. 09 1月, 2014 1 次提交
  14. 26 12月, 2013 1 次提交
  15. 24 9月, 2013 1 次提交
  16. 22 8月, 2013 2 次提交
  17. 22 7月, 2013 1 次提交
  18. 04 6月, 2013 1 次提交
  19. 03 4月, 2013 1 次提交
  20. 01 4月, 2013 1 次提交
  21. 24 1月, 2013 1 次提交
  22. 27 11月, 2012 1 次提交
  23. 27 10月, 2012 3 次提交
  24. 07 10月, 2012 1 次提交
    • A
      ARM: davinci: don't mark da850_register_cpufreq as __init · 5063557a
      Arnd Bergmann 提交于
      The mityomapl138_cpufreq_init and read_factory_config function in
      board-mityomapl138.c are not __init functions and might be called
      at a later stage, so da850_register_cpufreq must not be __init either.
      
      Without this patch, building da8xx_omapl_defconfig results in:
      
      WARNING: arch/arm/mach-davinci/built-in.o(.text+0x2eb4): Section mismatch in reference from the function read_factory_config() to the function .init.text:da850_register_cpufreq()
      The function read_factory_config() references
      the function __init da850_register_cpufreq().
      This is often because read_factory_config lacks a __init
      annotation or the annotation of da850_register_cpufreq is wrong.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NSekhar Nori <nsekhar@ti.com>
      Cc: Kevin Hilman <khilman@ti.com>
      5063557a
  25. 06 10月, 2012 2 次提交
  26. 13 3月, 2012 1 次提交
  27. 21 1月, 2012 1 次提交
  28. 05 1月, 2012 1 次提交
  29. 17 9月, 2011 2 次提交
  30. 22 8月, 2011 1 次提交
  31. 08 8月, 2011 1 次提交
  32. 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
  33. 07 7月, 2011 1 次提交
  34. 06 5月, 2011 1 次提交