diff for duplicates of <20190710094456.07781443@coco.lan> diff --git a/a/1.txt b/N1/1.txt index e562855..40f55df 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ Em Wed, 10 Jul 2019 09:05:30 +0700 -Phong Tran <tranmanphong@gmail.com> escreveu: +Phong Tran <tranmanphong at gmail.com> escreveu: > as doc-guide of kernel documentation, use Sphinx tool to > generate the html/pdf... files. > > This changes the plan text txt to rst format. > -> Signed-off-by: Phong Tran <tranmanphong@gmail.com> +> Signed-off-by: Phong Tran <tranmanphong at gmail.com> > --- > ChangeLog: > V2: review points from Mathieu, Jonathan @@ -30,7 +30,7 @@ Hmm... patch failed to apply on the top of linux-next. It seems that coresight.txt suffered some changes after your patch: commit cd84d63a2983ee2d386ff5a020c2c36562e4ef68 - Author: Suzuki K Poulose <suzuki.poulose@arm.com> + Author: Suzuki K Poulose <suzuki.poulose at arm.com> Date: Mon Jun 10 19:02:42 2019 +0100 Documentation: coresight: Update the generic device names @@ -55,9 +55,9 @@ Except for that, the conversion seems fine. > +Coresight CPU Debug Module > +========================== > -> - Author: Leo Yan <leo.yan@linaro.org> +> - Author: Leo Yan <leo.yan at linaro.org> > - Date: April 5th, 2017 -> + :Author: Leo Yan <leo.yan@linaro.org> +> + :Author: Leo Yan <leo.yan at linaro.org> > + :Date: April 5th, 2017 > > Introduction @@ -168,9 +168,9 @@ Except for that, the conversion seems fine. > +Coresight - HW Assisted Tracing on ARM > +====================================== > -> - Author: Mathieu Poirier <mathieu.poirier@linaro.org> +> - Author: Mathieu Poirier <mathieu.poirier at linaro.org> > - Date: September 11th, 2014 -> + :Author: Mathieu Poirier <mathieu.poirier@linaro.org> +> + :Author: Mathieu Poirier <mathieu.poirier at linaro.org> > + :Date: September 11th, 2014 > > Introduction @@ -541,7 +541,7 @@ Except for that, the conversion seems fine. > -from are listed in sysFS under ($SYSFS)/bus/coresight/devices: > +from are listed in sysFS under ($SYSFS)/bus/coresight/devices:: > -> root@linaro-nano:~# ls /sys/bus/coresight/devices/ +> root at linaro-nano:~# ls /sys/bus/coresight/devices/ > 20010000.etf 20040000.funnel 20100000.stm 22040000.etm > @@ -343,14 +356,14 @@ to use for the trace session. > @@ -582,37 +582,37 @@ Except for that, the conversion seems fine. > -found in sysfs with more information on each entry being found in [1]: > +found in sysfs with more information on each entry being found in [#first]_:: > -> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm +> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm > -enable_source hwevent_select port_enable subsystem uevent > -hwevent_enable mgmt port_select traceid -> -root@genericarmv8:~# -> + root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm +> -root at genericarmv8:~# +> + root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm > + enable_source hwevent_select port_enable subsystem uevent > + hwevent_enable mgmt port_select traceid -> + root@genericarmv8:~# +> + root at genericarmv8:~# > > Like any other source a sink needs to be identified and the STM enabled before > -being used: > +being used:: > -> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink -> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source -> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink -> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source +> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink +> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source +> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink +> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source > > From there user space applications can request and use channels using the devfs > -interface provided for that purpose by the generic STM API: > +interface provided for that purpose by the generic STM API:: > + -> + root@genericarmv8:~# ls -l /dev/20100000.stm +> + root at genericarmv8:~# ls -l /dev/20100000.stm > + crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm -> + root@genericarmv8:~# +> + root at genericarmv8:~# > + > +Details on how to use the generic STM API can be found here [#second]_. > -> -root@genericarmv8:~# ls -l /dev/20100000.stm +> -root at genericarmv8:~# ls -l /dev/20100000.stm > -crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm -> -root@genericarmv8:~# +> -root at genericarmv8:~# > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm > > -Details on how to use the generic STM API can be found here [2]. @@ -636,8 +636,8 @@ Except for that, the conversion seems fine. > index 558acf24ea1e..04b006e5cc0a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS -> @@ -1549,8 +1549,8 @@ R: Suzuki K Poulose <suzuki.poulose@arm.com> -> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +> @@ -1549,8 +1549,8 @@ R: Suzuki K Poulose <suzuki.poulose at arm.com> +> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > S: Maintained > F: drivers/hwtracing/coresight/* > -F: Documentation/trace/coresight.txt diff --git a/a/content_digest b/N1/content_digest index 41867d0..765429f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,19 @@ "ref\020190705204512.15444-1-tranmanphong@gmail.com\0" "ref\020190710020530.6262-1-tranmanphong@gmail.com\0" - "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0" - "Subject\0Re: [Patch V3] Documentation: coresight: covert txt to rst\0" + "From\0mchehab+samsung at kernel.org (Mauro Carvalho Chehab)\0" + "Subject\0[Linux-kernel-mentees] [Patch V3] Documentation: coresight: covert txt to rst\0" "Date\0Wed, 10 Jul 2019 09:44:56 -0300\0" - "To\0Phong Tran <tranmanphong@gmail.com>\0" - "Cc\0corbet@lwn.net" - mathieu.poirier@linaro.org - leo.yan@linaro.org - linux-arm-kernel@lists.infradead.org - linux-doc@vger.kernel.org - linux-kernel-mentees@lists.linuxfoundation.org - linux-kernel@vger.kernel.org - mchehab@kernel.org - skhan@linuxfoundation.org - " suzuki.poulose@arm.com\0" "\00:1\0" "b\0" "Em Wed, 10 Jul 2019 09:05:30 +0700\n" - "Phong Tran <tranmanphong@gmail.com> escreveu:\n" + "Phong Tran <tranmanphong at gmail.com> escreveu:\n" "\n" "> as doc-guide of kernel documentation, use Sphinx tool to\n" "> generate the html/pdf... files.\n" "> \n" "> This changes the plan text txt to rst format.\n" "> \n" - "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n" + "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n" "> ---\n" "> ChangeLog:\n" "> V2: review points from Mathieu, Jonathan\n" @@ -48,7 +37,7 @@ "coresight.txt suffered some changes after your patch:\n" "\n" "\tcommit cd84d63a2983ee2d386ff5a020c2c36562e4ef68\n" - "\tAuthor: Suzuki K Poulose <suzuki.poulose@arm.com>\n" + "\tAuthor: Suzuki K Poulose <suzuki.poulose at arm.com>\n" "\tDate: Mon Jun 10 19:02:42 2019 +0100\n" "\n" "\t Documentation: coresight: Update the generic device names\n" @@ -73,9 +62,9 @@ "> +Coresight CPU Debug Module\n" "> +==========================\n" "> \n" - "> - Author: Leo Yan <leo.yan@linaro.org>\n" + "> - Author: Leo Yan <leo.yan at linaro.org>\n" "> - Date: April 5th, 2017\n" - "> + :Author: Leo Yan <leo.yan@linaro.org>\n" + "> + :Author: Leo Yan <leo.yan at linaro.org>\n" "> + :Date: April 5th, 2017\n" "> \n" "> Introduction\n" @@ -186,9 +175,9 @@ "> +Coresight - HW Assisted Tracing on ARM\n" "> +======================================\n" "> \n" - "> - Author: Mathieu Poirier <mathieu.poirier@linaro.org>\n" + "> - Author: Mathieu Poirier <mathieu.poirier at linaro.org>\n" "> - Date: September 11th, 2014\n" - "> + :Author: Mathieu Poirier <mathieu.poirier@linaro.org>\n" + "> + :Author: Mathieu Poirier <mathieu.poirier at linaro.org>\n" "> + :Date: September 11th, 2014\n" "> \n" "> Introduction\n" @@ -559,7 +548,7 @@ "> -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:\n" "> +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::\n" "> \n" - "> \troot@linaro-nano:~# ls /sys/bus/coresight/devices/\n" + "> \troot at linaro-nano:~# ls /sys/bus/coresight/devices/\n" "> \t\t20010000.etf 20040000.funnel 20100000.stm 22040000.etm\n" "> @@ -343,14 +356,14 @@ to use for the trace session.\n" "> \n" @@ -600,37 +589,37 @@ "> -found in sysfs with more information on each entry being found in [1]:\n" "> +found in sysfs with more information on each entry being found in [#first]_::\n" "> \n" - "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" + "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" "> -enable_source hwevent_select port_enable subsystem uevent\n" "> -hwevent_enable mgmt port_select traceid\n" - "> -root@genericarmv8:~#\n" - "> + root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" + "> -root at genericarmv8:~#\n" + "> + root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" "> + enable_source hwevent_select port_enable subsystem uevent\n" "> + hwevent_enable mgmt port_select traceid\n" - "> + root@genericarmv8:~#\n" + "> + root at genericarmv8:~#\n" "> \n" "> Like any other source a sink needs to be identified and the STM enabled before\n" "> -being used:\n" "> +being used::\n" "> \n" - "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" - "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" - "> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" - "> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" + "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" + "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" + "> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" + "> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" "> \n" "> From there user space applications can request and use channels using the devfs\n" "> -interface provided for that purpose by the generic STM API:\n" "> +interface provided for that purpose by the generic STM API::\n" "> +\n" - "> + root@genericarmv8:~# ls -l /dev/20100000.stm\n" + "> + root at genericarmv8:~# ls -l /dev/20100000.stm\n" "> + crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm\n" - "> + root@genericarmv8:~#\n" + "> + root at genericarmv8:~#\n" "> +\n" "> +Details on how to use the generic STM API can be found here [#second]_.\n" "> \n" - "> -root@genericarmv8:~# ls -l /dev/20100000.stm\n" + "> -root at genericarmv8:~# ls -l /dev/20100000.stm\n" "> -crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm\n" - "> -root@genericarmv8:~#\n" + "> -root at genericarmv8:~#\n" "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n" "> \n" "> -Details on how to use the generic STM API can be found here [2].\n" @@ -654,8 +643,8 @@ "> index 558acf24ea1e..04b006e5cc0a 100644\n" "> --- a/MAINTAINERS\n" "> +++ b/MAINTAINERS\n" - "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n" - "> L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n" + "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n" + "> L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n" "> S:\tMaintained\n" "> F:\tdrivers/hwtracing/coresight/*\n" "> -F:\tDocumentation/trace/coresight.txt\n" @@ -671,4 +660,4 @@ "Thanks,\n" Mauro -341e528f077dde0cb54e451d9c7ce9ba7809cfdbe6dcb04a70dc4915b82f3fe5 +e1020cdd77690b6f9fc36b667a0b61efcb204222c759d202c13bbaafb6db210c
diff --git a/a/1.txt b/N2/1.txt index e562855..40f55df 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,12 +1,12 @@ Em Wed, 10 Jul 2019 09:05:30 +0700 -Phong Tran <tranmanphong@gmail.com> escreveu: +Phong Tran <tranmanphong at gmail.com> escreveu: > as doc-guide of kernel documentation, use Sphinx tool to > generate the html/pdf... files. > > This changes the plan text txt to rst format. > -> Signed-off-by: Phong Tran <tranmanphong@gmail.com> +> Signed-off-by: Phong Tran <tranmanphong at gmail.com> > --- > ChangeLog: > V2: review points from Mathieu, Jonathan @@ -30,7 +30,7 @@ Hmm... patch failed to apply on the top of linux-next. It seems that coresight.txt suffered some changes after your patch: commit cd84d63a2983ee2d386ff5a020c2c36562e4ef68 - Author: Suzuki K Poulose <suzuki.poulose@arm.com> + Author: Suzuki K Poulose <suzuki.poulose at arm.com> Date: Mon Jun 10 19:02:42 2019 +0100 Documentation: coresight: Update the generic device names @@ -55,9 +55,9 @@ Except for that, the conversion seems fine. > +Coresight CPU Debug Module > +========================== > -> - Author: Leo Yan <leo.yan@linaro.org> +> - Author: Leo Yan <leo.yan at linaro.org> > - Date: April 5th, 2017 -> + :Author: Leo Yan <leo.yan@linaro.org> +> + :Author: Leo Yan <leo.yan at linaro.org> > + :Date: April 5th, 2017 > > Introduction @@ -168,9 +168,9 @@ Except for that, the conversion seems fine. > +Coresight - HW Assisted Tracing on ARM > +====================================== > -> - Author: Mathieu Poirier <mathieu.poirier@linaro.org> +> - Author: Mathieu Poirier <mathieu.poirier at linaro.org> > - Date: September 11th, 2014 -> + :Author: Mathieu Poirier <mathieu.poirier@linaro.org> +> + :Author: Mathieu Poirier <mathieu.poirier at linaro.org> > + :Date: September 11th, 2014 > > Introduction @@ -541,7 +541,7 @@ Except for that, the conversion seems fine. > -from are listed in sysFS under ($SYSFS)/bus/coresight/devices: > +from are listed in sysFS under ($SYSFS)/bus/coresight/devices:: > -> root@linaro-nano:~# ls /sys/bus/coresight/devices/ +> root at linaro-nano:~# ls /sys/bus/coresight/devices/ > 20010000.etf 20040000.funnel 20100000.stm 22040000.etm > @@ -343,14 +356,14 @@ to use for the trace session. > @@ -582,37 +582,37 @@ Except for that, the conversion seems fine. > -found in sysfs with more information on each entry being found in [1]: > +found in sysfs with more information on each entry being found in [#first]_:: > -> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm +> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm > -enable_source hwevent_select port_enable subsystem uevent > -hwevent_enable mgmt port_select traceid -> -root@genericarmv8:~# -> + root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm +> -root at genericarmv8:~# +> + root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm > + enable_source hwevent_select port_enable subsystem uevent > + hwevent_enable mgmt port_select traceid -> + root@genericarmv8:~# +> + root at genericarmv8:~# > > Like any other source a sink needs to be identified and the STM enabled before > -being used: > +being used:: > -> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink -> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source -> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink -> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source +> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink +> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source +> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink +> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source > > From there user space applications can request and use channels using the devfs > -interface provided for that purpose by the generic STM API: > +interface provided for that purpose by the generic STM API:: > + -> + root@genericarmv8:~# ls -l /dev/20100000.stm +> + root at genericarmv8:~# ls -l /dev/20100000.stm > + crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm -> + root@genericarmv8:~# +> + root at genericarmv8:~# > + > +Details on how to use the generic STM API can be found here [#second]_. > -> -root@genericarmv8:~# ls -l /dev/20100000.stm +> -root at genericarmv8:~# ls -l /dev/20100000.stm > -crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm -> -root@genericarmv8:~# +> -root at genericarmv8:~# > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm > > -Details on how to use the generic STM API can be found here [2]. @@ -636,8 +636,8 @@ Except for that, the conversion seems fine. > index 558acf24ea1e..04b006e5cc0a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS -> @@ -1549,8 +1549,8 @@ R: Suzuki K Poulose <suzuki.poulose@arm.com> -> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +> @@ -1549,8 +1549,8 @@ R: Suzuki K Poulose <suzuki.poulose at arm.com> +> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > S: Maintained > F: drivers/hwtracing/coresight/* > -F: Documentation/trace/coresight.txt diff --git a/a/content_digest b/N2/content_digest index 41867d0..f9d5726 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,30 +1,19 @@ "ref\020190705204512.15444-1-tranmanphong@gmail.com\0" "ref\020190710020530.6262-1-tranmanphong@gmail.com\0" - "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0" - "Subject\0Re: [Patch V3] Documentation: coresight: covert txt to rst\0" + "From\0mchehab+samsung@kernel.org (Mauro Carvalho Chehab)\0" + "Subject\0[Linux-kernel-mentees] [Patch V3] Documentation: coresight: covert txt to rst\0" "Date\0Wed, 10 Jul 2019 09:44:56 -0300\0" - "To\0Phong Tran <tranmanphong@gmail.com>\0" - "Cc\0corbet@lwn.net" - mathieu.poirier@linaro.org - leo.yan@linaro.org - linux-arm-kernel@lists.infradead.org - linux-doc@vger.kernel.org - linux-kernel-mentees@lists.linuxfoundation.org - linux-kernel@vger.kernel.org - mchehab@kernel.org - skhan@linuxfoundation.org - " suzuki.poulose@arm.com\0" "\00:1\0" "b\0" "Em Wed, 10 Jul 2019 09:05:30 +0700\n" - "Phong Tran <tranmanphong@gmail.com> escreveu:\n" + "Phong Tran <tranmanphong at gmail.com> escreveu:\n" "\n" "> as doc-guide of kernel documentation, use Sphinx tool to\n" "> generate the html/pdf... files.\n" "> \n" "> This changes the plan text txt to rst format.\n" "> \n" - "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n" + "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n" "> ---\n" "> ChangeLog:\n" "> V2: review points from Mathieu, Jonathan\n" @@ -48,7 +37,7 @@ "coresight.txt suffered some changes after your patch:\n" "\n" "\tcommit cd84d63a2983ee2d386ff5a020c2c36562e4ef68\n" - "\tAuthor: Suzuki K Poulose <suzuki.poulose@arm.com>\n" + "\tAuthor: Suzuki K Poulose <suzuki.poulose at arm.com>\n" "\tDate: Mon Jun 10 19:02:42 2019 +0100\n" "\n" "\t Documentation: coresight: Update the generic device names\n" @@ -73,9 +62,9 @@ "> +Coresight CPU Debug Module\n" "> +==========================\n" "> \n" - "> - Author: Leo Yan <leo.yan@linaro.org>\n" + "> - Author: Leo Yan <leo.yan at linaro.org>\n" "> - Date: April 5th, 2017\n" - "> + :Author: Leo Yan <leo.yan@linaro.org>\n" + "> + :Author: Leo Yan <leo.yan at linaro.org>\n" "> + :Date: April 5th, 2017\n" "> \n" "> Introduction\n" @@ -186,9 +175,9 @@ "> +Coresight - HW Assisted Tracing on ARM\n" "> +======================================\n" "> \n" - "> - Author: Mathieu Poirier <mathieu.poirier@linaro.org>\n" + "> - Author: Mathieu Poirier <mathieu.poirier at linaro.org>\n" "> - Date: September 11th, 2014\n" - "> + :Author: Mathieu Poirier <mathieu.poirier@linaro.org>\n" + "> + :Author: Mathieu Poirier <mathieu.poirier at linaro.org>\n" "> + :Date: September 11th, 2014\n" "> \n" "> Introduction\n" @@ -559,7 +548,7 @@ "> -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:\n" "> +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::\n" "> \n" - "> \troot@linaro-nano:~# ls /sys/bus/coresight/devices/\n" + "> \troot at linaro-nano:~# ls /sys/bus/coresight/devices/\n" "> \t\t20010000.etf 20040000.funnel 20100000.stm 22040000.etm\n" "> @@ -343,14 +356,14 @@ to use for the trace session.\n" "> \n" @@ -600,37 +589,37 @@ "> -found in sysfs with more information on each entry being found in [1]:\n" "> +found in sysfs with more information on each entry being found in [#first]_::\n" "> \n" - "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" + "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" "> -enable_source hwevent_select port_enable subsystem uevent\n" "> -hwevent_enable mgmt port_select traceid\n" - "> -root@genericarmv8:~#\n" - "> + root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" + "> -root at genericarmv8:~#\n" + "> + root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n" "> + enable_source hwevent_select port_enable subsystem uevent\n" "> + hwevent_enable mgmt port_select traceid\n" - "> + root@genericarmv8:~#\n" + "> + root at genericarmv8:~#\n" "> \n" "> Like any other source a sink needs to be identified and the STM enabled before\n" "> -being used:\n" "> +being used::\n" "> \n" - "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" - "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" - "> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" - "> + root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" + "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" + "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" + "> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n" + "> + root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n" "> \n" "> From there user space applications can request and use channels using the devfs\n" "> -interface provided for that purpose by the generic STM API:\n" "> +interface provided for that purpose by the generic STM API::\n" "> +\n" - "> + root@genericarmv8:~# ls -l /dev/20100000.stm\n" + "> + root at genericarmv8:~# ls -l /dev/20100000.stm\n" "> + crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm\n" - "> + root@genericarmv8:~#\n" + "> + root at genericarmv8:~#\n" "> +\n" "> +Details on how to use the generic STM API can be found here [#second]_.\n" "> \n" - "> -root@genericarmv8:~# ls -l /dev/20100000.stm\n" + "> -root at genericarmv8:~# ls -l /dev/20100000.stm\n" "> -crw------- 1 root root 10, 61 Jan 3 18:11 /dev/20100000.stm\n" - "> -root@genericarmv8:~#\n" + "> -root at genericarmv8:~#\n" "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n" "> \n" "> -Details on how to use the generic STM API can be found here [2].\n" @@ -654,8 +643,8 @@ "> index 558acf24ea1e..04b006e5cc0a 100644\n" "> --- a/MAINTAINERS\n" "> +++ b/MAINTAINERS\n" - "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n" - "> L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n" + "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n" + "> L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n" "> S:\tMaintained\n" "> F:\tdrivers/hwtracing/coresight/*\n" "> -F:\tDocumentation/trace/coresight.txt\n" @@ -671,4 +660,4 @@ "Thanks,\n" Mauro -341e528f077dde0cb54e451d9c7ce9ba7809cfdbe6dcb04a70dc4915b82f3fe5 +9f2f2d91b0919f6bfacb5f67096f801f8a505fad36758dc38992719b501e63d1
diff --git a/a/1.txt b/N3/1.txt index e562855..83ea0ef 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -652,3 +652,8 @@ Except for that, the conversion seems fine. Thanks, Mauro + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N3/content_digest index 41867d0..99fb36d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,16 +4,16 @@ "Subject\0Re: [Patch V3] Documentation: coresight: covert txt to rst\0" "Date\0Wed, 10 Jul 2019 09:44:56 -0300\0" "To\0Phong Tran <tranmanphong@gmail.com>\0" - "Cc\0corbet@lwn.net" - mathieu.poirier@linaro.org - leo.yan@linaro.org - linux-arm-kernel@lists.infradead.org + "Cc\0mathieu.poirier@linaro.org" linux-doc@vger.kernel.org - linux-kernel-mentees@lists.linuxfoundation.org + suzuki.poulose@arm.com + corbet@lwn.net linux-kernel@vger.kernel.org - mchehab@kernel.org + leo.yan@linaro.org skhan@linuxfoundation.org - " suzuki.poulose@arm.com\0" + mchehab@kernel.org + linux-kernel-mentees@lists.linuxfoundation.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Em Wed, 10 Jul 2019 09:05:30 +0700\n" @@ -669,6 +669,11 @@ "\n" "\n" "Thanks,\n" - Mauro + "Mauro\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -341e528f077dde0cb54e451d9c7ce9ba7809cfdbe6dcb04a70dc4915b82f3fe5 +bfc5888f0420aac4270bec8d32ac3fe95781d94905c97bbbbe5c85e684ed10f3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.