RE: [PATCH v4 09/29] staging: unisys: visorinput: remove unnecessary locking

2016-06-10 Thread Sell, Timothy C
> > > > From: Thomas Gleixner [mailto:t...@linutronix.de] > > > > > > > > I think I asked this before, but I might have missed the answer. > > > > > > > > Why is this a rw_sempahore? It's never taken with down_read and > > looking > > > > at the usage sites it's simply a mutex, right? > > > > > >

[PATCH 2/3] Documentation: Move visorbus documentation from staging to Documentation/

2016-06-10 Thread David Kershner
This patch simple does a git mv of the drivers/staging/unisys/Documentation directory to Documentation. Renames overview.txt to visorbus.txt and renames sysfs-platform-visorchipset to the correct name sysfs-bus-visorbus. Signed-off-by: David Kershner Reviewed-by: Tim

[PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory

2016-06-10 Thread David Kershner
Update include/linux to include the s-Par associated common include header files needed for the s-Par visorbus. Since we have now moved the include directories over to include/linux/visorbus this patch makes all of the visor drivers visorbus, visorinput, visornic, and visorhba use the new include

[PATCH 3/3] drivers: Add visorbus to the drivers/virt directory

2016-06-10 Thread David Kershner
visorbus is currently located at drivers/staging/visorbus, this patch moves it to drivers/virt. Signed-off-by: David Kershner Reviewed-by: Tim Sell --- drivers/staging/unisys/Kconfig| 3 +--

[PATCH 0/3] move visorbus out of staging to drivers/virt/visorbus

2016-06-10 Thread David Kershner
This patchset is dependent on the previously-submitted patchset: staging: unisys: fix visorbus & visorinput issues raised by tglx This patchset moves drivers/staging/unisys/include to include/linux/visorbus, and moves drivers/staging/unisys/visorbus to drivers/virt/visorbus. This

[PATCH v4 0/1] pstore/ram: add Device Tree bindings

2016-06-10 Thread Kees Cook
This is a "v4" of Greg Hackmann's DT bindings for ramoops. This is what I'm going to land in the pstore tree unless there are strong and convincing arguments against it. :) I made a number of changes based people's feedback, and I want to get it unblocked. This patch is already carried by

Re: [PATCH v4 01/44] dma-mapping: Use unsigned long for dma_attrs

