[PATCH linux v7 1/2] Documentation: dt-bindings: Document bindings for ASPEED AST2400/AST2500 PWM and Fan tach controller device driver

2017-04-04 Thread Jaghathiswari Rankappagounder Natarajan
This binding provides interface for adding values related to ASPEED AST2400/2500 PWM and Fan tach controller support. The PWM controller can support upto 8 PWM output ports. The Fan tach controller can support upto 16 tachometer inputs. Signed-off-by: Jaghathiswari Rankappagounder Natarajan Acked

[PATCH linux v7 2/2] drivers: hwmon: Support for ASPEED PWM/Fan tach

2017-04-04 Thread Jaghathiswari Rankappagounder Natarajan
The ASPEED AST2400/2500 PWM controller supports 8 PWM output ports. The ASPEED AST2400/2500 Fan tach controller supports 16 tachometer inputs. The device driver matches on the device tree node. The configuration values are read from the device tree and written to the respective registers. The drive

[PATCH linux v7 0/2] Support for ASPEED AST2400/AST2500 PWM and Fan Tach driver

2017-04-04 Thread Jaghathiswari Rankappagounder Natarajan
Support for ASPEED AST2400/AST2500 PWM and Fan Tach driver. Patches based on the upstream tag 4.9. Changes made in Version 4 are indicated in the individual patches. The AST2400/AST2500 PWM controller can support 8 PWM output ports. The AST2400/AST2500 Fan Tach controller can support 16 tachometer

