mbox series

[0/4] coresight: Documentation: next v5.4-rc5

Message ID 20191031175834.17548-1-mathieu.poirier@linaro.org (mailing list archive)
Headers show
Series coresight: Documentation: next v5.4-rc5 | expand

Message

Mathieu Poirier Oct. 31, 2019, 5:58 p.m. UTC
Good day Jonathan,

Please consider the following patches for inclusion in the next merge window.

Thanks,
Mathieu

Mike Leach (4):
  coresight: etm4x: docs: Update ABI doc for new sysfs name scheme.
  coresight: etm4x: docs: Update ABI doc for new sysfs etm4 attributes
  coresight: docs: Create common sub-directory for coresight trace.
  coresight: etm4x: docs: Adds detailed document for programming etm4x.

 .../testing/sysfs-bus-coresight-devices-etm4x | 183 ++--
 .../{ => coresight}/coresight-cpu-debug.rst   |   0
 .../coresight/coresight-etm4x-reference.rst   | 798 ++++++++++++++++++
 .../trace/{ => coresight}/coresight.rst       |   2 +-
 Documentation/trace/coresight/index.rst       |   9 +
 Documentation/trace/index.rst                 |   3 +-
 MAINTAINERS                                   |   3 +-
 7 files changed, 925 insertions(+), 73 deletions(-)
 rename Documentation/trace/{ => coresight}/coresight-cpu-debug.rst (100%)
 create mode 100644 Documentation/trace/coresight/coresight-etm4x-reference.rst
 rename Documentation/trace/{ => coresight}/coresight.rst (99%)
 create mode 100644 Documentation/trace/coresight/index.rst

Comments

Jonathan Corbet Nov. 7, 2019, 8:08 p.m. UTC | #1
On Thu, 31 Oct 2019 11:58:30 -0600
Mathieu Poirier <mathieu.poirier@linaro.org> wrote:

> Good day Jonathan,
> 
> Please consider the following patches for inclusion in the next merge window.
> 
> Thanks,
> Mathieu
> 
> Mike Leach (4):
>   coresight: etm4x: docs: Update ABI doc for new sysfs name scheme.
>   coresight: etm4x: docs: Update ABI doc for new sysfs etm4 attributes
>   coresight: docs: Create common sub-directory for coresight trace.
>   coresight: etm4x: docs: Adds detailed document for programming etm4x.
> 
>  .../testing/sysfs-bus-coresight-devices-etm4x | 183 ++--
>  .../{ => coresight}/coresight-cpu-debug.rst   |   0
>  .../coresight/coresight-etm4x-reference.rst   | 798 ++++++++++++++++++
>  .../trace/{ => coresight}/coresight.rst       |   2 +-
>  Documentation/trace/coresight/index.rst       |   9 +
>  Documentation/trace/index.rst                 |   3 +-
>  MAINTAINERS                                   |   3 +-
>  7 files changed, 925 insertions(+), 73 deletions(-)

I've applied the set, thanks.

jon