1. 16 1月, 2016 1 次提交
  2. 22 12月, 2015 2 次提交
    • W
      arm64: perf: add support for Cortex-A72 · 5d7ee877
      Will Deacon 提交于
      Cortex-A72 has a PMUv3 implementation that is compatible with the PMU
      implemented by Cortex-A57.
      
      This patch hooks up the new compatible string so that the Cortex-A57
      event mappings are used.
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      5d7ee877
    • L
      ARM: 8482/1: l2x0: make it possible to disable outer sync from DT · 36f46d6d
      Linus Walleij 提交于
      According to commit 2503a5ec
      "ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore
      boards with L220" Some PB11MPCore RealView core tiles have broken
      outer_sync.
      
      We got rid of the custom barriers from the machine by disabling
      outer sync, but that was just for the boardfile case. We have
      to be able to do the same in the device tree case.
      
      Since __l2c_init() is cloning and copying the L2C vtable,
      we pass an argument to this function to optionally numb
      the outer sync operation if desired, before initializing
      the cache.
      
      After this we can set up the cache correctly on the RealView
      PB11MPCore. This was tested on a PB11MPCore known to have the
      issue. Before this, spurious crashes would occur if we try to
      set up the cache properly, after this it boots rock solid.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: devicetree@vger.kernel.org
      Acked-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      36f46d6d
  3. 21 12月, 2015 2 次提交
  4. 17 12月, 2015 1 次提交
  5. 10 12月, 2015 1 次提交
  6. 17 11月, 2015 1 次提交
  7. 03 11月, 2015 1 次提交
  8. 27 10月, 2015 1 次提交
  9. 24 10月, 2015 6 次提交
  10. 23 10月, 2015 1 次提交
  11. 22 10月, 2015 3 次提交
  12. 18 10月, 2015 1 次提交
  13. 14 10月, 2015 1 次提交
  14. 13 10月, 2015 1 次提交
  15. 09 10月, 2015 4 次提交
  16. 08 10月, 2015 1 次提交
  17. 07 10月, 2015 3 次提交
  18. 05 10月, 2015 1 次提交
  19. 02 10月, 2015 2 次提交
  20. 01 10月, 2015 1 次提交
  21. 29 9月, 2015 1 次提交
  22. 28 9月, 2015 1 次提交
    • S
      Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol · 80f390ea
      Sudeep Holla 提交于
      This patch adds devicetree binding for System Control and Power
      Interface (SCPI) Message Protocol used between the Application Cores(AP)
      and the System Control Processor(SCP). The MHU peripheral provides a
      mechanism for inter-processor communication between SCP's M3 processor
      and AP.
      
      SCP offers control and management of the core/cluster power states,
      various power domain DVFS including the core/cluster, certain system
      clocks configuration, thermal sensors and many others.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Acked-by: NMark Rutland <mark.rutland@arm.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      CC: Jassi Brar <jassisinghbrar@gmail.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
      Cc: devicetree@vger.kernel.org
      80f390ea
  23. 25 9月, 2015 1 次提交
    • L
      Documentation: arm: Fix typo in the idle-states bindings examples · a13f18f5
      Lorenzo Pieralisi 提交于
      The idle-states bindings mandate that the entry-method string
      in the idle-states node must be "psci" for ARM v8 64-bit systems,
      but the examples in the bindings report a wrong entry-method string.
      Owing to this typo, some dts in the kernel wrongly defined the
      entry-method property, since they likely cut and pasted the example
      definition without paying attention to the bindings definitions.
      
      This patch fixes the typo in the DT idle states bindings examples and
      respective dts in the kernel so that the bindings and related dts
      files are made compliant.
      Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Howard Chen <howard.chen@linaro.org>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Signed-off-by: NRob Herring <robh@kernel.org>
      a13f18f5
  24. 22 9月, 2015 2 次提交