A few tweaks to improve Makefile.sphinx.
BR,
Jani.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Building latexdocs doesn't actually require $(PDFLATEX). Move the checks
for it to the pdfdocs target which does require it, and specifically
outside of the target in order to not depend on latexdocs when we can't
build pdfdocs anyway.
Signed-off-by: Jani Nikula
---
Documentation/Makefile.sphinx
Refer to xelatex and latex options via variables. This allows the user
to override the pdflatex and latex options to use on the make command
line for experimenting. As a side effect, this makes the makefile a bit
tidier.
Signed-off-by: Jani Nikula
---
Documentation/Makefile.sphinx | 9 ++---
With the unnecessary ; removed, the terminal URL detection also works
better.
Signed-off-by: Jani Nikula
---
Documentation/Makefile.sphinx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 4819638f7e21..4d3ff4b
On Wed, 02 Nov 2016, Luis de Bethencourt wrote:
> I also offer my help, let me know if you see anything I can do.
Luis, Patrice, anyone else out there willing to help: here's a list of
stuff to do, off the top of my head. I'm sure Jon will amend this.
0) Some basics first
Subscribe to linux-doc
On Sat, Oct 29, 2016 at 04:33:58PM -0200, Mauro Carvalho Chehab wrote:
>
> This patch series convert the Documentation/edac.txt book to ReST and
> add an EDAC documentation to the driver-api book.
>
> The first 2 patches on this series are just cleanups to the headers,
> removing two unused stuff
On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> This series address a series of errors during PDF generation from
> media documentation.
>
> Please notice that patch 2 carries on a PDF conversion from a PNG
> image, because Sphinx is not smart enough to do the convertion.
>
> This is a tempora
Radically reduce the noise on stdout. The full build logs will still be
available under Documentatio/output/latex/*.log.
Cc: Mauro Carvalho Chehab
Signed-off-by: Jani Nikula
---
Documentation/Makefile.sphinx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/Makef
Hi Jani,
Em Wed, 2 Nov 2016 11:40:11 +0200
Jani Nikula escreveu:
> Refer to xelatex and latex options via variables. This allows the user
> to override the pdflatex and latex options to use on the make command
> line for experimenting. As a side effect, this makes the makefile a bit
> tidier.
Em Wed, 02 Nov 2016 13:14:47 +0200
Jani Nikula escreveu:
> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> > This series address a series of errors during PDF generation from
> > media documentation.
> >
> > Please notice that patch 2 carries on a PDF conversion from a PNG
> > image, because
tree: git://linuxtv.org/hverkuil/media_tree.git cec
head: b0a453e5585d000bdeee4242f9c43b99ab1835d6
commit: 3f626673dfff318f1aea1e443f5151b9616484c8 [9/11] cec: move the CEC
framework out of staging and to media
reproduce: make htmldocs
All errors (new ones prefixed by >>):
warning: jobser
On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> Em Wed, 02 Nov 2016 13:14:47 +0200
> Jani Nikula escreveu:
>
>> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
>> > This series address a series of errors during PDF generation from
>> > media documentation.
>> >
>> > Please notice that patc
Am 01.11.2016 um 23:11 schrieb Jim Davis :
> On Mon, Oct 31, 2016 at 3:41 PM, Mauro Carvalho Chehab
> wrote:
>> Em Mon, 31 Oct 2016 16:40:02 -0600
>> Mauro Carvalho Chehab escreveu:
>>
>>> Em Mon, 31 Oct 2016 15:04:42 -0700
>>> Jim Davis escreveu:
>
> I've no idea where's it's going astray,
Am 02.11.2016 um 15:45 schrieb Jani Nikula :
> From: Markus Heiser
>
> Add missing semicolon to fix pdf build with more than one SPHINXDIRS
> directory specified. For example make SPHINXDIRS="gpu media" pdfdocs.
>
> Fixes: cd21379b1698 ("doc-rst: generic way to build PDF of sub-folders")
> Sig
From: Markus Heiser
Add missing semicolon to fix pdf build with more than one SPHINXDIRS
directory specified. For example make SPHINXDIRS="gpu media" pdfdocs.
Fixes: cd21379b1698 ("doc-rst: generic way to build PDF of sub-folders")
Signed-off-by: Markus Heiser
Signed-off-by: Jani Nikula
---
Am 01.11.2016 um 23:44 schrieb Mauro Carvalho Chehab :
> PDF build on Kernel 4.9-rc? returns an error. This is
> because we're re-defining a command too late. Move
> such redefinition to LaTeX preamble.
>
> Tested by building the documentation on interactive mode:
> make PDFLATEX=xelatex -
Am 01.11.2016 um 23:44 schrieb Mauro Carvalho Chehab :
> PDF build on Kernel 4.9-rc? returns an error. This is
> because we're re-defining a command too late. Move
> such redefinition to LaTeX preamble.
>
> Tested by building the documentation on interactive mode:
> make PDFLATEX=xelatex -
On 02/11/16 10:41, Jani Nikula wrote:
> On Wed, 02 Nov 2016, Luis de Bethencourt wrote:
>> I also offer my help, let me know if you see anything I can do.
>
> Luis, Patrice, anyone else out there willing to help: here's a list of
> stuff to do, off the top of my head. I'm sure Jon will amend this
Am 02.11.2016 um 12:14 schrieb Jani Nikula :
> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
>> This series address a series of errors during PDF generation from
>> media documentation.
>>
>> Please notice that patch 2 carries on a PDF conversion from a PNG
>> image, because Sphinx is not s
Em Wed, 02 Nov 2016 15:27:50 +0200
Jani Nikula escreveu:
> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> > Em Wed, 02 Nov 2016 13:14:47 +0200
> > Jani Nikula escreveu:
> >
> >> On Wed, 02 Nov 2016, Mauro Carvalho Chehab
> >> wrote:
> >> > This series address a series of errors durin
Em Wed, 2 Nov 2016 17:08:08 +0100
Markus Heiser escreveu:
> Am 02.11.2016 um 12:14 schrieb Jani Nikula :
>
> > On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> >
> >> This series address a series of errors during PDF generation from
> >> media documentation.
> >>
> >> Please notice that
Em Wed, 02 Nov 2016 16:05:13 +
Luis de Bethencourt escreveu:
> On 02/11/16 10:41, Jani Nikula wrote:
> > On Wed, 02 Nov 2016, Luis de Bethencourt wrote:
> >> I also offer my help, let me know if you see anything I can do.
> >
> > Luis, Patrice, anyone else out there willing to help: her
Am 02.11.2016 um 10:40 schrieb Jani Nikula :
> Refer to xelatex and latex options via variables. This allows the user
> to override the pdflatex and latex options to use on the make command
> line for experimenting. As a side effect, this makes the makefile a bit
> tidier.
>
> Signed-off-by: Jan
Am 02.11.2016 um 17:47 schrieb Mauro Carvalho Chehab :
> Em Wed, 2 Nov 2016 17:08:08 +0100
> Markus Heiser escreveu:
>
>> Am 02.11.2016 um 12:14 schrieb Jani Nikula :
>>
>>> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
>>>
This series address a series of errors during PDF generat
Am 02.11.2016 um 12:41 schrieb Jani Nikula :
> Radically reduce the noise on stdout. The full build logs will still be
> available under Documentatio/output/latex/*.log.
Tested-by: Markus Heiser
Thanks!
-- Markus --
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
th
Am 02.11.2016 um 10:40 schrieb Jani Nikula :
> Building latexdocs doesn't actually require $(PDFLATEX). Move the checks
> for it to the pdfdocs target which does require it, and specifically
> outside of the target in order to not depend on latexdocs when we can't
> build pdfdocs anyway.
Tested-
Am 02.11.2016 um 11:41 schrieb Jani Nikula :
> On Wed, 02 Nov 2016, Luis de Bethencourt wrote:
>> I also offer my help, let me know if you see anything I can do.
>
> Luis, Patrice, anyone else out there willing to help: here's a list of
> stuff to do, off the top of my head. I'm sure Jon will a
On 02/11/16 17:01, Mauro Carvalho Chehab wrote:
> Em Wed, 02 Nov 2016 16:05:13 +
> Luis de Bethencourt escreveu:
>
>> On 02/11/16 10:41, Jani Nikula wrote:
>>> On Wed, 02 Nov 2016, Luis de Bethencourt wrote:
I also offer my help, let me know if you see anything I can do.
>>>
>>> Lui
Debian Woody is pre-gcc3.2 and Sarge ships 3.3 gcc. I tried to compile
v4.8.6 on Sarge failed due to binutils:
|arch/x86/entry/entry_32.S: Assembler messages:
|arch/x86/entry/entry_32.S:379: Error: invalid character '"' in operand 1
|arch/x86/entry/entry_32.S:454: Error: too many positional argumen
Transitioned the tpm_vtpm_proxy documentation to the Sphinx
infrastructure and removed parts from the documentation that are easier
to pull from the sources. Restructured vtpm_proxy.h and tpm_vtpm_proxy.c
to be compatible with this approach and wrote associated documentation
comments.
Signed-off-b
On 2016-11-02 18:20 +0100, Sebastian Andrzej Siewior wrote:
> Debian Woody is pre-gcc3.2 and Sarge ships 3.3 gcc. I tried to compile
> v4.8.6 on Sarge failed due to binutils:
> |arch/x86/entry/entry_32.S: Assembler messages:
> |arch/x86/entry/entry_32.S:379: Error: invalid character '"' in operand
On Wed, Nov 02, 2016 at 06:20:57PM +0100, Sebastian Andrzej Siewior wrote:
> Etch (with gcc v4.1.2) gets to compile the kernel without plenty of
> warnings and it also chokes on Wno-override-init but that one could be
> easily fixed if we want to keep v4.1 as the minimum.
> So I think raising the b
On Wed, Nov 02, 2016 at 03:27:50PM +0200, Jani Nikula wrote:
On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
Em Wed, 02 Nov 2016 13:14:47 +0200
Jani Nikula escreveu:
On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote:
> This series address a series of errors during PDF generation from
> med
[Resending after adding maintainers in --to]
Provide Support for Hisilicon SoC(Hip05/06/07) Hardware event counters.
The Hisilicon SoC Hip0x series has many uncore or non-CPU performance
events and counters units.
This initial patch series is implemented refering to arm-cci, Intel/AMD uncore
and
Add support for Hisilicon SoC hardware event counters
for HIP05/06/07 chip versions.
Signed-off-by: Anurup M
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b224caa..839abc8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
1. Update Kconfig for Hip05/06/07 PMU support.
Signed-off-by: Anurup M
Signed-off-by: Shaokun Zhang
Signed-off-by: John Garry
---
drivers/perf/Kconfig | 9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 4d5c5f9..da8dd97 100644
1) Device tree bindings for Hisilicon SoC PMU.
2) Add example for Hisilicon L3 cache, MN and DDRC PMU.
Signed-off-by: Anurup M
Signed-off-by: Shaokun Zhang
---
.../devicetree/bindings/arm/hisilicon/pmu.txt | 127 +
1 file changed, 127 insertions(+)
crea
From: Tan Xiaojun
1) Add Hisilicon HiP05/06/07 CPU and ALGSUB system controller dts
bindings.
2) Add Hisilicon Djtag dts binding.
Signed-off-by: Tan Xiaojun
Signed-off-by: Anurup M
---
.../bindings/arm/hisilicon/hisilicon.txt | 82 ++
1
From: Tan Xiaojun
The Hisilicon Djtag is an independent component which connects
with some other components in the SoC by Debug Bus. This driver
can be configured to access the registers of connecting components
(like L3 cache) during real time debugging.
Signed-o
Documentation for perf usage and Hisilicon SoC PMU uncore events.
The Hisilicon SOC has event counters for hardware modules like
L3 cache, Miscellaneous node, DDR cntroller etc. These events are
all uncore.
Signed-off-by: Anurup M
Signed-off-by: Shaokun Zhang
---
1. Hip05/06/07 uncore PMU to support different hardware
event counters.
2. Hisilicon PMU shall use the DJTAG hardware interface
to access hardware event counters and configuration
register.
3. Routines to initialize and setup PMU.
4.
From: Shaokun Zhang
1. Add support to count MN hardware events.
2. Mn events are listed in sysfs at /sys/devices/hisi_mn2/events/
The events can be selected as shown in perf list
e.g.: For MN_READ_REQUEST event for Super CPU cluster 2 the
even
1. Add L3 caches events to /sys/devices/hisi_l3c2/events/
The events can be selected as shown in perf list
e.g.: For L3C_READ_ALLOCATE event for Super CPU cluster 2 the
event format is
-e "hisi_l3c2/read_allocate/"
2. Add cpu_mask attribute
1. Add nodes for hip06 L3 cache to support uncore events.
2. Add nodes for hip06 MN to support uncore events.
3. Add nodes for hip06 DDRC to support uncore events.
Signed-off-by: Anurup M
Signed-off-by: Shaokun Zhang
Signed-off-by: John Garry
---
arch/arm64/boot/dts/his
1. Add support for counting Hisilicon DDRC
statistics events in perf.
2. Support a total of 13 statistics events.
3. Events listed in /sys/devices//
Signed-off-by: Anurup M
Signed-off-by: Shaokun Zhang
---
drivers/perf/hisilicon/Makefile | 2 +-
dr
45 matches
Mail list logo