1. 22 Oct, 2008 3 commits
    • Brian Swetland's avatar
      [ARM] msm: clean up iomap and devices · bcc0f6af
      Brian Swetland authored
      - Add some more peripherals (sdcc, etc) to the iomap.
      - Remove virtual base addresses for devices that we should be passing
        physical addresses to drivers via resources and ioremap()ing.
      - don't try to use uarts for ll debug once the mmu is enabled due to
        problems with the peripheral window
      - make base addresses void __iomem * and fixup irq.c and timer.c
      - Remove common.c and bring in devices.c/devices.h similar to
        the PXA architecture.
      Signed-off-by: default avatarBrian Swetland <swetland@google.com>
      bcc0f6af
    • Brian Swetland's avatar
      [ARM] msm: add proc_comm support, necessary for clock and power control · b8a16e1f
      Brian Swetland authored
      The proc_comm protocol is the lowest level protocol available for
      communicating with the modem core.  It provides access to clock and
      power control, among other things, and is safe for use from atomic
      contexts, unlike the higher level SMD and RPC transports.
      Signed-off-by: default avatarBrian Swetland <swetland@google.com>
      b8a16e1f
    • Brian Swetland's avatar
      [ARM] msm: rename ARCH_MSM7X00A to ARCH_MSM · 1637de0c
      Brian Swetland authored
      The MSM architecture covers a wider family of chips than just the MSM7X00A.
      Move to a more generic name, in perparation for supporting the specific
      SoC variants as sub-architectures (ARCH_MSM7X01A, ARCH_MSM722X, etc).  This
      gives us ARCH_MSM for the (many) common peripherals.
      
      This also removes the unused/obsolete config item MSM7X00A_IDLE.
      Signed-off-by: default avatarBrian Swetland <swetland@google.com>
      1637de0c
  2. 21 Oct, 2008 1 commit
  3. 20 Oct, 2008 36 commits