1. 13 Apr, 2016 1 commit
  2. 08 Oct, 2013 1 commit
  3. 22 Jul, 2013 2 commits
  4. 28 May, 2013 1 commit
  5. 27 May, 2013 1 commit
  6. 06 May, 2013 1 commit
    • Stepan Moskovchenko's avatar
      arm/dt: msm: Move I/O devices to a dedicated SoC node · 7d8cdcaa
      Stepan Moskovchenko authored
      
      The Device Tree specification suggests that memory-mapped
      I/O devices should be declared within the 'soc' node rather
      than being declared at the root level. Refactor the MSM
      device tree files to follow to this design pattern.
      
      Furthermore, declaring I/O devices with the 'soc' node
      facilitates reuse of common DTSI files across device trees
      whose root-level #address-cells and #size-cells properties
      might be different.
      
      Explicitly call of_platform_populate on the /soc node to
      parent its devices to the root node, to preserve the kernel
      ABI until userspace is updated.
      
      Change-Id: Ib6a4a42c3a3d419b5f8d8c49706ed5d78c1b6adc
      Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
      7d8cdcaa
  7. 23 Apr, 2013 1 commit
  8. 22 Apr, 2013 1 commit
  9. 06 Mar, 2013 1 commit
    • Jeff Hugo's avatar
      arm/dt: msm9625: add ipc-spinlock entry · 96766e28
      Jeff Hugo authored
      
      Add the ipc-spinlock entry to facilitate locking between apps and non-apps
      processors.
      
      Note that until v2.1 the dedicated spinlock hardware is defective, so use
      the ldrex implementation as a workaround.
      
      Change-Id: I1aa627b61254d59e6311af8f4789ae9b53aff126
      Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
      96766e28
  10. 15 Feb, 2013 2 commits
  11. 07 Feb, 2013 1 commit
  12. 26 Jan, 2013 1 commit
  13. 21 Jan, 2013 1 commit
  14. 17 Jan, 2013 1 commit
  15. 29 Oct, 2012 1 commit
  16. 12 Oct, 2012 1 commit
  17. 11 Oct, 2012 1 commit
  18. 05 Oct, 2012 2 commits
  19. 03 Oct, 2012 1 commit
  20. 25 Sep, 2012 1 commit
  21. 11 Sep, 2012 1 commit
  22. 06 Sep, 2012 2 commits
  23. 31 Aug, 2012 1 commit
  24. 28 Aug, 2012 1 commit
  25. 26 Aug, 2012 1 commit
  26. 10 Aug, 2012 2 commits
  27. 06 Aug, 2012 1 commit
  28. 29 Jun, 2012 1 commit
  29. 11 Jun, 2012 1 commit
    • Sujit Reddy Thumma's avatar
      arm/dt: msmcopper-sim: Add support for SDC2 slot · 7138b3ea
      Sujit Reddy Thumma authored
      
      In the new simulator release, the SD card slot is
      changed to SDC2. Hence, enable SDC2 slot and
      disable SDC3 slot which will be no longer used.
      The CMD23 is supported as well in the new release,
      hence remove the "disable_cmd23" property.
      
      Also, since SDC3 and SDC4 slots are never used in sim or
      rumi versions, disable them in SoC file and let them be
      enabled in the board specific .dts file if any future
      board supports it.
      
      Change-Id: Id507356af76b1ee64d3d1c6d12d276ed3db806fd
      Signed-off-by: default avatarSujit Reddy Thumma <sthumma@codeaurora.org>
      7138b3ea
  30. 19 May, 2012 1 commit
  31. 04 Apr, 2012 1 commit
    • Sathish Ambley's avatar
      msm: copper: Add target specific dts files · 9d69ac38
      Sathish Ambley authored
      
      The filename msmcopper.dts does not describe a target, split
      these up to create SoC specific (.dtsi) and board specific
      (.dts) device tree source files. The board specific files
      need to include the SoC file and can selectively specify the
      devices that are not present or supported.
      
      Update the makefile to generate all board variants of appended
      DTB zImage files or allow for a specific variant to be generated
      using the DTS_NAME override.
      
      Change-Id: Ic0bba8313866352dde67287fab88aa20b77738f0
      Signed-off-by: default avatarSathish Ambley <sambley@codeaurora.org>
      9d69ac38
  32. 08 Mar, 2012 1 commit
  33. 07 Feb, 2012 1 commit
  34. 02 Feb, 2012 1 commit
  35. 23 Jan, 2012 1 commit