- 22 Oct, 2008 4 commits
-
-
Brian Swetland authored
Makes use of the proc_comm interface to provide clock control on MSM7X01A family SoCs. Signed-off-by:
Brian Swetland <swetland@google.com>
-
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:
Brian Swetland <swetland@google.com>
-
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:
Brian Swetland <swetland@google.com>
-
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:
Brian Swetland <swetland@google.com>
-
- 06 Sep, 2008 1 commit
-
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Aug, 2008 2 commits
-
-
Russell King authored
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h. Then, since asm/hardware.h only exists to include asm/arch/hardware.h, update everything to directly include asm/arch/hardware.h and remove asm/hardware.h. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 26 Jan, 2008 4 commits
-
-
Arve Hjønnevåg authored
Signed-off-by:
Brian Swetland <swetland@google.com>
-
Brian Swetland authored
Add support for the Qualcomm MSM7200A eval board. Common devices are defined in common.c, to avoid excessive cut'n'pasting them into other board files. Signed-off-by:
Brian Swetland <swetland@google.com>
-
Arve Hjønnevåg authored
- Vectored Interrupt Controller support - Timer support using the GPT and DGT timers Signed-off-by:
Brian Swetland <swetland@google.com>
-
Brian Swetland authored
- core header files for arch-msm - Kconfig and Makefiles to enable ARCH_MSM7X00A builds - MSM7X00A specific arch_idle - peripheral iomap and irq number definitions Signed-off-by:
Brian Swetland <swetland@google.com>
-