Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2014 00:32:24 +0000 (17:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2014 00:32:24 +0000 (17:32 -0700)
Pull char / misc driver patches from Greg KH:
 "Here's the big driver misc / char pull request for 3.17-rc1.

  Lots of things in here, the thunderbolt support for Apple laptops,
  some other new drivers, testing fixes, and other good things.  All
  have been in linux-next for a long time"

* tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (119 commits)
  misc: bh1780: Introduce the use of devm_kzalloc
  Lattice ECP3 FPGA: Correct endianness
  drivers/misc/ti-st: Load firmware from ti-connectivity directory.
  dt-bindings: extcon: Add support for SM5502 MUIC device
  extcon: sm5502: Change internal hardware switch according to cable type
  extcon: sm5502: Detect cable state after completing platform booting
  extcon: sm5502: Add support new SM5502 extcon device driver
  extcon: arizona: Get MICVDD against extcon device
  extcon: Remove unnecessary OOM messages
  misc: vexpress: Fix sparse non static symbol warnings
  mei: drop unused hw dependent fw status functions
  misc: bh1770glc: Use managed functions
  pcmcia: remove DEFINE_PCI_DEVICE_TABLE usage
  misc: remove DEFINE_PCI_DEVICE_TABLE usage
  ipack: Replace DEFINE_PCI_DEVICE_TABLE macro use
  drivers/char/dsp56k.c: drop check for negativity of unsigned parameter
  mei: fix return value on disconnect timeout
  mei: don't schedule suspend in pm idle
  mei: start disconnect request timer consistently
  mei: reset client connection state on timeout
  ...

1  2 
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/pci/quirks.c
include/linux/pci.h

diff --cc MAINTAINERS
Simple merge
diff --cc drivers/Kconfig
index 4e6e66c3c8d6550df5a0d86f7fb7d436c8d280f1,9b2dcc2ea6634574fd86ddeb118b602e60d1d42e..622fa266b29e959ab7ccb4590908492eb4608ac6
@@@ -176,6 -176,6 +176,8 @@@ source "drivers/powercap/Kconfig
  
  source "drivers/mcb/Kconfig"
  
 +source "drivers/ras/Kconfig"
 +
+ source "drivers/thunderbolt/Kconfig"
  endmenu
index 65c32b1cea3d643b9065e55b4afb87e68e2e1142,37b9ed4cd2d625997ee013a72dcbae832362ba7e..54bfae1f09a41148c0592d0d604279f908781d20
@@@ -158,4 -158,4 +158,5 @@@ obj-$(CONFIG_NTB)          += ntb
  obj-$(CONFIG_FMC)             += fmc/
  obj-$(CONFIG_POWERCAP)                += powercap/
  obj-$(CONFIG_MCB)             += mcb/
 +obj-$(CONFIG_RAS)             += ras/
+ obj-$(CONFIG_THUNDERBOLT)     += thunderbolt/
Simple merge
Simple merge