1. 08 11月, 2012 1 次提交
  2. 29 10月, 2012 1 次提交
  3. 20 9月, 2012 1 次提交
  4. 14 9月, 2012 1 次提交
  5. 03 9月, 2012 1 次提交
    • A
      ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c · 5caecb44
      Axel Lin 提交于
      Include asm/pmu.h to fix below build error:
      
        CC      arch/arm/mach-ux500/cpu-db8500.o
      arch/arm/mach-ux500/cpu-db8500.c:118:8: error: variable 'db8500_pmu_platdata' has initializer but incomplete type
      arch/arm/mach-ux500/cpu-db8500.c:119:2: error: unknown field 'handle_irq' specified in initializer
      arch/arm/mach-ux500/cpu-db8500.c:119:2: warning: excess elements in struct initializer [enabled by default]
      arch/arm/mach-ux500/cpu-db8500.c:119:2: warning: (near initialization for 'db8500_pmu_platdata') [enabled by default]
      make[1]: *** [arch/arm/mach-ux500/cpu-db8500.o] Error 1
      make: *** [arch/arm/mach-ux500] Error 2
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      5caecb44
  6. 23 8月, 2012 1 次提交
  7. 09 8月, 2012 1 次提交
    • L
      ARM: ux500: reform Ux500 family names · e1bbb55d
      Linus Walleij 提交于
      Counting the U9540 and the new U8540 as a U8500 family member
      does not work. Instead, split the function in two:
      
      cpu_is_u8500_family() covering U8500 and U8520
      cpu_is_ux540_family() covering U9540 and U8540
      
      This works much better in practice. Update users to keep the
      same behaviour.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      e1bbb55d
  8. 13 7月, 2012 2 次提交
  9. 09 7月, 2012 1 次提交
  10. 01 6月, 2012 2 次提交
  11. 11 5月, 2012 1 次提交
    • L
      pinctrl/nomadik: basic Nomadik pinctrl interface · e98ea774
      Linus Walleij 提交于
      This adds a scratch pin control interface to the Nomadik pinctrl
      driver, and defines the pins and groups in the DB8500 ASIC. We
      define GPIO ranges to cover the pins exposed. The DB8500 has
      more pins than this but we restrict the driver to the pins that
      can be controlled from the combined GPIO and pin control hardware
      to begin with.
      
      ChangeLog v1->v2:
      - Base on the latest pinctrl development from
        pinctrl-mergebase-20120418 so we can get rid of legacy
        group count mechanism. Also drop the range checks for group
        index, this is handled by the core now.
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      e98ea774
  12. 02 5月, 2012 3 次提交
  13. 13 2月, 2012 3 次提交
  14. 19 12月, 2011 2 次提交
  15. 22 8月, 2011 1 次提交
  16. 10 6月, 2011 1 次提交
  17. 25 5月, 2011 2 次提交
  18. 14 3月, 2011 1 次提交
  19. 17 2月, 2011 1 次提交
  20. 11 1月, 2011 2 次提交
  21. 09 12月, 2010 1 次提交
  22. 08 12月, 2010 3 次提交
  23. 02 9月, 2010 1 次提交
  24. 28 5月, 2010 1 次提交
  25. 05 5月, 2010 5 次提交