1. 19 9月, 2012 1 次提交
  2. 09 5月, 2012 4 次提交
  3. 10 2月, 2012 1 次提交
  4. 05 1月, 2012 1 次提交
  5. 14 12月, 2011 2 次提交
  6. 17 5月, 2011 6 次提交
  7. 04 3月, 2011 1 次提交
  8. 06 11月, 2009 1 次提交
  9. 23 5月, 2009 1 次提交
  10. 22 5月, 2009 1 次提交
  11. 24 4月, 2009 1 次提交
    • N
      [ARM] 5460/1: Orion: reduce namespace pollution · fdd8b079
      Nicolas Pitre 提交于
      Symbols like SOFT_RESET are way too generic to be exported at large.
      To avoid this, let's move the mbus bridge register defines into a
      separate file and include it where needed.  This affects mach-kirkwood,
      mach-loki, mach-mv78xx0 and mach-orion5x simultaneously as they all
      share code in plat-orion which relies on those defines.
      
      Some other defines have been moved to narrower scopes, or simply deleted
      when they had no user.
      
      This fixes compilation problem with mpt2sas on the above listed
      platforms.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      fdd8b079
  12. 04 3月, 2009 1 次提交
  13. 20 2月, 2009 2 次提交
  14. 04 12月, 2008 1 次提交
  15. 26 9月, 2008 1 次提交
  16. 05 9月, 2008 1 次提交
  17. 09 8月, 2008 1 次提交
  18. 07 8月, 2008 1 次提交
  19. 23 6月, 2008 1 次提交
    • S
      [ARM] add Marvell 78xx0 ARM SoC support · 794d15b2
      Stanislav Samsonov 提交于
      The Marvell Discovery Duo (MV78xx0) is a family of ARM SoCs featuring
      (depending on the model) one or two Feroceon CPU cores with 512K of L2
      cache and VFP coprocessors running at (depending on the model) between
      800 MHz and 1.2 GHz, and features a DDR2 controller, two PCIe
      interfaces that can each run either in x4 or quad x1 mode, three USB
      2.0 interfaces, two 3Gb/s SATA II interfaces, a SPI interface, two
      TWSI interfaces, a crypto accelerator, IDMA/XOR engines, a SPI
      interface, four UARTs, and depending on the model, two or four gigabit
      ethernet interfaces.
      
      This patch adds basic support for the platform, and allows booting
      on the MV78x00 development board, with functional UARTs, SATA, PCIe,
      GigE and USB ports.
      Signed-off-by: NStanislav Samsonov <samsonov@marvell.com>
      Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
      794d15b2