1. 22 10月, 2008 2 次提交
    • B
      [ARM] msm: clean up iomap and devices · bcc0f6af
      Brian Swetland 提交于
      - 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: NBrian Swetland <swetland@google.com>
      bcc0f6af
    • B
      [ARM] msm: add proc_comm support, necessary for clock and power control · b8a16e1f
      Brian Swetland 提交于
      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: NBrian Swetland <swetland@google.com>
      b8a16e1f
  2. 26 1月, 2008 4 次提交