Message ID | 7f3e72d30c341b48d344110925a4f5fb3c92fe3c.1555494108.git.mchehab+samsung@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Wed, Apr 17, 2019 at 06:46:10AM -0300, Mauro Carvalho Chehab wrote: > Convert vexpress to ReST format, in order to allow it to > be parsed by Sphinx. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > --- > Documentation/hwmon/vexpress | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress > index 557d6d5ad90d..8c861c8151ac 100644 > --- a/Documentation/hwmon/vexpress > +++ b/Documentation/hwmon/vexpress > @@ -2,14 +2,21 @@ Kernel driver vexpress > ====================== > > Supported systems: > + > * ARM Ltd. Versatile Express platform > + > Prefix: 'vexpress' > + > Datasheets: > + > * "Hardware Description" sections of the Technical Reference Manuals > - for the Versatile Express boards: > - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > + for the Versatile Express boards: > + > + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > + > * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: > - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > + > + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > Author: Pawel Moll I've acked this at v2 and I can't see any differences. Do you now want my Acks and prefer to get Pawel's? Best regards, Liviu > > -- > 2.20.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Em Wed, 17 Apr 2019 11:24:15 +0100 Liviu Dudau <liviu.dudau@arm.com> escreveu: > On Wed, Apr 17, 2019 at 06:46:10AM -0300, Mauro Carvalho Chehab wrote: > > Convert vexpress to ReST format, in order to allow it to > > be parsed by Sphinx. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > --- > > Documentation/hwmon/vexpress | 13 ++++++++++--- > > 1 file changed, 10 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress > > index 557d6d5ad90d..8c861c8151ac 100644 > > --- a/Documentation/hwmon/vexpress > > +++ b/Documentation/hwmon/vexpress > > @@ -2,14 +2,21 @@ Kernel driver vexpress > > ====================== > > > > Supported systems: > > + > > * ARM Ltd. Versatile Express platform > > + > > Prefix: 'vexpress' > > + > > Datasheets: > > + > > * "Hardware Description" sections of the Technical Reference Manuals > > - for the Versatile Express boards: > > - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + for the Versatile Express boards: > > + > > + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + > > * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: > > - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > + > > + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > > > Author: Pawel Moll > > I've acked this at v2 and I can't see any differences. Sorry, I forgot to include the acks. It shouldn't have any difference here (except for context lines, if any). The main goal of this was to rebase, per Guenter request, in order to apply over the top of linux-next. The only non-context changes were on patches 11, 16 and 20. The past version was based on docs-next. > Do you now want > my Acks and prefer to get Pawel's? Yeah, please send your acks. > > Best regards, > Liviu > > > > > -- > > 2.20.1 > > > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > Thanks, Mauro
On Wed, Apr 17, 2019 at 06:46:10AM -0300, Mauro Carvalho Chehab wrote: > Convert vexpress to ReST format, in order to allow it to > be parsed by Sphinx. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Best regards, Liviu > --- > Documentation/hwmon/vexpress | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress > index 557d6d5ad90d..8c861c8151ac 100644 > --- a/Documentation/hwmon/vexpress > +++ b/Documentation/hwmon/vexpress > @@ -2,14 +2,21 @@ Kernel driver vexpress > ====================== > > Supported systems: > + > * ARM Ltd. Versatile Express platform > + > Prefix: 'vexpress' > + > Datasheets: > + > * "Hardware Description" sections of the Technical Reference Manuals > - for the Versatile Express boards: > - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > + for the Versatile Express boards: > + > + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > + > * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: > - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > + > + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > Author: Pawel Moll > > -- > 2.20.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress index 557d6d5ad90d..8c861c8151ac 100644 --- a/Documentation/hwmon/vexpress +++ b/Documentation/hwmon/vexpress @@ -2,14 +2,21 @@ Kernel driver vexpress ====================== Supported systems: + * ARM Ltd. Versatile Express platform + Prefix: 'vexpress' + Datasheets: + * "Hardware Description" sections of the Technical Reference Manuals - for the Versatile Express boards: - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html + for the Versatile Express boards: + + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html + * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html + + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html Author: Pawel Moll
Convert vexpress to ReST format, in order to allow it to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> --- Documentation/hwmon/vexpress | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)