linux/drivers/hwtracing/coresight
Linus Torvalds f6cff79f1d Char/Misc driver patches for 4.16-rc1
Here is the big pull request for char/misc drivers for 4.16-rc1.
 
 There's a lot of stuff in here.  Three new driver subsystems were added
 for various types of hardware busses:
 	- siox
 	- slimbus
 	- soundwire
 as well as a new vboxguest subsystem for the VirtualBox hypervisor
 drivers.
 
 There's also big updates from the FPGA subsystem, lots of Android binder
 fixes, the usual handful of hyper-v updates, and lots of other smaller
 driver updates.
 
 All of these have been in linux-next for a long time, with no reported
 issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCWnLuZw8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ynS4QCcCrPmwfD5PJwaF+q2dPfyKaflkQMAn0x6Wd+u
 Gw3Z2scgjETUpwJ9ilnL
 =xcQ0
 -----END PGP SIGNATURE-----

Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc driver updates from Greg KH:
 "Here is the big pull request for char/misc drivers for 4.16-rc1.

  There's a lot of stuff in here. Three new driver subsystems were added
  for various types of hardware busses:

   - siox
   - slimbus
   - soundwire

  as well as a new vboxguest subsystem for the VirtualBox hypervisor
  drivers.

  There's also big updates from the FPGA subsystem, lots of Android
  binder fixes, the usual handful of hyper-v updates, and lots of other
  smaller driver updates.

  All of these have been in linux-next for a long time, with no reported
  issues"

* tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (155 commits)
  char: lp: use true or false for boolean values
  android: binder: use VM_ALLOC to get vm area
  android: binder: Use true and false for boolean values
  lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_EN
  EISA: Delete error message for a failed memory allocation in eisa_probe()
  EISA: Whitespace cleanup
  misc: remove AVR32 dependencies
  virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILES
  soundwire: Fix a signedness bug
  uio_hv_generic: fix new type mismatch warnings
  uio_hv_generic: fix type mismatch warnings
  auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
  uio_hv_generic: add rescind support
  uio_hv_generic: check that host supports monitor page
  uio_hv_generic: create send and receive buffers
  uio: document uio_hv_generic regions
  doc: fix documentation about uio_hv_generic
  vmbus: add monitor_id and subchannel_id to sysfs per channel
  vmbus: fix ABI documentation
  uio_hv_generic: use ISR callback method
  ...
2018-02-01 10:31:17 -08:00
..
Kconfig coresight replicator: Cleanup programmable replicator naming 2017-08-28 16:05:48 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
coresight-cpu-debug.c coresight: constify amba_id 2017-08-28 16:06:48 +02:00
coresight-dynamic-replicator.c coresight: Use PTR_ERR_OR_ZERO() 2017-12-19 10:05:18 +01:00
coresight-etb10.c coresight: etb10: remove duplicate includes 2017-12-19 10:05:18 +01:00
coresight-etm-cp14.c
coresight-etm-perf.c coresight: pmu: Adds return stack option to perf coresight pmu 2017-08-28 16:05:48 +02:00
coresight-etm-perf.h coresight: etm-perf: configuring filters from perf core 2016-08-31 13:05:43 +02:00
coresight-etm.h coresight: ptm: Adds trace return stack option programming for PTM. 2017-08-28 16:05:48 +02:00
coresight-etm3x-sysfs.c coresight: Use the new helper for defining registers 2017-08-28 16:05:48 +02:00
coresight-etm3x.c coresight: Extend the PIDR mask to cover relevant bits in PIDR2 2017-10-20 15:03:06 +02:00
coresight-etm4x-sysfs.c coresight: Use the new helper for defining registers 2017-08-28 16:05:48 +02:00
coresight-etm4x.c coresight: etm4x: constify amba_id 2017-08-28 16:06:48 +02:00
coresight-etm4x.h coresight: etm4x: Fix enabling of cycle accurate tracing in perf. 2017-01-25 11:46:42 +01:00
coresight-funnel.c coresight: Use PTR_ERR_OR_ZERO() 2017-12-19 10:05:18 +01:00
coresight-priv.h coresight tmc: Add helpers for accessing 64bit registers 2017-08-28 16:05:48 +02:00
coresight-replicator.c coresight: Use local coresight_desc instances 2016-08-31 13:05:43 +02:00
coresight-stm.c coresight: Extend the PIDR mask to cover relevant bits in PIDR2 2017-10-20 15:03:06 +02:00
coresight-tmc-etf.c coresight tmc: Add helpers for accessing 64bit registers 2017-08-28 16:05:48 +02:00
coresight-tmc-etr.c coresight tmc: Support for save-restore in ETR 2017-08-28 16:05:49 +02:00
coresight-tmc.c coresight: Extend the PIDR mask to cover relevant bits in PIDR2 2017-10-20 15:03:06 +02:00
coresight-tmc.h coresight tmc: Add support for Coresight SoC 600 TMC 2017-08-28 16:05:49 +02:00
coresight-tpiu.c coresight: Fix disabling of CoreSight TPIU 2017-12-19 10:05:18 +01:00
coresight.c coresight: Deduplicate bus_find_device() by name matching 2017-12-19 10:05:18 +01:00
of_coresight.c coresight: of: Use of_cpu_node_to_id helper 2018-01-02 16:43:12 +00:00