Skip to content

Commit ec96e2f

Browse files
committed
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (103 commits) ARM: 6141/1: Add audio support part in arch/arm/mach-w90x900 ARM: 5939/1: ARM: Add option CMDLINE_FORCE to force usage of the in-kernel cmdline ARM: 6140/1: silence a bogus sparse warning in unwind.c ARM: mach-at91: duplicated include ARM: arch/arm/nwfpe/fpsr.h: Checkpatch cleanup ARM: arch/arm/mach-shark/pci.c: Checkpatch cleanup ARM: arch/arm/nwfpe/ChangeLog: Checkpatch cleanup ARM: arch/arm/mach-sa1100/leds.c: Checkpatch cleanup ARM: arch/arm/mach-h720x/common.h: Checkpatch cleanup ARM: arch/arm/mach-footbridge/ebsa285-pci.c: Checkpatch cleanup ARM: arch/arm/mach-clps711x/Makefile.boot: Checkpatch cleanup ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup ARM: SPEAR6xx: remove duplicated #include ARM: s3c6400_defconfig: Add NAND driver ARM: s3c6400_defconfig: enable sound as modules ARM: s3c6400_defconfig: enable power management ARM: s5pv210_defconfig: Update s5pv210_defconfig to v2.6.34 ARM: s5pc110_defconfig: Update s5pc110_defconfig to v2.6.34 ARM: s5p6442_defconfig: Update s5p6442_defconfig to v2.6.34 ARM: s5p6440_defconfig: Update s5p6440_defconfig to v2.6.34 ...
2 parents 8e9815a + f949c0e commit ec96e2f

File tree

172 files changed

+5931
-3834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+5931
-3834
lines changed

arch/arm/Kconfig

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ config ARCH_S5P6440
671671
select CPU_V6
672672
select GENERIC_GPIO
673673
select HAVE_CLK
674+
select ARCH_USES_GETTIMEOFFSET
674675
help
675676
Samsung S5P6440 CPU based systems
676677

@@ -679,24 +680,27 @@ config ARCH_S5P6442
679680
select CPU_V6
680681
select GENERIC_GPIO
681682
select HAVE_CLK
683+
select ARCH_USES_GETTIMEOFFSET
682684
help
683685
Samsung S5P6442 CPU based systems
684686

685-
config ARCH_S5PC1XX
686-
bool "Samsung S5PC1XX"
687+
config ARCH_S5PC100
688+
bool "Samsung S5PC100"
687689
select GENERIC_GPIO
688690
select HAVE_CLK
689691
select CPU_V7
690692
select ARM_L1_CACHE_SHIFT_6
693+
select ARCH_USES_GETTIMEOFFSET
691694
help
692-
Samsung S5PC1XX series based systems
695+
Samsung S5PC100 series based systems
693696

694697
config ARCH_S5PV210
695698
bool "Samsung S5PV210/S5PC110"
696699
select CPU_V7
697700
select GENERIC_GPIO
698701
select HAVE_CLK
699702
select ARM_L1_CACHE_SHIFT_6
703+
select ARCH_USES_GETTIMEOFFSET
700704
help
701705
Samsung S5PV210/S5PC110 series based systems
702706

@@ -876,7 +880,7 @@ source "arch/arm/mach-sa1100/Kconfig"
876880
source "arch/arm/plat-samsung/Kconfig"
877881
source "arch/arm/plat-s3c24xx/Kconfig"
878882
source "arch/arm/plat-s5p/Kconfig"
879-
source "arch/arm/plat-s5pc1xx/Kconfig"
883+
880884
source "arch/arm/plat-spear/Kconfig"
881885

882886
if ARCH_S3C2410
@@ -896,9 +900,7 @@ source "arch/arm/mach-s5p6440/Kconfig"
896900

897901
source "arch/arm/mach-s5p6442/Kconfig"
898902

899-
if ARCH_S5PC1XX
900903
source "arch/arm/mach-s5pc100/Kconfig"
901-
endif
902904

903905
source "arch/arm/mach-s5pv210/Kconfig"
904906

@@ -1419,6 +1421,17 @@ config CMDLINE
14191421
time by entering them here. As a minimum, you should specify the
14201422
memory size and the root device (e.g., mem=64M root=/dev/nfs).
14211423

1424+
config CMDLINE_FORCE
1425+
bool "Always use the default kernel command string"
1426+
depends on CMDLINE != ""
1427+
help
1428+
Always use the default kernel command string, even if the boot
1429+
loader passes other arguments to the kernel.
1430+
This is useful if you cannot or don't want to change the
1431+
command-line options your boot loader passes to the kernel.
1432+
1433+
If unsure, say N.
1434+
14221435
config XIP_KERNEL
14231436
bool "Kernel Execute-In-Place from ROM"
14241437
depends on !ZBOOT_ROM

arch/arm/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0
168168
machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx
169169
machine-$(CONFIG_ARCH_S5P6440) := s5p6440
170170
machine-$(CONFIG_ARCH_S5P6442) := s5p6442
171-
machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100
171+
machine-$(CONFIG_ARCH_S5PC100) := s5pc100
172172
machine-$(CONFIG_ARCH_S5PV210) := s5pv210
173173
machine-$(CONFIG_ARCH_SA1100) := sa1100
174174
machine-$(CONFIG_ARCH_SHARK) := shark
@@ -198,7 +198,6 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik
198198
plat-$(CONFIG_PLAT_ORION) := orion
199199
plat-$(CONFIG_PLAT_PXA) := pxa
200200
plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung
201-
plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung
202201
plat-$(CONFIG_PLAT_S5P) := s5p samsung
203202
plat-$(CONFIG_PLAT_SPEAR) := spear
204203
plat-$(CONFIG_PLAT_VERSATILE) := versatile

arch/arm/boot/bootp/bootp.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SECTIONS
1919
initrd_size = initrd_end - initrd_start;
2020
_etext = .;
2121
}
22-
22+
2323
.stab 0 : { *(.stab) }
2424
.stabstr 0 : { *(.stabstr) }
2525
.stab.excl 0 : { *(.stab.excl) }

arch/arm/configs/mx51_defconfig

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,22 @@ CONFIG_SSB_POSSIBLE=y
809809
CONFIG_DUMMY_CONSOLE=y
810810
# CONFIG_SOUND is not set
811811
# CONFIG_HID_SUPPORT is not set
812-
# CONFIG_USB_SUPPORT is not set
812+
CONFIG_USB_SUPPORT=y
813+
CONFIG_USB_ARCH_HAS_HCD=y
814+
# CONFIG_USB_ARCH_HAS_OHCI is not set
815+
CONFIG_USB_ARCH_HAS_EHCI=y
816+
CONFIG_USB=y
817+
818+
#
819+
# USB Host Controller Drivers
820+
#
821+
# CONFIG_USB_C67X00_HCD is not set
822+
CONFIG_USB_EHCI_HCD=y
823+
CONFIG_USB_EHCI_ROOT_HUB_TT=y
824+
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
825+
CONFIG_USB_EHCI_MXC=y
826+
827+
813828
CONFIG_MMC=y
814829
# CONFIG_MMC_DEBUG is not set
815830
# CONFIG_MMC_UNSAFE_RESUME is not set

0 commit comments

Comments
 (0)