Re: [PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-04-04 Thread Stephen Boyd
On 03/26, Leo Yan wrote: > The debug APB clock is absent in hi6220 driver, so this patch is to add > support for it. > > Signed-off-by: Leo Yan > --- Applied to clk-next. I suspect we don't need a topic branch for the DT header because arm-soc won't be taking the dts side of the changes? -- Qu

Re: [PATCH v5 5/9] coresight: use const for device_node structures

2017-04-04 Thread Stephen Boyd
On 03/26, Leo Yan wrote: > Almost low level functions from open firmware have used const to > qualify device_node structures, so add const for device_node > parameters in of_coresight related functions. > > Signed-off-by: Leo Yan > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center,

Re: [GIT PULL] PCI: Support for configurable PCI endpoint

2017-04-04 Thread Bjorn Helgaas
On Mon, Mar 27, 2017 at 03:14:56PM +0530, Kishon Vijay Abraham I wrote: > Hi Bjorn, > > Please find the pull request for PCI endpoint support below. I've > also included all the history here. I tentatively applied this to pci/host-designware with the mostly trival textual changes below. If you p

[PATCH 2/2] devicetree: Document the max31760 device binding.

2017-04-04 Thread John Muir
Signed-off-by: John Muir --- .../devicetree/bindings/hwmon/max31760.txt | 58 ++ 1 file changed, 58 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/max31760.txt diff --git a/Documentation/devicetree/bindings/hwmon/max31760.txt b/Documentatio

[PATCH 1/2] hwmon: Add MAX31760 fan controller driver.

2017-04-04 Thread John Muir
Add a driver for the Maxim Integrated MAX31760 Precision Fan Speed Controller. Signed-off-by: John Muir --- Documentation/hwmon/max31760 | 41 ++ drivers/hwmon/Kconfig| 10 + drivers/hwmon/Makefile |1 + drivers/hwmon/max31760.c | 1430 ++

[PATCH 0/2] Add Maxim Integrated MAX31760 fan controller driver.

2017-04-04 Thread John Muir
Add a device driver for the MAX31760 I2C device with a hwmon interface and a few open firmware device properties. John Muir (2): hwmon: Add MAX31760 fan controller driver. devicetree: Document the max31760 device binding. .../devicetree/bindings/hwmon/max31760.txt | 58 + Documenta

Re: [PATCH linux v6 2/2] drivers: hwmon: Support for ASPEED PWM/Fan tach

2017-04-04 Thread Guenter Roeck
On 04/04/2017 05:55 AM, Guenter Roeck wrote: On 04/03/2017 04:30 PM, Jaghathiswari Rankappagounder Natarajan wrote: The ASPEED AST2400/2500 PWM controller supports 8 PWM output ports. The ASPEED AST2400/2500 Fan tach controller supports 16 tachometer inputs. The device driver matches on the devi

Re: [PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs

2017-04-04 Thread Neil Armstrong
On 04/04/2017 02:31 PM, Neil Armstrong wrote: > The Amlogic GX SoCs implements a Synopsys DesignWare HDMI TX Controller > in combination with a very custom PHY. > > Thanks to Laurent Pinchart's changes, the HW report the following : > Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_ph

Re: [PATCH v3] tracing/kprobes: expose maxactive for kretprobe in kprobe_events

2017-04-04 Thread Steven Rostedt
On Tue, 4 Apr 2017 20:24:59 +0900 Masami Hiramatsu wrote: > On Mon, 3 Apr 2017 12:36:22 +0200 > Alban Crequy wrote: > > > From: Alban Crequy > > > > When a kretprobe is installed on a kernel function, there is a maximum > > limit of how many calls in parallel it can catch (aka "maxactive").

Re: [PATCH v5 untested] kvm: better MWAIT emulation for guests

2017-04-04 Thread Radim Krčmář
[Cc qemu-devel as we've gone off-topic] 2017-04-04 15:15+0200, Alexander Graf: > On 04/04/2017 03:13 PM, Radim Krčmář wrote: >> 2017-04-04 14:51+0200, Alexander Graf: >> > Please see my patch to force enable CPUID bits ;). >> Nice. MWAIT could also use setting of arbitrary values for its leaf, >>

Re: [PATCH v5 untested] kvm: better MWAIT emulation for guests

2017-04-04 Thread Alexander Graf
On 04/04/2017 03:13 PM, Radim Krčmář wrote: 2017-04-04 14:51+0200, Alexander Graf: On 04/04/2017 02:39 PM, Radim Krčmář wrote: 2017-04-03 12:04+0200, Alexander Graf: So coming back to the original patch, is there anything that should keep us from exposing MWAIT straight into the guest at all t

Re: [PATCH v5 untested] kvm: better MWAIT emulation for guests

2017-04-04 Thread Radim Krčmář
2017-04-04 14:51+0200, Alexander Graf: > On 04/04/2017 02:39 PM, Radim Krčmář wrote: >> 2017-04-03 12:04+0200, Alexander Graf: >> > So coming back to the original patch, is there anything that should keep us >> > from exposing MWAIT straight into the guest at all times? >> Just minor issues: >> *

Re: [PATCH linux v6 2/2] drivers: hwmon: Support for ASPEED PWM/Fan tach

2017-04-04 Thread Guenter Roeck
On 04/03/2017 04:30 PM, Jaghathiswari Rankappagounder Natarajan wrote: The ASPEED AST2400/2500 PWM controller supports 8 PWM output ports. The ASPEED AST2400/2500 Fan tach controller supports 16 tachometer inputs. The device driver matches on the device tree node. The configuration values are rea

Re: [PATCH linux v6 1/2] Documentation: dt-bindings: Document bindings for ASPEED AST2400/AST2500 PWM and Fan tach controller device driver

2017-04-04 Thread Guenter Roeck
On 04/03/2017 04:30 PM, Jaghathiswari Rankappagounder Natarajan wrote: This binding provides interface for adding values related to ASPEED AST2400/2500 PWM and Fan tach controller support. The PWM controller can support upto 8 PWM output ports. The Fan tach controller can support upto 16 tachomet

Re: [PATCH v5 untested] kvm: better MWAIT emulation for guests

2017-04-04 Thread Alexander Graf
On 04/04/2017 02:39 PM, Radim Krčmář wrote: 2017-04-03 12:04+0200, Alexander Graf: On 03/29/2017 02:11 PM, Radim Krčmář wrote: 2017-03-28 13:35-0700, Jim Mattson: On Tue, Mar 28, 2017 at 7:28 AM, Radim Krčmář wrote: 2017-03-27 15:34+0200, Alexander Graf: On 15/03/2017 22:22, Michael S. Tsir

Re: [PATCH v5 untested] kvm: better MWAIT emulation for guests

2017-04-04 Thread Radim Krčmář
2017-04-03 12:04+0200, Alexander Graf: > On 03/29/2017 02:11 PM, Radim Krčmář wrote: >> 2017-03-28 13:35-0700, Jim Mattson: >> > On Tue, Mar 28, 2017 at 7:28 AM, Radim Krčmář wrote: >> > > 2017-03-27 15:34+0200, Alexander Graf: >> > > > On 15/03/2017 22:22, Michael S. Tsirkin wrote: >> > > > > Gue

Re: [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook

2017-04-04 Thread Mauro Carvalho Chehab
Em Sun, 2 Apr 2017 14:34:18 -0600 Jonathan Corbet escreveu: > On Thu, 30 Mar 2017 17:11:27 -0300 > Mauro Carvalho Chehab wrote: > > > This series converts just two documents, adding them to the > > core-api.rst book. It addresses the errors/warnings that popup > > after the conversion. > > > >

[PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs

2017-04-04 Thread Neil Armstrong
The Amlogic GX SoCs implements a Synopsys DesignWare HDMI TX Controller in combination with a very custom PHY. Thanks to Laurent Pinchart's changes, the HW report the following : Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy) The following differs from common PHY integration as

[PATCH v6.1 3/4] drm: bridge: dw-hdmi: Add Documentation on supported input formats

2017-04-04 Thread Neil Armstrong
This patch adds a new DRM documentation entry and links to the input format table added in the dw_hdmi header. Reviewed-by: Archit Taneja Acked-by: Laurent Pinchart Signed-off-by: Neil Armstrong --- Documentation/gpu/bridge/dw-hdmi.rst | 15 +++ Documentation/gpu/index.rst

[PATCH v6.1 2/4] drm: bridge: dw-hdmi: Switch to V4L bus format and encodings

2017-04-04 Thread Neil Armstrong
Switch code to use the newly introduced V4L bus formats IDs instead of custom defines. Also use the V4L encoding defines. Some display pipelines can only provide non-RBG input pixels to the HDMI TX Controller, this patch takes the pixel format from the plat_data if provided. Reviewed-by: Jose Abr

[PATCH v6.1 4/4] drm: bridge: dw-hdmi: Move HPD handling to PHY operations

2017-04-04 Thread Neil Armstrong
The HDMI TX controller support HPD and RXSENSE signaling from the PHY via it's STAT0 PHY interface, but some vendor PHYs can manage these signals independently from the controller, thus these STAT0 handling should be moved to PHY specific operations and become optional. The existing STAT0 HPD and

[PATCH v2 18/37] docs: input/joystick-api: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require some adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/joystick-api.txt | 138 +++ 1 file changed, 75 insertions(+), 63 deletions(-) diff --git a

[PATCH v2 31/37] docs: input/shape: convert it from xfig to svg

2017-04-04 Thread Mauro Carvalho Chehab
We're using svg as the standard format for vectorial images. Convert it to .svg, in a way that it is easily editable. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/shape.fig | 65 --- Documentation/input/shape.svg | 39 +

[PATCH v2 16/37] docs: input/iforce-protocol: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file seems to be using some other markup language, (maybe mediawiki?). Manually convert it to ReST markup, with is the one we're using along the Kernel documentaiton. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/iforce-protocol.txt | 495 1 f

[PATCH v2 13/37] docs: input/gamepad: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/gamepad.txt | 43 + 1 file changed, 31 insertions(+), 12 deletions(-) diff --gi

[PATCH v2 33/37] docs: ff.rst: use svg files instead of xfig

2017-04-04 Thread Mauro Carvalho Chehab
Now that the images got converted to svg, add them at the ff.rst file. NOTE: After merging upstream, the "figure" tag should be replaced by the new "kernel-figure" tag, in order for the SVG images to be included at the PDF files. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/ff.r

[PATCH v2 14/37] docs: input/gameport-programming: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/gameport-programming.txt | 83 1 file changed, 59 insertions(+), 24 deletions(-) diff --git a/

[PATCH v2 05/37] docs: input/atarikbd: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. We opted to remove section numbers, as this can be automatically generated on Sphinx, by using :numbered: tag at index. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input

[PATCH v2 22/37] docs: input/notifier: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/notifier.txt | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/input/notifier

[PATCH v2 37/37] hid-logitech-hidpp: add support for ratchet switch

2017-04-04 Thread Mauro Carvalho Chehab
Logitech Anywhere MX2 and MX master produce events for the wheel ratchet/free wheel button. Add support for it. Signed-off-by: Mauro Carvalho Chehab --- drivers/hid/hid-logitech-hidpp.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hid-l

[PATCH v2 12/37] docs: input/ff: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/ff.txt | 188 +++-- 1 file changed, 112 insertions(+), 76 deletions(-) diff --g

[PATCH v2 11/37] docs: input/event-codes: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Peter Hutterer --- Documentation/input/event-codes.txt | 132 +--- 1 file changed, 92 insertions(+

[PATCH v2 35/37] input: add a EV_SW event for ratchet switch

2017-04-04 Thread Mauro Carvalho Chehab
Some mouses have a switch on their wheel, allowing to switch between ratchet or free wheel mode. Add support for it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/event-codes.rst| 16 include/linux/mod_devicetable.h| 2 +- include/uapi/linux/input-eve

[PATCH v2 27/37] docs: input/walkera0701: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/walkera0701.txt | 53 + 1 file changed, 36 insertions(+), 17 deletions(-) diff --gi

[PATCH v2 03/37] docs: input/amijoy: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file contains lots of tables, but none formatted using the ReST syntax. Adjust them to match the ReST syntax and add a title for the document. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/amijoy.txt | 165 + 1 file changed, 118 inserti

[PATCH v2 10/37] docs: input/elantech: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. We opted to remove section numbers, as this can be automatically generated on Sphinx, by using :numbered: tag at index. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input

[PATCH v2 34/37] input: add an EV_REL event for high-res vertical wheel

2017-04-04 Thread Mauro Carvalho Chehab
As some devices can produce either low-res or high-res vertical wheel EV_REL events, add a new event to allow userspace to distinguish between them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/event-codes.rst| 16 +--- include/uapi/linux/input-event-codes.h | 1

[PATCH v2 21/37] docs: input/multi-touch-protocol: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/multi-touch-protocol.txt | 196 +-- 1 file changed, 94 insertions(+), 102 deletions(-) diff --gi

[PATCH v2 06/37] docs: input/bcm5974: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/bcm5974.txt | 43 +++-- 1 file changed, 24 insertions(+), 19 deletions(-) diff --gi

[PATCH v2 32/37] docs: input/interactive: convert from xfig to svg

2017-04-04 Thread Mauro Carvalho Chehab
We're using svg as the standard format for vectorial images. Convert it to .svg, in a way that it is easily editable. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/interactive.fig | 42 - Documentation/input/interactive.svg | 24 +++

[PATCH v2 30/37] docs-rst: create a book with Linux Input documentation

2017-04-04 Thread Mauro Carvalho Chehab
Now that all files under Documentation/input follows the ReST markup language, rename them to *.rst and create a book for the Linux Input subsystem. Signed-off-by: Mauro Carvalho Chehab --- Documentation/conf.py | 2 + Documentation/input/{alps.txt => alps.rst}

[PATCH v2 25/37] docs: input/sentelic: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file has its own particular format that doesn't match any markup one. Manually change it to get something that would be readable using ReST markup language. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/sentelic.txt | 1000 -- 1 file chang

[PATCH v2 01/37] docs: Documentation/input/input: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/input.txt | 240 +++--- 1 file changed, 131 insertions(+), 109 deletions(-) diff --git

[PATCH v2 15/37] docs: input/gpio-tilt: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/gpio-tilt.txt | 124 +++--- 1 file changed, 62 insertions(+), 62 deletions(-) diff --gi

[PATCH v2 36/37] hid-logitech-hidpp: add support for high res wheel

2017-04-04 Thread Mauro Carvalho Chehab
Some Logitech mouses (MX Anyware 2 and MX Master) have support for a high-resolution wheel. This wheel can work in backward-compatible mode, generating wheel events via HID normal events, or it can use new HID++ events that report not only the wheel movement, but also the resolution. Add support

[PATCH v2 20/37] docs: input/joystick-parport: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/joystick-parport.txt | 708 --- 1 file changed, 370 insertions(+), 338 deletions(-) diff --

[PATCH v2 17/37] docs: input/input-programming: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/input-programming.txt | 253 +++--- 1 file changed, 128 insertions(+), 125 deletions(-) diff --

[PATCH v2 19/37] docs: input/joystick: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/joystick.txt | 541 +-- 1 file changed, 293 insertions(+), 248 deletions(-) diff --

[PATCH v2 07/37] docs: input/cd32: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
Currently, it misses a title, and the table is not valid for ReST. Adjust them, in order for it to be able to parse on Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/cd32.txt | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a

[PATCH v2 29/37] docs: input/yealink: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/yealink.txt | 164 +++- 1 file changed, 93 insertions(+), 71 deletions(-) diff --gi

[PATCH v2 08/37] docs: input/cma3000_d0x: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/cma3000_d0x.txt | 72 - 1 file changed, 48 insertions(+), 24 deletions(-) diff --gi

[PATCH v2 24/37] docs: input/rotary-encoder: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/rotary-encoder.txt | 74 +- 1 file changed, 38 insertions(+), 36 deletions(-) diff --gi

[PATCH v2 28/37] docs: input/xpad: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/xpad.txt | 120 --- 1 file changed, 68 insertions(+), 52 deletions(-) diff --gi

[PATCH v2 09/37] docs: input/cs461x: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/cs461x.txt | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Documentat

[PATCH v2 04/37] docs: input/appletouch: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/appletouch.txt | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/D

[PATCH v2 02/37] docs: input/alps: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/alps.txt | 43 ++- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git

[PATCH v2 23/37] docs: input/ntrig: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/ntrig.txt | 49 ++- 1 file changed, 30 insertions(+), 19 deletions(-) diff --gi

[PATCH v2 26/37] docs: input/userio: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/userio.txt | 79 +- 1 file changed, 47 insertions(+), 32 deletions(-) diff --gi

[PATCH v2 11/33] docs: input/event-codes: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Peter Hutterer --- Documentation/input/event-codes.txt | 132 +--- 1 file changed, 92 insertions(+

[PATCH v2 30/33] docs-rst: create a book with Linux Input documentation

2017-04-04 Thread Mauro Carvalho Chehab
Now that all files under Documentation/input follows the ReST markup language, rename them to *.rst and create a book for the Linux Input subsystem. Signed-off-by: Mauro Carvalho Chehab --- Documentation/conf.py | 2 + Documentation/input/{alps.txt => alps.rst}

[PATCH v2 01/33] docs: Documentation/input/input: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/input.txt | 240 +++--- 1 file changed, 131 insertions(+), 109 deletions(-) diff --git

[PATCH v2 20/33] docs: input/joystick-parport: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/joystick-parport.txt | 708 --- 1 file changed, 370 insertions(+), 338 deletions(-) diff --

[PATCH v2 27/33] docs: input/walkera0701: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/walkera0701.txt | 53 + 1 file changed, 36 insertions(+), 17 deletions(-) diff --gi

[PATCH v2 12/33] docs: input/ff: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/ff.txt | 188 +++-- 1 file changed, 112 insertions(+), 76 deletions(-) diff --g

[PATCH v2 32/33] docs: input/interactive: convert from xfig to svg

2017-04-04 Thread Mauro Carvalho Chehab
We're using svg as the standard format for vectorial images. Convert it to .svg, in a way that it is easily editable. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/interactive.fig | 42 - Documentation/input/interactive.svg | 24 +++

[PATCH v2 19/33] docs: input/joystick: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/joystick.txt | 541 +-- 1 file changed, 293 insertions(+), 248 deletions(-) diff --

[PATCH v2 22/33] docs: input/notifier: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/notifier.txt | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/input/notifier

[PATCH v2 17/33] docs: input/input-programming: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/input-programming.txt | 253 +++--- 1 file changed, 128 insertions(+), 125 deletions(-) diff --

[PATCH v2 00/33] Convert input documentation to ReST

2017-04-04 Thread Mauro Carvalho Chehab
As I'm needing to touch some Input documentation, I took the time to also convert the existing documents to ReST markup, building them with Sphinx. The end result can be seen at: http://www.infradead.org/~mchehab/kernel_docs/input/ Instead of placing the documentation under Documentation/drive

[PATCH v2 06/33] docs: input/bcm5974: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/bcm5974.txt | 43 +++-- 1 file changed, 24 insertions(+), 19 deletions(-) diff --gi

[PATCH v2 25/33] docs: input/sentelic: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file has its own particular format that doesn't match any markup one. Manually change it to get something that would be readable using ReST markup language. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/sentelic.txt | 1000 -- 1 file chang

[PATCH v2 15/33] docs: input/gpio-tilt: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
This file require minimum adjustments to be a valid ReST file. Do it, in order to be able to parse it with Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/gpio-tilt.txt | 124 +++--- 1 file changed, 62 insertions(+), 62 deletions(-) diff --gi

[PATCH v2 07/33] docs: input/cd32: convert it to ReST format

2017-04-04 Thread Mauro Carvalho Chehab
Currently, it misses a title, and the table is not valid for ReST. Adjust them, in order for it to be able to parse on Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/cd32.txt | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a

Re: [PATCH v3] tracing/kprobes: expose maxactive for kretprobe in kprobe_events

2017-04-04 Thread Masami Hiramatsu
On Mon, 3 Apr 2017 12:36:22 +0200 Alban Crequy wrote: > From: Alban Crequy > > When a kretprobe is installed on a kernel function, there is a maximum > limit of how many calls in parallel it can catch (aka "maxactive"). A > kernel module could call register_kretprobe() and initialize maxactive

Re: [PATCH v6 6/6] drm: bridge: dw-hdmi: Move HPD handling to PHY operations

2017-04-04 Thread Laurent Pinchart
Hi Neil, Thank you for the patch. On Monday 03 Apr 2017 16:42:38 Neil Armstrong wrote: > The HDMI TX controller support HPD and RXSENSE signaling from the PHY > via it's STAT0 PHY interface, but some vendor PHYs can manage these > signals independently from the controller, thus these STAT0 handli

[PATCH v7 4/9] Documentation: perf: hisi: Documentation for HiP05/06/07 PMU event counting.

2017-04-04 Thread Anurup M
Documentation for perf usage and Hisilicon SoC PMU uncore events. The Hisilicon SOC has event counters for hardware modules like L3 cache, Miscellaneous node etc. These events are all uncore. Signed-off-by: Anurup M Signed-off-by: Shaokun Zhang --- Documentation/perf/hisi-pmu.txt | 75 +

Re: [PATCH v6 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats

2017-04-04 Thread Laurent Pinchart
Hi Neil, Thank you for the patch. On Monday 03 Apr 2017 16:42:37 Neil Armstrong wrote: > This patch adds a new DRM documentation entry and links to the input > format table added in the dw_hdmi header. > > Reviewed-by: Archit Taneja > Signed-off-by: Neil Armstrong Acked-by: Laurent Pinchart

Re: [PATCH v6 4/6] drm: bridge: dw-hdmi: Switch to V4L bus format and encodings

2017-04-04 Thread Laurent Pinchart
Hi Neil, Thank you for the patch. On Monday 03 Apr 2017 16:42:36 Neil Armstrong wrote: > Some display pipelines can only provide non-RBG input pixels to the HDMI TX > Controller, this patch takes the pixel format from the plat_data if > provided. The commit message doesn't seem to match the subj

Re: [PATCH v6 3/6] documentation: media: Add documentation for new RGB and YUV bus formats

2017-04-04 Thread Laurent Pinchart
Hi Neil, Thank you for the patch. On Monday 03 Apr 2017 16:42:35 Neil Armstrong wrote: > Add documentation for added Bus Formats to describe RGB and YUV formats used > as input to the Synopsys DesignWare HDMI TX Controller. > > Acked-by: Hans Verkuil > Reviewed-by: Archit Taneja > Acked-by: Ma

Re: [PATCH 1/2] Documentation/sphinx: kerneldoc: add "unused-functions"

2017-04-04 Thread Jani Nikula
On Mon, 03 Apr 2017, Johannes Berg wrote: > On Fri, 2017-03-31 at 15:54 +0300, Jani Nikula wrote: >> >> I'm sure the parameter name could be improved to capture what you >> mean better; alas I don't have a suggestion. > > Yes, that's a fair point - perhaps "functions-not-linked" or something > li