Re: [PATCH v3 2/3] drm: Add API for capturing frame CRCs

2016-08-08 Thread Tomeu Vizoso
On 6 August 2016 at 19:04, Daniel Stone wrote: > Hi Tomeu, > > On 22 July 2016 at 15:10, Tomeu Vizoso wrote: >> +/** >> + * DOC: CRC ABI >> + * >> + * DRM device drivers can provide to userspace CRC information of each >> frame as >> + * it reached a given hardware component (a "source"). >> + *

Re: [PATCH 0/3] Add a way to build only media docs

2016-08-08 Thread Markus Heiser
Am 07.08.2016 um 14:38 schrieb Mauro Carvalho Chehab : > Em Sun, 7 Aug 2016 11:55:27 +0200 > Markus Heiser escreveu: > >> >> Am 06.08.2016 um 14:00 schrieb Mauro Carvalho Chehab >> : >> >>> Being able to build just the media docs is important for us due to several >>> reasons: >>> >>> 1) Me

[PATCH 0/3] doc-rst: more generic way to build only sphinx sub-folders

2016-08-08 Thread Markus Heiser
From: Markus Heiser Hi Mauro, this is my approach for a more generic way to build only sphinx sub-folders, we discussed in [1]. The last patch adds a minimal conf.py to the gpu folder, if you don't want to patch the gpu folder drop it. [1] http://marc.info/?t=14705152392 Markus Heiser (3):

[PATCH 2/3] doc-rst: add stand-alone conf.py to media folder

2016-08-08 Thread Markus Heiser
From: Markus Heiser With the media/conf.py, the media folder can be build and distributed stand-alone. BTW fixed python indentation in media/conf_nitpick.py. Python indentation is 4 spaces [1] and Python 3 disallows mixing the use of tabs and spaces for indentation. [1] https://www.python.org/de

[PATCH 1/3] doc-rst: generic way to build only sphinx sub-folders

2016-08-08 Thread Markus Heiser
From: Markus Heiser Remove the 'DOC_NITPIC_TARGETS' from main $(srctree)/Makefile and add a more generic way to build only a reST sub-folder. * control *sub-folders* by environment SPHINXDIRS * control *build-theme* by environment SPHINX_CONF Folders with a conf.py file, matching $(srctree)/Doc

[PATCH 3/3] doc-rst: add stand-alone conf.py to gpu folder

2016-08-08 Thread Markus Heiser
From: Markus Heiser With the gpu/conf.py, the gpu folder can be build and distributed stand-alone. Signed-off-by: Markus Heiser --- Documentation/gpu/conf.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Documentation/gpu/conf.py diff --git a/Documentation/gpu/conf.py b/Documen

Re: [PATCH 2/3] EDAC, altera: Add Arria10 SD-MMC EDAC support

2016-08-08 Thread Borislav Petkov
On Tue, Aug 02, 2016 at 10:56:20AM -0500, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Add Altera Arria10 SD-MMC FIFO memory EDAC support. The SD-MMC > is a dual port RAM implementation which is different than any > of the other peripherals and therefore requires additional code.

Re: [PATCH 3/3] ARM: dts: Add Arria10 SD/MMC EDAC devicetree entry

2016-08-08 Thread Borislav Petkov
On Tue, Aug 02, 2016 at 10:56:21AM -0500, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Add the device tree entries needed to support the Altera SD/MMC > FIFO buffer EDAC on the Arria10 chip. > > Signed-off-by: Thor Thayer > --- > arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dt

Re: [PATCH v4 0/3] dma-mapping, powerpc, nvme: introduce the DMA_ATTR_NO_WARN attribute

2016-08-08 Thread Mauricio Faria de Oliveira
On 08/05/2016 02:01 PM, Andrew Morton wrote: Bah. What about WARN__ON_ONCE()? Or much heavier ratelimiting? The problem w/ the WARN_ON_ONCE macro for this case is that it applies once per _function_ (because of its static variable), not per _device_. So, after the message happens for a parti

Re: [PATCH 2/3] EDAC, altera: Add Arria10 SD-MMC EDAC support

2016-08-08 Thread Thor Thayer
On 08/08/2016 08:36 AM, Borislav Petkov wrote: On Tue, Aug 02, 2016 at 10:56:20AM -0500, ttha...@opensource.altera.com wrote: From: Thor Thayer Add Altera Arria10 SD-MMC FIFO memory EDAC support. The SD-MMC is a dual port RAM implementation which is different than any of the other peripheral

Re: parts of media docs sphinx re-building every time?

2016-08-08 Thread Markus Heiser
Hi Jani, Am 08.08.2016 um 17:37 schrieb Jani Nikula : > > Hi Mauro & co - > > I just noticed running 'make htmldocs' rebuilds parts of media docs > every time on repeated runs. This shouldn't happen. Please investigate. > > I wonder if it's related to Documentation/media/Makefile... which I ha

Re: [PATCH 3/3] ARM: dts: Add Arria10 SD/MMC EDAC devicetree entry

2016-08-08 Thread Dinh Nguyen
On 08/02/2016 10:56 AM, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Add the device tree entries needed to support the Altera SD/MMC > FIFO buffer EDAC on the Arria10 chip. > > Signed-off-by: Thor Thayer > --- > arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts | 12 +++

Re: parts of media docs sphinx re-building every time?

2016-08-08 Thread Mauro Carvalho Chehab
Hi Jani, Em Mon, 8 Aug 2016 18:07:10 +0200 Markus Heiser escreveu: > Hi Jani, > > Am 08.08.2016 um 17:37 schrieb Jani Nikula : > > > > > Hi Mauro & co - > > > > I just noticed running 'make htmldocs' rebuilds parts of media docs > > every time on repeated runs. This shouldn't happen. Please

[PATCH 3/4] powerpc/mm: allow memory hotplug into a memoryless node

2016-08-08 Thread Reza Arbab
Remove the check which prevents us from hotplugging into an empty node. Signed-off-by: Reza Arbab --- arch/powerpc/mm/numa.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 80d067d..bc70c4f 100644 --- a/arch/

[PATCH 4/4] mm: enable CONFIG_MOVABLE_NODE on powerpc

2016-08-08 Thread Reza Arbab
Onlining memory into ZONE_MOVABLE requires CONFIG_MOVABLE_NODE. Enable the use of this config option on PPC64 platforms. Signed-off-by: Reza Arbab --- Documentation/kernel-parameters.txt | 2 +- mm/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -

[PATCH 2/4] powerpc/mm: create numa nodes for hotplug memory

2016-08-08 Thread Reza Arbab
When scanning the device tree to initialize the system NUMA topology, process dt elements with compatible id "ibm,hotplug-aperture" to create memoryless numa nodes. These nodes will be filled when hotplug occurs within the associated address range. Signed-off-by: Reza Arbab --- arch/powerpc/mm/

[PATCH 0/4] powerpc/mm: movable hotplug memory nodes

2016-08-08 Thread Reza Arbab
These changes enable onlining memory into ZONE_MOVABLE on power, and the creation of discrete nodes of movable memory. Node hotplug is not supported on power [1]. The approach taken instead is to create a memoryless placeholder node for the designated address range at boot. Hotplug and onlining of

[PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-08 Thread Reza Arbab
Signed-off-by: Reza Arbab --- .../bindings/powerpc/opal/hotplug-aperture.txt | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt diff --git a/Documentation/devicetree/bindings/powerpc/opal/hot

[PATCH 01/10] docs: create a new dev-tools directory

2016-08-08 Thread Jonathan Corbet
This directory will be a collecting point for documentation oriented around development tools. As a step toward ordering Documentation/ it's a small one, but we have to start somewhere... Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/tools.rst | 16 Documentation/i

[PATCH 00/10] [RFC] Sphinxify and coalesce development-tool documents

2016-08-08 Thread Jonathan Corbet
This series of patches collects a number of documents related to kernel development tools, converts them to the Sphinx format, and puts them together into the dev-tools directory. The resulting formatted documentation can be seen at: http://static.lwn.net/kerneldoc/dev-tools/tools.html I

[PATCH 05/10] docs: sphinixfy gcov.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
No textual changes beyond formatting. Cc: Peter Oberparleiter Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/gcov.rst | 256 + Documentation/dev-tools/tools.rst | 1 + Documentation/gcov.txt| 257

[PATCH 09/10] docs: sphinxify kmemcheck.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
Cc: Vegard Nossum Cc: Pekka Enberg Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/kmemcheck.rst | 733 + Documentation/dev-tools/tools.rst | 1 + Documentation/kmemcheck.txt | 754 -- MAINTAINERS

[PATCH 04/10] docs: sphinxify kcov.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
Another document added to the dev-tools collection. Cc: Dmitry Vyukov Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/kcov.rst | 111 ++ Documentation/dev-tools/tools.rst | 1 + Documentation/kcov.txt| 111 ---

[PATCH 08/10] docs: sphinxify kmemleak.txt and move it to dev-tools

2016-08-08 Thread Jonathan Corbet
Cc: Catalin Marinas Signed-off-by: Jonathan Corbet --- .../{kmemleak.txt => dev-tools/kmemleak.rst} | 93 -- Documentation/dev-tools/tools.rst | 1 + MAINTAINERS| 2 +- 3 files changed, 52 insertions(+), 44 dele

[PATCH 02/10] docs: sphinxify coccinelle.txt and add it to dev-tools

2016-08-08 Thread Jonathan Corbet
No textual changes have been made, but the formatting has obviously been tweaked. Cc: Michal Marek Cc: Gilles Muller Cc: Nicolas Palix Cc: Julia Lawall Signed-off-by: Jonathan Corbet --- .../{coccinelle.txt => dev-tools/coccinelle.rst} | 359 +++-- Documentation/dev-tools/t

[PATCH 06/10] docs: sphinxify kasan.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
No textual changes beyond formatting. Cc: Andrey Ryabinin Cc: Alexander Potapenko Cc: Dmitry Vyukov Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/kasan.rst | 173 ++ Documentation/dev-tools/tools.rst | 1 + Documentation/kasan.txt |

[PATCH 10/10] docs: Sphinxify gdb-kernel-debugging.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
Cc: Jan Kiszka Signed-off-by: Jonathan Corbet --- .../gdb-kernel-debugging.rst} | 77 +- Documentation/dev-tools/tools.rst | 1 + 2 files changed, 46 insertions(+), 32 deletions(-) rename Documentation/{gdb-kernel-debugging.txt => dev-

[PATCH 07/10] docs: sphinxify ubsan.txt and move it to dev-tools

2016-08-08 Thread Jonathan Corbet
Cc: Andrey Ryabinin Signed-off-by: Jonathan Corbet --- Documentation/dev-tools/tools.rst| 1 + Documentation/{ubsan.txt => dev-tools/ubsan.rst} | 42 +--- 2 files changed, 24 insertions(+), 19 deletions(-) rename Documentation/{ubsan.txt => dev-tools/ubsan.r

[PATCH 03/10] docs: sphinxify sparse.txt and move to dev-tools

2016-08-08 Thread Jonathan Corbet
Fold the sparse document into the development tools set; no changes to the text itself beyond formatting. Signed-off-by: Jonathan Corbet --- Documentation/{sparse.txt => dev-tools/sparse.rst} | 61 +- Documentation/dev-tools/tools.rst | 1 + 2 files changed,

Re: [PATCH 02/10] docs: sphinxify coccinelle.txt and add it to dev-tools

2016-08-08 Thread Julia Lawall
Acked-by: Julia Lawall On Mon, 8 Aug 2016, Jonathan Corbet wrote: > No textual changes have been made, but the formatting has obviously been > tweaked. > > Cc: Michal Marek > Cc: Gilles Muller > Cc: Nicolas Palix > Cc: Julia Lawall > Signed-off-by: Jonathan Corbet > --- > .../{coccinelle.t