Skip to content

Commit 119c4b1

Browse files
author
Russell King
committed
Merge branch 'devel-stable' into devel
2 parents 3d34a0d + d472d1a commit 119c4b1

File tree

151 files changed

+5881
-3863
lines changed

Some content is hidden

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

151 files changed

+5881
-3863
lines changed

arch/arm/Kconfig

Lines changed: 8 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

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/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)