]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 May 2012 02:22:50 +0000 (19:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 May 2012 02:22:50 +0000 (19:22 -0700)
Pull trivial updates from Jiri Kosina:
 "As usual, it's mostly typo fixes, redundant code elimination and some
  documentation updates."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (57 commits)
  edac, mips: don't change code that has been removed in edac/mips tree
  xtensa: Change mail addresses of Hannes Weiner and Oskar Schirmer
  lib: Change mail address of Oskar Schirmer
  net: Change mail address of Oskar Schirmer
  arm/m68k: Change mail address of Sebastian Hess
  i2c: Change mail address of Oskar Schirmer
  net: Fix tcp_build_and_update_options comment in struct tcp_sock
  atomic64_32.h: fix parameter naming mismatch
  Kconfig: replace "--- help ---" with "---help---"
  c2port: fix bogus Kconfig "default no"
  edac: Fix spelling errors.
  qla1280: Remove redundant NULL check before release_firmware() call
  remoteproc: remove redundant NULL check before release_firmware()
  qla2xxx: Remove redundant NULL check before release_firmware() call.
  aic94xx: Get rid of redundant NULL check before release_firmware() call
  tehuti: delete redundant NULL check before release_firmware()
  qlogic: get rid of a redundant test for NULL before call to release_firmware()
  bna: remove redundant NULL test before release_firmware()
  tg3: remove redundant NULL test before release_firmware() call
  typhoon: get rid of redundant conditional before all to release_firmware()
  ...

33 files changed:
1  2 
Documentation/ABI/testing/sysfs-bus-usb
MAINTAINERS
Makefile
arch/arm/Kconfig
arch/blackfin/Kconfig
arch/m68k/platform/coldfire/m532x.c
arch/mips/Kconfig
arch/openrisc/Kconfig
arch/powerpc/platforms/pseries/Kconfig
drivers/hid/Kconfig
drivers/mfd/Kconfig
drivers/net/ethernet/broadcom/tg3.c
drivers/net/ethernet/brocade/bna/bnad.c
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
drivers/net/ethernet/realtek/r8169.c
drivers/net/ethernet/s6gmac.c
drivers/net/ethernet/tehuti/tehuti.c
drivers/net/irda/Kconfig
drivers/ptp/Kconfig
drivers/regulator/tps65910-regulator.c
drivers/remoteproc/remoteproc_core.c
drivers/scsi/qla2xxx/qla_os.c
drivers/scsi/scsi_error.c
drivers/usb/gadget/u_serial.c
drivers/usb/host/Kconfig
drivers/usb/storage/unusual_devs.h
drivers/video/au1100fb.c
drivers/xen/Kconfig
fs/btrfs/disk-io.c
include/linux/tcp.h
kernel/trace/Kconfig
net/atm/lec.h
sound/pci/hda/patch_realtek.c

diff --cc MAINTAINERS
Simple merge
diff --cc Makefile
Simple merge
Simple merge
index 7f3c589cc0243db4641fd735d4e18f290206e96f,b83e89ced9882e2237cd8abd13c12caafe0f2d5e..79cfe2614bcc871f7faff8fd8c0d6f2c02b54fe8
@@@ -1309,121 -1258,9 +1309,121 @@@ config PM_BFIN_WAKE_G
          (all processors, except ADSP-BF549). This option sets
          the general-purpose wake-up enable (GPWE) control bit to enable
          wake-up upon detection of an active low signal on the /GPW (PH7) pin.
-         On ADSP-BF549 this option enables the the same functionality on the
+         On ADSP-BF549 this option enables the same functionality on the
          /MRXON pin also PH7.
  
 +config PM_BFIN_WAKE_PA15
 +      bool "Allow Wake-Up from PA15"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PA15 Wake-Up
 +
 +config PM_BFIN_WAKE_PA15_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PA15
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PB15
 +      bool "Allow Wake-Up from PB15"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PB15 Wake-Up
 +
 +config PM_BFIN_WAKE_PB15_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PB15
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PC15
 +      bool "Allow Wake-Up from PC15"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PC15 Wake-Up
 +
 +config PM_BFIN_WAKE_PC15_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PC15
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PD06
 +      bool "Allow Wake-Up from PD06(ETH0_PHYINT)"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PD06(ETH0_PHYINT) Wake-up
 +
 +config PM_BFIN_WAKE_PD06_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PD06
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PE12
 +      bool "Allow Wake-Up from PE12(ETH1_PHYINT, PUSH BUTTON)"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PE12(ETH1_PHYINT, PUSH BUTTON) Wake-up
 +
 +config PM_BFIN_WAKE_PE12_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PE12
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PG04
 +      bool "Allow Wake-Up from PG04(CAN0_RX)"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PG04(CAN0_RX) Wake-up
 +
 +config PM_BFIN_WAKE_PG04_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PG04
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_PG13
 +      bool "Allow Wake-Up from PG13"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable PG13 Wake-Up
 +
 +config PM_BFIN_WAKE_PG13_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_PG13
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
 +config PM_BFIN_WAKE_USB
 +      bool "Allow Wake-Up from (USB)"
 +      depends on PM && BF60x
 +      default n
 +      help
 +        Enable (USB) Wake-up
 +
 +config PM_BFIN_WAKE_USB_POL
 +      int "Wake-up priority"
 +      depends on PM_BFIN_WAKE_USB
 +      default 0
 +      help
 +        Wake-Up priority 0(low) 1(high)
 +
  endmenu
  
  menu "CPU Frequency scaling"
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc net/atm/lec.h
Simple merge
Simple merge