Skip to content

Commit 30dbb87

Browse files
author
Ahmed Ammar
committed
usb: update mxc usb driver with upstream source, fixes kernel crashes when plugging in devices. also remove GADGET support. [ESS-195]
1 parent 864eeed commit 30dbb87

File tree

4 files changed

+118
-167
lines changed

4 files changed

+118
-167
lines changed

arch/arm/configs/mx53_efikasb_defconfig

Lines changed: 2 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
# Linux/arm 2.6.38.3 Kernel Configuration
4-
# Sun Mar 9 19:56:28 2014
4+
# Mon Jul 14 18:42:37 2014
55
#
66
CONFIG_ARM=y
77
CONFIG_HAVE_PWM=y
@@ -507,8 +507,6 @@ CONFIG_XFRM=y
507507
CONFIG_INET=y
508508
CONFIG_IP_MULTICAST=y
509509
# CONFIG_IP_ADVANCED_ROUTER is not set
510-
# CONFIG_ASK_IP_FIB_HASH is not set
511-
# CONFIG_IP_FIB_TRIE is not set
512510
CONFIG_IP_FIB_HASH=y
513511
CONFIG_IP_PNP=y
514512
CONFIG_IP_PNP_DHCP=y
@@ -532,8 +530,6 @@ CONFIG_INET_DIAG=y
532530
CONFIG_INET_TCP_DIAG=y
533531
# CONFIG_TCP_CONG_ADVANCED is not set
534532
CONFIG_TCP_CONG_CUBIC=y
535-
# CONFIG_DEFAULT_CUBIC is not set
536-
# CONFIG_DEFAULT_RENO is not set
537533
CONFIG_DEFAULT_TCP_CONG="cubic"
538534
# CONFIG_TCP_MD5SIG is not set
539535
# CONFIG_IPV6 is not set
@@ -627,7 +623,6 @@ CONFIG_MAC80211_HAS_RC=y
627623
# CONFIG_MAC80211_RC_PID is not set
628624
CONFIG_MAC80211_RC_MINSTREL=y
629625
CONFIG_MAC80211_RC_MINSTREL_HT=y
630-
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
631626
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
632627
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
633628
# CONFIG_MAC80211_MESH is not set
@@ -944,9 +939,6 @@ CONFIG_WLAN=y
944939
# CONFIG_ATH_COMMON is not set
945940
# CONFIG_B43 is not set
946941
# CONFIG_B43LEGACY is not set
947-
# CONFIG_B43LEGACY_DMA_AND_PIO_MODE is not set
948-
# CONFIG_B43LEGACY_DMA_MODE is not set
949-
# CONFIG_B43LEGACY_PIO_MODE is not set
950942
# CONFIG_HOSTAP is not set
951943
# CONFIG_IWM is not set
952944
# CONFIG_LIBERTAS is not set
@@ -1615,8 +1607,6 @@ CONFIG_FB_MODE_HELPERS=y
16151607
#
16161608
# CONFIG_FB_UVESA is not set
16171609
# CONFIG_FB_S1D13XXX is not set
1618-
# CONFIG_FB_CARMINE_DRAM_EVAL is not set
1619-
# CONFIG_CARMINE_DRAM_CUSTOM is not set
16201610
# CONFIG_FB_UDL is not set
16211611
# CONFIG_FB_VIRTUAL is not set
16221612
# CONFIG_FB_METRONOME is not set
@@ -1812,8 +1802,6 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y
18121802
# CONFIG_USB_R8A66597_HCD is not set
18131803
# CONFIG_USB_HWA_HCD is not set
18141804
# CONFIG_USB_MUSB_HDRC is not set
1815-
# CONFIG_USB_MUSB_HOST is not set
1816-
# CONFIG_USB_MUSB_PERIPHERAL is not set
18171805