2016-06-10 Thread Luis R. Rodriguez
On Fri, Jun 10, 2016 at 10:44:19PM +0200, Krzysztof Kozlowski wrote: > On Fri, Jun 10, 2016 at 10:23:47PM +0200, Luis R. Rodriguez wrote: > > On Fri, Jun 10, 2016 at 10:16:00PM +0200, Krzysztof Kozlowski wrote: > > > The dma-attrs in current form were added around 2008 in 74bc7ceebfa1 > > > ("dma:

Re: [PATCH v2 00/38] Documentation/sphinx

2016-06-10 Thread Dave Airlie
On 11 June 2016 at 04:17, Daniel Vetter wrote: > On Thu, Jun 9, 2016 at 9:55 PM, Jonathan Corbet wrote: >> On Sat, 4 Jun 2016 14:37:01 +0300 >> Jani Nikula wrote: >> >>> When this lands in docs-next and we can backmerge to drm,

Re: [PATCH v4 01/44] dma-mapping: Use unsigned long for dma_attrs

2016-06-10 Thread Luis R. Rodriguez
On Fri, Jun 10, 2016 at 10:16:00PM +0200, Krzysztof Kozlowski wrote: > On Fri, Jun 10, 2016 at 04:49:47PM +0200, Luis R. Rodriguez wrote: > > On Fri, Jun 10, 2016 at 12:11:18PM +0200, Krzysztof Kozlowski wrote: > > > The dma-mapping core and the implementations do not change the > > > DMA

[NAK] [PATCH v4 00/29] Fixed issues raised by tglx, then move visorbus to drivers/virt

2016-06-10 Thread Kershner, David A
> -Original Message- > From: David Kershner [mailto:david.kersh...@unisys.com] > Sent: Wednesday, June 8, 2016 5:14 PM > To: cor...@lwn.net; t...@linutronix.de; mi...@redhat.com; > h...@zytor.com; Kershner, David A ; > gre...@linuxfoundation.org; Arfvidson, Erik

Re: [PATCH v2 00/38] Documentation/sphinx

2016-06-10 Thread Daniel Vetter
On Thu, Jun 9, 2016 at 9:55 PM, Jonathan Corbet wrote: > On Sat, 4 Jun 2016 14:37:01 +0300 > Jani Nikula wrote: > >> When this lands in docs-next and we can backmerge to drm, we'll plunge >> ahead and convert gpu.tmpl to rst, and have that ready for v4.8.

Re: [PATCH v5 1/1] hwmon: Add support for INA3221 Triple Current/Voltage Monitors

2016-06-10 Thread Guenter Roeck
On Fri, Jun 10, 2016 at 10:32:33AM -0500, Andrew F. Davis wrote: > Add support for the the INA3221 26v capable, Triple channel, > Bi-Directional, Zero-Drift, Low-/High-Side, Current/Voltage Monitor > with I2C interface. > > Signed-off-by: Andrew F. Davis Applied to -next. Can you

Re: [PATCH 3/7] kernel-doc-HOWTO: add kernel-doc specification

2016-06-10 Thread Markus Heiser
Hi Randy, thanks for your amendments / has been fixed [1] [1] https://github.com/return42/linux/commit/98a9fc42cbd0c23b266ac28494dafe20d7920d05 Am 09.06.2016 um 20:05 schrieb Randy Dunlap : > Hi, > > Some spellos and a few questions... >> +

[GIT PULL] add reST/sphinx-doc to linux documentation

2016-06-10 Thread Markus Heiser
Hi all, this is my suggestion for a DocBook to reST movement. It includes the doc build tools and a migration [3] of all DocBook-XML books to the reST markup. The kernel-doc HOWTO [1], the Template Book [2] and make books-help are your friends. Any comments are welcome. --

Re: [PATCH 0/7] add reST/sphinx-doc to linux documentation

2016-06-10 Thread Markus Heiser
Am 08.06.2016 um 21:49 schrieb Jonathan Corbet : > So I've finally gotten a chance to make another pass over this stuff. > > Markus, your enthusiasm is great; I'm hoping you'll do great things > helping us to improve the kernel's documentation toolchain. With 7 years DocBook

Re: [PATCH v4 01/44] dma-mapping: Use unsigned long for dma_attrs

2016-06-10 Thread Luis R. Rodriguez
On Fri, Jun 10, 2016 at 12:11:18PM +0200, Krzysztof Kozlowski wrote: > The dma-mapping core and the implementations do not change the > DMA attributes passed by pointer. Thus the pointer can point to const > data. However the attributes do not have to be a bitfield. Instead > unsigned long will

[docs-next PATCH 2/9] kernel-doc: do not warn about duplicate default section names

2016-06-10 Thread Jani Nikula
Since commit 32217761ee9db0215350dfe1ca4e66f312fb8c54 Author: Jani Nikula Date: Sun May 29 09:40:44 2016 +0300 kernel-doc: concatenate contents of colliding sections we started getting (more) errors on duplicate section names, especially on the default section name

[docs-next PATCH 5/9] kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs

2016-06-10 Thread Jani Nikula
If the kernel-doc comments for functions are not in the same file as the EXPORT_SYMBOL statements, the -export and -internal output selections do not work as expected. This is typically the case when the kernel-doc comments are in header files next to the function declarations and the

[docs-next PATCH 7/9] Documentation/sphinx: remove unnecessary temporary variable

2016-06-10 Thread Jani Nikula
Leftover cruft. No functional changes. Signed-off-by: Jani Nikula --- Documentation/sphinx/kernel-doc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/sphinx/kernel-doc.py b/Documentation/sphinx/kernel-doc.py index

[docs-next PATCH 8/9] Documentation/sphinx: use a more sensible string split in kernel-doc extension

2016-06-10 Thread Jani Nikula
Using the default str.split doesn't return empty strings like the current version does. Signed-off-by: Jani Nikula --- Documentation/sphinx/kernel-doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sphinx/kernel-doc.py

[docs-next PATCH 9/9] Documentation/sphinx: add support for specifying extra export files

2016-06-10 Thread Jani Nikula
Let the user specify file patterns where to look for the EXPORT_SYMBOLs in addition to the file with kernel-doc comments. This is directly based on the -export-file FILE option added to kernel-doc in "kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs", but we extend that with

[docs-next PATCH 0/9] Documentation/sphinx follow-up

2016-06-10 Thread Jani Nikula
Hi Jon - Thanks for merging the main Sphinx series! I greet you with another set of patches on top. ;) The main things here are reducing the noise on duplicate sections and adding better support for extracting exported symbols when EXPORT_SYMBOLs and kernel-doc are in separate files. And then

[docs-next PATCH 6/9] kernel-doc: unify all EXPORT_SYMBOL scanning to one place

2016-06-10 Thread Jani Nikula
Scan all input files for EXPORT_SYMBOLs along with the explicitly specified export files before actually parsing anything. Signed-off-by: Jani Nikula --- scripts/kernel-doc | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git

[PATCH 2/4] pinctrl.txt: Fix grammar in pinmux request list

2016-06-10 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- Documentation/pinctrl.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 4976389e432d..cefcf5d88a1c 100644 --- a/Documentation/pinctrl.txt +++

[PATCH v4 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-10 Thread Stephan Linz
Cc: Joseph Jezak Cc: Jörg Sommer Signed-off-by: Stephan Linz --- Documentation/devicetree/bindings/leds/common.txt| 3 ++- Documentation/devicetree/bindings/leds/leds-gpio.txt | 4 ++-- Documentation/laptops/asus-laptop.txt