1. 17 6月, 2014 2 次提交
  2. 30 5月, 2014 1 次提交
  3. 09 5月, 2014 3 次提交
  4. 24 4月, 2014 2 次提交
  5. 23 4月, 2014 1 次提交
    • R
      ARM: mvebu: clean-up unneeded kconfig selects · 55400f3a
      Rob Herring 提交于
      Multi-platform support implies all these options are already selected and
      individual platforms don't need to select them.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      55400f3a
  6. 22 3月, 2014 1 次提交
  7. 04 3月, 2014 1 次提交
  8. 26 2月, 2014 1 次提交
  9. 25 2月, 2014 1 次提交
  10. 23 2月, 2014 2 次提交
  11. 22 2月, 2014 5 次提交
  12. 20 2月, 2014 3 次提交
  13. 20 10月, 2013 1 次提交
  14. 30 5月, 2013 1 次提交
  15. 21 5月, 2013 1 次提交
  16. 20 5月, 2013 1 次提交
    • G
      ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platform · c689cbac
      Gregory CLEMENT 提交于
      Initially ARCH_REQUIRE_GPIOLIB was part of Thomas Petazzoni series
      when he introduced the gpiolib support for mvebu:
      93a59cf3 arm: mvebu: use GPIO support now that a driver is available
      
      This commit was written to be applied for the ARCH_MVEBU which was
      located in arch/arm/KConfig and was merged in 3.7.
      
      In the same time Rob Herring moved the ARCH_MVEBU block to
      arch/arm/mach-mvebu/Kconfig with this commit and also merged in 3.7:
      387798b3 ARM: initial multiplatform support
      
      Unfortunately the ARCH_REQUIRE_GPIOLIB have been lost during this
      migration. This was not noticed until the v3.10-rc1, because mvebu as
      part of ARCH_MULTIPLATFORM was always selected with ARCH_VEXPRESS, and
      this architect selected ARCH_REQUIRE_GPIOLIB.
      
      Since the following commit from Arnd: "883a106b ARM: default machine
      descriptor for multiplatform", ARCH_VEXPRESS was then no more selected
      by default with ARCH_MVEBU and it made appeared the lack of
      ARCH_REQUIRE_GPIOLIB for mvebu. This commit added back the selection
      of ARCH_REQUIRE_GPIOLIB for ARCH_MVEBU.
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      c689cbac
  17. 15 4月, 2013 2 次提交
  18. 27 11月, 2012 1 次提交
  19. 21 11月, 2012 2 次提交
  20. 20 11月, 2012 1 次提交
  21. 29 9月, 2012 1 次提交
  22. 22 9月, 2012 2 次提交
  23. 14 9月, 2012 1 次提交
    • R
      ARM: initial multiplatform support · 387798b3
      Rob Herring 提交于
      This lets us build a multiplatform kernel for experimental purposes.
      However, it will not be useful for any real work, because it relies
      on a number of useful things to be disabled for now:
      
      * SMP support must be turned off because of conflicting symbols.
        Marc Zyngier has proposed a solution by adding a new SOC
        operations structure to hold indirect function pointers
        for these, but that work is currently stalled
      
      * We turn on SPARSE_IRQ unconditionally, which is not supported
        on most platforms. Each of them is currently in a different
        state, but most are being worked on.
      
      * A common clock framework is in place since v3.4 but not yet
        being used. Work on this is on its way.
      
      * DEBUG_LL for early debugging is currently disabled.
      
      * THUMB2_KERNEL does not work with allyesconfig because the
        kernel gets too big
      
      [Rob Herring]: Rebased to not be dependent on the mass mach header rename.
      As a result, omap2plus, imx, mxs and ux500 are not converted. Highbank,
      picoxcell, mvebu, and socfpga are converted.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Acked-by: NJamie Iles <jamie@jamieiles.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      387798b3
  24. 10 7月, 2012 2 次提交