Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427931 > unrolled thread
| Started by | Suzuki K Poulose <suzuki.poulose@arm.com> |
|---|---|
| First post | 2016-06-21 18:30 +0200 |
| Last post | 2016-06-21 19:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v3 0/7] coresight: Miscellaneous fixes Suzuki K Poulose <suzuki.poulose@arm.com> - 2016-06-21 18:30 +0200
Re: [PATCH v3 0/7] coresight: Miscellaneous fixes Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-06-21 19:40 +0200
| From | Suzuki K Poulose <suzuki.poulose@arm.com> |
|---|---|
| Date | 2016-06-21 18:30 +0200 |
| Subject | [PATCH v3 0/7] coresight: Miscellaneous fixes |
| Message-ID | <rMwz7-88j-5@gated-at.bofh.it> |
This is a collection of cleanups and minor enhancements to the coresight driver. Applies on v4.7-rc4 Changes since V2: - Removed patches already queued as fixes for 4.7 - Addressed comments on V2. Changes since V1: - Added a patch to limit the trace data - Added a patch to fix tmc_read_unprepare_etr (another crash) - Split the patch to remove erraneous dma_free_coherent. - Use consistent error message format for coresight_timeout cleanup. - Fixed checkpatch warnings on the commit description, there are some errors reported on the "crash output" in the commit description. May be the checkpatch needs to be fixed ? Suzuki K Poulose (7): coresight: Remove erroneous dma_free_coherent in tmc_probe coresight: Consolidate error handling path for tmc_probe coresight: Fix csdev connections initialisation coresight: tmc: Limit the trace to available data coresight: etmv4: Fix ETMv4x peripheral ID table coresight: Cleanup TMC status check coresight: Add better messages for coresight_timeout drivers/hwtracing/coresight/coresight-etb10.c | 6 +-- drivers/hwtracing/coresight/coresight-etm4x.c | 14 +++---- drivers/hwtracing/coresight/coresight-tmc-etf.c | 2 + drivers/hwtracing/coresight/coresight-tmc-etr.c | 12 ++++-- drivers/hwtracing/coresight/coresight-tmc.c | 51 +++++++++++-------------- drivers/hwtracing/coresight/coresight-tmc.h | 4 +- drivers/hwtracing/coresight/coresight.c | 24 +++++++----- 7 files changed, 58 insertions(+), 55 deletions(-) -- 1.9.1
[toc] | [next] | [standalone]
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|---|
| Date | 2016-06-21 19:40 +0200 |
| Message-ID | <rMxOy-pg-31@gated-at.bofh.it> |
| In reply to | #1427931 |
On 21 June 2016 at 10:10, Suzuki K Poulose <suzuki.poulose@arm.com> wrote: > This is a collection of cleanups and minor enhancements to the > coresight driver. Applies on v4.7-rc4 > > Changes since V2: > - Removed patches already queued as fixes for 4.7 > - Addressed comments on V2. > > Changes since V1: > - Added a patch to limit the trace data > - Added a patch to fix tmc_read_unprepare_etr (another crash) > - Split the patch to remove erraneous dma_free_coherent. > - Use consistent error message format for coresight_timeout cleanup. > - Fixed checkpatch warnings on the commit description, there are > some errors reported on the "crash output" in the commit description. > May be the checkpatch needs to be fixed ? > > > Suzuki K Poulose (7): > coresight: Remove erroneous dma_free_coherent in tmc_probe > coresight: Consolidate error handling path for tmc_probe > coresight: Fix csdev connections initialisation > coresight: tmc: Limit the trace to available data > coresight: etmv4: Fix ETMv4x peripheral ID table > coresight: Cleanup TMC status check > coresight: Add better messages for coresight_timeout > > drivers/hwtracing/coresight/coresight-etb10.c | 6 +-- > drivers/hwtracing/coresight/coresight-etm4x.c | 14 +++---- > drivers/hwtracing/coresight/coresight-tmc-etf.c | 2 + > drivers/hwtracing/coresight/coresight-tmc-etr.c | 12 ++++-- > drivers/hwtracing/coresight/coresight-tmc.c | 51 +++++++++++-------------- > drivers/hwtracing/coresight/coresight-tmc.h | 4 +- > drivers/hwtracing/coresight/coresight.c | 24 +++++++----- > 7 files changed, 58 insertions(+), 55 deletions(-) > > -- > 1.9.1 > I have applied the whole set. Thanks, Mathieu
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web