18181806
#
18191807
# USB Device Class drivers
@@ -1933,46 +1921,7 @@ CONFIG_USB_SERIAL=y
19331921
# CONFIG_USB_TEST is not set
19341922
# CONFIG_USB_ISIGHTFW is not set
19351923
# CONFIG_USB_YUREX is not set
1936-
CONFIG_USB_GADGET=y
1937-
# CONFIG_USB_GADGET_DEBUG is not set
1938-
# CONFIG_USB_GADGET_DEBUG_FILES is not set
1939-
# CONFIG_USB_GADGET_DEBUG_FS is not set
1940-
CONFIG_USB_GADGET_VBUS_DRAW=2
1941-
CONFIG_USB_GADGET_SELECTED=y
1942-
# CONFIG_USB_GADGET_FSL_USB2 is not set
1943-
# CONFIG_USB_GADGET_FUSB300 is not set
1944-
# CONFIG_USB_GADGET_R8A66597 is not set
1945-
# CONFIG_USB_GADGET_PXA_U2O is not set
1946-
# CONFIG_USB_GADGET_M66592 is not set
1947-
# CONFIG_USB_GADGET_AMD5536UDC is not set
1948-
# CONFIG_USB_GADGET_CI13XXX_PCI is not set
1949-
# CONFIG_USB_GADGET_NET2280 is not set
1950-
# CONFIG_USB_GADGET_GOKU is not set
1951-
CONFIG_USB_GADGET_ARC=y
1952-
CONFIG_USB_ARC=y
1953-
# CONFIG_USB_GADGET_LANGWELL is not set
1954-
# CONFIG_USB_GADGET_EG20T is not set
1955-
# CONFIG_USB_GADGET_DUMMY_HCD is not set
1956-
CONFIG_USB_GADGET_DUALSPEED=y
1957-
# CONFIG_USB_ZERO is not set
1958-
# CONFIG_USB_AUDIO is not set
1959-
# CONFIG_USB_ETH is not set
1960-
# CONFIG_USB_G_NCM is not set
1961-
# CONFIG_USB_GADGETFS is not set
1962-
# CONFIG_USB_FUNCTIONFS is not set
1963-
# CONFIG_USB_FILE_STORAGE is not set
1964-
# CONFIG_USB_MASS_STORAGE is not set
1965-
# CONFIG_USB_G_SERIAL is not set
1966-
# CONFIG_USB_MIDI_GADGET is not set
1967-
# CONFIG_USB_G_PRINTER is not set
1968-
# CONFIG_USB_CDC_COMPOSITE is not set
1969-
# CONFIG_USB_G_NOKIA is not set
1970-
# CONFIG_USB_G_MULTI is not set
1971-
# CONFIG_USB_G_HID is not set
1972-
# CONFIG_USB_G_DBGP is not set
1973-
# CONFIG_USB_G_DBGP_PRINTK is not set
1974-
# CONFIG_USB_G_DBGP_SERIAL is not set
1975-
# CONFIG_USB_G_WEBCAM is not set
1924+
# CONFIG_USB_GADGET is not set
19761925

19771926
#
19781927
# OTG and related infrastructure
@@ -1981,7 +1930,6 @@ CONFIG_USB_OTG_UTILS=y
19811930
# CONFIG_USB_GPIO_VBUS is not set
19821931
# CONFIG_USB_ULPI is not set
19831932
# CONFIG_NOP_USB_XCEIV is not set
1984-
# CONFIG_MXC_OTG is not set
19851933
CONFIG_MMC=y
19861934
# CONFIG_MMC_DEBUG is not set
19871935
# CONFIG_MMC_UNSAFE_RESUME is not set
@@ -2302,10 +2250,6 @@ CONFIG_JFFS2_ZLIB=y
23022250
# CONFIG_JFFS2_LZO is not set
23032251
CONFIG_JFFS2_RTIME=y
23042252
# CONFIG_JFFS2_RUBIN is not set
2305-
# CONFIG_JFFS2_CMODE_NONE is not set
2306-
# CONFIG_JFFS2_CMODE_PRIORITY is not set
2307-
# CONFIG_JFFS2_CMODE_SIZE is not set
2308-
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
23092253
CONFIG_UBIFS_FS=y
23102254
# CONFIG_UBIFS_FS_XATTR is not set
23112255
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
@@ -2321,9 +2265,6 @@ CONFIG_CRAMFS=y
23212265
# CONFIG_HPFS_FS is not set
23222266
# CONFIG_QNX4FS_FS is not set
23232267
# CONFIG_ROMFS_FS is not set
2324-
# CONFIG_ROMFS_BACKED_BY_BLOCK is not set
2325-
# CONFIG_ROMFS_BACKED_BY_MTD is not set
2326-
# CONFIG_ROMFS_BACKED_BY_BOTH is not set
23272268
# CONFIG_SYSV_FS is not set
23282269
# CONFIG_UFS_FS is not set
23292270
CONFIG_NETWORK_FILESYSTEMS=y
@@ -2476,9 +2417,6 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
24762417
CONFIG_HAVE_C_RECORDMCOUNT=y
24772418
CONFIG_TRACING_SUPPORT=y
24782419
# CONFIG_FTRACE is not set
2479-
# CONFIG_BRANCH_PROFILE_NONE is not set
2480-
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
2481-
# CONFIG_PROFILE_ALL_BRANCHES is not set
24822420
# CONFIG_DYNAMIC_DEBUG is not set
24832421
# CONFIG_DMA_API_DEBUG is not set
24842422
# CONFIG_ATOMIC64_SELFTEST is not set
@@ -2501,10 +2439,6 @@ CONFIG_KEYS=y
25012439
# CONFIG_SECURITY_DMESG_RESTRICT is not set
25022440
# CONFIG_SECURITY is not set
25032441
# CONFIG_SECURITYFS is not set
2504-
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
2505-
# CONFIG_DEFAULT_SECURITY_SMACK is not set
2506-
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
2507-
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
25082442
CONFIG_DEFAULT_SECURITY_DAC=y
25092443
CONFIG_DEFAULT_SECURITY=""
25102444
CONFIG_CRYPTO=y

0 commit comments

Comments
 (0)