Skip to content

Commit 0d876c6

Browse files
committed
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] pxa: corgi backlight driver should not select ssp drivers [ARM] 5321/1: Kirkwood: fix typo in Makefile [ARM] 5320/1: fix assembly constraints in implementation of do_div() [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.S [ARM] 5316/1: AT91: oops (regression) fix on gpio irq [ARM] msm: vreg interface to msm7k pmic [ARM] msm: dma: various basic dma improvements and bugfixes [ARM] msm: clock: provide clk_*() api support for [ARM] msm: clean up iomap and devices [ARM] msm: add proc_comm support, necessary for clock and power control [ARM] msm: rename ARCH_MSM7X00A to ARCH_MSM [ARM] pxa/spitz: fix unbalance parenthesis in header file spitz.h [ARM] pxa: update {corgi,spitz}_defconfig to favor SPI-based drivers [ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfig Revert "[ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c"
2 parents 900bca3 + 6ffab0e commit 0d876c6

40 files changed

+3594
-1248
lines changed

arch/arm/Kconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -540,16 +540,15 @@ config ARCH_OMAP
540540
help
541541
Support for TI's OMAP platform (OMAP1 and OMAP2).
542542

543-
config ARCH_MSM7X00A
544-
bool "Qualcomm MSM7X00A"
543+
config ARCH_MSM
544+
bool "Qualcomm MSM"
545545
select GENERIC_TIME
546546
select GENERIC_CLOCKEVENTS
547547
help
548-
Support for Qualcomm MSM7X00A based systems. This runs on the ARM11
549-
apps processor of the MSM7X00A and depends on a shared memory
548+
Support for Qualcomm MSM7K based systems. This runs on the ARM11
549+
apps processor of the MSM7K and depends on a shared memory
550550
interface to the ARM9 modem processor which runs the baseband stack
551551
and controls some vital subsystems (clock and power control, etc).
552-
<http://www.cdmatech.com/products/msm7200_chipset_solution.jsp>
553552

554553
endchoice
555554

arch/arm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ endif
141141
machine-$(CONFIG_ARCH_MX3) := mx3
142142
machine-$(CONFIG_ARCH_ORION5X) := orion5x
143143
plat-$(CONFIG_PLAT_ORION) := orion
144-
machine-$(CONFIG_ARCH_MSM7X00A) := msm
144+
machine-$(CONFIG_ARCH_MSM) := msm
145145
machine-$(CONFIG_ARCH_LOKI) := loki
146146
machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0
147147

0 commit comments

Comments
 (0)