Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Dec 2014 00:43:47 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Dec 2014 00:43:47 +0000 (16:43 -0800)
Pull char/misc driver updates from Greg KH:
 "Here's the big char/misc driver update for 3.19-rc1

  Lots of little things all over the place in different drivers, and a
  new subsystem, "coresight" has been added.  Full details are in the
  shortlog"

* tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (73 commits)
  parport: parport_pc, do not remove parent devices early
  spmi: Remove shutdown/suspend/resume kernel-doc
  carma-fpga-program: drop videobuf dependency
  carma-fpga: drop videobuf dependency
  carma-fpga-program.c: fix compile errors
  i8k: Fix temperature bug handling in i8k_get_temp()
  cxl: Name interrupts in /proc/interrupt
  CXL: Return error to PSL if IRQ demultiplexing fails & print clearer warning
  coresight-replicator: remove .owner field for driver
  coresight: fixed comments in coresight.h
  coresight: fix typo in comment in coresight-priv.h
  coresight: bindings for coresight drivers
  coresight: Adding ABI documentation
  w1: support auto-load of w1_bq27000 module.
  w1: avoid potential u16 overflow
  cn: verify msg->len before making callback
  mei: export fw status registers through sysfs
  mei: read and print all six FW status registers
  mei: txe: add cherrytrail device id
  mei: kill cached host and me csr values
  ...

18 files changed:
1  2 
MAINTAINERS
arch/arm/Kconfig.debug
arch/arm/kernel/Makefile
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
drivers/amba/bus.c
drivers/extcon/extcon-max14577.c
drivers/extcon/extcon-max77693.c
drivers/hv/channel_mgmt.c
drivers/misc/atmel-ssc.c
drivers/misc/carma/carma-fpga-program.c
drivers/misc/carma/carma-fpga.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/pci-me.c
drivers/misc/mei/pci-txe.c
drivers/parport/parport_pc.c
drivers/pcmcia/sa1111_generic.c
include/linux/amba/bus.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
@@@ -278,14 -282,16 +278,6 @@@ config MACH_SBC353
        default y
        select OMAP_PACKAGE_CUS
  
- config OMAP3_EMU
-       bool "OMAP3 debugging peripherals"
-       depends on ARCH_OMAP3
-       select ARM_AMBA
-       select OC_ETM
-       help
-         Say Y here to enable debugging hardware of omap3
 -config MACH_TI8168EVM
 -      bool "TI8168 Evaluation Module"
 -      depends on SOC_TI81XX
 -      default y
 -
 -config MACH_TI8148EVM
 -      bool "TI8148 Evaluation Module"
 -      depends on SOC_TI81XX
 -      default y
--
  config OMAP3_SDRC_AC_TIMING
        bool "Enable SDRC AC timing register changes"
        depends on ARCH_OMAP3
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