Re: [PATCH v3 4/5] powerpc/mm: restore top-down allocation when using movable_node

2016-10-03 Thread Balbir Singh
On 27/09/16 10:14, Reza Arbab wrote: > On Tue, Sep 27, 2016 at 07:12:31AM +1000, Benjamin Herrenschmidt wrote: >> In any case, if the memory hasn't been hotplug, this shouldn't be necessary >> as we shouldn't be considering it for allocation. > > Right. To be clear, the background info I put in

Re: [kselftest:next 19/20] htmldocs: scripts/Makefile.build:44: Documentation/Makefile: No such file or directory

2016-10-03 Thread Shuah Khan
On 10/03/2016 10:20 AM, kbuild test robot wrote: > tree: > https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next > head: 94c630ee73a4a1db18561511dfefc2e41d2e6d1e > commit: c6d2995da5409e3d0ef30c53287d3c17e450e96e [19/20] samples: move > blackfin gptimers-example from

[PULL] Documentation for 4.9

2016-10-03 Thread Jonathan Corbet
[Note you'll get a small conflict with Documentation/sphinx-static/theme_overrides.css; just take the docs-4.9 side. That's entirely the result of me still figuring out the best fix-vs-features workflow, shouldn't happen again.] The following changes since commit 29b4817d4018df78086157ea3a55c1d94

[kselftest:next 19/20] htmldocs: scripts/Makefile.build:44: Documentation/Makefile: No such file or directory

2016-10-03 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next head: 94c630ee73a4a1db18561511dfefc2e41d2e6d1e commit: c6d2995da5409e3d0ef30c53287d3c17e450e96e [19/20] samples: move blackfin gptimers-example from Documentation reproduce: make htmldocs All errors (new one

Re: [PATCH v3 1/5] drivers/of: introduce of_fdt_is_available()

2016-10-03 Thread Rob Herring
On Sun, Sep 25, 2016 at 1:36 PM, Reza Arbab wrote: > In __fdt_scan_reserved_mem(), the availability of a node is determined > by testing its "status" property. > > Move this check into its own function, borrowing logic from the > unflattened version, of_device_is_available(). > > Another caller wi

[PATCH 7/7] vgacon: remove prehistoric macros

2016-10-03 Thread Jiri Slaby
These macros: * CAN_LOAD_EGA_FONTS * CAN_LOAD_PALETTE * TRIDENT_GLITCH * VGA_CAN_DO_64KB * SLOW_VGA are either always set or always unset. They come from the linux 2.1 times. And given nobody switched them to some configurable options, I assume nobody actually uses them. So remove the macros and l

[PATCH] regulator/overview.txt: Use ".." for ranges, instead of "->"

2016-10-03 Thread Pavel Machek
Using "->" to indicate range is not too common, switch to ".." Signed-off-by: Pavel Machek --- a/Documentation/power/regulator/overview.txt +++ b/Documentation/power/regulator/overview.txt @@ -90,7 +90,7 @@ Some terms used in this document:- operating parameters and is specif

[PATCH] gpio/board.txt: point to gpiod_set_value

2016-10-03 Thread Pavel Machek
gpiod_set_value() is preffered interface these days, so add a pointer. Also fix a missing ). Signed-off-by: Pavel Machek diff --git a/Documentation/gpio/board.txt b/Documentation/gpio/board.txt index 86d3fa9..589e789 100644 --- a/Documentation/gpio/board.txt +++ b/Documentation/gpio/board.txt @

kernel-doc

2016-10-03 Thread Julia Lawall
Hello, I have the inpression that not all comments on specific functions are using the following notation: function_name() - Brief description of function. They are good about using the -, but some don't have the () after the function name and others (perhaps only one subsystem) have the functio