Skip to content
Snippets Groups Projects
  1. Jul 15, 2011
  2. Jul 14, 2011
  3. Jul 10, 2011
  4. Jul 09, 2011
  5. Jul 08, 2011
  6. Jul 07, 2011
  7. Jul 06, 2011
  8. Jul 05, 2011
  9. Jun 30, 2011
  10. Jun 29, 2011
    • Mark Rutland's avatar
      ARM: 6976/1: pmu: add OF probing support · e73c34c3
      Mark Rutland authored
      
      This is based on an earlier patch from Rob Herring <rob.herring@calxeda.com>
      
      > Add OF match table to enable OF style driver binding. The dts entry is like
      > this:
      >
      > pmu {
      > 	compatible = "arm,cortex-a9-pmu";
      > 	interrupts = <100 101>;
      > };
      >
      > The use of pdev->id as an index breaks with OF device binding, so set the type
      > based on the OF compatible string.
      
      This modification sets the PMU hardware type based on data embedded in the
      binding, allowing easy addition of new PMU types in future.
      
      Support for new PMU types not provided by devicetree can be added later using
      platform_device_id tables in a similar fashion.
      
      Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
      Acked-by: default avatarJamie Iles <jamie@jamieiles.com>
      Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      e73c34c3
  11. Jun 28, 2011
  12. Jun 27, 2011
  13. Jun 21, 2011
  14. Jun 20, 2011
    • John Linn's avatar
      ARM: Xilinx: Adding Xilinx board support · b85a3ef4
      John Linn authored
      
      The 1st board support is minimal to get a system up and running
      on the Xilinx platform.
      
      This platform reuses the clock implementation from plat-versatile, and
      it depends entirely on CONFIG_OF support.  There is only one board
      support file which obtains all device information from a device tree
      dtb file which is passed to the kernel at boot time.
      
      Signed-off-by: default avatarJohn Linn <john.linn@xilinx.com>
      b85a3ef4
  15. Jun 15, 2011
  16. May 23, 2011
  17. May 19, 2011
  18. May 10, 2011
  19. Apr 04, 2011
  20. Mar 31, 2011
  21. Mar 26, 2011
  22. Mar 22, 2011
  23. Mar 21, 2011
  24. Mar 20, 2011
    • Meador Inge's avatar
      powerpc: Document the Open PIC device tree binding · a99eff39
      Meador Inge authored
      
      This binding documents several properties that have been in use for quite
      some time, and adds one new property 'pic-no-reset', which controls the
      runtime initialization behavior of the PIC.  More specifically, the presence
      of 'pic-no-reset' mandates that the PIC shall not be reset during runtime
      initialization and that any initialization related to interrupt sources
      shall be limited to sources explicitly referenced in the device tree.  This
      functionality is useful in AMP systems where multiple OSes are sharing the
      PIC and the reinitialization of the PIC can interfere with OSes that are
      already up and running.
      
      The interrupt specifier definition is based off of Stuart Yoder's FSL MPIC
      binding.
      
      Signed-off-by: default avatarMeador Inge <meador_inge@mentor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Stuart Yoder <stuart.yoder@freescale.com>
      Cc: Hollis Blanchard <hollis_blanchard@mentor.com>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      a99eff39
  25. Mar 16, 2011
  26. Mar 15, 2011
  27. Mar 01, 2011
Loading