1. 03 3月, 2018 1 次提交
  2. 24 2月, 2018 1 次提交
  3. 02 12月, 2015 1 次提交
  4. 18 3月, 2014 1 次提交
    • A
      ARM: mmp: allow platform devices with modular USB · 35240808
      Arnd Bergmann 提交于
      The USB host drivers need platform data to be defined on
      pxa168 and pxa910, but the conditionals used in the devices.c
      file only work if the drivers are built-in. This patch
      fixes the definition by changing the #ifdef to #if IS_ENABLED(),
      which works both for built-in and modular Kconfig symbols.
      
      I found one specific problem using 'randconfig' builds, but
      for consistency, this patch uses IS_ENABLED() for all Kconfig
      symbols in these three files.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NHaojian Zhuang <haojian.zhuang@gmail.com>
      35240808
  5. 20 9月, 2013 1 次提交
  6. 30 8月, 2013 1 次提交
  7. 11 4月, 2013 1 次提交
  8. 02 4月, 2013 1 次提交
  9. 22 2月, 2013 1 次提交
  10. 25 12月, 2012 1 次提交
  11. 03 8月, 2012 1 次提交
  12. 07 5月, 2012 1 次提交
  13. 03 5月, 2012 1 次提交
  14. 28 2月, 2012 1 次提交
  15. 26 1月, 2012 1 次提交
  16. 05 1月, 2012 1 次提交
  17. 15 11月, 2011 1 次提交
  18. 14 11月, 2011 1 次提交
  19. 17 10月, 2011 1 次提交
  20. 12 7月, 2011 1 次提交
  21. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  22. 09 10月, 2010 1 次提交
  23. 05 8月, 2010 2 次提交
  24. 29 12月, 2009 1 次提交
  25. 18 12月, 2009 1 次提交
  26. 01 12月, 2009 2 次提交
  27. 23 3月, 2009 1 次提交