Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332918
| From | Alexander Shishkin <alexander.shishkin@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [QUEUED v20160212 00/19] stm class/intel_th: Patches in my queue |
| Date | 2016-02-12 18:10 +0100 |
| Message-ID | <r1poe-1rA-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi everybody, These are the patches that I have in my queue right now, on top of Greg's char-misc/char-misc-next branch. Questions, concerns, objections, please let me know. Otherwise I would like to send it to Greg for the next merge window. Alexander Shishkin (16): intel_th: Depend on HAS_IOMEM intel_th: gth: Remove commented-out code intel_th: Update scratchpad bits according to enabled output activity intel_th: sth: Sanitize packet callback's return values intel_th: Set root device's drvdata early intel_th: Use real device index in the node names stm class: Use driver's packet callback return value stm class: Support devices with multiple instances stm class: dummy_stm: Create multiple devices stm class: Add heartbeat stm source device stm class: Fix unlocking braino in the error path stm class: Guard output assignment against concurrency stm class: Fix unbalanced module/device refcounting stm class: Fix a race in unlinking stm class: Plug stm device's unlink callback stm class: dummy_stm: Add link callback for fault injection Laurent FERT (2): intel_th: msu: Fix offset for wrapped block intel_th: msu: Release resources on read error Lucas Tanure (1): stm class: Use a signed return type for stm_find_master_chan drivers/hwtracing/intel_th/Kconfig | 2 +- drivers/hwtracing/intel_th/core.c | 30 +++++++- drivers/hwtracing/intel_th/gth.c | 32 ++++---- drivers/hwtracing/intel_th/gth.h | 3 - drivers/hwtracing/intel_th/intel_th.h | 41 ++++++++++ drivers/hwtracing/intel_th/msu.c | 9 +-- drivers/hwtracing/intel_th/pci.c | 2 - drivers/hwtracing/intel_th/sth.c | 11 ++- drivers/hwtracing/stm/Kconfig | 11 +++ drivers/hwtracing/stm/Makefile | 2 + drivers/hwtracing/stm/core.c | 136 ++++++++++++++++++++++++++-------- drivers/hwtracing/stm/dummy_stm.c | 71 +++++++++++++++--- drivers/hwtracing/stm/heartbeat.c | 130 ++++++++++++++++++++++++++++++++ drivers/hwtracing/stm/policy.c | 7 +- drivers/hwtracing/stm/stm.h | 1 + include/linux/stm.h | 10 +++ 16 files changed, 419 insertions(+), 79 deletions(-) create mode 100644 drivers/hwtracing/stm/heartbeat.c -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[QUEUED v20160212 00/19] stm class/intel_th: Patches in my queue Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 01/19] stm class: Use a signed return type for stm_find_master_chan Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 04/19] intel_th: Update scratchpad bits according to enabled output activity Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 02/19] intel_th: Depend on HAS_IOMEM Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 07/19] intel_th: sth: Sanitize packet callback's return values Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 08/19] intel_th: Set root device's drvdata early Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 11/19] stm class: Support devices with multiple instances Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 03/19] intel_th: gth: Remove commented-out code Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:10 +0100 [QUEUED v20160212 18/19] stm class: Plug stm device's unlink callback Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 16/19] stm class: Fix unbalanced module/device refcounting Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 19/19] stm class: dummy_stm: Add link callback for fault injection Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 12/19] stm class: dummy_stm: Create multiple devices Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 17/19] stm class: Fix a race in unlinking Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 15/19] stm class: Guard output assignment against concurrency Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 14/19] stm class: Fix unlocking braino in the error path Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100 [QUEUED v20160212 13/19] stm class: Add heartbeat stm source device Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-12 18:20 +0100
csiph-web