1. 18 7月, 2012 1 次提交
  2. 01 7月, 2012 1 次提交
  3. 13 5月, 2012 2 次提交
  4. 23 4月, 2012 2 次提交
    • A
      ARM: spear: remove most mach/*.h header contents · 5019f0b1
      Arnd Bergmann 提交于
      The register and irq definitions in mach/*.h for spear3xx and
      spear6xx are now mostly obsolete, after the platforms have been
      converted to device tree based probing and the data is now
      part of the device tree files.
      
      The misc_regs.h contents are moved into clock.c because that is
      the only user, aside from the DMA_CHN_CFG that should eventually
      get handled differently. Some of the contents of mach/spear.h
      still remain, because they are used to set up the static map table,
      timer, uart and auxdata tables, but almost everything got removed.
      We might remove everything but the map table as the DT conversion
      completes, but that is not a priority. I've also made sure to
      make both copies of spear.h more or less identical so we can
      eventually combine them.
      
      The spear3?0.h files were only used by the spear3?0.c files, so I
      merged the contents in there and removed the bits that were unused.
      This is something that should still be looked at.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NViresh Kumar <viresh.kumar@st.com>
      5019f0b1
    • V
      SPEAr: Add PL080 DMA support for 3xx and 6xx · 0b7ee717
      Viresh Kumar 提交于
      Both SPEAr3xx and SPEAr6xx families have one instance of ARM PL080 DMA
      controller. This patch adds in support for that.
      Signed-off-by: NViresh Kumar <viresh.kumar@st.com>
      0b7ee717
  5. 17 3月, 2012 1 次提交
  6. 25 1月, 2012 1 次提交
  7. 21 5月, 2011 1 次提交
  8. 09 3月, 2011 4 次提交
  9. 02 11月, 2010 1 次提交
  10. 25 5月, 2010 1 次提交
  11. 14 4月, 2010 1 次提交