1. 24 Dec, 2012 1 commit
  2. 27 Nov, 2012 1 commit
  3. 20 Nov, 2012 1 commit
  4. 10 Nov, 2012 1 commit
  5. 08 Nov, 2012 1 commit
  6. 05 Nov, 2012 2 commits
  7. 01 Nov, 2012 9 commits
  8. 28 Oct, 2012 1 commit
  9. 15 Oct, 2012 1 commit
  10. 20 Sep, 2012 1 commit
  11. 14 Sep, 2012 1 commit
  12. 03 Sep, 2012 1 commit
    • Axel Lin's avatar
      ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c · 5caecb44
      Axel Lin authored
      
      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: default avatarAxel Lin <axel.lin@gmail.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      5caecb44
  13. 23 Aug, 2012 1 commit
  14. 09 Aug, 2012 1 commit
    • Linus Walleij's avatar
      ARM: ux500: reform Ux500 family names · e1bbb55d
      Linus Walleij authored
      
      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: default avatarLinus Walleij <linus.walleij@linaro.org>
      e1bbb55d
  15. 13 Jul, 2012 2 commits
  16. 08 Jul, 2012 1 commit
  17. 01 Jun, 2012 2 commits
  18. 11 May, 2012 1 commit
    • Linus Walleij's avatar
      pinctrl/nomadik: basic Nomadik pinctrl interface · e98ea774
      Linus Walleij authored
      
      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: default avatarStephen Warren <swarren@wwwdotorg.org>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      e98ea774
  19. 01 May, 2012 3 commits
  20. 13 Feb, 2012 3 commits
  21. 18 Dec, 2011 2 commits
  22. 22 Aug, 2011 1 commit
  23. 09 Jun, 2011 1 commit
  24. 24 May, 2011 1 commit