1. 17 6月, 2014 2 次提交
  2. 27 5月, 2014 1 次提交
    • A
      ARM: vexpress: refine dependencies for new code · b33cdd28
      Arnd Bergmann 提交于
      The versatile express changes for 3.16 introduced a number of
      build regressions for randconfig kernels by not tracking dependencies
      between the components right.
      
      This patch tries to rectify that:
      
      * the mach-vexpress code cannot link without the syscfg driver,
        which in turn needs MFD_VEXPRESS_SYSREG
      * various drivers call devm_regmap_init_vexpress_config(), which
        has to be exported so it can be used by loadable modules
      * the configuration bus uses OF DT helper functions that are not
        available to platforms disable CONFIG_OF
      * The sysreg driver exports GPIOs through gpiolib, which can
        be disabled on some platforms.
      * The clocksource code cannot be built on platforms that don't
        use modern timekeeping but rely on gettimeoffset.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      b33cdd28
  3. 22 4月, 2014 1 次提交
  4. 08 4月, 2014 1 次提交
  5. 20 2月, 2014 3 次提交
  6. 30 10月, 2013 1 次提交
  7. 20 10月, 2013 1 次提交
  8. 08 10月, 2013 1 次提交
  9. 07 8月, 2013 1 次提交
  10. 25 6月, 2013 1 次提交
  11. 30 5月, 2013 2 次提交
  12. 10 4月, 2013 1 次提交
  13. 21 3月, 2013 1 次提交
  14. 02 1月, 2013 1 次提交
  15. 06 11月, 2012 1 次提交
    • P
      ARM: vexpress: Start using new Versatile Express infrastructure · 38669e04
      Pawel Moll 提交于
      This patch starts using all the configuration infrastructure.
      
      - generic GPIO library is forced now
      
      - sysreg GPIOs are used as MMC CD and WP information sources;
        thanks to this MMCI auxiliary data is not longer necessary
      
      - DVI muxer and mode control is removed from non-DT V2P-CA9 code
        as this is now handled by the vexpress-dvi driver
      
      - clock generators control is removed as is being handled by the
        common clock driver now
      
      - the sysreg and sysctl control is now delegated to the
        appropriate drivers and all related code was removed
      
      - NOR Flash set_vpp function has been removed as the control
        bit used does _not_ control its VPP line, but the #WP signal
        instead (which is de facto unusable in case of Linux MTD
        drivers); this also allowed the remove its DT auxiliary
        data
      
      The non-DT code defines only minimal required number of
      the config devices. Device Trees are updated to make use
      of all new features.
      Signed-off-by: NPawel Moll <pawel.moll@arm.com>
      38669e04
  16. 15 9月, 2012 1 次提交
  17. 12 7月, 2012 1 次提交
  18. 27 2月, 2012 1 次提交
  19. 24 2月, 2012 1 次提交
  20. 19 12月, 2011 2 次提交
  21. 27 2月, 2011 1 次提交
  22. 02 5月, 2010 2 次提交