diff options
69 files changed, 401 insertions, 216 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 3cd2ad95817..394d7d378dc 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
| @@ -1063,6 +1063,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
| 1063 | 1063 | ||
| 1064 | STAC9227/9228/9229/927x | 1064 | STAC9227/9228/9229/927x |
| 1065 | ref Reference board | 1065 | ref Reference board |
| 1066 | ref-no-jd Reference board without HP/Mic jack detection | ||
| 1066 | 3stack D965 3stack | 1067 | 3stack D965 3stack |
| 1067 | 5stack D965 5stack + SPDIF | 1068 | 5stack D965 5stack + SPDIF |
| 1068 | dell-3stack Dell Dimension E520 | 1069 | dell-3stack Dell Dimension E520 |
| @@ -1076,6 +1077,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
| 1076 | 1077 | ||
| 1077 | STAC92HD73* | 1078 | STAC92HD73* |
| 1078 | ref Reference board | 1079 | ref Reference board |
| 1080 | no-jd BIOS setup but without jack-detection | ||
| 1079 | dell-m6-amic Dell desktops/laptops with analog mics | 1081 | dell-m6-amic Dell desktops/laptops with analog mics |
| 1080 | dell-m6-dmic Dell desktops/laptops with digital mics | 1082 | dell-m6-dmic Dell desktops/laptops with digital mics |
| 1081 | dell-m6 Dell desktops/laptops with both type of mics | 1083 | dell-m6 Dell desktops/laptops with both type of mics |
diff --git a/Documentation/usb/gadget_serial.txt b/Documentation/usb/gadget_serial.txt index 9b22bd14c34..eac7df94d8e 100644 --- a/Documentation/usb/gadget_serial.txt +++ b/Documentation/usb/gadget_serial.txt | |||
| @@ -114,11 +114,11 @@ modules. | |||
| 114 | Then you must load the gadget serial driver. To load it as an | 114 | Then you must load the gadget serial driver. To load it as an |
| 115 | ACM device (recommended for interoperability), do this: | 115 | ACM device (recommended for interoperability), do this: |
| 116 | 116 | ||
| 117 | modprobe g_serial use_acm=1 | 117 | modprobe g_serial |
| 118 | 118 | ||
| 119 | To load it as a vendor specific bulk in/out device, do this: | 119 | To load it as a vendor specific bulk in/out device, do this: |
| 120 | 120 | ||
| 121 | modprobe g_serial | 121 | modprobe g_serial use_acm=0 |
| 122 | 122 | ||
| 123 | This will also automatically load the underlying gadget peripheral | 123 | This will also automatically load the underlying gadget peripheral |
| 124 | controller driver. This must be done each time you reboot the gadget | 124 | controller driver. This must be done each time you reboot the gadget |
diff --git a/Documentation/usb/proc_usb_info.txt b/Documentation/usb/proc_usb_info.txt index 077e9032d0c..fafcd472326 100644 --- a/Documentation/usb/proc_usb_info.txt +++ b/Documentation/usb/proc_usb_info.txt | |||
| @@ -49,8 +49,10 @@ it and 002/048 sometime later. | |||
| 49 | 49 | ||
| 50 | These files can be read as binary data. The binary data consists | 50 | These files can be read as binary data. The binary data consists |
| 51 | of first the device descriptor, then the descriptors for each | 51 | of first the device descriptor, then the descriptors for each |
| 52 | configuration of the device. That information is also shown in | 52 | configuration of the device. Multi-byte fields in the device and |
| 53 | text form by the /proc/bus/usb/devices file, described later. | 53 | configuration descriptors, but not other descriptors, are converted |
| 54 | to host endianness by the kernel. This information is also shown | ||
| 55 | in text form by the /proc/bus/usb/devices file, described later. | ||
| 54 | 56 | ||
| 55 | These files may also be used to write user-level drivers for the USB | 57 | These files may also be used to write user-level drivers for the USB |
| 56 | devices. You would open the /proc/bus/usb/BBB/DDD file read/write, | 58 | devices. You would open the /proc/bus/usb/BBB/DDD file read/write, |
diff --git a/Documentation/usb/usbmon.txt b/Documentation/usb/usbmon.txt index 2917ce4ffdc..270481906dc 100644 --- a/Documentation/usb/usbmon.txt +++ b/Documentation/usb/usbmon.txt | |||
| @@ -34,11 +34,12 @@ if usbmon is built into the kernel. | |||
| 34 | Verify that bus sockets are present. | 34 | Verify that bus sockets are present. |
| 35 | 35 | ||
| 36 | # ls /sys/kernel/debug/usbmon | 36 | # ls /sys/kernel/debug/usbmon |
| 37 | 0s 0t 0u 1s 1t 1u 2s 2t 2u 3s 3t 3u 4s 4t 4u | 37 | 0s 0u 1s 1t 1u 2s 2t 2u 3s 3t 3u 4s 4t 4u |
| 38 | # | 38 | # |
| 39 | 39 | ||
| 40 | Now you can choose to either use the sockets numbered '0' (to capture packets on | 40 | Now you can choose to either use the socket '0u' (to capture packets on all |
| 41 | all buses), and skip to step #3, or find the bus used by your device with step #2. | 41 | buses), and skip to step #3, or find the bus used by your device with step #2. |
| 42 | This allows to filter away annoying devices that talk continuously. | ||
| 42 | 43 | ||
| 43 | 2. Find which bus connects to the desired device | 44 | 2. Find which bus connects to the desired device |
| 44 | 45 | ||
| @@ -99,8 +100,9 @@ on the event type, but there is a set of words, common for all types. | |||
| 99 | 100 | ||
| 100 | Here is the list of words, from left to right: | 101 | Here is the list of words, from left to right: |
| 101 | 102 | ||
| 102 | - URB Tag. This is used to identify URBs is normally a kernel mode address | 103 | - URB Tag. This is used to identify URBs, and is normally an in-kernel address |
| 103 | of the URB structure in hexadecimal. | 104 | of the URB structure in hexadecimal, but can be a sequence number or any |
| 105 | other unique string, within reason. | ||
| 104 | 106 | ||
| 105 | - Timestamp in microseconds, a decimal number. The timestamp's resolution | 107 | - Timestamp in microseconds, a decimal number. The timestamp's resolution |
| 106 | depends on available clock, and so it can be much worse than a microsecond | 108 | depends on available clock, and so it can be much worse than a microsecond |
diff --git a/MAINTAINERS b/MAINTAINERS index 09ed704f4dd..c42a567e010 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -2191,9 +2191,9 @@ S: Supported | |||
| 2191 | 2191 | ||
| 2192 | INOTIFY | 2192 | INOTIFY |
| 2193 | P: John McCutchan | 2193 | P: John McCutchan |
| 2194 | M: ttb@tentacle.dhs.org | 2194 | M: john@johnmccutchan.com |
| 2195 | P: Robert Love | 2195 | P: Robert Love |
| 2196 | M: rml@novell.com | 2196 | M: rlove@rlove.org |
| 2197 | L: linux-kernel@vger.kernel.org | 2197 | L: linux-kernel@vger.kernel.org |
| 2198 | S: Maintained | 2198 | S: Maintained |
| 2199 | 2199 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 2 | 1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 28 | 3 | SUBLEVEL = 28 |
| 4 | EXTRAVERSION = -rc8 | 4 | EXTRAVERSION = -rc9 |
| 5 | NAME = Erotic Pickled Herring | 5 | NAME = Erotic Pickled Herring |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/avr32/boards/favr-32/flash.c b/arch/avr32/boards/favr-32/flash.c index 5f139b7cb5f..604bbd5e41d 100644 --- a/arch/avr32/boards/favr-32/flash.c +++ b/arch/avr32/boards/favr-32/flash.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/mtd/partitions.h> | 13 | #include <linux/mtd/partitions.h> |
| 14 | #include <linux/mtd/physmap.h> | 14 | #include <linux/mtd/physmap.h> |
| 15 | 15 | ||
| 16 | #include <asm/arch/smc.h> | 16 | #include <mach/smc.h> |
| 17 | 17 | ||
| 18 | static struct smc_timing flash_timing __initdata = { | 18 | static struct smc_timing flash_timing __initdata = { |
| 19 | .ncs_read_setup = 0, | 19 | .ncs_read_setup = 0, |
diff --git a/arch/avr32/boards/favr-32/setup.c b/arch/avr32/boards/favr-32/setup.c index 7538f3d2b9e..1ee4faf0742 100644 --- a/arch/avr32/boards/favr-32/setup.c +++ b/arch/avr32/boards/favr-32/setup.c | |||
| @@ -25,10 +25,10 @@ | |||
| 25 | 25 | ||
| 26 | #include <asm/setup.h> | 26 | #include <asm/setup.h> |
| 27 | 27 | ||
| 28 | #include <asm/arch/at32ap700x.h> | 28 | #include <mach/at32ap700x.h> |
| 29 | #include <asm/arch/init.h> | 29 | #include <mach/init.h> |
| 30 | #include <asm/arch/board.h> | 30 | #include <mach/board.h> |
| 31 | #include <asm/arch/portmux.h> | 31 | #include <mach/portmux.h> |
| 32 | 32 | ||
| 33 | /* Oscillator frequencies. These are board-specific */ | 33 | /* Oscillator frequencies. These are board-specific */ |
| 34 | unsigned long at32_board_osc_rates[3] = { | 34 | unsigned long at32_board_osc_rates[3] = { |
diff --git a/arch/avr32/boot/images/Makefile b/arch/avr32/boot/images/Makefile index 219720a47bf..1848bf0d7f6 100644 --- a/arch/avr32/boot/images/Makefile +++ b/arch/avr32/boot/images/Makefile | |||
| @@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.sh | |||
| 10 | 10 | ||
| 11 | extra-y := vmlinux.bin vmlinux.gz | 11 | extra-y := vmlinux.bin vmlinux.gz |
| 12 | 12 | ||
| 13 | OBJCOPYFLAGS_vmlinux.bin := -O binary | 13 | OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id |
| 14 | $(obj)/vmlinux.bin: vmlinux FORCE | 14 | $(obj)/vmlinux.bin: vmlinux FORCE |
| 15 | $(call if_changed,objcopy) | 15 | $(call if_changed,objcopy) |
| 16 | 16 | ||
diff --git a/arch/avr32/configs/atstk1006_defconfig b/arch/avr32/configs/atstk1006_defconfig index 8b6e54c9946..6c45a3b77aa 100644 --- a/arch/avr32/configs/atstk1006_defconfig +++ b/arch/avr32/configs/atstk1006_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.27-rc1 | 3 | # Linux kernel version: 2.6.28-rc8 |
| 4 | # Tue Aug 5 15:40:26 2008 | 4 | # Thu Dec 18 11:22:23 2008 |
| 5 | # | 5 | # |
| 6 | CONFIG_AVR32=y | 6 | CONFIG_AVR32=y |
| 7 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
| @@ -67,6 +67,7 @@ CONFIG_SIGNALFD=y | |||
| 67 | CONFIG_TIMERFD=y | 67 | CONFIG_TIMERFD=y |
| 68 | CONFIG_EVENTFD=y | 68 | CONFIG_EVENTFD=y |
| 69 | CONFIG_SHMEM=y | 69 | CONFIG_SHMEM=y |
| 70 | CONFIG_AIO=y | ||
| 70 | CONFIG_VM_EVENT_COUNTERS=y | 71 | CONFIG_VM_EVENT_COUNTERS=y |
| 71 | CONFIG_SLUB_DEBUG=y | 72 | CONFIG_SLUB_DEBUG=y |
| 72 | # CONFIG_SLAB is not set | 73 | # CONFIG_SLAB is not set |
| @@ -77,15 +78,8 @@ CONFIG_PROFILING=y | |||
| 77 | CONFIG_OPROFILE=m | 78 | CONFIG_OPROFILE=m |
| 78 | CONFIG_HAVE_OPROFILE=y | 79 | CONFIG_HAVE_OPROFILE=y |
| 79 | CONFIG_KPROBES=y | 80 | CONFIG_KPROBES=y |
| 80 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
| 81 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
| 82 | CONFIG_HAVE_KPROBES=y | 81 | CONFIG_HAVE_KPROBES=y |
| 83 | # CONFIG_HAVE_KRETPROBES is not set | ||
| 84 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
| 85 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
| 86 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 87 | CONFIG_HAVE_CLK=y | 82 | CONFIG_HAVE_CLK=y |
| 88 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 89 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 83 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
| 90 | CONFIG_SLABINFO=y | 84 | CONFIG_SLABINFO=y |
| 91 | CONFIG_RT_MUTEXES=y | 85 | CONFIG_RT_MUTEXES=y |
| @@ -118,6 +112,7 @@ CONFIG_DEFAULT_CFQ=y | |||
| 118 | # CONFIG_DEFAULT_NOOP is not set | 112 | # CONFIG_DEFAULT_NOOP is not set |
| 119 | CONFIG_DEFAULT_IOSCHED="cfq" | 113 | CONFIG_DEFAULT_IOSCHED="cfq" |
| 120 | CONFIG_CLASSIC_RCU=y | 114 | CONFIG_CLASSIC_RCU=y |
| 115 | CONFIG_FREEZER=y | ||
| 121 | 116 | ||
| 122 | # | 117 | # |
| 123 | # System Type and features | 118 | # System Type and features |
| @@ -134,6 +129,8 @@ CONFIG_CPU_AT32AP700X=y | |||
| 134 | CONFIG_CPU_AT32AP7000=y | 129 | CONFIG_CPU_AT32AP7000=y |
| 135 | CONFIG_BOARD_ATSTK1000=y | 130 | CONFIG_BOARD_ATSTK1000=y |
| 136 | # CONFIG_BOARD_ATNGW100 is not set | 131 | # CONFIG_BOARD_ATNGW100 is not set |
| 132 | # CONFIG_BOARD_FAVR_32 is not set | ||
| 133 | # CONFIG_BOARD_MIMC200 is not set | ||
| 137 | # CONFIG_BOARD_ATSTK1002 is not set | 134 | # CONFIG_BOARD_ATSTK1002 is not set |
| 138 | # CONFIG_BOARD_ATSTK1003 is not set | 135 | # CONFIG_BOARD_ATSTK1003 is not set |
| 139 | # CONFIG_BOARD_ATSTK1004 is not set | 136 | # CONFIG_BOARD_ATSTK1004 is not set |
| @@ -171,14 +168,14 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 171 | # CONFIG_SPARSEMEM_MANUAL is not set | 168 | # CONFIG_SPARSEMEM_MANUAL is not set |
| 172 | CONFIG_FLATMEM=y | 169 | CONFIG_FLATMEM=y |
| 173 | CONFIG_FLAT_NODE_MEM_MAP=y | 170 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 174 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 175 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 176 | CONFIG_PAGEFLAGS_EXTENDED=y | 171 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 177 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 172 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 178 | # CONFIG_RESOURCES_64BIT is not set | 173 | # CONFIG_RESOURCES_64BIT is not set |
| 174 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
| 179 | CONFIG_ZONE_DMA_FLAG=0 | 175 | CONFIG_ZONE_DMA_FLAG=0 |
| 180 | CONFIG_NR_QUICK=2 | 176 | CONFIG_NR_QUICK=2 |
| 181 | CONFIG_VIRT_TO_BUS=y | 177 | CONFIG_VIRT_TO_BUS=y |
| 178 | CONFIG_UNEVICTABLE_LRU=y | ||
| 182 | # CONFIG_OWNERSHIP_TRACE is not set | 179 | # CONFIG_OWNERSHIP_TRACE is not set |
| 183 | CONFIG_NMI_DEBUGGING=y | 180 | CONFIG_NMI_DEBUGGING=y |
| 184 | # CONFIG_HZ_100 is not set | 181 | # CONFIG_HZ_100 is not set |
| @@ -186,7 +183,7 @@ CONFIG_HZ_250=y | |||
| 186 | # CONFIG_HZ_300 is not set | 183 | # CONFIG_HZ_300 is not set |
| 187 | # CONFIG_HZ_1000 is not set | 184 | # CONFIG_HZ_1000 is not set |
| 188 | CONFIG_HZ=250 | 185 | CONFIG_HZ=250 |
| 189 | # CONFIG_SCHED_HRTICK is not set | 186 | CONFIG_SCHED_HRTICK=y |
| 190 | CONFIG_CMDLINE="" | 187 | CONFIG_CMDLINE="" |
| 191 | 188 | ||
| 192 | # | 189 | # |
| @@ -228,6 +225,8 @@ CONFIG_CPU_FREQ_AT32AP=y | |||
| 228 | # Executable file formats | 225 | # Executable file formats |
| 229 | # | 226 | # |
| 230 | CONFIG_BINFMT_ELF=y | 227 | CONFIG_BINFMT_ELF=y |
| 228 | CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y | ||
| 229 | # CONFIG_HAVE_AOUT is not set | ||
| 231 | # CONFIG_BINFMT_MISC is not set | 230 | # CONFIG_BINFMT_MISC is not set |
| 232 | CONFIG_NET=y | 231 | CONFIG_NET=y |
| 233 | 232 | ||
| @@ -299,6 +298,7 @@ CONFIG_IPV6_TUNNEL=m | |||
| 299 | # CONFIG_ATM is not set | 298 | # CONFIG_ATM is not set |
| 300 | CONFIG_STP=m | 299 | CONFIG_STP=m |
| 301 | CONFIG_BRIDGE=m | 300 | CONFIG_BRIDGE=m |
| 301 | # CONFIG_NET_DSA is not set | ||
| 302 | # CONFIG_VLAN_8021Q is not set | 302 | # CONFIG_VLAN_8021Q is not set |
| 303 | # CONFIG_DECNET is not set | 303 | # CONFIG_DECNET is not set |
| 304 | CONFIG_LLC=m | 304 | CONFIG_LLC=m |
| @@ -321,14 +321,8 @@ CONFIG_LLC=m | |||
| 321 | # CONFIG_IRDA is not set | 321 | # CONFIG_IRDA is not set |
| 322 | # CONFIG_BT is not set | 322 | # CONFIG_BT is not set |
| 323 | # CONFIG_AF_RXRPC is not set | 323 | # CONFIG_AF_RXRPC is not set |
| 324 | 324 | # CONFIG_PHONET is not set | |
| 325 | # | 325 | # CONFIG_WIRELESS is not set |
| 326 | # Wireless | ||
| 327 | # | ||
| 328 | # CONFIG_CFG80211 is not set | ||
| 329 | # CONFIG_WIRELESS_EXT is not set | ||
| 330 | # CONFIG_MAC80211 is not set | ||
| 331 | # CONFIG_IEEE80211 is not set | ||
| 332 | # CONFIG_RFKILL is not set | 326 | # CONFIG_RFKILL is not set |
| 333 | # CONFIG_NET_9P is not set | 327 | # CONFIG_NET_9P is not set |
| 334 | 328 | ||
| @@ -359,6 +353,7 @@ CONFIG_MTD_CMDLINE_PARTS=y | |||
| 359 | # User Modules And Translation Layers | 353 | # User Modules And Translation Layers |
| 360 | # | 354 | # |
| 361 | CONFIG_MTD_CHAR=y | 355 | CONFIG_MTD_CHAR=y |
| 356 | CONFIG_HAVE_MTD_OTP=y | ||
| 362 | CONFIG_MTD_BLKDEVS=y | 357 | CONFIG_MTD_BLKDEVS=y |
| 363 | CONFIG_MTD_BLOCK=y | 358 | CONFIG_MTD_BLOCK=y |
| 364 | # CONFIG_FTL is not set | 359 | # CONFIG_FTL is not set |
| @@ -407,6 +402,8 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
| 407 | # Self-contained MTD device drivers | 402 | # Self-contained MTD device drivers |
| 408 | # | 403 | # |
| 409 | CONFIG_MTD_DATAFLASH=m | 404 | CONFIG_MTD_DATAFLASH=m |
| 405 | # CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set | ||
| 406 | CONFIG_MTD_DATAFLASH_OTP=y | ||
| 410 | CONFIG_MTD_M25P80=m | 407 | CONFIG_MTD_M25P80=m |
| 411 | CONFIG_M25PXX_USE_FAST_READ=y | 408 | CONFIG_M25PXX_USE_FAST_READ=y |
| 412 | # CONFIG_MTD_SLRAM is not set | 409 | # CONFIG_MTD_SLRAM is not set |
| @@ -464,9 +461,10 @@ CONFIG_ATMEL_TCLIB=y | |||
| 464 | CONFIG_ATMEL_TCB_CLKSRC=y | 461 | CONFIG_ATMEL_TCB_CLKSRC=y |
| 465 | CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0 | 462 | CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0 |
| 466 | # CONFIG_EEPROM_93CX6 is not set | 463 | # CONFIG_EEPROM_93CX6 is not set |
| 464 | # CONFIG_ICS932S401 is not set | ||
| 467 | CONFIG_ATMEL_SSC=m | 465 | CONFIG_ATMEL_SSC=m |
| 468 | # CONFIG_ENCLOSURE_SERVICES is not set | 466 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HAVE_IDE is not set | 467 | # CONFIG_C2PORT is not set |
| 470 | 468 | ||
| 471 | # | 469 | # |
| 472 | # SCSI device support | 470 | # SCSI device support |
| @@ -548,6 +546,9 @@ CONFIG_MACB=y | |||
| 548 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 546 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 549 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 547 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 550 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 548 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 549 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
| 550 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
| 551 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
| 551 | # CONFIG_B44 is not set | 552 | # CONFIG_B44 is not set |
| 552 | # CONFIG_NETDEV_1000 is not set | 553 | # CONFIG_NETDEV_1000 is not set |
| 553 | # CONFIG_NETDEV_10000 is not set | 554 | # CONFIG_NETDEV_10000 is not set |
| @@ -653,6 +654,7 @@ CONFIG_UNIX98_PTYS=y | |||
| 653 | CONFIG_I2C=m | 654 | CONFIG_I2C=m |
| 654 | CONFIG_I2C_BOARDINFO=y | 655 | CONFIG_I2C_BOARDINFO=y |
| 655 | CONFIG_I2C_CHARDEV=m | 656 | CONFIG_I2C_CHARDEV=m |
| 657 | CONFIG_I2C_HELPER_AUTO=y | ||
| 656 | CONFIG_I2C_ALGOBIT=m | 658 | CONFIG_I2C_ALGOBIT=m |
| 657 | 659 | ||
| 658 | # | 660 | # |
| @@ -717,6 +719,10 @@ CONFIG_GPIOLIB=y | |||
| 717 | CONFIG_GPIO_SYSFS=y | 719 | CONFIG_GPIO_SYSFS=y |
| 718 | 720 | ||
| 719 | # | 721 | # |
| 722 | # Memory mapped GPIO expanders: | ||
| 723 | # | ||
| 724 | |||
| 725 | # | ||
| 720 | # I2C GPIO expanders: | 726 | # I2C GPIO expanders: |
| 721 | # | 727 | # |
| 722 | # CONFIG_GPIO_MAX732X is not set | 728 | # CONFIG_GPIO_MAX732X is not set |
| @@ -745,11 +751,11 @@ CONFIG_WATCHDOG=y | |||
| 745 | # | 751 | # |
| 746 | # CONFIG_SOFT_WATCHDOG is not set | 752 | # CONFIG_SOFT_WATCHDOG is not set |
| 747 | CONFIG_AT32AP700X_WDT=y | 753 | CONFIG_AT32AP700X_WDT=y |
| 754 | CONFIG_SSB_POSSIBLE=y | ||
| 748 | 755 | ||
| 749 | # | 756 | # |
| 750 | # Sonics Silicon Backplane | 757 | # Sonics Silicon Backplane |
| 751 | # | 758 | # |
| 752 | CONFIG_SSB_POSSIBLE=y | ||
| 753 | # CONFIG_SSB is not set | 759 | # CONFIG_SSB is not set |
| 754 | 760 | ||
| 755 | # | 761 | # |
| @@ -758,6 +764,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 758 | # CONFIG_MFD_CORE is not set | 764 | # CONFIG_MFD_CORE is not set |
| 759 | # CONFIG_MFD_SM501 is not set | 765 | # CONFIG_MFD_SM501 is not set |
| 760 | # CONFIG_HTC_PASIC3 is not set | 766 | # CONFIG_HTC_PASIC3 is not set |
| 767 | # CONFIG_MFD_TMIO is not set | ||
| 768 | # CONFIG_MFD_WM8400 is not set | ||
| 769 | # CONFIG_MFD_WM8350_I2C is not set | ||
| 770 | # CONFIG_REGULATOR is not set | ||
| 761 | 771 | ||
| 762 | # | 772 | # |
| 763 | # Multimedia devices | 773 | # Multimedia devices |
| @@ -783,6 +793,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 783 | CONFIG_FB=y | 793 | CONFIG_FB=y |
| 784 | # CONFIG_FIRMWARE_EDID is not set | 794 | # CONFIG_FIRMWARE_EDID is not set |
| 785 | # CONFIG_FB_DDC is not set | 795 | # CONFIG_FB_DDC is not set |
| 796 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
| 786 | CONFIG_FB_CFB_FILLRECT=y | 797 | CONFIG_FB_CFB_FILLRECT=y |
| 787 | CONFIG_FB_CFB_COPYAREA=y | 798 | CONFIG_FB_CFB_COPYAREA=y |
| 788 | CONFIG_FB_CFB_IMAGEBLIT=y | 799 | CONFIG_FB_CFB_IMAGEBLIT=y |
| @@ -804,10 +815,13 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
| 804 | # CONFIG_FB_S1D13XXX is not set | 815 | # CONFIG_FB_S1D13XXX is not set |
| 805 | CONFIG_FB_ATMEL=y | 816 | CONFIG_FB_ATMEL=y |
| 806 | # CONFIG_FB_VIRTUAL is not set | 817 | # CONFIG_FB_VIRTUAL is not set |
| 818 | # CONFIG_FB_METRONOME is not set | ||
| 819 | # CONFIG_FB_MB862XX is not set | ||
| 807 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 820 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
| 808 | CONFIG_LCD_CLASS_DEVICE=y | 821 | CONFIG_LCD_CLASS_DEVICE=y |
| 809 | CONFIG_LCD_LTV350QV=y | 822 | CONFIG_LCD_LTV350QV=y |
| 810 | # CONFIG_LCD_ILI9320 is not set | 823 | # CONFIG_LCD_ILI9320 is not set |
| 824 | # CONFIG_LCD_TDO24M is not set | ||
| 811 | # CONFIG_LCD_VGG2432A4 is not set | 825 | # CONFIG_LCD_VGG2432A4 is not set |
| 812 | # CONFIG_LCD_PLATFORM is not set | 826 | # CONFIG_LCD_PLATFORM is not set |
| 813 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set | 827 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set |
| @@ -818,6 +832,7 @@ CONFIG_LCD_LTV350QV=y | |||
| 818 | # CONFIG_DISPLAY_SUPPORT is not set | 832 | # CONFIG_DISPLAY_SUPPORT is not set |
| 819 | # CONFIG_LOGO is not set | 833 | # CONFIG_LOGO is not set |
| 820 | CONFIG_SOUND=m | 834 | CONFIG_SOUND=m |
| 835 | CONFIG_SOUND_OSS_CORE=y | ||
| 821 | CONFIG_SND=m | 836 | CONFIG_SND=m |
| 822 | CONFIG_SND_TIMER=m | 837 | CONFIG_SND_TIMER=m |
| 823 | CONFIG_SND_PCM=m | 838 | CONFIG_SND_PCM=m |
| @@ -848,28 +863,32 @@ CONFIG_USB_SUPPORT=y | |||
| 848 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 863 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
| 849 | # CONFIG_USB_OTG_WHITELIST is not set | 864 | # CONFIG_USB_OTG_WHITELIST is not set |
| 850 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 865 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 866 | # CONFIG_USB_MUSB_HDRC is not set | ||
| 867 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
| 851 | 868 | ||
| 852 | # | 869 | # |
| 853 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 870 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
| 854 | # | 871 | # |
| 855 | CONFIG_USB_GADGET=y | 872 | CONFIG_USB_GADGET=y |
| 856 | # CONFIG_USB_GADGET_DEBUG is not set | 873 | # CONFIG_USB_GADGET_DEBUG is not set |
| 857 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | 874 | # CONFIG_USB_GADGET_DEBUG_FILES is not set |
| 858 | # CONFIG_USB_GADGET_DEBUG_FS is not set | 875 | # CONFIG_USB_GADGET_DEBUG_FS is not set |
| 876 | CONFIG_USB_GADGET_VBUS_DRAW=2 | ||
| 859 | CONFIG_USB_GADGET_SELECTED=y | 877 | CONFIG_USB_GADGET_SELECTED=y |
| 860 | # CONFIG_USB_GADGET_AMD5536UDC is not set | 878 | # CONFIG_USB_GADGET_AT91 is not set |
| 861 | CONFIG_USB_GADGET_ATMEL_USBA=y | 879 | CONFIG_USB_GADGET_ATMEL_USBA=y |
| 862 | CONFIG_USB_ATMEL_USBA=y | 880 | CONFIG_USB_ATMEL_USBA=y |
| 863 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 881 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
| 864 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 865 | # CONFIG_USB_GADGET_PXA25X is not set | ||
| 866 | # CONFIG_USB_GADGET_M66592 is not set | ||
| 867 | # CONFIG_USB_GADGET_PXA27X is not set | ||
| 868 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 869 | # CONFIG_USB_GADGET_LH7A40X is not set | 882 | # CONFIG_USB_GADGET_LH7A40X is not set |
| 870 | # CONFIG_USB_GADGET_OMAP is not set | 883 | # CONFIG_USB_GADGET_OMAP is not set |
| 884 | # CONFIG_USB_GADGET_PXA25X is not set | ||
| 885 | # CONFIG_USB_GADGET_PXA27X is not set | ||
| 871 | # CONFIG_USB_GADGET_S3C2410 is not set | 886 | # CONFIG_USB_GADGET_S3C2410 is not set |
| 872 | # CONFIG_USB_GADGET_AT91 is not set | 887 | # CONFIG_USB_GADGET_M66592 is not set |
| 888 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
| 889 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
| 890 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 891 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 873 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | 892 | # CONFIG_USB_GADGET_DUMMY_HCD is not set |
| 874 | CONFIG_USB_GADGET_DUALSPEED=y | 893 | CONFIG_USB_GADGET_DUALSPEED=y |
| 875 | CONFIG_USB_ZERO=m | 894 | CONFIG_USB_ZERO=m |
| @@ -887,7 +906,7 @@ CONFIG_MMC=y | |||
| 887 | # CONFIG_MMC_UNSAFE_RESUME is not set | 906 | # CONFIG_MMC_UNSAFE_RESUME is not set |
| 888 | 907 | ||
| 889 | # | 908 | # |
| 890 | # MMC/SD Card Drivers | 909 | # MMC/SD/SDIO Card Drivers |
| 891 | # | 910 | # |
| 892 | CONFIG_MMC_BLOCK=y | 911 | CONFIG_MMC_BLOCK=y |
| 893 | CONFIG_MMC_BLOCK_BOUNCE=y | 912 | CONFIG_MMC_BLOCK_BOUNCE=y |
| @@ -895,10 +914,11 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
| 895 | # CONFIG_MMC_TEST is not set | 914 | # CONFIG_MMC_TEST is not set |
| 896 | 915 | ||
| 897 | # | 916 | # |
| 898 | # MMC/SD Host Controller Drivers | 917 | # MMC/SD/SDIO Host Controller Drivers |
| 899 | # | 918 | # |
| 900 | # CONFIG_MMC_SDHCI is not set | 919 | # CONFIG_MMC_SDHCI is not set |
| 901 | CONFIG_MMC_ATMELMCI=y | 920 | CONFIG_MMC_ATMELMCI=y |
| 921 | # CONFIG_MMC_ATMELMCI_DMA is not set | ||
| 902 | CONFIG_MMC_SPI=m | 922 | CONFIG_MMC_SPI=m |
| 903 | # CONFIG_MEMSTICK is not set | 923 | # CONFIG_MEMSTICK is not set |
| 904 | CONFIG_NEW_LEDS=y | 924 | CONFIG_NEW_LEDS=y |
| @@ -918,6 +938,7 @@ CONFIG_LEDS_GPIO=m | |||
| 918 | CONFIG_LEDS_TRIGGERS=y | 938 | CONFIG_LEDS_TRIGGERS=y |
| 919 | CONFIG_LEDS_TRIGGER_TIMER=m | 939 | CONFIG_LEDS_TRIGGER_TIMER=m |
| 920 | CONFIG_LEDS_TRIGGER_HEARTBEAT=m | 940 | CONFIG_LEDS_TRIGGER_HEARTBEAT=m |
| 941 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
| 921 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=m | 942 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=m |
| 922 | # CONFIG_ACCESSIBILITY is not set | 943 | # CONFIG_ACCESSIBILITY is not set |
| 923 | CONFIG_RTC_LIB=y | 944 | CONFIG_RTC_LIB=y |
| @@ -950,25 +971,31 @@ CONFIG_RTC_INTF_DEV=y | |||
| 950 | # CONFIG_RTC_DRV_M41T80 is not set | 971 | # CONFIG_RTC_DRV_M41T80 is not set |
| 951 | # CONFIG_RTC_DRV_S35390A is not set | 972 | # CONFIG_RTC_DRV_S35390A is not set |
| 952 | # CONFIG_RTC_DRV_FM3130 is not set | 973 | # CONFIG_RTC_DRV_FM3130 is not set |
| 974 | # CONFIG_RTC_DRV_RX8581 is not set | ||
| 953 | 975 | ||
| 954 | # | 976 | # |
| 955 | # SPI RTC drivers | 977 | # SPI RTC drivers |
| 956 | # | 978 | # |
| 957 | # CONFIG_RTC_DRV_M41T94 is not set | 979 | # CONFIG_RTC_DRV_M41T94 is not set |
| 958 | # CONFIG_RTC_DRV_DS1305 is not set | 980 | # CONFIG_RTC_DRV_DS1305 is not set |
| 981 | # CONFIG_RTC_DRV_DS1390 is not set | ||
| 959 | # CONFIG_RTC_DRV_MAX6902 is not set | 982 | # CONFIG_RTC_DRV_MAX6902 is not set |
| 960 | # CONFIG_RTC_DRV_R9701 is not set | 983 | # CONFIG_RTC_DRV_R9701 is not set |
| 961 | # CONFIG_RTC_DRV_RS5C348 is not set | 984 | # CONFIG_RTC_DRV_RS5C348 is not set |
| 985 | # CONFIG_RTC_DRV_DS3234 is not set | ||
| 962 | 986 | ||
| 963 | # | 987 | # |
| 964 | # Platform RTC drivers | 988 | # Platform RTC drivers |
| 965 | # | 989 | # |
| 990 | # CONFIG_RTC_DRV_DS1286 is not set | ||
| 966 | # CONFIG_RTC_DRV_DS1511 is not set | 991 | # CONFIG_RTC_DRV_DS1511 is not set |
| 967 | # CONFIG_RTC_DRV_DS1553 is not set | 992 | # CONFIG_RTC_DRV_DS1553 is not set |
| 968 | # CONFIG_RTC_DRV_DS1742 is not set | 993 | # CONFIG_RTC_DRV_DS1742 is not set |
| 969 | # CONFIG_RTC_DRV_STK17TA8 is not set | 994 | # CONFIG_RTC_DRV_STK17TA8 is not set |
| 970 | # CONFIG_RTC_DRV_M48T86 is not set | 995 | # CONFIG_RTC_DRV_M48T86 is not set |
| 996 | # CONFIG_RTC_DRV_M48T35 is not set | ||
| 971 | # CONFIG_RTC_DRV_M48T59 is not set | 997 | # CONFIG_RTC_DRV_M48T59 is not set |
| 998 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
| 972 | # CONFIG_RTC_DRV_V3020 is not set | 999 | # CONFIG_RTC_DRV_V3020 is not set |
| 973 | 1000 | ||
| 974 | # | 1001 | # |
| @@ -989,6 +1016,8 @@ CONFIG_DMA_ENGINE=y | |||
| 989 | # CONFIG_NET_DMA is not set | 1016 | # CONFIG_NET_DMA is not set |
| 990 | CONFIG_DMATEST=m | 1017 | CONFIG_DMATEST=m |
| 991 | # CONFIG_UIO is not set | 1018 | # CONFIG_UIO is not set |
| 1019 | # CONFIG_STAGING is not set | ||
| 1020 | CONFIG_STAGING_EXCLUDE_BUILD=y | ||
| 992 | 1021 | ||
| 993 | # | 1022 | # |
| 994 | # File systems | 1023 | # File systems |
| @@ -998,12 +1027,17 @@ CONFIG_EXT2_FS=m | |||
| 998 | # CONFIG_EXT2_FS_XIP is not set | 1027 | # CONFIG_EXT2_FS_XIP is not set |
| 999 | CONFIG_EXT3_FS=m | 1028 | CONFIG_EXT3_FS=m |
| 1000 | # CONFIG_EXT3_FS_XATTR is not set | 1029 | # CONFIG_EXT3_FS_XATTR is not set |
| 1001 | # CONFIG_EXT4DEV_FS is not set | 1030 | CONFIG_EXT4_FS=m |
| 1031 | CONFIG_EXT4DEV_COMPAT=y | ||
| 1032 | # CONFIG_EXT4_FS_XATTR is not set | ||
| 1002 | CONFIG_JBD=m | 1033 | CONFIG_JBD=m |
| 1003 | # CONFIG_JBD_DEBUG is not set | 1034 | # CONFIG_JBD_DEBUG is not set |
| 1035 | CONFIG_JBD2=m | ||
| 1036 | # CONFIG_JBD2_DEBUG is not set | ||
| 1004 | # CONFIG_REISERFS_FS is not set | 1037 | # CONFIG_REISERFS_FS is not set |
| 1005 | # CONFIG_JFS_FS is not set | 1038 | # CONFIG_JFS_FS is not set |
| 1006 | # CONFIG_FS_POSIX_ACL is not set | 1039 | # CONFIG_FS_POSIX_ACL is not set |
| 1040 | CONFIG_FILE_LOCKING=y | ||
| 1007 | # CONFIG_XFS_FS is not set | 1041 | # CONFIG_XFS_FS is not set |
| 1008 | # CONFIG_OCFS2_FS is not set | 1042 | # CONFIG_OCFS2_FS is not set |
| 1009 | # CONFIG_DNOTIFY is not set | 1043 | # CONFIG_DNOTIFY is not set |
| @@ -1036,6 +1070,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1036 | CONFIG_PROC_FS=y | 1070 | CONFIG_PROC_FS=y |
| 1037 | CONFIG_PROC_KCORE=y | 1071 | CONFIG_PROC_KCORE=y |
| 1038 | CONFIG_PROC_SYSCTL=y | 1072 | CONFIG_PROC_SYSCTL=y |
| 1073 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 1039 | CONFIG_SYSFS=y | 1074 | CONFIG_SYSFS=y |
| 1040 | CONFIG_TMPFS=y | 1075 | CONFIG_TMPFS=y |
| 1041 | # CONFIG_TMPFS_POSIX_ACL is not set | 1076 | # CONFIG_TMPFS_POSIX_ACL is not set |
| @@ -1054,7 +1089,8 @@ CONFIG_TMPFS=y | |||
| 1054 | # CONFIG_EFS_FS is not set | 1089 | # CONFIG_EFS_FS is not set |
| 1055 | CONFIG_JFFS2_FS=y | 1090 | CONFIG_JFFS2_FS=y |
| 1056 | CONFIG_JFFS2_FS_DEBUG=0 | 1091 | CONFIG_JFFS2_FS_DEBUG=0 |
| 1057 | # CONFIG_JFFS2_FS_WRITEBUFFER is not set | 1092 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
| 1093 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 1058 | # CONFIG_JFFS2_SUMMARY is not set | 1094 | # CONFIG_JFFS2_SUMMARY is not set |
| 1059 | # CONFIG_JFFS2_FS_XATTR is not set | 1095 | # CONFIG_JFFS2_FS_XATTR is not set |
| 1060 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1096 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
| @@ -1088,6 +1124,7 @@ CONFIG_LOCKD=y | |||
| 1088 | CONFIG_LOCKD_V4=y | 1124 | CONFIG_LOCKD_V4=y |
| 1089 | CONFIG_NFS_COMMON=y | 1125 | CONFIG_NFS_COMMON=y |
| 1090 | CONFIG_SUNRPC=y | 1126 | CONFIG_SUNRPC=y |
| 1127 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
| 1091 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1128 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1092 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1129 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1093 | # CONFIG_SMB_FS is not set | 1130 | # CONFIG_SMB_FS is not set |
| @@ -1185,10 +1222,21 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1185 | CONFIG_FRAME_POINTER=y | 1222 | CONFIG_FRAME_POINTER=y |
| 1186 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1223 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1187 | # CONFIG_RCU_TORTURE_TEST is not set | 1224 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1225 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
| 1188 | # CONFIG_KPROBES_SANITY_TEST is not set | 1226 | # CONFIG_KPROBES_SANITY_TEST is not set |
| 1189 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1227 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1228 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
| 1190 | # CONFIG_LKDTM is not set | 1229 | # CONFIG_LKDTM is not set |
| 1191 | # CONFIG_FAULT_INJECTION is not set | 1230 | # CONFIG_FAULT_INJECTION is not set |
| 1231 | |||
| 1232 | # | ||
| 1233 | # Tracers | ||
| 1234 | # | ||
| 1235 | # CONFIG_IRQSOFF_TRACER is not set | ||
| 1236 | # CONFIG_SCHED_TRACER is not set | ||
| 1237 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1238 | # CONFIG_BOOT_TRACER is not set | ||
| 1239 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
| 1192 | # CONFIG_SAMPLES is not set | 1240 | # CONFIG_SAMPLES is not set |
| 1193 | 1241 | ||
| 1194 | # | 1242 | # |
| @@ -1196,17 +1244,26 @@ CONFIG_FRAME_POINTER=y | |||
| 1196 | # | 1244 | # |
| 1197 | # CONFIG_KEYS is not set | 1245 | # CONFIG_KEYS is not set |
| 1198 | # CONFIG_SECURITY is not set | 1246 | # CONFIG_SECURITY is not set |
| 1247 | # CONFIG_SECURITYFS is not set | ||
| 1199 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1248 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 1200 | CONFIG_CRYPTO=y | 1249 | CONFIG_CRYPTO=y |
| 1201 | 1250 | ||
| 1202 | # | 1251 | # |
| 1203 | # Crypto core or helper | 1252 | # Crypto core or helper |
| 1204 | # | 1253 | # |
| 1254 | CONFIG_CRYPTO_FIPS=y | ||
| 1205 | CONFIG_CRYPTO_ALGAPI=y | 1255 | CONFIG_CRYPTO_ALGAPI=y |
| 1256 | CONFIG_CRYPTO_ALGAPI2=y | ||
| 1206 | CONFIG_CRYPTO_AEAD=m | 1257 | CONFIG_CRYPTO_AEAD=m |
| 1258 | CONFIG_CRYPTO_AEAD2=y | ||
| 1207 | CONFIG_CRYPTO_BLKCIPHER=m | 1259 | CONFIG_CRYPTO_BLKCIPHER=m |
| 1260 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
| 1208 | CONFIG_CRYPTO_HASH=m | 1261 | CONFIG_CRYPTO_HASH=m |
| 1262 | CONFIG_CRYPTO_HASH2=y | ||
| 1263 | CONFIG_CRYPTO_RNG=m | ||
| 1264 | CONFIG_CRYPTO_RNG2=y | ||
| 1209 | CONFIG_CRYPTO_MANAGER=m | 1265 | CONFIG_CRYPTO_MANAGER=m |
| 1266 | CONFIG_CRYPTO_MANAGER2=y | ||
| 1210 | # CONFIG_CRYPTO_GF128MUL is not set | 1267 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1211 | # CONFIG_CRYPTO_NULL is not set | 1268 | # CONFIG_CRYPTO_NULL is not set |
| 1212 | # CONFIG_CRYPTO_CRYPTD is not set | 1269 | # CONFIG_CRYPTO_CRYPTD is not set |
| @@ -1257,7 +1314,7 @@ CONFIG_CRYPTO_SHA1=m | |||
| 1257 | # | 1314 | # |
| 1258 | # Ciphers | 1315 | # Ciphers |
| 1259 | # | 1316 | # |
| 1260 | # CONFIG_CRYPTO_AES is not set | 1317 | CONFIG_CRYPTO_AES=m |
| 1261 | # CONFIG_CRYPTO_ANUBIS is not set | 1318 | # CONFIG_CRYPTO_ANUBIS is not set |
| 1262 | # CONFIG_CRYPTO_ARC4 is not set | 1319 | # CONFIG_CRYPTO_ARC4 is not set |
| 1263 | # CONFIG_CRYPTO_BLOWFISH is not set | 1320 | # CONFIG_CRYPTO_BLOWFISH is not set |
| @@ -1278,14 +1335,17 @@ CONFIG_CRYPTO_DES=m | |||
| 1278 | # | 1335 | # |
| 1279 | CONFIG_CRYPTO_DEFLATE=y | 1336 | CONFIG_CRYPTO_DEFLATE=y |
| 1280 | CONFIG_CRYPTO_LZO=y | 1337 | CONFIG_CRYPTO_LZO=y |
| 1338 | |||
| 1339 | # | ||
| 1340 | # Random Number Generation | ||
| 1341 | # | ||
| 1342 | CONFIG_CRYPTO_ANSI_CPRNG=m | ||
| 1281 | # CONFIG_CRYPTO_HW is not set | 1343 | # CONFIG_CRYPTO_HW is not set |
| 1282 | 1344 | ||
| 1283 | # | 1345 | # |
| 1284 | # Library routines | 1346 | # Library routines |
| 1285 | # | 1347 | # |
| 1286 | CONFIG_BITREVERSE=y | 1348 | CONFIG_BITREVERSE=y |
| 1287 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 1288 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
| 1289 | CONFIG_CRC_CCITT=m | 1349 | CONFIG_CRC_CCITT=m |
| 1290 | CONFIG_CRC16=y | 1350 | CONFIG_CRC16=y |
| 1291 | CONFIG_CRC_T10DIF=m | 1351 | CONFIG_CRC_T10DIF=m |
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index 0c6e02f80a3..066252eebf6 100644 --- a/arch/avr32/mach-at32ap/at32ap700x.c +++ b/arch/avr32/mach-at32ap/at32ap700x.c | |||
| @@ -967,28 +967,28 @@ static inline void configure_usart0_pins(void) | |||
| 967 | { | 967 | { |
| 968 | u32 pin_mask = (1 << 8) | (1 << 9); /* RXD & TXD */ | 968 | u32 pin_mask = (1 << 8) | (1 << 9); /* RXD & TXD */ |
| 969 | 969 | ||
| 970 | select_peripheral(PIOA, pin_mask, PERIPH_B, 0); | 970 | select_peripheral(PIOA, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); |
| 971 | } | 971 | } |
| 972 | 972 | ||
| 973 | static inline void configure_usart1_pins(void) | 973 | static inline void configure_usart1_pins(void) |
| 974 | { | 974 | { |
| 975 | u32 pin_mask = (1 << 17) | (1 << 18); /* RXD & TXD */ | 975 | u32 pin_mask = (1 << 17) | (1 << 18); /* RXD & TXD */ |
| 976 | 976 | ||
| 977 | select_peripheral(PIOA, pin_mask, PERIPH_A, 0); | 977 | select_peripheral(PIOA, pin_mask, PERIPH_A, AT32_GPIOF_PULLUP); |
| 978 | } | 978 | } |
| 979 | 979 | ||
| 980 | static inline void configure_usart2_pins(void) | 980 | static inline void configure_usart2_pins(void) |
| 981 | { | 981 | { |
| 982 | u32 pin_mask = (1 << 26) | (1 << 27); /* RXD & TXD */ | 982 | u32 pin_mask = (1 << 26) | (1 << 27); /* RXD & TXD */ |
| 983 | 983 | ||
| 984 | select_peripheral(PIOB, pin_mask, PERIPH_B, 0); | 984 | select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); |
| 985 | } | 985 | } |
| 986 | 986 | ||
| 987 | static inline void configure_usart3_pins(void) | 987 | static inline void configure_usart3_pins(void) |
| 988 | { | 988 | { |
| 989 | u32 pin_mask = (1 << 18) | (1 << 17); /* RXD & TXD */ | 989 | u32 pin_mask = (1 << 18) | (1 << 17); /* RXD & TXD */ |
| 990 | 990 | ||
| 991 | select_peripheral(PIOB, pin_mask, PERIPH_B, 0); | 991 | select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); |
| 992 | } | 992 | } |
| 993 | 993 | ||
| 994 | static struct platform_device *__initdata at32_usarts[4]; | 994 | static struct platform_device *__initdata at32_usarts[4]; |
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index d108715129e..5c33bc14bd9 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S | |||
| @@ -486,13 +486,13 @@ _GLOBAL(_tlbil_va) | |||
| 486 | tlbsx 0,r3 | 486 | tlbsx 0,r3 |
| 487 | mfspr r4,SPRN_MAS1 /* check valid */ | 487 | mfspr r4,SPRN_MAS1 /* check valid */ |
| 488 | andis. r3,r4,MAS1_VALID@h | 488 | andis. r3,r4,MAS1_VALID@h |
| 489 | beqlr | 489 | beq 1f |
| 490 | rlwinm r4,r4,0,1,31 | 490 | rlwinm r4,r4,0,1,31 |
| 491 | mtspr SPRN_MAS1,r4 | 491 | mtspr SPRN_MAS1,r4 |
| 492 | tlbwe | 492 | tlbwe |
| 493 | msync | 493 | msync |
| 494 | isync | 494 | isync |
| 495 | wrtee r10 | 495 | 1: wrtee r10 |
| 496 | blr | 496 | blr |
| 497 | #endif /* CONFIG_FSL_BOOKE */ | 497 | #endif /* CONFIG_FSL_BOOKE */ |
| 498 | 498 | ||
diff --git a/arch/powerpc/lib/rheap.c b/arch/powerpc/lib/rheap.c index 29b2941cada..45907c1dae6 100644 --- a/arch/powerpc/lib/rheap.c +++ b/arch/powerpc/lib/rheap.c | |||
| @@ -556,6 +556,7 @@ unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, co | |||
| 556 | be = blk->start + blk->size; | 556 | be = blk->start + blk->size; |
| 557 | if (s >= bs && e <= be) | 557 | if (s >= bs && e <= be) |
| 558 | break; | 558 | break; |
| 559 | blk = NULL; | ||
| 559 | } | 560 | } |
| 560 | 561 | ||
| 561 | if (blk == NULL) | 562 | if (blk == NULL) |
diff --git a/arch/sparc/include/asm/ptrace_32.h b/arch/sparc/include/asm/ptrace_32.h index d409c4f21a5..4cef450167d 100644 --- a/arch/sparc/include/asm/ptrace_32.h +++ b/arch/sparc/include/asm/ptrace_32.h | |||
| @@ -62,6 +62,8 @@ struct sparc_stackf { | |||
| 62 | 62 | ||
| 63 | #ifdef __KERNEL__ | 63 | #ifdef __KERNEL__ |
| 64 | 64 | ||
| 65 | #include <asm/system.h> | ||
| 66 | |||
| 65 | static inline bool pt_regs_is_syscall(struct pt_regs *regs) | 67 | static inline bool pt_regs_is_syscall(struct pt_regs *regs) |
| 66 | { | 68 | { |
| 67 | return (regs->psr & PSR_SYSCALL); | 69 | return (regs->psr & PSR_SYSCALL); |
| @@ -72,6 +74,14 @@ static inline bool pt_regs_clear_syscall(struct pt_regs *regs) | |||
| 72 | return (regs->psr &= ~PSR_SYSCALL); | 74 | return (regs->psr &= ~PSR_SYSCALL); |
| 73 | } | 75 | } |
| 74 | 76 | ||
| 77 | #define arch_ptrace_stop_needed(exit_code, info) \ | ||
| 78 | ({ flush_user_windows(); \ | ||
| 79 | current_thread_info()->w_saved != 0; \ | ||
| 80 | }) | ||
| 81 | |||
| 82 | #define arch_ptrace_stop(exit_code, info) \ | ||
| 83 | synchronize_user_stack() | ||
| 84 | |||
| 75 | #define user_mode(regs) (!((regs)->psr & PSR_PS)) | 85 | #define user_mode(regs) (!((regs)->psr & PSR_PS)) |
| 76 | #define instruction_pointer(regs) ((regs)->pc) | 86 | #define instruction_pointer(regs) ((regs)->pc) |
| 77 | #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) | 87 | #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) |
diff --git a/arch/sparc/include/asm/ptrace_64.h b/arch/sparc/include/asm/ptrace_64.h index 84e969f06af..cd6fbfc2043 100644 --- a/arch/sparc/include/asm/ptrace_64.h +++ b/arch/sparc/include/asm/ptrace_64.h | |||
| @@ -114,6 +114,7 @@ struct sparc_trapf { | |||
| 114 | #ifdef __KERNEL__ | 114 | #ifdef __KERNEL__ |
| 115 | 115 | ||
| 116 | #include <linux/threads.h> | 116 | #include <linux/threads.h> |
| 117 | #include <asm/system.h> | ||
| 117 | 118 | ||
| 118 | static inline int pt_regs_trap_type(struct pt_regs *regs) | 119 | static inline int pt_regs_trap_type(struct pt_regs *regs) |
| 119 | { | 120 | { |
| @@ -130,6 +131,14 @@ static inline bool pt_regs_clear_syscall(struct pt_regs *regs) | |||
| 130 | return (regs->tstate &= ~TSTATE_SYSCALL); | 131 | return (regs->tstate &= ~TSTATE_SYSCALL); |
| 131 | } | 132 | } |
| 132 | 133 | ||
| 134 | #define arch_ptrace_stop_needed(exit_code, info) \ | ||
| 135 | ({ flush_user_windows(); \ | ||
| 136 | get_thread_wsaved() != 0; \ | ||
| 137 | }) | ||
| 138 | |||
| 139 | #define arch_ptrace_stop(exit_code, info) \ | ||
| 140 | synchronize_user_stack() | ||
| 141 | |||
| 133 | struct global_reg_snapshot { | 142 | struct global_reg_snapshot { |
| 134 | unsigned long tstate; | 143 | unsigned long tstate; |
| 135 | unsigned long tpc; | 144 | unsigned long tpc; |
diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c index c029d3eb9ef..595b78672b3 100644 --- a/crypto/async_tx/async_xor.c +++ b/crypto/async_tx/async_xor.c | |||
| @@ -53,10 +53,17 @@ do_async_xor(struct dma_chan *chan, struct page *dest, struct page **src_list, | |||
| 53 | int xor_src_cnt; | 53 | int xor_src_cnt; |
| 54 | dma_addr_t dma_dest; | 54 | dma_addr_t dma_dest; |
| 55 | 55 | ||
| 56 | dma_dest = dma_map_page(dma->dev, dest, offset, len, DMA_FROM_DEVICE); | 56 | /* map the dest bidrectional in case it is re-used as a source */ |
| 57 | for (i = 0; i < src_cnt; i++) | 57 | dma_dest = dma_map_page(dma->dev, dest, offset, len, DMA_BIDIRECTIONAL); |
| 58 | for (i = 0; i < src_cnt; i++) { | ||
| 59 | /* only map the dest once */ | ||
| 60 | if (unlikely(src_list[i] == dest)) { | ||
| 61 | dma_src[i] = dma_dest; | ||
| 62 | continue; | ||
| 63 | } | ||
| 58 | dma_src[i] = dma_map_page(dma->dev, src_list[i], offset, | 64 | dma_src[i] = dma_map_page(dma->dev, src_list[i], offset, |
| 59 | len, DMA_TO_DEVICE); | 65 | len, DMA_TO_DEVICE); |
| 66 | } | ||
| 60 | 67 | ||
| 61 | while (src_cnt) { | 68 | while (src_cnt) { |
| 62 | async_flags = flags; | 69 | async_flags = flags; |
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 9364dc55425..9f7c543cc04 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
| @@ -1693,6 +1693,11 @@ static int rebuild_lun_table(ctlr_info_t *h, int first_time) | |||
| 1693 | for (i = 0; i <= h->highest_lun; i++) { | 1693 | for (i = 0; i <= h->highest_lun; i++) { |
| 1694 | int j; | 1694 | int j; |
| 1695 | drv_found = 0; | 1695 | drv_found = 0; |
| 1696 | |||
| 1697 | /* skip holes in the array from already deleted drives */ | ||
| 1698 | if (h->drv[i].raid_level == -1) | ||
| 1699 | continue; | ||
| 1700 | |||
| 1696 | for (j = 0; j < num_luns; j++) { | 1701 | for (j = 0; j < num_luns; j++) { |
| 1697 | memcpy(&lunid, &ld_buff->LUN[j][0], 4); | 1702 | memcpy(&lunid, &ld_buff->LUN[j][0], 4); |
| 1698 | lunid = le32_to_cpu(lunid); | 1703 | lunid = le32_to_cpu(lunid); |
diff --git a/drivers/char/xilinx_hwicap/buffer_icap.c b/drivers/char/xilinx_hwicap/buffer_icap.c index aa7f7962a9a..05d897764f0 100644 --- a/drivers/char/xilinx_hwicap/buffer_icap.c +++ b/drivers/char/xilinx_hwicap/buffer_icap.c | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2003-2008 Xilinx Inc. | 24 | * (c) Copyright 2003-2008 Xilinx Inc. |
| 28 | * All rights reserved. | 25 | * All rights reserved. |
| 29 | * | 26 | * |
diff --git a/drivers/char/xilinx_hwicap/buffer_icap.h b/drivers/char/xilinx_hwicap/buffer_icap.h index 8b0252bf06e..d4f419ee87a 100644 --- a/drivers/char/xilinx_hwicap/buffer_icap.h +++ b/drivers/char/xilinx_hwicap/buffer_icap.h | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2003-2008 Xilinx Inc. | 24 | * (c) Copyright 2003-2008 Xilinx Inc. |
| 28 | * All rights reserved. | 25 | * All rights reserved. |
| 29 | * | 26 | * |
diff --git a/drivers/char/xilinx_hwicap/fifo_icap.c b/drivers/char/xilinx_hwicap/fifo_icap.c index 776b5052847..02225eb19cf 100644 --- a/drivers/char/xilinx_hwicap/fifo_icap.c +++ b/drivers/char/xilinx_hwicap/fifo_icap.c | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2007-2008 Xilinx Inc. | 24 | * (c) Copyright 2007-2008 Xilinx Inc. |
| 28 | * All rights reserved. | 25 | * All rights reserved. |
| 29 | * | 26 | * |
diff --git a/drivers/char/xilinx_hwicap/fifo_icap.h b/drivers/char/xilinx_hwicap/fifo_icap.h index 62bda453c90..4c9dd9a3b62 100644 --- a/drivers/char/xilinx_hwicap/fifo_icap.h +++ b/drivers/char/xilinx_hwicap/fifo_icap.h | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2007-2008 Xilinx Inc. | 24 | * (c) Copyright 2007-2008 Xilinx Inc. |
| 28 | * All rights reserved. | 25 | * All rights reserved. |
| 29 | * | 26 | * |
diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.c b/drivers/char/xilinx_hwicap/xilinx_hwicap.c index d1613194909..f40ab699860 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2002 Xilinx Inc., Systems Engineering Group | 24 | * (c) Copyright 2002 Xilinx Inc., Systems Engineering Group |
| 28 | * (c) Copyright 2004 Xilinx Inc., Systems Engineering Group | 25 | * (c) Copyright 2004 Xilinx Inc., Systems Engineering Group |
| 29 | * (c) Copyright 2007-2008 Xilinx Inc. | 26 | * (c) Copyright 2007-2008 Xilinx Inc. |
diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.h b/drivers/char/xilinx_hwicap/xilinx_hwicap.h index 24d0d9b938f..8cca11981c5 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.h +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.h | |||
| @@ -21,9 +21,6 @@ | |||
| 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 21 | * INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | * FOR A PARTICULAR PURPOSE. | 22 | * FOR A PARTICULAR PURPOSE. |
| 23 | * | 23 | * |
| 24 | * Xilinx products are not intended for use in life support appliances, | ||
| 25 | * devices, or systems. Use in such applications is expressly prohibited. | ||
| 26 | * | ||
| 27 | * (c) Copyright 2003-2007 Xilinx Inc. | 24 | * (c) Copyright 2003-2007 Xilinx Inc. |
| 28 | * All rights reserved. | 25 | * All rights reserved. |
| 29 | * | 26 | * |
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c index 5317e08221e..65799651737 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c | |||
| @@ -388,7 +388,10 @@ int dma_async_device_register(struct dma_device *device) | |||
| 388 | 388 | ||
| 389 | init_completion(&device->done); | 389 | init_completion(&device->done); |
| 390 | kref_init(&device->refcount); | 390 | kref_init(&device->refcount); |
| 391 | |||
| 392 | mutex_lock(&dma_list_mutex); | ||
| 391 | device->dev_id = id++; | 393 | device->dev_id = id++; |
| 394 | mutex_unlock(&dma_list_mutex); | ||
| 392 | 395 | ||
| 393 | /* represent channels in sysfs. Probably want devs too */ | 396 | /* represent channels in sysfs. Probably want devs too */ |
| 394 | list_for_each_entry(chan, &device->channels, device_node) { | 397 | list_for_each_entry(chan, &device->channels, device_node) { |
diff --git a/drivers/dma/ioat_dma.c b/drivers/dma/ioat_dma.c index ecd743f7cc6..6607fdd00b1 100644 --- a/drivers/dma/ioat_dma.c +++ b/drivers/dma/ioat_dma.c | |||
| @@ -1341,10 +1341,12 @@ static void ioat_dma_start_null_desc(struct ioat_dma_chan *ioat_chan) | |||
| 1341 | */ | 1341 | */ |
| 1342 | #define IOAT_TEST_SIZE 2000 | 1342 | #define IOAT_TEST_SIZE 2000 |
| 1343 | 1343 | ||
| 1344 | DECLARE_COMPLETION(test_completion); | ||
| 1344 | static void ioat_dma_test_callback(void *dma_async_param) | 1345 | static void ioat_dma_test_callback(void *dma_async_param) |
| 1345 | { | 1346 | { |
| 1346 | printk(KERN_ERR "ioatdma: ioat_dma_test_callback(%p)\n", | 1347 | printk(KERN_ERR "ioatdma: ioat_dma_test_callback(%p)\n", |
| 1347 | dma_async_param); | 1348 | dma_async_param); |
| 1349 | complete(&test_completion); | ||
| 1348 | } | 1350 | } |
| 1349 | 1351 | ||
| 1350 | /** | 1352 | /** |
| @@ -1410,7 +1412,8 @@ static int ioat_dma_self_test(struct ioatdma_device *device) | |||
| 1410 | goto free_resources; | 1412 | goto free_resources; |
| 1411 | } | 1413 | } |
| 1412 | device->common.device_issue_pending(dma_chan); | 1414 | device->common.device_issue_pending(dma_chan); |
| 1413 | msleep(1); | 1415 | |
| 1416 | wait_for_completion_timeout(&test_completion, msecs_to_jiffies(3000)); | ||
| 1414 | 1417 | ||
| 1415 | if (device->common.device_is_tx_complete(dma_chan, cookie, NULL, NULL) | 1418 | if (device->common.device_is_tx_complete(dma_chan, cookie, NULL, NULL) |
| 1416 | != DMA_SUCCESS) { | 1419 | != DMA_SUCCESS) { |
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index c7a9306d951..6be31726220 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
| @@ -85,18 +85,28 @@ iop_adma_run_tx_complete_actions(struct iop_adma_desc_slot *desc, | |||
| 85 | enum dma_ctrl_flags flags = desc->async_tx.flags; | 85 | enum dma_ctrl_flags flags = desc->async_tx.flags; |
| 86 | u32 src_cnt; | 86 | u32 src_cnt; |
| 87 | dma_addr_t addr; | 87 | dma_addr_t addr; |
| 88 | dma_addr_t dest; | ||
| 88 | 89 | ||
| 90 | src_cnt = unmap->unmap_src_cnt; | ||
| 91 | dest = iop_desc_get_dest_addr(unmap, iop_chan); | ||
| 89 | if (!(flags & DMA_COMPL_SKIP_DEST_UNMAP)) { | 92 | if (!(flags & DMA_COMPL_SKIP_DEST_UNMAP)) { |
| 90 | addr = iop_desc_get_dest_addr(unmap, iop_chan); | 93 | enum dma_data_direction dir; |
| 91 | dma_unmap_page(dev, addr, len, DMA_FROM_DEVICE); | 94 | |
| 95 | if (src_cnt > 1) /* is xor? */ | ||
| 96 | dir = DMA_BIDIRECTIONAL; | ||
| 97 | else | ||
| 98 | dir = DMA_FROM_DEVICE; | ||
| 99 | |||
| 100 | dma_unmap_page(dev, dest, len, dir); | ||
| 92 | } | 101 | } |
| 93 | 102 | ||
| 94 | if (!(flags & DMA_COMPL_SKIP_SRC_UNMAP)) { | 103 | if (!(flags & DMA_COMPL_SKIP_SRC_UNMAP)) { |
| 95 | src_cnt = unmap->unmap_src_cnt; | ||
| 96 | while (src_cnt--) { | 104 | while (src_cnt--) { |
| 97 | addr = iop_desc_get_src_addr(unmap, | 105 | addr = iop_desc_get_src_addr(unmap, |
| 98 | iop_chan, | 106 | iop_chan, |
| 99 | src_cnt); | 107 | src_cnt); |
| 108 | if (addr == dest) | ||
| 109 | continue; | ||
| 100 | dma_unmap_page(dev, addr, len, | 110 | dma_unmap_page(dev, addr, len, |
| 101 | DMA_TO_DEVICE); | 111 | DMA_TO_DEVICE); |
| 102 | } | 112 | } |
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 0328da020a1..bcda1742641 100644 --- a/drivers/dma/mv_xor.c +++ b/drivers/dma/mv_xor.c | |||
| @@ -311,17 +311,26 @@ mv_xor_run_tx_complete_actions(struct mv_xor_desc_slot *desc, | |||
| 311 | enum dma_ctrl_flags flags = desc->async_tx.flags; | 311 | enum dma_ctrl_flags flags = desc->async_tx.flags; |
| 312 | u32 src_cnt; | 312 | u32 src_cnt; |
| 313 | dma_addr_t addr; | 313 | dma_addr_t addr; |
| 314 | dma_addr_t dest; | ||
| 314 | 315 | ||
| 316 | src_cnt = unmap->unmap_src_cnt; | ||
| 317 | dest = mv_desc_get_dest_addr(unmap); | ||
| 315 | if (!(flags & DMA_COMPL_SKIP_DEST_UNMAP)) { | 318 | if (!(flags & DMA_COMPL_SKIP_DEST_UNMAP)) { |
| 316 | addr = mv_desc_get_dest_addr(unmap); | 319 | enum dma_data_direction dir; |
| 317 | dma_unmap_page(dev, addr, len, DMA_FROM_DEVICE); | 320 | |
| 321 | if (src_cnt > 1) /* is xor ? */ | ||
| 322 | dir = DMA_BIDIRECTIONAL; | ||
| 323 | else | ||
| 324 | dir = DMA_FROM_DEVICE; | ||
| 325 | dma_unmap_page(dev, dest, len, dir); | ||
| 318 | } | 326 | } |
| 319 | 327 | ||
| 320 | if (!(flags & DMA_COMPL_SKIP_SRC_UNMAP)) { | 328 | if (!(flags & DMA_COMPL_SKIP_SRC_UNMAP)) { |
| 321 | src_cnt = unmap->unmap_src_cnt; | ||
| 322 | while (src_cnt--) { | 329 | while (src_cnt--) { |
| 323 | addr = mv_desc_get_src_addr(unmap, | 330 | addr = mv_desc_get_src_addr(unmap, |
| 324 | src_cnt); | 331 | src_cnt); |
| 332 | if (addr == dest) | ||
| 333 | continue; | ||
| 325 | dma_unmap_page(dev, addr, len, | 334 | dma_unmap_page(dev, addr, len, |
| 326 | DMA_TO_DEVICE); | 335 | DMA_TO_DEVICE); |
| 327 | } | 336 | } |
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index 553dd4bc307..afa8a12cd00 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c | |||
| @@ -717,7 +717,7 @@ static int i915_getparam(struct drm_device *dev, void *data, | |||
| 717 | value = dev->pci_device; | 717 | value = dev->pci_device; |
| 718 | break; | 718 | break; |
| 719 | case I915_PARAM_HAS_GEM: | 719 | case I915_PARAM_HAS_GEM: |
| 720 | value = 1; | 720 | value = dev_priv->has_gem; |
| 721 | break; | 721 | break; |
| 722 | default: | 722 | default: |
| 723 | DRM_ERROR("Unknown parameter %d\n", param->param); | 723 | DRM_ERROR("Unknown parameter %d\n", param->param); |
| @@ -830,6 +830,14 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags) | |||
| 830 | 830 | ||
| 831 | dev_priv->regs = ioremap(base, size); | 831 | dev_priv->regs = ioremap(base, size); |
| 832 | 832 | ||
| 833 | #ifdef CONFIG_HIGHMEM64G | ||
| 834 | /* don't enable GEM on PAE - needs agp + set_memory_* interface fixes */ | ||
| 835 | dev_priv->has_gem = 0; | ||
| 836 | #else | ||
| 837 | /* enable GEM by default */ | ||
| 838 | dev_priv->has_gem = 1; | ||
| 839 | #endif | ||
| 840 | |||
| 833 | i915_gem_load(dev); | 841 | i915_gem_load(dev); |
| 834 | 842 | ||
| 835 | /* Init HWS */ | 843 | /* Init HWS */ |
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index adc972cc6bf..b3cc4731aa7 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
| @@ -106,6 +106,8 @@ struct intel_opregion { | |||
| 106 | typedef struct drm_i915_private { | 106 | typedef struct drm_i915_private { |
| 107 | struct drm_device *dev; | 107 | struct drm_device *dev; |
| 108 | 108 | ||
| 109 | int has_gem; | ||
| 110 | |||
| 109 | void __iomem *regs; | 111 | void __iomem *regs; |
| 110 | drm_local_map_t *sarea; | 112 | drm_local_map_t *sarea; |
| 111 | 113 | ||
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index ad672d85482..24fe8c10b4b 100644 --- a/drivers/gpu/drm/i915/i915_gem.c +++ b/drivers/gpu/drm/i915/i915_gem.c | |||
| @@ -2309,7 +2309,14 @@ i915_gem_busy_ioctl(struct drm_device *dev, void *data, | |||
| 2309 | } | 2309 | } |
| 2310 | 2310 | ||
| 2311 | obj_priv = obj->driver_private; | 2311 | obj_priv = obj->driver_private; |
| 2312 | args->busy = obj_priv->active; | 2312 | /* Don't count being on the flushing list against the object being |
| 2313 | * done. Otherwise, a buffer left on the flushing list but not getting | ||
| 2314 | * flushed (because nobody's flushing that domain) won't ever return | ||
| 2315 | * unbusy and get reused by libdrm's bo cache. The other expected | ||
| 2316 | * consumer of this interface, OpenGL's occlusion queries, also specs | ||
| 2317 | * that the objects get unbusy "eventually" without any interference. | ||
| 2318 | */ | ||
| 2319 | args->busy = obj_priv->active && obj_priv->last_rendering_seqno != 0; | ||
| 2313 | 2320 | ||
| 2314 | drm_gem_object_unreference(obj); | 2321 | drm_gem_object_unreference(obj); |
| 2315 | mutex_unlock(&dev->struct_mutex); | 2322 | mutex_unlock(&dev->struct_mutex); |
diff --git a/drivers/i2c/busses/i2c-cpm.c b/drivers/i2c/busses/i2c-cpm.c index 228f7572306..3fcf78e906d 100644 --- a/drivers/i2c/busses/i2c-cpm.c +++ b/drivers/i2c/busses/i2c-cpm.c | |||
| @@ -365,6 +365,7 @@ static int cpm_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num) | |||
| 365 | pmsg = &msgs[tptr]; | 365 | pmsg = &msgs[tptr]; |
| 366 | if (pmsg->flags & I2C_M_RD) | 366 | if (pmsg->flags & I2C_M_RD) |
| 367 | ret = wait_event_interruptible_timeout(cpm->i2c_wait, | 367 | ret = wait_event_interruptible_timeout(cpm->i2c_wait, |
| 368 | (in_be16(&tbdf[tptr].cbd_sc) & BD_SC_NAK) || | ||
| 368 | !(in_be16(&rbdf[rptr].cbd_sc) & BD_SC_EMPTY), | 369 | !(in_be16(&rbdf[rptr].cbd_sc) & BD_SC_EMPTY), |
| 369 | 1 * HZ); | 370 | 1 * HZ); |
| 370 | else | 371 | else |
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index 1fac4e23313..b7434d24904 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c | |||
| @@ -56,6 +56,7 @@ enum s3c24xx_i2c_state { | |||
| 56 | struct s3c24xx_i2c { | 56 | struct s3c24xx_i2c { |
| 57 | spinlock_t lock; | 57 | spinlock_t lock; |
| 58 | wait_queue_head_t wait; | 58 | wait_queue_head_t wait; |
| 59 | unsigned int suspended:1; | ||
| 59 | 60 | ||
| 60 | struct i2c_msg *msg; | 61 | struct i2c_msg *msg; |
| 61 | unsigned int msg_num; | 62 | unsigned int msg_num; |
| @@ -507,7 +508,7 @@ static int s3c24xx_i2c_doxfer(struct s3c24xx_i2c *i2c, struct i2c_msg *msgs, int | |||
| 507 | unsigned long timeout; | 508 | unsigned long timeout; |
| 508 | int ret; | 509 | int ret; |
| 509 | 510 | ||
| 510 | if (!(readl(i2c->regs + S3C2410_IICCON) & S3C2410_IICCON_IRQEN)) | 511 | if (i2c->suspended) |
| 511 | return -EIO; | 512 | return -EIO; |
| 512 | 513 | ||
| 513 | ret = s3c24xx_i2c_set_master(i2c); | 514 | ret = s3c24xx_i2c_set_master(i2c); |
| @@ -986,17 +987,26 @@ static int s3c24xx_i2c_remove(struct platform_device *pdev) | |||
| 986 | } | 987 | } |
| 987 | 988 | ||
| 988 | #ifdef CONFIG_PM | 989 | #ifdef CONFIG_PM |
| 990 | static int s3c24xx_i2c_suspend_late(struct platform_device *dev, | ||
| 991 | pm_message_t msg) | ||
| 992 | { | ||
| 993 | struct s3c24xx_i2c *i2c = platform_get_drvdata(dev); | ||
| 994 | i2c->suspended = 1; | ||
| 995 | return 0; | ||
| 996 | } | ||
| 997 | |||
| 989 | static int s3c24xx_i2c_resume(struct platform_device *dev) | 998 | static int s3c24xx_i2c_resume(struct platform_device *dev) |
| 990 | { | 999 | { |
| 991 | struct s3c24xx_i2c *i2c = platform_get_drvdata(dev); | 1000 | struct s3c24xx_i2c *i2c = platform_get_drvdata(dev); |
| 992 | 1001 | ||
| 993 | if (i2c != NULL) | 1002 | i2c->suspended = 0; |
| 994 | s3c24xx_i2c_init(i2c); | 1003 | s3c24xx_i2c_init(i2c); |
| 995 | 1004 | ||
| 996 | return 0; | 1005 | return 0; |
| 997 | } | 1006 | } |
| 998 | 1007 | ||
| 999 | #else | 1008 | #else |
| 1009 | #define s3c24xx_i2c_suspend_late NULL | ||
| 1000 | #define s3c24xx_i2c_resume NULL | 1010 | #define s3c24xx_i2c_resume NULL |
| 1001 | #endif | 1011 | #endif |
| 1002 | 1012 | ||
| @@ -1005,6 +1015,7 @@ static int s3c24xx_i2c_resume(struct platform_device *dev) | |||
| 1005 | static struct platform_driver s3c2410_i2c_driver = { | 1015 | static struct platform_driver s3c2410_i2c_driver = { |
| 1006 | .probe = s3c24xx_i2c_probe, | 1016 | .probe = s3c24xx_i2c_probe, |
| 1007 | .remove = s3c24xx_i2c_remove, | 1017 | .remove = s3c24xx_i2c_remove, |
| 1018 | .suspend_late = s3c24xx_i2c_suspend_late, | ||
| 1008 | .resume = s3c24xx_i2c_resume, | 1019 | .resume = s3c24xx_i2c_resume, |
| 1009 | .driver = { | 1020 | .driver = { |
| 1010 | .owner = THIS_MODULE, | 1021 | .owner = THIS_MODULE, |
| @@ -1015,6 +1026,7 @@ static struct platform_driver s3c2410_i2c_driver = { | |||
| 1015 | static struct platform_driver s3c2440_i2c_driver = { | 1026 | static struct platform_driver s3c2440_i2c_driver = { |
| 1016 | .probe = s3c24xx_i2c_probe, | 1027 | .probe = s3c24xx_i2c_probe, |
| 1017 | .remove = s3c24xx_i2c_remove, | 1028 | .remove = s3c24xx_i2c_remove, |
| 1029 | .suspend_late = s3c24xx_i2c_suspend_late, | ||
| 1018 | .resume = s3c24xx_i2c_resume, | 1030 | .resume = s3c24xx_i2c_resume, |
| 1019 | .driver = { | 1031 | .driver = { |
| 1020 | .owner = THIS_MODULE, | 1032 | .owner = THIS_MODULE, |
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index ac89a5deaca..ab7c8e4a61f 100644 --- a/drivers/md/bitmap.c +++ b/drivers/md/bitmap.c | |||
| @@ -208,16 +208,19 @@ static void bitmap_checkfree(struct bitmap *bitmap, unsigned long page) | |||
| 208 | */ | 208 | */ |
| 209 | 209 | ||
| 210 | /* IO operations when bitmap is stored near all superblocks */ | 210 | /* IO operations when bitmap is stored near all superblocks */ |
| 211 | static struct page *read_sb_page(mddev_t *mddev, long offset, unsigned long index) | 211 | static struct page *read_sb_page(mddev_t *mddev, long offset, |
| 212 | struct page *page, | ||
| 213 | unsigned long index, int size) | ||
| 212 | { | 214 | { |
| 213 | /* choose a good rdev and read the page from there */ | 215 | /* choose a good rdev and read the page from there */ |
| 214 | 216 | ||
| 215 | mdk_rdev_t *rdev; | 217 | mdk_rdev_t *rdev; |
| 216 | struct list_head *tmp; | 218 | struct list_head *tmp; |
| 217 | struct page *page = alloc_page(GFP_KERNEL); | ||
| 218 | sector_t target; | 219 | sector_t target; |
| 219 | 220 | ||
| 220 | if (!page) | 221 | if (!page) |
| 222 | page = alloc_page(GFP_KERNEL); | ||
| 223 | if (!page) | ||
| 221 | return ERR_PTR(-ENOMEM); | 224 | return ERR_PTR(-ENOMEM); |
| 222 | 225 | ||
| 223 | rdev_for_each(rdev, tmp, mddev) { | 226 | rdev_for_each(rdev, tmp, mddev) { |
| @@ -227,7 +230,9 @@ static struct page *read_sb_page(mddev_t *mddev, long offset, unsigned long inde | |||
| 227 | 230 | ||
| 228 | target = rdev->sb_start + offset + index * (PAGE_SIZE/512); | 231 | target = rdev->sb_start + offset + index * (PAGE_SIZE/512); |
| 229 | 232 | ||
| 230 | if (sync_page_io(rdev->bdev, target, PAGE_SIZE, page, READ)) { | 233 | if (sync_page_io(rdev->bdev, target, |
| 234 | roundup(size, bdev_hardsect_size(rdev->bdev)), | ||
| 235 | page, READ)) { | ||
| 231 | page->index = index; | 236 | page->index = index; |
| 232 | attach_page_buffers(page, NULL); /* so that free_buffer will | 237 | attach_page_buffers(page, NULL); /* so that free_buffer will |
| 233 | * quietly no-op */ | 238 | * quietly no-op */ |
| @@ -544,7 +549,9 @@ static int bitmap_read_sb(struct bitmap *bitmap) | |||
| 544 | 549 | ||
| 545 | bitmap->sb_page = read_page(bitmap->file, 0, bitmap, bytes); | 550 | bitmap->sb_page = read_page(bitmap->file, 0, bitmap, bytes); |
| 546 | } else { | 551 | } else { |
| 547 | bitmap->sb_page = read_sb_page(bitmap->mddev, bitmap->offset, 0); | 552 | bitmap->sb_page = read_sb_page(bitmap->mddev, bitmap->offset, |
| 553 | NULL, | ||
| 554 | 0, sizeof(bitmap_super_t)); | ||
| 548 | } | 555 | } |
| 549 | if (IS_ERR(bitmap->sb_page)) { | 556 | if (IS_ERR(bitmap->sb_page)) { |
| 550 | err = PTR_ERR(bitmap->sb_page); | 557 | err = PTR_ERR(bitmap->sb_page); |
| @@ -957,11 +964,16 @@ static int bitmap_init_from_disk(struct bitmap *bitmap, sector_t start) | |||
| 957 | */ | 964 | */ |
| 958 | page = bitmap->sb_page; | 965 | page = bitmap->sb_page; |
| 959 | offset = sizeof(bitmap_super_t); | 966 | offset = sizeof(bitmap_super_t); |
| 967 | read_sb_page(bitmap->mddev, bitmap->offset, | ||
| 968 | page, | ||
| 969 | index, count); | ||
| 960 | } else if (file) { | 970 | } else if (file) { |
| 961 | page = read_page(file, index, bitmap, count); | 971 | page = read_page(file, index, bitmap, count); |
| 962 | offset = 0; | 972 | offset = 0; |
| 963 | } else { | 973 | } else { |
| 964 | page = read_sb_page(bitmap->mddev, bitmap->offset, index); | 974 | page = read_sb_page(bitmap->mddev, bitmap->offset, |
| 975 | NULL, | ||
| 976 | index, count); | ||
| 965 | offset = 0; | 977 | offset = 0; |
| 966 | } | 978 | } |
| 967 | if (IS_ERR(page)) { /* read error */ | 979 | if (IS_ERR(page)) { /* read error */ |
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index d62fd4f6b52..ee090413e59 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c | |||
| @@ -2008,6 +2008,9 @@ mptscsih_host_reset(struct scsi_cmnd *SCpnt) | |||
| 2008 | return FAILED; | 2008 | return FAILED; |
| 2009 | } | 2009 | } |
| 2010 | 2010 | ||
| 2011 | /* make sure we have no outstanding commands at this stage */ | ||
| 2012 | mptscsih_flush_running_cmds(hd); | ||
| 2013 | |||
| 2011 | ioc = hd->ioc; | 2014 | ioc = hd->ioc; |
| 2012 | printk(MYIOC_s_INFO_FMT "attempting host reset! (sc=%p)\n", | 2015 | printk(MYIOC_s_INFO_FMT "attempting host reset! (sc=%p)\n", |
| 2013 | ioc->name, SCpnt); | 2016 | ioc->name, SCpnt); |
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index a1a3d0e5d2b..9e8222f9e90 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
| @@ -543,9 +543,9 @@ bnx2_free_rx_mem(struct bnx2 *bp) | |||
| 543 | for (j = 0; j < bp->rx_max_pg_ring; j++) { | 543 | for (j = 0; j < bp->rx_max_pg_ring; j++) { |
| 544 | if (rxr->rx_pg_desc_ring[j]) | 544 | if (rxr->rx_pg_desc_ring[j]) |
| 545 | pci_free_consistent(bp->pdev, RXBD_RING_SIZE, | 545 | pci_free_consistent(bp->pdev, RXBD_RING_SIZE, |
| 546 | rxr->rx_pg_desc_ring[i], | 546 | rxr->rx_pg_desc_ring[j], |
| 547 | rxr->rx_pg_desc_mapping[i]); | 547 | rxr->rx_pg_desc_mapping[j]); |
| 548 | rxr->rx_pg_desc_ring[i] = NULL; | 548 | rxr->rx_pg_desc_ring[j] = NULL; |
| 549 | } | 549 | } |
| 550 | if (rxr->rx_pg_ring) | 550 | if (rxr->rx_pg_ring) |
| 551 | vfree(rxr->rx_pg_ring); | 551 | vfree(rxr->rx_pg_ring); |
diff --git a/drivers/net/enc28j60.c b/drivers/net/enc28j60.c index c414554ac32..36cb6e95b46 100644 --- a/drivers/net/enc28j60.c +++ b/drivers/net/enc28j60.c | |||
| @@ -959,7 +959,7 @@ static void enc28j60_hw_rx(struct net_device *ndev) | |||
| 959 | ndev->stats.rx_packets++; | 959 | ndev->stats.rx_packets++; |
| 960 | ndev->stats.rx_bytes += len; | 960 | ndev->stats.rx_bytes += len; |
| 961 | ndev->last_rx = jiffies; | 961 | ndev->last_rx = jiffies; |
| 962 | netif_rx(skb); | 962 | netif_rx_ni(skb); |
| 963 | } | 963 | } |
| 964 | } | 964 | } |
| 965 | /* | 965 | /* |
diff --git a/drivers/net/jme.h b/drivers/net/jme.h index f863aee6648..3f5d9154324 100644 --- a/drivers/net/jme.h +++ b/drivers/net/jme.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | */ | 22 | */ |
| 23 | 23 | ||
| 24 | #ifndef __JME_H_INCLUDED__ | 24 | #ifndef __JME_H_INCLUDED__ |
| 25 | #define __JME_H_INCLUDEE__ | 25 | #define __JME_H_INCLUDED__ |
| 26 | 26 | ||
| 27 | #define DRV_NAME "jme" | 27 | #define DRV_NAME "jme" |
| 28 | #define DRV_VERSION "1.0.3" | 28 | #define DRV_VERSION "1.0.3" |
diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c index 536bda1f428..289fc267edf 100644 --- a/drivers/net/phy/mdio_bus.c +++ b/drivers/net/phy/mdio_bus.c | |||
| @@ -105,8 +105,6 @@ int mdiobus_register(struct mii_bus *bus) | |||
| 105 | return -EINVAL; | 105 | return -EINVAL; |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | bus->state = MDIOBUS_REGISTERED; | ||
| 109 | |||
| 110 | mutex_init(&bus->mdio_lock); | 108 | mutex_init(&bus->mdio_lock); |
| 111 | 109 | ||
| 112 | if (bus->reset) | 110 | if (bus->reset) |
| @@ -123,6 +121,9 @@ int mdiobus_register(struct mii_bus *bus) | |||
| 123 | } | 121 | } |
| 124 | } | 122 | } |
| 125 | 123 | ||
| 124 | if (!err) | ||
| 125 | bus->state = MDIOBUS_REGISTERED; | ||
| 126 | |||
| 126 | pr_info("%s: probed\n", bus->name); | 127 | pr_info("%s: probed\n", bus->name); |
| 127 | 128 | ||
| 128 | return err; | 129 | return err; |
diff --git a/drivers/net/starfire.c b/drivers/net/starfire.c index 1d2ef8f4778..5a40f2d78be 100644 --- a/drivers/net/starfire.c +++ b/drivers/net/starfire.c | |||
| @@ -1509,6 +1509,11 @@ static int __netdev_rx(struct net_device *dev, int *quota) | |||
| 1509 | desc->status = 0; | 1509 | desc->status = 0; |
| 1510 | np->rx_done = (np->rx_done + 1) % DONE_Q_SIZE; | 1510 | np->rx_done = (np->rx_done + 1) % DONE_Q_SIZE; |
| 1511 | } | 1511 | } |
| 1512 | |||
| 1513 | if (*quota == 0) { /* out of rx quota */ | ||
| 1514 | retcode = 1; | ||
| 1515 | goto out; | ||
| 1516 | } | ||
| 1512 | writew(np->rx_done, np->base + CompletionQConsumerIdx); | 1517 | writew(np->rx_done, np->base + CompletionQConsumerIdx); |
| 1513 | 1518 | ||
| 1514 | out: | 1519 | out: |
diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index c41d6876136..e60498232b9 100644 --- a/drivers/net/tlan.c +++ b/drivers/net/tlan.c | |||
| @@ -1098,6 +1098,7 @@ static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev ) | |||
| 1098 | dma_addr_t tail_list_phys; | 1098 | dma_addr_t tail_list_phys; |
| 1099 | u8 *tail_buffer; | 1099 | u8 *tail_buffer; |
| 1100 | unsigned long flags; | 1100 | unsigned long flags; |
| 1101 | unsigned int txlen; | ||
| 1101 | 1102 | ||
| 1102 | if ( ! priv->phyOnline ) { | 1103 | if ( ! priv->phyOnline ) { |
| 1103 | TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT: %s PHY is not ready\n", | 1104 | TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT: %s PHY is not ready\n", |
| @@ -1108,6 +1109,7 @@ static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev ) | |||
| 1108 | 1109 | ||
| 1109 | if (skb_padto(skb, TLAN_MIN_FRAME_SIZE)) | 1110 | if (skb_padto(skb, TLAN_MIN_FRAME_SIZE)) |
| 1110 | return 0; | 1111 | return 0; |
| 1112 | txlen = max(skb->len, (unsigned int)TLAN_MIN_FRAME_SIZE); | ||
| 1111 | 1113 | ||
| 1112 | tail_list = priv->txList + priv->txTail; | 1114 | tail_list = priv->txList + priv->txTail; |
| 1113 | tail_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txTail; | 1115 | tail_list_phys = priv->txListDMA + sizeof(TLanList) * priv->txTail; |
| @@ -1125,16 +1127,16 @@ static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev ) | |||
| 1125 | 1127 | ||
| 1126 | if ( bbuf ) { | 1128 | if ( bbuf ) { |
| 1127 | tail_buffer = priv->txBuffer + ( priv->txTail * TLAN_MAX_FRAME_SIZE ); | 1129 | tail_buffer = priv->txBuffer + ( priv->txTail * TLAN_MAX_FRAME_SIZE ); |
| 1128 | skb_copy_from_linear_data(skb, tail_buffer, skb->len); | 1130 | skb_copy_from_linear_data(skb, tail_buffer, txlen); |
| 1129 | } else { | 1131 | } else { |
| 1130 | tail_list->buffer[0].address = pci_map_single(priv->pciDev, | 1132 | tail_list->buffer[0].address = pci_map_single(priv->pciDev, |
| 1131 | skb->data, skb->len, | 1133 | skb->data, txlen, |
| 1132 | PCI_DMA_TODEVICE); | 1134 | PCI_DMA_TODEVICE); |
| 1133 | TLan_StoreSKB(tail_list, skb); | 1135 | TLan_StoreSKB(tail_list, skb); |
| 1134 | } | 1136 | } |
| 1135 | 1137 | ||
| 1136 | tail_list->frameSize = (u16) skb->len; | 1138 | tail_list->frameSize = (u16) txlen; |
| 1137 | tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) skb->len; | 1139 | tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) txlen; |
| 1138 | tail_list->buffer[1].count = 0; | 1140 | tail_list->buffer[1].count = 0; |
| 1139 | tail_list->buffer[1].address = 0; | 1141 | tail_list->buffer[1].address = 0; |
| 1140 | 1142 | ||
| @@ -1431,7 +1433,9 @@ static u32 TLan_HandleTxEOF( struct net_device *dev, u16 host_int ) | |||
| 1431 | if ( ! bbuf ) { | 1433 | if ( ! bbuf ) { |
| 1432 | struct sk_buff *skb = TLan_GetSKB(head_list); | 1434 | struct sk_buff *skb = TLan_GetSKB(head_list); |
| 1433 | pci_unmap_single(priv->pciDev, head_list->buffer[0].address, | 1435 | pci_unmap_single(priv->pciDev, head_list->buffer[0].address, |
| 1434 | skb->len, PCI_DMA_TODEVICE); | 1436 | max(skb->len, |
| 1437 | (unsigned int)TLAN_MIN_FRAME_SIZE), | ||
| 1438 | PCI_DMA_TODEVICE); | ||
| 1435 | dev_kfree_skb_any(skb); | 1439 | dev_kfree_skb_any(skb); |
| 1436 | head_list->buffer[8].address = 0; | 1440 | head_list->buffer[8].address = 0; |
| 1437 | head_list->buffer[9].address = 0; | 1441 | head_list->buffer[9].address = 0; |
| @@ -2055,9 +2059,12 @@ static void TLan_FreeLists( struct net_device *dev ) | |||
| 2055 | list = priv->txList + i; | 2059 | list = priv->txList + i; |
| 2056 | skb = TLan_GetSKB(list); | 2060 | skb = TLan_GetSKB(list); |
| 2057 | if ( skb ) { | 2061 | if ( skb ) { |
| 2058 | pci_unmap_single(priv->pciDev, | 2062 | pci_unmap_single( |
| 2059 | list->buffer[0].address, skb->len, | 2063 | priv->pciDev, |
| 2060 | PCI_DMA_TODEVICE); | 2064 | list->buffer[0].address, |
| 2065 | max(skb->len, | ||
| 2066 | (unsigned int)TLAN_MIN_FRAME_SIZE), | ||
| 2067 | PCI_DMA_TODEVICE); | ||
| 2061 | dev_kfree_skb_any( skb ); | 2068 | dev_kfree_skb_any( skb ); |
| 2062 | list->buffer[8].address = 0; | 2069 | list->buffer[8].address = 0; |
| 2063 | list->buffer[9].address = 0; | 2070 | list->buffer[9].address = 0; |
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index f9e244da30a..9bcb6cbd5aa 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
| @@ -113,7 +113,7 @@ struct acpiphp_slot { | |||
| 113 | 113 | ||
| 114 | u8 device; /* pci device# */ | 114 | u8 device; /* pci device# */ |
| 115 | 115 | ||
| 116 | u32 sun; /* ACPI _SUN (slot unique number) */ | 116 | unsigned long long sun; /* ACPI _SUN (slot unique number) */ |
| 117 | u32 flags; /* see below */ | 117 | u32 flags; /* see below */ |
| 118 | }; | 118 | }; |
| 119 | 119 | ||
diff --git a/drivers/pci/hotplug/acpiphp_core.c b/drivers/pci/hotplug/acpiphp_core.c index 95b536a23d2..43c10bd261b 100644 --- a/drivers/pci/hotplug/acpiphp_core.c +++ b/drivers/pci/hotplug/acpiphp_core.c | |||
| @@ -337,7 +337,7 @@ int acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot) | |||
| 337 | slot->hotplug_slot->info->cur_bus_speed = PCI_SPEED_UNKNOWN; | 337 | slot->hotplug_slot->info->cur_bus_speed = PCI_SPEED_UNKNOWN; |
| 338 | 338 | ||
| 339 | acpiphp_slot->slot = slot; | 339 | acpiphp_slot->slot = slot; |
| 340 | snprintf(name, SLOT_NAME_SIZE, "%u", slot->acpi_slot->sun); | 340 | snprintf(name, SLOT_NAME_SIZE, "%llu", slot->acpi_slot->sun); |
| 341 | 341 | ||
| 342 | retval = pci_hp_register(slot->hotplug_slot, | 342 | retval = pci_hp_register(slot->hotplug_slot, |
| 343 | acpiphp_slot->bridge->pci_bus, | 343 | acpiphp_slot->bridge->pci_bus, |
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 955aae4071f..3affc6472e6 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
| @@ -255,13 +255,13 @@ register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) | |||
| 255 | 255 | ||
| 256 | bridge->nr_slots++; | 256 | bridge->nr_slots++; |
| 257 | 257 | ||
| 258 | dbg("found ACPI PCI Hotplug slot %d at PCI %04x:%02x:%02x\n", | 258 | dbg("found ACPI PCI Hotplug slot %llu at PCI %04x:%02x:%02x\n", |
| 259 | slot->sun, pci_domain_nr(bridge->pci_bus), | 259 | slot->sun, pci_domain_nr(bridge->pci_bus), |
| 260 | bridge->pci_bus->number, slot->device); | 260 | bridge->pci_bus->number, slot->device); |
| 261 | retval = acpiphp_register_hotplug_slot(slot); | 261 | retval = acpiphp_register_hotplug_slot(slot); |
| 262 | if (retval) { | 262 | if (retval) { |
| 263 | if (retval == -EBUSY) | 263 | if (retval == -EBUSY) |
| 264 | warn("Slot %d already registered by another " | 264 | warn("Slot %llu already registered by another " |
| 265 | "hotplug driver\n", slot->sun); | 265 | "hotplug driver\n", slot->sun); |
| 266 | else | 266 | else |
| 267 | warn("acpiphp_register_hotplug_slot failed " | 267 | warn("acpiphp_register_hotplug_slot failed " |
diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index c892daae74d..633e743442a 100644 --- a/drivers/pci/hotplug/ibmphp_core.c +++ b/drivers/pci/hotplug/ibmphp_core.c | |||
| @@ -1402,10 +1402,6 @@ static int __init ibmphp_init(void) | |||
| 1402 | goto error; | 1402 | goto error; |
| 1403 | } | 1403 | } |
| 1404 | 1404 | ||
| 1405 | /* lock ourselves into memory with a module | ||
| 1406 | * count of -1 so that no one can unload us. */ | ||
| 1407 | module_put(THIS_MODULE); | ||
| 1408 | |||
| 1409 | exit: | 1405 | exit: |
| 1410 | return rc; | 1406 | return rc; |
| 1411 | 1407 | ||
| @@ -1423,4 +1419,3 @@ static void __exit ibmphp_exit(void) | |||
| 1423 | } | 1419 | } |
| 1424 | 1420 | ||
| 1425 | module_init(ibmphp_init); | 1421 | module_init(ibmphp_init); |
| 1426 | module_exit(ibmphp_exit); | ||
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index 4b23bc39b11..39cf248d24e 100644 --- a/drivers/pci/hotplug/pciehp_core.c +++ b/drivers/pci/hotplug/pciehp_core.c | |||
| @@ -432,18 +432,19 @@ static int pciehp_probe(struct pcie_device *dev, const struct pcie_port_service_ | |||
| 432 | goto err_out_release_ctlr; | 432 | goto err_out_release_ctlr; |
| 433 | } | 433 | } |
| 434 | 434 | ||
| 435 | /* Check if slot is occupied */ | ||
| 435 | t_slot = pciehp_find_slot(ctrl, ctrl->slot_device_offset); | 436 | t_slot = pciehp_find_slot(ctrl, ctrl->slot_device_offset); |
| 436 | 437 | t_slot->hpc_ops->get_adapter_status(t_slot, &value); | |
| 437 | t_slot->hpc_ops->get_adapter_status(t_slot, &value); /* Check if slot is occupied */ | 438 | if (value) { |
| 438 | if (value && pciehp_force) { | 439 | if (pciehp_force) |
| 439 | rc = pciehp_enable_slot(t_slot); | 440 | pciehp_enable_slot(t_slot); |
| 440 | if (rc) /* -ENODEV: shouldn't happen, but deal with it */ | 441 | } else { |
| 441 | value = 0; | 442 | /* Power off slot if not occupied */ |
| 442 | } | 443 | if (POWER_CTRL(ctrl)) { |
| 443 | if ((POWER_CTRL(ctrl)) && !value) { | 444 | rc = t_slot->hpc_ops->power_off_slot(t_slot); |
| 444 | rc = t_slot->hpc_ops->power_off_slot(t_slot); /* Power off slot if not occupied*/ | 445 | if (rc) |
| 445 | if (rc) | 446 | goto err_out_free_ctrl_slot; |
| 446 | goto err_out_free_ctrl_slot; | 447 | } |
| 447 | } | 448 | } |
| 448 | 449 | ||
| 449 | return 0; | 450 | return 0; |
diff --git a/drivers/pci/pcie/aer/aerdrv_core.c b/drivers/pci/pcie/aer/aerdrv_core.c index dfc63d01f20..aac7006949f 100644 --- a/drivers/pci/pcie/aer/aerdrv_core.c +++ b/drivers/pci/pcie/aer/aerdrv_core.c | |||
| @@ -252,7 +252,7 @@ static void report_resume(struct pci_dev *dev, void *data) | |||
| 252 | 252 | ||
| 253 | if (!dev->driver || | 253 | if (!dev->driver || |
| 254 | !dev->driver->err_handler || | 254 | !dev->driver->err_handler || |
| 255 | !dev->driver->err_handler->slot_reset) | 255 | !dev->driver->err_handler->resume) |
| 256 | return; | 256 | return; |
| 257 | 257 | ||
| 258 | err_handler = dev->driver->err_handler; | 258 | err_handler = dev->driver->err_handler; |
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index 162cd927d94..94acbeed4e7 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c | |||
| @@ -175,8 +175,8 @@ static struct aac_driver_ident aac_drivers[] = { | |||
| 175 | { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Boxster/PERC3DiB) */ | 175 | { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Boxster/PERC3DiB) */ |
| 176 | { aac_rx_init, "aacraid", "ADAPTEC ", "catapult ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* catapult */ | 176 | { aac_rx_init, "aacraid", "ADAPTEC ", "catapult ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* catapult */ |
| 177 | { aac_rx_init, "aacraid", "ADAPTEC ", "tomcat ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* tomcat */ | 177 | { aac_rx_init, "aacraid", "ADAPTEC ", "tomcat ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* tomcat */ |
| 178 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2120S ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Adaptec 2120S (Crusader) */ | 178 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2120S ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG }, /* Adaptec 2120S (Crusader) */ |
| 179 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Adaptec 2200S (Vulcan) */ | 179 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG }, /* Adaptec 2200S (Vulcan) */ |
| 180 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Adaptec 2200S (Vulcan-2m) */ | 180 | { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Adaptec 2200S (Vulcan-2m) */ |
| 181 | { aac_rx_init, "aacraid", "Legend ", "Legend S220 ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S220 (Legend Crusader) */ | 181 | { aac_rx_init, "aacraid", "Legend ", "Legend S220 ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S220 (Legend Crusader) */ |
| 182 | { aac_rx_init, "aacraid", "Legend ", "Legend S230 ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S230 (Legend Vulcan) */ | 182 | { aac_rx_init, "aacraid", "Legend ", "Legend S230 ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S230 (Legend Vulcan) */ |
diff --git a/drivers/scsi/ibmvscsi/ibmvstgt.c b/drivers/scsi/ibmvscsi/ibmvstgt.c index 2a5b29d1217..e2dd6a45924 100644 --- a/drivers/scsi/ibmvscsi/ibmvstgt.c +++ b/drivers/scsi/ibmvscsi/ibmvstgt.c | |||
| @@ -864,21 +864,23 @@ static int ibmvstgt_probe(struct vio_dev *dev, const struct vio_device_id *id) | |||
| 864 | 864 | ||
| 865 | INIT_WORK(&vport->crq_work, handle_crq); | 865 | INIT_WORK(&vport->crq_work, handle_crq); |
| 866 | 866 | ||
| 867 | err = crq_queue_create(&vport->crq_queue, target); | 867 | err = scsi_add_host(shost, target->dev); |
| 868 | if (err) | 868 | if (err) |
| 869 | goto free_srp_target; | 869 | goto free_srp_target; |
| 870 | 870 | ||
| 871 | err = scsi_add_host(shost, target->dev); | 871 | err = scsi_tgt_alloc_queue(shost); |
| 872 | if (err) | 872 | if (err) |
| 873 | goto destroy_queue; | 873 | goto remove_host; |
| 874 | 874 | ||
| 875 | err = scsi_tgt_alloc_queue(shost); | 875 | err = crq_queue_create(&vport->crq_queue, target); |
| 876 | if (err) | 876 | if (err) |
| 877 | goto destroy_queue; | 877 | goto free_queue; |
| 878 | 878 | ||
| 879 | return 0; | 879 | return 0; |
| 880 | destroy_queue: | 880 | free_queue: |
| 881 | crq_queue_destroy(target); | 881 | scsi_tgt_free_queue(shost); |
| 882 | remove_host: | ||
| 883 | scsi_remove_host(shost); | ||
| 882 | free_srp_target: | 884 | free_srp_target: |
| 883 | srp_target_free(target); | 885 | srp_target_free(target); |
| 884 | put_host: | 886 | put_host: |
diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c index 801c7cf54d2..3fdee7370cc 100644 --- a/drivers/scsi/libiscsi.c +++ b/drivers/scsi/libiscsi.c | |||
| @@ -489,12 +489,6 @@ __iscsi_conn_send_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | |||
| 489 | if (!__kfifo_get(session->cmdpool.queue, | 489 | if (!__kfifo_get(session->cmdpool.queue, |
| 490 | (void*)&task, sizeof(void*))) | 490 | (void*)&task, sizeof(void*))) |
| 491 | return NULL; | 491 | return NULL; |
| 492 | |||
| 493 | if ((hdr->opcode == (ISCSI_OP_NOOP_OUT | ISCSI_OP_IMMEDIATE)) && | ||
| 494 | hdr->ttt == RESERVED_ITT) { | ||
| 495 | conn->ping_task = task; | ||
| 496 | conn->last_ping = jiffies; | ||
| 497 | } | ||
| 498 | } | 492 | } |
| 499 | /* | 493 | /* |
| 500 | * released in complete pdu for task we expect a response for, and | 494 | * released in complete pdu for task we expect a response for, and |
| @@ -703,6 +697,11 @@ static void iscsi_send_nopout(struct iscsi_conn *conn, struct iscsi_nopin *rhdr) | |||
| 703 | task = __iscsi_conn_send_pdu(conn, (struct iscsi_hdr *)&hdr, NULL, 0); | 697 | task = __iscsi_conn_send_pdu(conn, (struct iscsi_hdr *)&hdr, NULL, 0); |
| 704 | if (!task) | 698 | if (!task) |
| 705 | iscsi_conn_printk(KERN_ERR, conn, "Could not send nopout\n"); | 699 | iscsi_conn_printk(KERN_ERR, conn, "Could not send nopout\n"); |
| 700 | else if (!rhdr) { | ||
| 701 | /* only track our nops */ | ||
| 702 | conn->ping_task = task; | ||
| 703 | conn->last_ping = jiffies; | ||
| 704 | } | ||
| 706 | } | 705 | } |
| 707 | 706 | ||
| 708 | static int iscsi_handle_reject(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | 707 | static int iscsi_handle_reject(struct iscsi_conn *conn, struct iscsi_hdr *hdr, |
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index fa45a1a6686..148d3af92ae 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
| @@ -648,8 +648,8 @@ static void scsi_requeue_command(struct request_queue *q, struct scsi_cmnd *cmd) | |||
| 648 | struct request *req = cmd->request; | 648 | struct request *req = cmd->request; |
| 649 | unsigned long flags; | 649 | unsigned long flags; |
| 650 | 650 | ||
| 651 | scsi_unprep_request(req); | ||
| 652 | spin_lock_irqsave(q->queue_lock, flags); | 651 | spin_lock_irqsave(q->queue_lock, flags); |
| 652 | scsi_unprep_request(req); | ||
| 653 | blk_requeue_request(q, req); | 653 | blk_requeue_request(q, req); |
| 654 | spin_unlock_irqrestore(q->queue_lock, flags); | 654 | spin_unlock_irqrestore(q->queue_lock, flags); |
| 655 | 655 | ||
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index c95b286a123..5d457c96bd7 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
| @@ -22,6 +22,8 @@ menuconfig STAGING | |||
| 22 | If in doubt, say N here. | 22 | If in doubt, say N here. |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | if STAGING | ||
| 26 | |||
| 25 | config STAGING_EXCLUDE_BUILD | 27 | config STAGING_EXCLUDE_BUILD |
| 26 | bool "Exclude Staging drivers from being built" if STAGING | 28 | bool "Exclude Staging drivers from being built" if STAGING |
| 27 | default y | 29 | default y |
| @@ -62,3 +64,4 @@ source "drivers/staging/at76_usb/Kconfig" | |||
| 62 | source "drivers/staging/poch/Kconfig" | 64 | source "drivers/staging/poch/Kconfig" |
| 63 | 65 | ||
| 64 | endif # !STAGING_EXCLUDE_BUILD | 66 | endif # !STAGING_EXCLUDE_BUILD |
| 67 | endif # STAGING | ||
diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index 8e74657f106..43a863c5cc4 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c | |||
| @@ -51,6 +51,7 @@ static struct usb_device_id usbtmc_devices[] = { | |||
| 51 | { USB_INTERFACE_INFO(USB_CLASS_APP_SPEC, 3, 0), }, | 51 | { USB_INTERFACE_INFO(USB_CLASS_APP_SPEC, 3, 0), }, |
| 52 | { 0, } /* terminating entry */ | 52 | { 0, } /* terminating entry */ |
| 53 | }; | 53 | }; |
| 54 | MODULE_DEVICE_TABLE(usb, usbtmc_devices); | ||
| 54 | 55 | ||
| 55 | /* | 56 | /* |
| 56 | * This structure is the capabilities for the device | 57 | * This structure is the capabilities for the device |
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 3d7793d9303..8c081308b0e 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/core/driver.c | |||
| @@ -279,7 +279,9 @@ static int usb_unbind_interface(struct device *dev) | |||
| 279 | * altsetting means creating new endpoint device entries). | 279 | * altsetting means creating new endpoint device entries). |
| 280 | * When either of these happens, defer the Set-Interface. | 280 | * When either of these happens, defer the Set-Interface. |
| 281 | */ | 281 | */ |
| 282 | if (!error && intf->dev.power.status == DPM_ON) | 282 | if (intf->cur_altsetting->desc.bAlternateSetting == 0) |
| 283 | ; /* Already in altsetting 0 so skip Set-Interface */ | ||
| 284 | else if (!error && intf->dev.power.status == DPM_ON) | ||
| 283 | usb_set_interface(udev, intf->altsetting[0]. | 285 | usb_set_interface(udev, intf->altsetting[0]. |
| 284 | desc.bInterfaceNumber, 0); | 286 | desc.bInterfaceNumber, 0); |
| 285 | else | 287 | else |
diff --git a/drivers/usb/gadget/f_rndis.c b/drivers/usb/gadget/f_rndis.c index 428b5993575..3a8bb53fc47 100644 --- a/drivers/usb/gadget/f_rndis.c +++ b/drivers/usb/gadget/f_rndis.c | |||
| @@ -651,6 +651,8 @@ rndis_bind(struct usb_configuration *c, struct usb_function *f) | |||
| 651 | fs_in_desc.bEndpointAddress; | 651 | fs_in_desc.bEndpointAddress; |
| 652 | hs_out_desc.bEndpointAddress = | 652 | hs_out_desc.bEndpointAddress = |
| 653 | fs_out_desc.bEndpointAddress; | 653 | fs_out_desc.bEndpointAddress; |
| 654 | hs_notify_desc.bEndpointAddress = | ||
| 655 | fs_notify_desc.bEndpointAddress; | ||
| 654 | 656 | ||
| 655 | /* copy descriptors, and track endpoint copies */ | 657 | /* copy descriptors, and track endpoint copies */ |
| 656 | f->hs_descriptors = usb_copy_descriptors(eth_hs_function); | 658 | f->hs_descriptors = usb_copy_descriptors(eth_hs_function); |
| @@ -662,6 +664,8 @@ rndis_bind(struct usb_configuration *c, struct usb_function *f) | |||
| 662 | f->hs_descriptors, &hs_in_desc); | 664 | f->hs_descriptors, &hs_in_desc); |
| 663 | rndis->hs.out = usb_find_endpoint(eth_hs_function, | 665 | rndis->hs.out = usb_find_endpoint(eth_hs_function, |
| 664 | f->hs_descriptors, &hs_out_desc); | 666 | f->hs_descriptors, &hs_out_desc); |
| 667 | rndis->hs.notify = usb_find_endpoint(eth_hs_function, | ||
| 668 | f->hs_descriptors, &hs_notify_desc); | ||
| 665 | } | 669 | } |
| 666 | 670 | ||
| 667 | rndis->port.open = rndis_open; | 671 | rndis->port.open = rndis_open; |
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index aad1359a3eb..fb6f2933b01 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
| @@ -143,6 +143,7 @@ static struct ftdi_sio_quirk ftdi_HE_TIRA1_quirk = { | |||
| 143 | static struct usb_device_id id_table_combined [] = { | 143 | static struct usb_device_id id_table_combined [] = { |
| 144 | { USB_DEVICE(FTDI_VID, FTDI_AMC232_PID) }, | 144 | { USB_DEVICE(FTDI_VID, FTDI_AMC232_PID) }, |
| 145 | { USB_DEVICE(FTDI_VID, FTDI_CANUSB_PID) }, | 145 | { USB_DEVICE(FTDI_VID, FTDI_CANUSB_PID) }, |
| 146 | { USB_DEVICE(FTDI_VID, FTDI_CANDAPTER_PID) }, | ||
| 146 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_0_PID) }, | 147 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_0_PID) }, |
| 147 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_1_PID) }, | 148 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_1_PID) }, |
| 148 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_2_PID) }, | 149 | { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_2_PID) }, |
| @@ -166,6 +167,7 @@ static struct usb_device_id id_table_combined [] = { | |||
| 166 | { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_PID) }, | 167 | { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_PID) }, |
| 167 | { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_IOBOARD_PID) }, | 168 | { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_IOBOARD_PID) }, |
| 168 | { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_MINI_IOBOARD_PID) }, | 169 | { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_MINI_IOBOARD_PID) }, |
| 170 | { USB_DEVICE(FTDI_VID, FTDI_SPROG_II) }, | ||
| 169 | { USB_DEVICE(FTDI_VID, FTDI_XF_632_PID) }, | 171 | { USB_DEVICE(FTDI_VID, FTDI_XF_632_PID) }, |
| 170 | { USB_DEVICE(FTDI_VID, FTDI_XF_634_PID) }, | 172 | { USB_DEVICE(FTDI_VID, FTDI_XF_634_PID) }, |
| 171 | { USB_DEVICE(FTDI_VID, FTDI_XF_547_PID) }, | 173 | { USB_DEVICE(FTDI_VID, FTDI_XF_547_PID) }, |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 07a3992abad..373ee09975b 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
| @@ -40,6 +40,9 @@ | |||
| 40 | /* AlphaMicro Components AMC-232USB01 device */ | 40 | /* AlphaMicro Components AMC-232USB01 device */ |
| 41 | #define FTDI_AMC232_PID 0xFF00 /* Product Id */ | 41 | #define FTDI_AMC232_PID 0xFF00 /* Product Id */ |
| 42 | 42 | ||
| 43 | /* www.candapter.com Ewert Energy Systems CANdapter device */ | ||
| 44 | #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ | ||
| 45 | |||
| 43 | /* SCS HF Radio Modems PID's (http://www.scs-ptc.com) */ | 46 | /* SCS HF Radio Modems PID's (http://www.scs-ptc.com) */ |
| 44 | /* the VID is the standard ftdi vid (FTDI_VID) */ | 47 | /* the VID is the standard ftdi vid (FTDI_VID) */ |
| 45 | #define FTDI_SCS_DEVICE_0_PID 0xD010 /* SCS PTC-IIusb */ | 48 | #define FTDI_SCS_DEVICE_0_PID 0xD010 /* SCS PTC-IIusb */ |
| @@ -75,6 +78,9 @@ | |||
| 75 | /* OpenDCC (www.opendcc.de) product id */ | 78 | /* OpenDCC (www.opendcc.de) product id */ |
| 76 | #define FTDI_OPENDCC_PID 0xBFD8 | 79 | #define FTDI_OPENDCC_PID 0xBFD8 |
| 77 | 80 | ||
| 81 | /* Sprog II (Andrew Crosland's SprogII DCC interface) */ | ||
| 82 | #define FTDI_SPROG_II 0xF0C8 | ||
| 83 | |||
| 78 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ | 84 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ |
| 79 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ | 85 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ |
| 80 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ | 86 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ |
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 491c8857b64..1aed584be5e 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
| @@ -91,6 +91,8 @@ static struct usb_device_id id_table [] = { | |||
| 91 | { USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) }, | 91 | { USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) }, |
| 92 | { USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) }, | 92 | { USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) }, |
| 93 | { USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) }, | 93 | { USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) }, |
| 94 | { USB_DEVICE(SUPERIAL_VENDOR_ID, SUPERIAL_PRODUCT_ID) }, | ||
| 95 | { USB_DEVICE(HP_VENDOR_ID, HP_LD220_PRODUCT_ID) }, | ||
| 94 | { } /* Terminating entry */ | 96 | { } /* Terminating entry */ |
| 95 | }; | 97 | }; |
| 96 | 98 | ||
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index a3bd039c78e..54974f446a8 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
| @@ -110,3 +110,11 @@ | |||
| 110 | /* Y.C. Cable U.S.A., Inc - USB to RS-232 */ | 110 | /* Y.C. Cable U.S.A., Inc - USB to RS-232 */ |
| 111 | #define YCCABLE_VENDOR_ID 0x05ad | 111 | #define YCCABLE_VENDOR_ID 0x05ad |
| 112 | #define YCCABLE_PRODUCT_ID 0x0fba | 112 | #define YCCABLE_PRODUCT_ID 0x0fba |
| 113 | |||
| 114 | /* "Superial" USB - Serial */ | ||
| 115 | #define SUPERIAL_VENDOR_ID 0x5372 | ||
| 116 | #define SUPERIAL_PRODUCT_ID 0x2303 | ||
| 117 | |||
| 118 | /* Hewlett-Packard LD220-HP POS Pole Display */ | ||
| 119 | #define HP_VENDOR_ID 0x03f0 | ||
| 120 | #define HP_LD220_PRODUCT_ID 0x3524 | ||
diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index 31c42d1cae1..01d0c70d60e 100644 --- a/drivers/usb/serial/ti_usb_3410_5052.c +++ b/drivers/usb/serial/ti_usb_3410_5052.c | |||
| @@ -16,56 +16,6 @@ | |||
| 16 | * For questions or problems with this driver, contact Texas Instruments | 16 | * For questions or problems with this driver, contact Texas Instruments |
| 17 | * technical support, or Al Borchers <alborchers@steinerpoint.com>, or | 17 | * technical support, or Al Borchers <alborchers@steinerpoint.com>, or |
| 18 | * Peter Berger <pberger@brimson.com>. | 18 | * Peter Berger <pberger@brimson.com>. |
| 19 | * | ||
| 20 | * This driver needs this hotplug script in /etc/hotplug/usb/ti_usb_3410_5052 | ||
| 21 | * or in /etc/hotplug.d/usb/ti_usb_3410_5052.hotplug to set the device | ||
| 22 | * configuration. | ||
| 23 | * | ||
| 24 | * #!/bin/bash | ||
| 25 | * | ||
| 26 | * BOOT_CONFIG=1 | ||
| 27 | * ACTIVE_CONFIG=2 | ||
| 28 | * | ||
| 29 | * if [[ "$ACTION" != "add" ]] | ||
| 30 | * then | ||
| 31 | * exit | ||
| 32 | * fi | ||
| 33 | * | ||
| 34 | * CONFIG_PATH=/sys${DEVPATH%/?*}/bConfigurationValue | ||
| 35 | * | ||
| 36 | * if [[ 0`cat $CONFIG_PATH` -ne $BOOT_CONFIG ]] | ||
| 37 | * then | ||
| 38 | * exit | ||
| 39 | * fi | ||
| 40 | * | ||
| 41 | * PRODUCT=${PRODUCT%/?*} # delete version | ||
| 42 | * VENDOR_ID=`printf "%d" 0x${PRODUCT%/?*}` | ||
| 43 | * PRODUCT_ID=`printf "%d" 0x${PRODUCT#*?/}` | ||
| 44 | * | ||
| 45 | * PARAM_PATH=/sys/module/ti_usb_3410_5052/parameters | ||
| 46 | * | ||
| 47 | * function scan() { | ||
| 48 | * s=$1 | ||
| 49 | * shift | ||
| 50 | * for i | ||
| 51 | * do | ||
| 52 | * if [[ $s -eq $i ]] | ||
| 53 | * then | ||
| 54 | * return 0 | ||
| 55 | * fi | ||
| 56 | * done | ||
| 57 | * return 1 | ||
| 58 | * } | ||
| 59 | * | ||
| 60 | * IFS=$IFS, | ||
| 61 | * | ||
| 62 | * if (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_3410` && | ||
| 63 | * scan $PRODUCT_ID 13328 `cat $PARAM_PATH/product_3410`) || | ||
| 64 | * (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_5052` && | ||
| 65 | * scan $PRODUCT_ID 20562 20818 20570 20575 `cat $PARAM_PATH/product_5052`) | ||
| 66 | * then | ||
| 67 | * echo $ACTIVE_CONFIG > $CONFIG_PATH | ||
| 68 | * fi | ||
| 69 | */ | 19 | */ |
| 70 | 20 | ||
| 71 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
| @@ -457,9 +407,10 @@ static int ti_startup(struct usb_serial *serial) | |||
| 457 | goto free_tdev; | 407 | goto free_tdev; |
| 458 | } | 408 | } |
| 459 | 409 | ||
| 460 | /* the second configuration must be set (in sysfs by hotplug script) */ | 410 | /* the second configuration must be set */ |
| 461 | if (dev->actconfig->desc.bConfigurationValue == TI_BOOT_CONFIG) { | 411 | if (dev->actconfig->desc.bConfigurationValue == TI_BOOT_CONFIG) { |
| 462 | status = -ENODEV; | 412 | status = usb_driver_set_configuration(dev, TI_ACTIVE_CONFIG); |
| 413 | status = status ? status : -ENODEV; | ||
| 463 | goto free_tdev; | 414 | goto free_tdev; |
| 464 | } | 415 | } |
| 465 | 416 | ||
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index e61f2bfc64a..bfcc1fe8251 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -167,8 +167,22 @@ UNUSUAL_DEV( 0x0421, 0x005d, 0x0001, 0x0600, | |||
| 167 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 167 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 168 | US_FL_FIX_CAPACITY ), | 168 | US_FL_FIX_CAPACITY ), |
| 169 | 169 | ||
| 170 | /* Reported by Ozan Sener <themgzzy@gmail.com> */ | ||
| 171 | UNUSUAL_DEV( 0x0421, 0x0060, 0x0551, 0x0551, | ||
| 172 | "Nokia", | ||
| 173 | "3500c", | ||
| 174 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 175 | US_FL_FIX_CAPACITY ), | ||
| 176 | |||
| 177 | /* Reported by CSECSY Laszlo <boobaa@frugalware.org> */ | ||
| 178 | UNUSUAL_DEV( 0x0421, 0x0063, 0x0001, 0x0601, | ||
| 179 | "Nokia", | ||
| 180 | "Nokia 3109c", | ||
| 181 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 182 | US_FL_FIX_CAPACITY ), | ||
| 183 | |||
| 170 | /* Patch for Nokia 5310 capacity */ | 184 | /* Patch for Nokia 5310 capacity */ |
| 171 | UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0591, | 185 | UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0701, |
| 172 | "Nokia", | 186 | "Nokia", |
| 173 | "5310", | 187 | "5310", |
| 174 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 188 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 2af8626ced4..6d51696dc76 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -3983,7 +3983,8 @@ parse_DFS_referrals(TRANSACTION2_GET_DFS_REFER_RSP *pSMBr, | |||
| 3983 | 3983 | ||
| 3984 | node->flags = le16_to_cpu(pSMBr->DFSFlags); | 3984 | node->flags = le16_to_cpu(pSMBr->DFSFlags); |
| 3985 | if (is_unicode) { | 3985 | if (is_unicode) { |
| 3986 | __le16 *tmp = kmalloc(strlen(searchName)*2, GFP_KERNEL); | 3986 | __le16 *tmp = kmalloc(strlen(searchName)*2 + 2, |
| 3987 | GFP_KERNEL); | ||
| 3987 | cifsConvertToUCS((__le16 *) tmp, searchName, | 3988 | cifsConvertToUCS((__le16 *) tmp, searchName, |
| 3988 | PATH_MAX, nls_codepage, remap); | 3989 | PATH_MAX, nls_codepage, remap); |
| 3989 | node->path_consumed = hostlen_fromUCS(tmp, | 3990 | node->path_consumed = hostlen_fromUCS(tmp, |
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index 5f180cf7abb..5e0c0d0aef7 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
| @@ -86,7 +86,8 @@ | |||
| 86 | #define OCFS2_CLEAR_INCOMPAT_FEATURE(sb,mask) \ | 86 | #define OCFS2_CLEAR_INCOMPAT_FEATURE(sb,mask) \ |
| 87 | OCFS2_SB(sb)->s_feature_incompat &= ~(mask) | 87 | OCFS2_SB(sb)->s_feature_incompat &= ~(mask) |
| 88 | 88 | ||
| 89 | #define OCFS2_FEATURE_COMPAT_SUPP OCFS2_FEATURE_COMPAT_BACKUP_SB | 89 | #define OCFS2_FEATURE_COMPAT_SUPP (OCFS2_FEATURE_COMPAT_BACKUP_SB \ |
| 90 | | OCFS2_FEATURE_COMPAT_JBD2_SB) | ||
| 90 | #define OCFS2_FEATURE_INCOMPAT_SUPP (OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT \ | 91 | #define OCFS2_FEATURE_INCOMPAT_SUPP (OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT \ |
| 91 | | OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC \ | 92 | | OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC \ |
| 92 | | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \ | 93 | | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \ |
| @@ -153,6 +154,11 @@ | |||
| 153 | #define OCFS2_FEATURE_COMPAT_BACKUP_SB 0x0001 | 154 | #define OCFS2_FEATURE_COMPAT_BACKUP_SB 0x0001 |
| 154 | 155 | ||
| 155 | /* | 156 | /* |
| 157 | * The filesystem will correctly handle journal feature bits. | ||
| 158 | */ | ||
| 159 | #define OCFS2_FEATURE_COMPAT_JBD2_SB 0x0002 | ||
| 160 | |||
| 161 | /* | ||
| 156 | * Unwritten extents support. | 162 | * Unwritten extents support. |
| 157 | */ | 163 | */ |
| 158 | #define OCFS2_FEATURE_RO_COMPAT_UNWRITTEN 0x0001 | 164 | #define OCFS2_FEATURE_RO_COMPAT_UNWRITTEN 0x0001 |
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 054e2efb0b7..74d7367ade1 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c | |||
| @@ -2645,9 +2645,9 @@ static int ocfs2_xattr_update_xattr_search(struct inode *inode, | |||
| 2645 | return ret; | 2645 | return ret; |
| 2646 | } | 2646 | } |
| 2647 | 2647 | ||
| 2648 | i = xs->here - old_xh->xh_entries; | ||
| 2649 | xs->here = &xs->header->xh_entries[i]; | ||
| 2650 | } | 2648 | } |
| 2649 | i = xs->here - old_xh->xh_entries; | ||
| 2650 | xs->here = &xs->header->xh_entries[i]; | ||
| 2651 | } | 2651 | } |
| 2652 | 2652 | ||
| 2653 | return ret; | 2653 | return ret; |
diff --git a/include/linux/netfilter/nfnetlink_conntrack.h b/include/linux/netfilter/nfnetlink_conntrack.h index c19595c8930..29fe9ea1d34 100644 --- a/include/linux/netfilter/nfnetlink_conntrack.h +++ b/include/linux/netfilter/nfnetlink_conntrack.h | |||
| @@ -141,6 +141,7 @@ enum ctattr_protonat { | |||
| 141 | #define CTA_PROTONAT_MAX (__CTA_PROTONAT_MAX - 1) | 141 | #define CTA_PROTONAT_MAX (__CTA_PROTONAT_MAX - 1) |
| 142 | 142 | ||
| 143 | enum ctattr_natseq { | 143 | enum ctattr_natseq { |
| 144 | CTA_NAT_SEQ_UNSPEC, | ||
| 144 | CTA_NAT_SEQ_CORRECTION_POS, | 145 | CTA_NAT_SEQ_CORRECTION_POS, |
| 145 | CTA_NAT_SEQ_OFFSET_BEFORE, | 146 | CTA_NAT_SEQ_OFFSET_BEFORE, |
| 146 | CTA_NAT_SEQ_OFFSET_AFTER, | 147 | CTA_NAT_SEQ_OFFSET_AFTER, |
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index 73a2f4eb1f7..9b42baed390 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h | |||
| @@ -158,8 +158,12 @@ struct usb_ctrlrequest { | |||
| 158 | * (rarely) accepted by SET_DESCRIPTOR. | 158 | * (rarely) accepted by SET_DESCRIPTOR. |
| 159 | * | 159 | * |
| 160 | * Note that all multi-byte values here are encoded in little endian | 160 | * Note that all multi-byte values here are encoded in little endian |
| 161 | * byte order "on the wire". But when exposed through Linux-USB APIs, | 161 | * byte order "on the wire". Within the kernel and when exposed |
| 162 | * they've been converted to cpu byte order. | 162 | * through the Linux-USB APIs, they are not converted to cpu byte |
| 163 | * order; it is the responsibility of the client code to do this. | ||
| 164 | * The single exception is when device and configuration descriptors (but | ||
| 165 | * not other descriptors) are read from usbfs (i.e. /proc/bus/usb/BBB/DDD); | ||
| 166 | * in this case the fields are converted to host endianness by the kernel. | ||
| 163 | */ | 167 | */ |
| 164 | 168 | ||
| 165 | /* | 169 | /* |
diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index 3025ae17ddb..94c852d47d0 100644 --- a/include/net/irda/irda_device.h +++ b/include/net/irda/irda_device.h | |||
| @@ -135,9 +135,11 @@ struct dongle_reg { | |||
| 135 | 135 | ||
| 136 | /* | 136 | /* |
| 137 | * Per-packet information we need to hide inside sk_buff | 137 | * Per-packet information we need to hide inside sk_buff |
| 138 | * (must not exceed 48 bytes, check with struct sk_buff) | 138 | * (must not exceed 48 bytes, check with struct sk_buff) |
| 139 | * The default_qdisc_pad field is a temporary hack. | ||
| 139 | */ | 140 | */ |
| 140 | struct irda_skb_cb { | 141 | struct irda_skb_cb { |
| 142 | unsigned int default_qdisc_pad; | ||
| 141 | magic_t magic; /* Be sure that we can trust the information */ | 143 | magic_t magic; /* Be sure that we can trust the information */ |
| 142 | __u32 next_speed; /* The Speed to be set *after* this frame */ | 144 | __u32 next_speed; /* The Speed to be set *after* this frame */ |
| 143 | __u16 mtt; /* Minimum turn around time */ | 145 | __u16 mtt; /* Minimum turn around time */ |
diff --git a/lib/dynamic_printk.c b/lib/dynamic_printk.c index d83660fd6fd..8e30295e856 100644 --- a/lib/dynamic_printk.c +++ b/lib/dynamic_printk.c | |||
| @@ -135,7 +135,7 @@ int unregister_dynamic_debug_module(char *mod_name) | |||
| 135 | nr_entries--; | 135 | nr_entries--; |
| 136 | out: | 136 | out: |
| 137 | up(&debug_list_mutex); | 137 | up(&debug_list_mutex); |
| 138 | return 0; | 138 | return ret; |
| 139 | } | 139 | } |
| 140 | EXPORT_SYMBOL_GPL(unregister_dynamic_debug_module); | 140 | EXPORT_SYMBOL_GPL(unregister_dynamic_debug_module); |
| 141 | 141 | ||
| @@ -289,7 +289,7 @@ static ssize_t pr_debug_write(struct file *file, const char __user *buf, | |||
| 289 | dynamic_enabled = DYNAMIC_ENABLED_SOME; | 289 | dynamic_enabled = DYNAMIC_ENABLED_SOME; |
| 290 | err = 0; | 290 | err = 0; |
| 291 | printk(KERN_DEBUG | 291 | printk(KERN_DEBUG |
| 292 | "debugging enabled for module %s", | 292 | "debugging enabled for module %s\n", |
| 293 | elem->name); | 293 | elem->name); |
| 294 | } else if (!value && (elem->enable == 1)) { | 294 | } else if (!value && (elem->enable == 1)) { |
| 295 | elem->enable = 0; | 295 | elem->enable = 0; |
| @@ -309,7 +309,7 @@ static ssize_t pr_debug_write(struct file *file, const char __user *buf, | |||
| 309 | err = 0; | 309 | err = 0; |
| 310 | printk(KERN_DEBUG | 310 | printk(KERN_DEBUG |
| 311 | "debugging disabled for module " | 311 | "debugging disabled for module " |
| 312 | "%s", elem->name); | 312 | "%s\n", elem->name); |
| 313 | } | 313 | } |
| 314 | } | 314 | } |
| 315 | } | 315 | } |
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 5dd3e89f620..596ceabd650 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
| @@ -69,6 +69,7 @@ enum { | |||
| 69 | }; | 69 | }; |
| 70 | 70 | ||
| 71 | enum { | 71 | enum { |
| 72 | STAC_92HD73XX_NO_JD, /* no jack-detection */ | ||
| 72 | STAC_92HD73XX_REF, | 73 | STAC_92HD73XX_REF, |
| 73 | STAC_DELL_M6_AMIC, | 74 | STAC_DELL_M6_AMIC, |
| 74 | STAC_DELL_M6_DMIC, | 75 | STAC_DELL_M6_DMIC, |
| @@ -127,6 +128,7 @@ enum { | |||
| 127 | }; | 128 | }; |
| 128 | 129 | ||
| 129 | enum { | 130 | enum { |
| 131 | STAC_D965_REF_NO_JD, /* no jack-detection */ | ||
| 130 | STAC_D965_REF, | 132 | STAC_D965_REF, |
| 131 | STAC_D965_3ST, | 133 | STAC_D965_3ST, |
| 132 | STAC_D965_5ST, | 134 | STAC_D965_5ST, |
| @@ -1611,6 +1613,7 @@ static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = { | |||
| 1611 | }; | 1613 | }; |
| 1612 | 1614 | ||
| 1613 | static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = { | 1615 | static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = { |
| 1616 | [STAC_92HD73XX_NO_JD] = "no-jd", | ||
| 1614 | [STAC_92HD73XX_REF] = "ref", | 1617 | [STAC_92HD73XX_REF] = "ref", |
| 1615 | [STAC_DELL_M6_AMIC] = "dell-m6-amic", | 1618 | [STAC_DELL_M6_AMIC] = "dell-m6-amic", |
| 1616 | [STAC_DELL_M6_DMIC] = "dell-m6-dmic", | 1619 | [STAC_DELL_M6_DMIC] = "dell-m6-dmic", |
| @@ -1640,6 +1643,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { | |||
| 1640 | "unknown Dell", STAC_DELL_M6_DMIC), | 1643 | "unknown Dell", STAC_DELL_M6_DMIC), |
| 1641 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, | 1644 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, |
| 1642 | "Dell Studio 1537", STAC_DELL_M6_DMIC), | 1645 | "Dell Studio 1537", STAC_DELL_M6_DMIC), |
| 1646 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, | ||
| 1647 | "Dell Studio 17", STAC_DELL_M6_DMIC), | ||
| 1643 | {} /* terminator */ | 1648 | {} /* terminator */ |
| 1644 | }; | 1649 | }; |
| 1645 | 1650 | ||
| @@ -2027,6 +2032,7 @@ static unsigned int dell_3st_pin_configs[14] = { | |||
| 2027 | }; | 2032 | }; |
| 2028 | 2033 | ||
| 2029 | static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = { | 2034 | static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = { |
| 2035 | [STAC_D965_REF_NO_JD] = ref927x_pin_configs, | ||
| 2030 | [STAC_D965_REF] = ref927x_pin_configs, | 2036 | [STAC_D965_REF] = ref927x_pin_configs, |
| 2031 | [STAC_D965_3ST] = d965_3st_pin_configs, | 2037 | [STAC_D965_3ST] = d965_3st_pin_configs, |
| 2032 | [STAC_D965_5ST] = d965_5st_pin_configs, | 2038 | [STAC_D965_5ST] = d965_5st_pin_configs, |
| @@ -2035,6 +2041,7 @@ static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = { | |||
| 2035 | }; | 2041 | }; |
| 2036 | 2042 | ||
| 2037 | static const char *stac927x_models[STAC_927X_MODELS] = { | 2043 | static const char *stac927x_models[STAC_927X_MODELS] = { |
| 2044 | [STAC_D965_REF_NO_JD] = "ref-no-jd", | ||
| 2038 | [STAC_D965_REF] = "ref", | 2045 | [STAC_D965_REF] = "ref", |
| 2039 | [STAC_D965_3ST] = "3stack", | 2046 | [STAC_D965_3ST] = "3stack", |
| 2040 | [STAC_D965_5ST] = "5stack", | 2047 | [STAC_D965_5ST] = "5stack", |
| @@ -2896,7 +2903,7 @@ static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec, | |||
| 2896 | } | 2903 | } |
| 2897 | 2904 | ||
| 2898 | if ((spec->multiout.num_dacs - cfg->line_outs) > 0 && | 2905 | if ((spec->multiout.num_dacs - cfg->line_outs) > 0 && |
| 2899 | cfg->hp_outs && !spec->multiout.hp_nid) | 2906 | cfg->hp_outs == 1 && !spec->multiout.hp_nid) |
| 2900 | spec->multiout.hp_nid = nid; | 2907 | spec->multiout.hp_nid = nid; |
| 2901 | 2908 | ||
| 2902 | if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) { | 2909 | if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) { |
| @@ -4254,14 +4261,17 @@ again: | |||
| 4254 | 4261 | ||
| 4255 | switch (spec->multiout.num_dacs) { | 4262 | switch (spec->multiout.num_dacs) { |
| 4256 | case 0x3: /* 6 Channel */ | 4263 | case 0x3: /* 6 Channel */ |
| 4264 | spec->multiout.hp_nid = 0x17; | ||
| 4257 | spec->mixer = stac92hd73xx_6ch_mixer; | 4265 | spec->mixer = stac92hd73xx_6ch_mixer; |
| 4258 | spec->init = stac92hd73xx_6ch_core_init; | 4266 | spec->init = stac92hd73xx_6ch_core_init; |
| 4259 | break; | 4267 | break; |
| 4260 | case 0x4: /* 8 Channel */ | 4268 | case 0x4: /* 8 Channel */ |
| 4269 | spec->multiout.hp_nid = 0x18; | ||
| 4261 | spec->mixer = stac92hd73xx_8ch_mixer; | 4270 | spec->mixer = stac92hd73xx_8ch_mixer; |
| 4262 | spec->init = stac92hd73xx_8ch_core_init; | 4271 | spec->init = stac92hd73xx_8ch_core_init; |
| 4263 | break; | 4272 | break; |
| 4264 | case 0x5: /* 10 Channel */ | 4273 | case 0x5: /* 10 Channel */ |
| 4274 | spec->multiout.hp_nid = 0x19; | ||
| 4265 | spec->mixer = stac92hd73xx_10ch_mixer; | 4275 | spec->mixer = stac92hd73xx_10ch_mixer; |
| 4266 | spec->init = stac92hd73xx_10ch_core_init; | 4276 | spec->init = stac92hd73xx_10ch_core_init; |
| 4267 | }; | 4277 | }; |
| @@ -4297,6 +4307,7 @@ again: | |||
| 4297 | spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP]; | 4307 | spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP]; |
| 4298 | spec->eapd_switch = 0; | 4308 | spec->eapd_switch = 0; |
| 4299 | spec->num_amps = 1; | 4309 | spec->num_amps = 1; |
| 4310 | spec->multiout.hp_nid = 0; /* dual HPs */ | ||
| 4300 | 4311 | ||
| 4301 | if (!spec->init) | 4312 | if (!spec->init) |
| 4302 | spec->init = dell_m6_core_init; | 4313 | spec->init = dell_m6_core_init; |
| @@ -4351,6 +4362,9 @@ again: | |||
| 4351 | return err; | 4362 | return err; |
| 4352 | } | 4363 | } |
| 4353 | 4364 | ||
| 4365 | if (spec->board_config == STAC_92HD73XX_NO_JD) | ||
| 4366 | spec->hp_detect = 0; | ||
| 4367 | |||
| 4354 | codec->patch_ops = stac92xx_patch_ops; | 4368 | codec->patch_ops = stac92xx_patch_ops; |
| 4355 | 4369 | ||
| 4356 | return 0; | 4370 | return 0; |
| @@ -4899,6 +4913,10 @@ static int patch_stac927x(struct hda_codec *codec) | |||
| 4899 | */ | 4913 | */ |
| 4900 | codec->bus->needs_damn_long_delay = 1; | 4914 | codec->bus->needs_damn_long_delay = 1; |
| 4901 | 4915 | ||
| 4916 | /* no jack detecion for ref-no-jd model */ | ||
| 4917 | if (spec->board_config == STAC_D965_REF_NO_JD) | ||
| 4918 | spec->hp_detect = 0; | ||
| 4919 | |||
| 4902 | return 0; | 4920 | return 0; |
| 4903 | } | 4921 | } |
| 4904 | 4922 | ||
diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index e9084fdd208..acd68efb2b7 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c | |||
| @@ -233,7 +233,7 @@ static int omap_pcm_open(struct snd_pcm_substream *substream) | |||
| 233 | if (ret < 0) | 233 | if (ret < 0) |
| 234 | goto out; | 234 | goto out; |
| 235 | 235 | ||
| 236 | prtd = kzalloc(sizeof(prtd), GFP_KERNEL); | 236 | prtd = kzalloc(sizeof(*prtd), GFP_KERNEL); |
| 237 | if (prtd == NULL) { | 237 | if (prtd == NULL) { |
| 238 | ret = -ENOMEM; | 238 | ret = -ENOMEM; |
| 239 | goto out; | 239 | goto out; |
