1. 12 7月, 2016 7 次提交
  2. 27 2月, 2016 1 次提交
  3. 02 12月, 2015 1 次提交
  4. 06 8月, 2015 1 次提交
  5. 31 7月, 2015 1 次提交
    • M
      arm: perf: factor arm_pmu core out to drivers · fa8ad788
      Mark Rutland 提交于
      To enable sharing of the arm_pmu code with arm64, this patch factors it
      out to drivers/perf/. A new drivers/perf directory is added for
      performance monitor drivers to live under.
      
      MAINTAINERS is updated accordingly. Files added previously without a
      corresponsing MAINTAINERS update (perf_regs.c, perf_callchain.c, and
      perf_event.h) are also added.
      
      Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Will Deacon <will.deacon@arm.com>
      Signed-off-by: NMark Rutland <mark.rutland@arm.com>
      [will: augmented Kconfig help slightly]
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      fa8ad788
  6. 18 5月, 2015 7 次提交
  7. 13 5月, 2015 1 次提交
  8. 10 7月, 2014 1 次提交
  9. 12 5月, 2014 1 次提交
  10. 04 3月, 2014 1 次提交
    • L
      mfd: dbx500/abx500: root out hardcoded IRQ assignments · f864c46a
      Linus Walleij 提交于
      The DBx500 and ABx500 should be getting their IRQs from the
      device tree and nowhere else. Get rid of all the static assignments
      everywhere, delete it from the driver, platform data and the
      board files in one swift strike.
      
      Lots of cross-dependencies in the MFD drivers for PRCMU and
      AB8500 makes it necessary to strike everywhere at once to
      eradicate IRQs passed as resources and platform data to the left
      and right around the platform.
      
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      Acked-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      f864c46a
  11. 28 2月, 2014 1 次提交
  12. 05 2月, 2014 2 次提交
    • L
      ARM: ux500: move last AB8505 set-up to DT · 77ad9dfc
      Linus Walleij 提交于
      This moves the set-up of the HREF500 with its AB8505 ASIC to
      a device tree include. Since there is not yet any device tree
      for this board the DTSI is currently unused. After this delete
      the board file for pins for good and migration of pins to the
      device tree is complete.
      
      Cc: Patrice Chotard <patrice.chotard@st.com>
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      77ad9dfc
    • L
      ARM: ux500: move AB8500 clock out pins to DT · 7acacfbc
      Linus Walleij 提交于
      This moves the AB8500 pin settings for the clock out pins over
      to the device tree. We can delete the special setup calls for the
      platforms only using the AB8500 and not AB8505.
      
      Cc: Patrice Chotard <patrice.chotard@st.com>
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      7acacfbc
  13. 13 12月, 2013 1 次提交
  14. 27 11月, 2013 4 次提交
  15. 26 9月, 2013 10 次提交