Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532492
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] coresight: next v4.9-rc7 |
| Date | 2016-11-29 17:50 +0100 |
| Message-ID | <sITLr-2xM-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Greg, These are the patches I'd like you to consider for inclusion in the 4.10 cycle. They were sent earlier this month [1] but I haven't received the usual automated acknowledgment, hence sending again. Everything applies cleanly on your 'char-misc-next' branch (38d1790644ef). Thanks, Mathieu [1]. https://www.spinics.net/lists/kernel/msg2380312.html Chunyan Zhang (1): coresight: stm: return error code instead of zero in .packet() Mathieu Poirier (1): coresight: reset "enable_sink" flag when need be Muhammad Abdul WAHAB (2): coresight: etm3x: indentation fix (extra space removed) coresight: etm3x: Adding missing features of Coresight PTM components Quentin Lambert (1): coresight: perf: Add a missing call to etm_free_aux Suzuki K Poulose (1): coresight: Add support for ARM Coresight STM-500 Suzuki K. Poulose (3): coresight: tmc: Cleanup operation mode handling coresight: tmc: Get rid of mode parameter for helper routines coresight: tmc: Remove duplicate memset drivers/hwtracing/coresight/coresight-etm-perf.c | 31 ++++----- drivers/hwtracing/coresight/coresight-etm.h | 5 ++ .../hwtracing/coresight/coresight-etm3x-sysfs.c | 12 +++- drivers/hwtracing/coresight/coresight-priv.h | 4 +- drivers/hwtracing/coresight/coresight-stm.c | 9 ++- drivers/hwtracing/coresight/coresight-tmc-etf.c | 48 ++++++-------- drivers/hwtracing/coresight/coresight-tmc-etr.c | 43 +++++-------- drivers/hwtracing/coresight/coresight-tmc.h | 2 +- drivers/hwtracing/coresight/coresight.c | 74 ++++++++++++++++++++-- 9 files changed, 144 insertions(+), 84 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] coresight: next v4.9-rc7 Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 4/9] coresight: reset "enable_sink" flag when need be Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 9/9] coresight: perf: Add a missing call to etm_free_aux Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 5/9] coresight: tmc: Cleanup operation mode handling Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 6/9] coresight: tmc: Get rid of mode parameter for helper routines Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 2/9] coresight: etm3x: indentation fix (extra space removed) Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 1/9] coresight: stm: return error code instead of zero in .packet() Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 7/9] coresight: tmc: Remove duplicate memset Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 8/9] coresight: Add support for ARM Coresight STM-500 Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 17:50 +0100 [PATCH 3/9] coresight: etm3x: Adding missing features of Coresight PTM components Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-11-29 18:00 +0100 Re: [PATCH 0/9] coresight: next v4.9-rc7 Greg KH <gregkh@linuxfoundation.org> - 2016-11-29 20:10 +0100
csiph-web