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 > --- >

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

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

[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

[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

[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

[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

[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

[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

[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 ---

[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

[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

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

[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.

[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

[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

[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]

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

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

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

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

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

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