[PATCH] docs: Convert the regulator docbook to RST

2017-01-27 Thread Jonathan Corbet
A fairly straightforward conversion to RST; the document is then added to the driver-api manual. Of course, this document has seen no substantive changes since 2008, so chances are it needs work in other areas as well. Cc: Mark Brown Signed-off-by: Jonathan Corbet

Re: [PATCH v8 09/12] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux

2017-01-27 Thread Peter Rosin
On 2017-01-27 20:50, Rob Herring wrote: > On Wed, Jan 18, 2017 at 04:57:12PM +0100, Peter Rosin wrote: >> Analog Devices ADG792A/G is a triple 4:1 mux. >> >> Acked-by: Jonathan Cameron >> Signed-off-by: Peter Rosin >> --- >>

Re: [PATCH v4 2/4] arm64: Work around Falkor erratum 1003

2017-01-27 Thread Christopher Covington
Hi Mark, On 01/27/2017 09:38 AM, Mark Rutland wrote: > On Wed, Jan 25, 2017 at 10:52:30AM -0500, Christopher Covington wrote: >> The Qualcomm Datacenter Technologies Falkor v1 CPU may allocate TLB entries >> using an incorrect ASID when TTBRx_EL1 is being updated. When the erratum >> is

Re: [PATCH v8 09/12] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux

2017-01-27 Thread Rob Herring
On Wed, Jan 18, 2017 at 04:57:12PM +0100, Peter Rosin wrote: > Analog Devices ADG792A/G is a triple 4:1 mux. > > Acked-by: Jonathan Cameron > Signed-off-by: Peter Rosin > --- > .../devicetree/bindings/mux/mux-adg792a.txt| 79 > ++

Re: [PATCH v8 07/12] dt-bindings: i2c: i2c-mux-simple: document i2c-mux-simple bindings

2017-01-27 Thread Rob Herring
On Wed, Jan 18, 2017 at 04:57:10PM +0100, Peter Rosin wrote: > Describe how a generic multiplexer controller is used to mux an i2c bus. > > Acked-by: Jonathan Cameron > Signed-off-by: Peter Rosin > --- > .../devicetree/bindings/i2c/i2c-mux-simple.txt | 81

Re: [PATCH v4 2/4] arm64: Work around Falkor erratum 1003

2017-01-27 Thread Timur Tabi
On 01/25/2017 09:52 AM, Christopher Covington wrote: + .desc = "Qualcomm Falkor erratum 1003", FYI, this needs to say, "Qualcomm Technologies Falkor ...". Same thing with the 1009 patch. -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.

Re: [PATCH v8 05/12] dt-bindings: iio: io-channel-mux: document io-channel-mux bindings

2017-01-27 Thread Rob Herring
On Wed, Jan 18, 2017 at 04:57:08PM +0100, Peter Rosin wrote: > Describe how a multiplexer can be used to select which signal is fed to > an io-channel. > > Acked-by: Jonathan Cameron > Signed-off-by: Peter Rosin > --- >

Re: [PATCH v8 02/12] dt-bindings: document devicetree bindings for mux-controllers and mux-gpio

2017-01-27 Thread Peter Rosin
On 2017-01-27 18:49, Rob Herring wrote: > On Wed, Jan 18, 2017 at 04:57:05PM +0100, Peter Rosin wrote: >> Allow specifying that a single multiplexer controller can be used to control >> several parallel multiplexers, thus enabling sharing of the multiplexer >> controller by different consumers. >>

Re: [PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-27 Thread Rob Herring
On Mon, Jan 23, 2017 at 11:24:18AM +0100, Peter Rosin wrote: > On 2017-01-22 14:30, Jonathan Cameron wrote: > > On 18/01/17 15:57, Peter Rosin wrote: > >> Allow bindings for a GPIO controlled mux to be specified in the > >> mux consumer node. > >> > >> Signed-off-by: Peter Rosin

Re: [PATCH v4 4/4] arm64: Work around Falkor erratum 1009

2017-01-27 Thread Will Deacon
On Wed, Jan 25, 2017 at 10:52:32AM -0500, Christopher Covington wrote: > During a TLB invalidate sequence targeting the inner shareable domain, > Falkor may prematurely complete the DSB before all loads and stores using > the old translation are observed. Instruction fetches are not subject to >

Re: [PATCH v4 2/4] arm64: Work around Falkor erratum 1003

2017-01-27 Thread Mark Rutland
On Wed, Jan 25, 2017 at 10:52:30AM -0500, Christopher Covington wrote: > The Qualcomm Datacenter Technologies Falkor v1 CPU may allocate TLB entries > using an incorrect ASID when TTBRx_EL1 is being updated. When the erratum > is triggered, page table entries using the new translation table base >

Re: [PATCH linux v2 2/2] drivers: hwmon: hwmon driver for ASPEED AST2400/2500 PWM and Fan tach controller

2017-01-27 Thread kbuild test robot
/commits/Jaghathiswari-Rankappagounder-Natarajan/Documentation-dt-bindings-Document-bindings-for-ASPEED-AST2400-AST2500-PWM-and-Fan-tach-controller-device-driver/20170127-174933 base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next config: openrisc-allyesconfig

Re: [PATCH linux v4 1/6] hwmon: Add core On-Chip Controller support for POWER CPUs

2017-01-27 Thread kbuild test robot
-ibm-gmail-com/drivers-hwmon-Add-On-Chip-Controller-drive/20170127-073116 base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next config: openrisc-allmodconfig (attached as .config) compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1 reproduce: wget https

Re: [RFC PATCH v1 2/6] kernel-doc: replace kernel-doc perl parser with a pure python one (WIP)

2017-01-27 Thread Markus Heiser
Am 26.01.2017 um 20:26 schrieb Jani Nikula : > On Thu, 26 Jan 2017, Jonathan Corbet wrote: >> Give me a new kerneldoc that passes those tests, and I'll happily >> merge it. (I have some sympathy with the idea that we should look >> into other parsers, but

Re: [PATCH linux v1 1/2] Documentation: dt-bindings: Document bindings for ASPEED AST2400/AST2500 pwm and fan tach controller device driver

2017-01-27 Thread Jaghathiswari Rankappagounder Natarajan
On Fri, Jan 27, 2017 at 1:32 AM, Jaghathiswari Rankappagounder Natarajan wrote: > > > On Fri, Jan 13, 2017 at 8:21 AM, Rob Herring wrote: >> >> On Mon, Jan 09, 2017 at 01:59:34PM -0800, Jaghathiswari Rankappagounder >> Natarajan wrote: >> > This binding

[PATCH linux v2 2/2] drivers: hwmon: hwmon driver for ASPEED AST2400/2500 PWM and Fan tach controller

2017-01-27 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. Types M, N and 0 are three types just to have three independent PWM/Fan Tach related settings. The device driver matches on the device tree node. The

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

2017-01-27 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. Types M, N and 0 are three types just to have three