Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-21 Thread Matt Porter
On Thu, Sep 10, 2015 at 05:08:50PM +1000, David Gibson wrote: > On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: > > On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@konsulko.com> wrote: > > > Add a skeleton DT binding document that serves as the

Re: [RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format

2015-09-21 Thread Matt Porter
On Tue, Sep 01, 2015 at 09:59:14AM -0700, Tim Bird wrote: > On Thu, Aug 27, 2015 at 10:23 PM, Matt Porter <mpor...@konsulko.com> wrote: > > Documentation explaining the syntax and format of the YAML-based DT binding > > documentation. > > > > Signed-off-by:

[RFC PATCH v2 1/3] Documentation: dt-bindings: add documentation on new DT binding format

2015-09-21 Thread Matt Porter
Documentation explaining the syntax and format of the YAML-based DT binding documentation. Signed-off-by: Matt Porter <mpor...@konsulko.com> --- .../devicetree/bindings/dt-binding-format.txt | 105 + 1 file changed, 105 insertions(+) create mode 100644 Documen

[RFC PATCH v2 0/3] DT binding documents using text markup

2015-09-21 Thread Matt Porter
, see TODO list) There's a lot of other possibilities for validation tools using only the data we have today in the bindings. In addition, Frank Rowand covered some DT debug techniques that would benefit from the binding documentation being 100% reliably searchable. -Matt Matt Porter (3): Documen

[RFC PATCH v2 2/3] Documentation: dt-bindings: spi: add generic YAML SPI slave binding

2015-09-21 Thread Matt Porter
Convert the SPI slave portion of the spi-bus.txt binding to the standard YAML DT binding format. Signed-off-by: Matt Porter <mpor...@konsulko.com> --- .../devicetree/bindings/spi/spi-slave.yaml | 108 + 1 file changed, 108 insertions(+) create mode

[RFC PATCH v2 3/3] Documentation: dt-bindings: add example DT binding document

2015-09-21 Thread Matt Porter
Add a skeleton DT binding document that serves as the canonical example for implementing YAML-based DT bindings documentation. The skeleton binding illustrates use of all fields and variations described in the dt-binding-format.txt documentation. Signed-off-by: Matt Porter <mpor...@konsulko.

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Mon, Aug 31, 2015 at 09:05:00AM -0500, Rob Herring wrote: > On Fri, Aug 28, 2015 at 12:13 PM, Matt Porter <mpor...@konsulko.com> wrote: > > On Fri, Aug 28, 2015 at 09:26:17AM -0500, Rob Herring wrote: > >> On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@konsulk

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:35:30AM -0700, Frank Rowand wrote: > On 9/1/2015 10:14 AM, Tim Bird wrote: > > On Fri, Aug 28, 2015 at 10:13 AM, Matt Porter <mpor...@konsulko.com> wrote: > > < snip > > > >> > >> But to answer your question, if we ge

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:35:30AM -0700, Frank Rowand wrote: > On 9/1/2015 10:14 AM, Tim Bird wrote: > > On Fri, Aug 28, 2015 at 10:13 AM, Matt Porter <mpor...@konsulko.com> wrote: > > < snip > > > >> > >> But to answer your question, if we ge

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:14:06AM -0700, Tim Bird wrote: > On Fri, Aug 28, 2015 at 10:13 AM, Matt Porter <mpor...@konsulko.com> wrote: > > > Now, I would caution about trying to do too much on Day 1 or we > > could end up back at the "never doing anything&

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 09:14:24AM -0700, Tim Bird wrote: > On Thu, Aug 27, 2015 at 10:23 PM, Matt Porter <mpor...@konsulko.com> wrote: > > During the Device Tree microconference at Linux Plumbers 2015, we had > > a short discussion about how to improve DT Binding Docume

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 11:03:50AM -0700, Tim Bird wrote: > On Tue, Sep 1, 2015 at 10:35 AM, Frank Rowand <frowand.l...@gmail.com> wrote: > > On 9/1/2015 10:14 AM, Tim Bird wrote: > >> On Fri, Aug 28, 2015 at 10:13 AM, Matt Porter <mpor...@konsulko

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-08 Thread Matt Porter
On Sun, Aug 30, 2015 at 03:18:19PM -0700, Frank Rowand wrote: > On 8/28/2015 11:55 AM, Rob Herring wrote: > > On Fri, Aug 28, 2015 at 12:49 PM, Matt Porter <mpor...@konsulko.com> wrote: > >> On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: > >>> On

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:35:44AM -0700, Tim Bird wrote: > On Fri, Aug 28, 2015 at 7:53 AM, Rob Herring <robherri...@gmail.com> wrote: > > On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@konsulko.com> wrote: > ... > >> +example: &g

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-08 Thread Matt Porter
On Wed, Sep 02, 2015 at 10:45:13AM +0200, Nicolas Ferre wrote: > Le 01/09/2015 19:35, Tim Bird a écrit : > > On Fri, Aug 28, 2015 at 7:53 AM, Rob Herring <robherri...@gmail.com> wrote: > >> On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@konsulko.com>

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-08 Thread Matt Porter
> >>> On Fri, Aug 28, 2015 at 10:13 AM, Matt Porter <mpor...@konsulko.com> > >>> wrote: > >> > >> < snip > > >> > >>>> > >>>> But to answer your question, if we get a format I'll do > >>>&

Re: [RFC PATCH 5/5] Documentation: dt-bindings: phy: add YAML TI PHY binding

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:42:25AM -0700, Tim Bird wrote: > On Thu, Aug 27, 2015 at 10:23 PM, Matt Porter <mpor...@konsulko.com> wrote: > > Convert the ti-phy.txt binding to standard YAML DT binding > > format. This binding references the YAML generic PHY binding. > &

Re: [RFC PATCH 5/5] Documentation: dt-bindings: phy: add YAML TI PHY binding

2015-09-08 Thread Matt Porter
On Tue, Sep 01, 2015 at 10:42:25AM -0700, Tim Bird wrote: > On Thu, Aug 27, 2015 at 10:23 PM, Matt Porter <mpor...@konsulko.com> wrote: > > Convert the ti-phy.txt binding to standard YAML DT binding > > format. This binding references the YAML generic PHY binding. > &

Re: [RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format

2015-09-08 Thread Matt Porter
On Sun, Aug 30, 2015 at 03:04:33PM -0700, Frank Rowand wrote: > On 8/27/2015 10:23 PM, Matt Porter wrote: > > Documentation explaining the syntax and format of the YAML-based DT binding > > documentation. > > > > Signed-off-by: Matt Porter <mpor...@konsulko.co

Re: [RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format

2015-09-08 Thread Matt Porter
On Sun, Aug 30, 2015 at 03:04:33PM -0700, Frank Rowand wrote: > On 8/27/2015 10:23 PM, Matt Porter wrote: > > Documentation explaining the syntax and format of the YAML-based DT binding > > documentation. > > > > Signed-off-by: Matt Porter <mpor...@konsulko.co

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-01 Thread Matt Porter
On Fri, Aug 28, 2015 at 01:55:11PM -0500, Rob Herring wrote: > On Fri, Aug 28, 2015 at 12:49 PM, Matt Porter <mpor...@konsulko.com> wrote: > > On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: > >> On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@kons

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-09-01 Thread Matt Porter
On Fri, Aug 28, 2015 at 01:55:11PM -0500, Rob Herring wrote: > On Fri, Aug 28, 2015 at 12:49 PM, Matt Porter <mpor...@konsulko.com> wrote: > > On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: > >> On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter <mpor...@kons

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-09-01 Thread Matt Porter
On Sun, Aug 30, 2015 at 03:04:20PM -0700, Frank Rowand wrote: > On 8/27/2015 10:23 PM, Matt Porter wrote: > > During the Device Tree microconference at Linux Plumbers 2015, we had > > a short discussion about how to improve DT Binding Documentation. A > > number of issu

Re: [RFC PATCH 0/5] DT binding documents using text markup

2015-08-28 Thread Matt Porter
On Fri, Aug 28, 2015 at 09:26:17AM -0500, Rob Herring wrote: On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter mpor...@konsulko.com wrote: During the Device Tree microconference at Linux Plumbers 2015, we had a short discussion about how to improve DT Binding Documentation. A number of issues

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-08-28 Thread Matt Porter
On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter mpor...@konsulko.com wrote: Add a skeleton DT binding document that serves as the canonical example for implementing YAML-based DT bindings documentation. The skeleton binding

Re: [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-08-28 Thread Matt Porter
On Fri, Aug 28, 2015 at 09:53:06AM -0500, Rob Herring wrote: On Fri, Aug 28, 2015 at 12:23 AM, Matt Porter mpor...@konsulko.com wrote: Add a skeleton DT binding document that serves as the canonical example for implementing YAML-based DT bindings documentation. The skeleton binding

[RFC PATCH 3/5] Documentation: dt-bindings: add YAML eeprom binding

2015-08-27 Thread Matt Porter
Convert the eeprom.txt binding to standard YAML DT binding format. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/eeprom.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings

[RFC PATCH 0/5] DT binding documents using text markup

2015-08-27 Thread Matt Porter
decide on a text markup format that is acceptable, then the next step is to convert all the bindings. That process would start with the complete set of generic bindings as they will be referenced by the actual device bindings. If the RFC wasn't explicit enough...comments welcome. -Matt Matt

[RFC PATCH 5/5] Documentation: dt-bindings: phy: add YAML TI PHY binding

2015-08-27 Thread Matt Porter
Convert the ti-phy.txt binding to standard YAML DT binding format. This binding references the YAML generic PHY binding. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/phy/ti-phy.yaml | 166 ++ 1 file changed, 166 insertions(+) create

[RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format

2015-08-27 Thread Matt Porter
Documentation explaining the syntax and format of the YAML-based DT binding documentation. Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree/bindings/dt-binding-format.txt | 106 + 1 file changed, 106 insertions(+) create mode 100644 Documentation

[RFC PATCH 0/5] DT binding documents using text markup

2015-08-27 Thread Matt Porter
decide on a text markup format that is acceptable, then the next step is to convert all the bindings. That process would start with the complete set of generic bindings as they will be referenced by the actual device bindings. If the RFC wasn't explicit enough...comments welcome. -Matt Matt

[RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-08-27 Thread Matt Porter
Add a skeleton DT binding document that serves as the canonical example for implementing YAML-based DT bindings documentation. The skeleton binding illustrates use of all fields and variations described in the dt-binding-format.txt documentation. Signed-off-by: Matt Porter mpor...@konsulko.com

[RFC PATCH 4/5] Documentation: dt-bindings: phy: add YAML generic PHY binding

2015-08-27 Thread Matt Porter
Convert the generic phy-bindings.txt binding to standard YAML DT binding format. Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree/bindings/phy/phy-bindings.yaml | 89 ++ 1 file changed, 89 insertions(+) create mode 100644 Documentation/devicetree

[RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document

2015-08-27 Thread Matt Porter
Add a skeleton DT binding document that serves as the canonical example for implementing YAML-based DT bindings documentation. The skeleton binding illustrates use of all fields and variations described in the dt-binding-format.txt documentation. Signed-off-by: Matt Porter mpor...@konsulko.com

[RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format

2015-08-27 Thread Matt Porter
Documentation explaining the syntax and format of the YAML-based DT binding documentation. Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree/bindings/dt-binding-format.txt | 106 + 1 file changed, 106 insertions(+) create mode 100644 Documentation

[RFC PATCH 5/5] Documentation: dt-bindings: phy: add YAML TI PHY binding

2015-08-27 Thread Matt Porter
Convert the ti-phy.txt binding to standard YAML DT binding format. This binding references the YAML generic PHY binding. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/phy/ti-phy.yaml | 166 ++ 1 file changed, 166 insertions(+) create

Re: [PATCH 0/3] MAX6675 IIO temperature driver

2015-08-05 Thread Matt Porter
On Wed, Aug 05, 2015 at 11:33:25AM +0300, Daniel Baluta wrote: On Tue, Aug 4, 2015 at 8:34 PM, Matt Porter mpor...@konsulko.com wrote: On Tue, Aug 04, 2015 at 05:52:17PM +0100, Jonathan Cameron wrote: On 3 August 2015 21:56:47 BST, Matt Porter mpor...@konsulko.com wrote: This series

Re: [PATCH-v5 1/5] Documentation: binding: add new property 'disable_after_xfer' to i2c-pxa

2015-08-05 Thread Matt Porter
On Wed, Aug 05, 2015 at 12:04:25PM +0530, Vaibhav Hiremath wrote: On Monday 27 July 2015 07:39 PM, Matt Porter wrote: On Tue, Jul 21, 2015 at 06:11:02PM +0530, Vaibhav Hiremath wrote: Driver will now supports enable/disable across msg xfer, which user can control it by new DT property

Re: [PATCH-v5 1/5] Documentation: binding: add new property 'disable_after_xfer' to i2c-pxa

2015-08-05 Thread Matt Porter
On Wed, Aug 05, 2015 at 10:49:18AM +0200, Wolfram Sang wrote: Yeah, we could start i2c.txt, probably better to have separate new patch all together. I will start such a file today as part of the i2c slave framework update which introduces flags to the reg property. Will post to the i2c

Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver

2015-08-04 Thread Matt Porter
On Tue, Aug 04, 2015 at 11:30:36AM +0200, Paul Bolle wrote: On ma, 2015-08-03 at 16:56 -0400, Matt Porter wrote: --- /dev/null +++ b/drivers/iio/temperature/max6675.c +static const struct spi_device_id max6675_spi_ids[] = { + {max6675, 0}, + {}, +}; +MODULE_DEVICE_TABLE(spi

Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver

2015-08-04 Thread Matt Porter
On Tue, Aug 04, 2015 at 10:50:32AM +0300, Daniel Baluta wrote: On Mon, Aug 3, 2015 at 11:56 PM, Matt Porter mpor...@konsulko.com wrote: Add a driver for the MAX6675 thermocouple converter. This device interfaces with K-type thermocouples and provides cold-junction compensated temperature

Re: [PATCH 0/3] MAX6675 IIO temperature driver

2015-08-04 Thread Matt Porter
On Tue, Aug 04, 2015 at 05:52:17PM +0100, Jonathan Cameron wrote: On 3 August 2015 21:56:47 BST, Matt Porter mpor...@konsulko.com wrote: This series adds a driver for the MAX6675 SPI thermocouple converter. The device supports temperature measurements via type-K thermocouples

Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver

2015-08-03 Thread Matt Porter
On Mon, Aug 03, 2015 at 03:39:00PM -0700, Matt Ranostay Matt Ranostay wrote: On Mon, Aug 3, 2015 at 1:56 PM, Matt Porter mpor...@konsulko.com wrote: ... +static int max6675_probe(struct spi_device *spi) +{ + struct iio_dev *indio_dev; + struct max6675_state *st

[PATCH 0/3] MAX6675 IIO temperature driver

2015-08-03 Thread Matt Porter
This series adds a driver for the MAX6675 SPI thermocouple converter. The device supports temperature measurements via type-K thermocouples and implements cold-junction compensation within the part. The datasheet can be found at http://datasheets.maximintegrated.com/en/ds/MAX6675.pdf Matt Porter

[PATCH 1/3] iio: temperature: add max6675 dt binding

2015-08-03 Thread Matt Porter
Add a DT binding for the MAX6675 SPI thermocouple converter. The datasheet for this device may be found at http://datasheets.maximintegrated.com/en/ds/MAX6675.pdf Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree/bindings/iio/temperature/max6675.txt | 19 +++ 1

[PATCH 3/3] MAINTAINERS: add max6675 driver

2015-08-03 Thread Matt Porter
Add myself as the MAX6675 driver maintainer. Signed-off-by: Matt Porter mpor...@konsulko.com --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a226416..355cc09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6543,6 +6543,13 @@ S

[PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver

2015-08-03 Thread Matt Porter
Add a driver for the MAX6675 thermocouple converter. This device interfaces with K-type thermocouples and provides cold-junction compensated temperature readings via a SPI interface. Signed-off-by: Matt Porter mpor...@konsulko.com --- drivers/iio/temperature/Kconfig | 11 +++ drivers/iio

Re: [PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-28 Thread Matt Porter
On Tue, Jul 28, 2015 at 10:47:28AM +0200, Teresa Remmet wrote: Hello Igor, Am Dienstag, den 28.07.2015, 11:29 +0300 schrieb Igor Grinberg: Hi Matt, On 07/27/15 17:34, Matt Porter wrote: On Thu, Jul 16, 2015 at 10:30:48AM +0200, Teresa Remmet wrote: phyCORE-AM335x is a SoM (System

Re: [PATCH v3 2/2] doc: dt: add documentation for nxp,lpc1788-rtc

2015-07-27 Thread Matt Porter
On Sat, Jul 11, 2015 at 07:28:50PM +0200, Joachim Eastwood wrote: Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../devicetree/bindings/rtc/nxp,lpc1788-rtc.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644

Re: [PATCH-v5 4/5] Documentation: binding: add sclk adjustment properties to i2c-pxa

2015-07-27 Thread Matt Porter
On Tue, Jul 21, 2015 at 06:11:05PM +0530, Vaibhav Hiremath wrote: With addition of PXA910 family of devices, the TWSI module supports new feature which allows us to adjust SCLK. i2c-pxa driver takes input configuration in nsec and converts it to respective bit-fields, - i2c-sclk-low-time-ns

Re: [PATCH-v5 1/5] Documentation: binding: add new property 'disable_after_xfer' to i2c-pxa

2015-07-27 Thread Matt Porter
On Tue, Jul 21, 2015 at 06:11:02PM +0530, Vaibhav Hiremath wrote: Driver will now supports enable/disable across msg xfer, which user can control it by new DT property - i2c-disable-after-xfer : If set, driver will disable I2C module after msg xfer and enable it back before xfer. If this

Re: [PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-27 Thread Matt Porter
On Thu, Jul 16, 2015 at 10:30:48AM +0200, Teresa Remmet wrote: phyCORE-AM335x is a SoM (System on Module) containing a AM335x SOC. The module can be connected to different carrier boards. Some hardware parts are configurable on the phyCORE-AM335x. So they are disabled on default in this som

Re: [PATCH v4 05/10] eeprom: Add bindings for simple eeprom framework

2015-04-07 Thread Matt Porter
On Tue, Apr 07, 2015 at 07:03:30PM +0100, Srinivas Kandagatla wrote: On 07/04/15 18:46, Mark Brown wrote: On Tue, Apr 07, 2015 at 06:35:49PM +0100, Srinivas Kandagatla wrote: On 06/04/15 16:04, Matt Porter wrote: On Mon, Apr 06, 2015 at 09:11:05AM -0500, Rob Herring wrote: The generic

Re: [PATCH v4 05/10] eeprom: Add bindings for simple eeprom framework

2015-04-06 Thread Matt Porter
On Mon, Mar 30, 2015 at 10:57:59PM +0100, Srinivas Kandagatla wrote: This patch adds bindings for simple eeprom framework which allows eeprom consumers to talk to eeprom providers to get access to eeprom cell data. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com [Maxime Ripard:

Re: [PATCH v2 1/2] dt-bindings: Document the hi6220 thermal sensor bindings

2015-04-06 Thread Matt Porter
On Tue, Mar 31, 2015 at 02:59:21PM +0800, Xinwei Kong wrote: From: kongxinwei kong.kongxin...@hisilicon.com This adds documentation of device tree bindings for the thermal sensor controller of hi6220 SoC. Signed-off-by: Leo Yan leo@linaro.org Signed-off-by: kongxinwei

Re: [PATCH v4 05/10] eeprom: Add bindings for simple eeprom framework

2015-04-06 Thread Matt Porter
On Mon, Apr 06, 2015 at 09:11:05AM -0500, Rob Herring wrote: On Mon, Apr 6, 2015 at 8:32 AM, Matt Porter mpor...@konsulko.com wrote: On Mon, Mar 30, 2015 at 10:57:59PM +0100, Srinivas Kandagatla wrote: This patch adds bindings for simple eeprom framework which allows eeprom consumers

[PATCH v2] pwm: imx-pwm: add explicit compatible strings and required clock properties

2015-03-09 Thread Matt Porter
the clocks/clock-names properties so document these,the two required ipg and per clocks, and add add these properties to the example. Signed-off-by: Matt Porter mpor...@konsulko.com --- Changes since v1: - compatible strings include the actual soc and one of the two specific compatible parts

[PATCH] pwm: imx-pwm: add explicit compatible strings and required clock properties

2015-03-06 Thread Matt Porter
the clocks/clock-names properties so document these,the two required ipg and per clocks, and add add these properties to the example. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/pwm/imx-pwm.txt | 11 ++- 1 file changed, 10 insertions(+), 1 deletion

[PATCH RESEND] serial: omap_serial: document missing properties and add an example

2015-03-06 Thread Matt Porter
The omap_serial.txt binding documentation lacks a number of properties that are used in DTS files for platforms incorporating this peripheral. Fix this by documenting the missing required and optional fields and add an example. Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree

Re: [PATCH] pwm: imx-pwm: add explicit compatible strings and required clock properties

2015-03-06 Thread Matt Porter
On Fri, Mar 06, 2015 at 09:16:44AM -0600, Rob Herring wrote: On Fri, Mar 6, 2015 at 9:09 AM, Matt Porter mpor...@konsulko.com wrote: The imx-pwm binding contains language indicating compatible strings to be used that is not valid for all supported parts e.g. Should be fsl,soc-pwm. Fix

[PATCH] dt: submitting-patches: clarify that DT maintainers are to be cced on bindings

2015-03-05 Thread Matt Porter
The exact steps provided for submitting binding patches can be read as requiring the bindings to be sent only to the devicetree@vger.kernel.org list. Since the DT maintainers would like to be Cced on any binding submissions, make this requirement explicit in step 2. Signed-off-by: Matt Porter

[PATCH] dt: spi: fsl-imx-cspi: add explicit compatible strings and required clock properties

2015-03-04 Thread Matt Porter
document these and the two required ipg and per clocks. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/fsl-imx

[PATCH] i2c: imx: add required clocks property to binding

2015-03-03 Thread Matt Porter
A clock specifier is required for i.MX I2C and is provided in all DTS implementations. Add this to the list of required properties in the binding. Signed-off-by: Matt Porter mpor...@konsulko.com --- Documentation/devicetree/bindings/i2c/i2c-imx.txt | 1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX

2015-03-02 Thread Matt Porter
On Mon, Mar 02, 2015 at 08:43:26PM +, Russell King wrote: On Mon, Mar 02, 2015 at 03:25:40PM -0500, Matt Porter wrote: On Mon, Mar 02, 2015 at 07:49:08PM +, Russell King wrote: It's a bit like the MMC stuff, I'm still carrying Olof's solution for the SDIO wifi/bt power and reset

[PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX

2015-03-02 Thread Matt Porter
The PCF8523 RTC is populated on the i2eX boards so enable the i2c1 controller and enable the device on that bus. Signed-off-by: Matt Porter mpor...@konsulko.com --- arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/boot

Re: [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX

2015-03-02 Thread Matt Porter
[added Rabeeh] On Mon, Mar 02, 2015 at 07:06:16PM +, Russell King wrote: On Mon, Mar 02, 2015 at 07:02:04PM +, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 01:50:06PM -0500, Matt Porter wrote: The PCF8523 RTC is populated on the i2eX boards so enable the i2c1

Re: [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX

2015-03-02 Thread Matt Porter
On Mon, Mar 02, 2015 at 07:49:08PM +, Russell King wrote: On Mon, Mar 02, 2015 at 02:21:16PM -0500, Matt Porter wrote: [added Rabeeh] On Mon, Mar 02, 2015 at 07:06:16PM +, Russell King wrote: On Mon, Mar 02, 2015 at 07:02:04PM +, Russell King - ARM Linux wrote: On Mon

[PATCH] ARM: dts: imx: Add dr_mode host setting to all host-only usb instances

2015-02-27 Thread Matt Porter
-off-by: Matt Porter mpor...@konsulko.com --- arch/arm/boot/dts/imx27.dtsi | 2 ++ arch/arm/boot/dts/imx28.dtsi | 1 + arch/arm/boot/dts/imx35.dtsi | 1 + arch/arm/boot/dts/imx50.dtsi | 3 +++ arch/arm/boot/dts/imx51.dtsi | 3 +++ arch/arm/boot/dts/imx53.dtsi | 3 +++ arch/arm/boot/dts

[PATCH] Documentation: DT: omap_serial: document missing properties and add an example

2015-02-26 Thread Matt Porter
The omap_serial.txt binding documentation lacks a number of properties that are used in DTS files for platforms incorporating this peripheral. Fix this by documenting the missing required and optional fields and add an example. Signed-off-by: Matt Porter mpor...@konsulko.com --- .../devicetree

Re: [PATCH 2/4] of: DT quirks infrastructure

2015-02-18 Thread Matt Porter
On Wed, Feb 18, 2015 at 05:53:50PM +0200, Pantelis Antoniou wrote: Hi Mark, On Feb 18, 2015, at 17:41 , Mark Rutland mark.rutl...@arm.com wrote: Hi Pantelis, On Wed, Feb 18, 2015 at 02:59:34PM +, Pantelis Antoniou wrote: Implement a method of applying DT quirks early in the

Re: [PATCH v8 01/11] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-08-01 Thread Matt Porter
On Fri, Aug 01, 2014 at 12:29:11PM -0700, Florian Fainelli wrote: Hello, 2014-08-01 7:33 GMT-07:00 Rob Herring robherri...@gmail.com: On Wed, Jul 30, 2014 at 9:23 PM, Brian Norris computersforpe...@gmail.com wrote: Hi Rob, I appreciate your comments, but where were many of these 5

Re: [PATCH] devicetree: bindings: document Broadcom CPU enable method

2014-07-28 Thread Matt Porter
On Mon, Jun 30, 2014 at 05:09:45PM -0500, Alex Elder wrote: Broadcom mobile SoCs use a ROM-implemented holding pen for controlled boot of secondary cores. A special register is used to communicate to the ROM that a secondary core should start executing kernel code. This enable method is

Re: [PATCH v8 00/11] ARM: brcmstb: Add Broadcom STB SoC support

2014-07-22 Thread Matt Porter
On Tue, Jul 22, 2014 at 10:57:17PM +0200, Arnd Bergmann wrote: On Tuesday 22 July 2014 13:44:31 Brian Norris wrote: For the platform changes in the first patch, I would prefer to have Matt pick up the first patch, but we can also apply it directly into arm-soc if he prefers that.

Re: [PATCHv7 2/5] mailbox: Introduce framework for mailbox

2014-06-19 Thread Matt Porter
On Fri, Jun 20, 2014 at 01:59:30AM +0530, Jassi Brar wrote: On 20 June 2014 00:33, Matt Porter mpor...@linaro.org wrote: On Thu, Jun 19, 2014 at 07:17:11PM +0100, Sudeep Holla wrote: + * After startup and before shutdown any data received on the chan + * is passed on to the API via atomic

Re: Unifying cape overlays into boot .dtb for BeagleBoard.org boards

2014-06-17 Thread Matt Porter
On Tue, Jun 17, 2014 at 10:09:31AM +0100, Russell King wrote: On Mon, Jun 16, 2014 at 09:22:50AM -0400, Jason Kridner wrote: Adding devicetree and linux-arm-kernel lists based on feedback on IRC... On Tue, Jun 10, 2014 at 12:46 PM, Jason Kridner jkrid...@gmail.com wrote: I'd like to

Re: [PATCHv5 2/4] mailbox: Introduce framework for mailbox

2014-06-05 Thread Matt Porter
On Tue, Jun 03, 2014 at 03:51:55PM +0530, Jassi Brar wrote: On 3 June 2014 15:05, Sudeep Holla sudeep.ho...@arm.com wrote: Hi Jassi, On Mon, Jun 2, 2014 at 6:11 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Mon, Jun 2, 2014 at 8:44 PM, Matt Porter mpor...@linaro.org wrote: On Fri

Re: [PATCHv5 2/4] mailbox: Introduce framework for mailbox

2014-06-02 Thread Matt Porter
[Adding devicetree list] On Mon, Jun 02, 2014 at 10:41:44PM +0530, Jassi Brar wrote: On Mon, Jun 2, 2014 at 8:44 PM, Matt Porter mpor...@linaro.org wrote: On Fri, May 30, 2014 at 11:01:55AM +0530, Jassi Brar wrote: Being more specific to your platform, I think you need some server code

Re: [PATCH v2 4/4] ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators

2014-05-23 Thread Matt Porter
On Wed, Apr 23, 2014 at 07:21:33PM -0400, Matt Porter wrote: Adds additional nodes to support GPLDO1-6 and VBUS regulators which are now supported in the bcm590xx regulator driver. Applied to mach-bcm for-3.16/dt arch/arm/boot/dts/bcm59056.dtsi | 21 + 1 file changed, 21

[PATCH RESEND v2 3/4] regulator: bcm590xx: add support for regulators on secondary I2C slave

2014-05-20 Thread Matt Porter
The bcm590xx MFD driver now exposes a secondary regmap descriptor making the registers for regulators on the secondary I2C slave address available. Add support for GPLDO1-6 and VBUS regulators found within this register range. Signed-off-by: Matt Porter mpor...@linaro.org Acked-by: Mark Brown

[PATCH RESEND v2 4/4] ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators

2014-05-20 Thread Matt Porter
Adds additional nodes to support GPLDO1-6 and VBUS regulators which are now supported in the bcm590xx regulator driver. Signed-off-by: Matt Porter mpor...@linaro.org --- arch/arm/boot/dts/bcm59056.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH RESEND v2 2/4] mfd: bcm590xx: add support for secondary I2C slave address

2014-05-20 Thread Matt Porter
this secondary i2c slave address space. Signed-off-by: Matt Porter mpor...@linaro.org --- drivers/mfd/bcm590xx.c | 60 +--- include/linux/mfd/bcm590xx.h | 9 --- 2 files changed, 52 insertions(+), 17 deletions(-) diff --git a/drivers/mfd/bcm590xx.c b

Re: [PATCH v2 2/4] mfd: bcm590xx: add support for secondary I2C slave address

2014-05-20 Thread Matt Porter
On Tue, May 20, 2014 at 08:00:55PM +0100, Mark Brown wrote: On Tue, May 20, 2014 at 05:11:31PM +0100, Lee Jones wrote: drivers/mfd/bcm590xx.c | 60 +--- include/linux/mfd/bcm590xx.h | 9 --- 2 files changed, 52

[PATCH RESEND v2 0/4] Support additional regulators on BCM590xx

2014-05-20 Thread Matt Porter
via a secondary I2C slave address. The MFD driver exposes an additional regmap descriptor for the additional address space and the regulator implements support for GPLDO1-6 and VBUS regulators. Matt Porter (4): mfd: bcm590xx: update binding with additional BCM59056 regulators mfd: bcm590xx: add

[PATCH RESEND v2 1/4] mfd: bcm590xx: update binding with additional BCM59056 regulators

2014-05-20 Thread Matt Porter
The BCM59056 supports GPLDO1-6 and VBUS regulators in a secondary I2C slave address space. Add these regulators to the list of valid regulator node names for BCM59056. Signed-off-by: Matt Porter mpor...@linaro.org --- Documentation/devicetree/bindings/mfd/bcm590xx.txt | 4 +++- 1 file changed, 3

Re: [PATCH v2 2/4] mfd: bcm590xx: add support for secondary I2C slave address

2014-05-20 Thread Matt Porter
On Tue, May 20, 2014 at 10:44:39PM +0100, Mark Brown wrote: On Tue, May 20, 2014 at 04:29:23PM -0400, Matt Porter wrote: Just resent the v2 series. I looked at that but it seems I already acked the regulator part of the series and nothing else looked immediately relevant? The series has

Re: [PATCH v3 RESEND 2/5] ARM: add SMP support for Broadcom mobile SoCs

2014-05-15 Thread Matt Porter
On Thu, May 15, 2014 at 11:03:49AM -0700, Florian Fainelli wrote: Hi Alex, 2014-05-15 10:58 GMT-07:00 Alex Elder el...@linaro.org: This patch adds SMP support for BCM281XX and BCM21664 family SoCs. This feature is controlled with a distinct config option such that a SMP-enabled

Re: [PATCH v3 RESEND 2/5] ARM: add SMP support for Broadcom mobile SoCs

2014-05-15 Thread Matt Porter
On Thu, May 15, 2014 at 01:17:00PM -0500, Alex Elder wrote: On 05/15/2014 01:03 PM, Florian Fainelli wrote: Hi Alex, 2014-05-15 10:58 GMT-07:00 Alex Elder el...@linaro.org: This patch adds SMP support for BCM281XX and BCM21664 family SoCs. This feature is controlled with a distinct

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-13 Thread Matt Porter
On Tue, May 13, 2014 at 04:06:02PM +0200, Javier Martinez Canillas wrote: On Tue, May 13, 2014 at 2:53 PM, Tom Rini tr...@ti.com wrote: On 05/12/2014 04:57 PM, Robert Nelson wrote: Either case if fine with me. As who knows when the dtc overlay will every truly make it mainline, as the

Re: [PATCH v2 2/4] mfd: bcm590xx: add support for secondary I2C slave address

2014-04-28 Thread Matt Porter
On Mon, Apr 28, 2014 at 12:56:27PM +0100, Lee Jones wrote: On Wed, 23 Apr 2014, Matt Porter wrote: BCM590xx utilizes a secondary I2C slave address to access additional register space. Add support for the secondary address space by instantiating a dummy I2C device with the appropriate

Re: [PATCH v6 RESEND 0/5] Add Broadcom Kona PWM Support

2014-04-28 Thread Matt Porter
On Mon, Apr 28, 2014 at 08:00:39AM -0700, Tim Kryger wrote: On Mon, Apr 28, 2014 at 4:07 AM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Apr 25, 2014 at 11:31:10AM -0700, Tim Kryger wrote: This series introduces the driver for the Kona PWM controller found in Broadcom mobile

Re: [PATCH v2 RESEND 5/5] ARM: dts: use real clocks for bcm21664

2014-04-25 Thread Matt Porter
On Mon, Apr 21, 2014 at 04:26:27PM -0500, Alex Elder wrote: Replace the fake fixed-rate clocks used previously for the bcm21664 family with real ones. Signed-off-by: Alex Elder el...@linaro.org Acked-by: Matt Porter mpor...@linaro.org --- arch/arm/boot/dts/bcm21664.dtsi | 190

Re: [PATCH v2 RESEND 0/5] clk: bcm21664: add common clock support

2014-04-25 Thread Matt Porter
On Fri, Apr 25, 2014 at 05:09:15PM -0700, Mike Turquette wrote: Quoting Alex Elder (2014-04-21 14:26:22) This is series has two parts. The first two patches are changes to the existing Broadcom Kona family clock code to prepare for the addition of support for another SoC, bcm21664.

[PATCH] dt: bindings: dwc2: fix required value for the phy-names property

2014-04-24 Thread Matt Porter
, and one dts user all implement the phy-names property as requiring usb2-phy. Fix the dwc2.txt binding documentation to correctly specify usb2-phy as the appropriate value for phy-names. Reported-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Matt Porter mpor...@linaro.org --- Documentation

Re: [PATCH 2/4] mfd: bcm590xx: add support for second i2c slave address space

2014-04-23 Thread Matt Porter
On Tue, Apr 22, 2014 at 09:21:39AM +0100, Lee Jones wrote: s/regmap/Regmap It's consistently written regmap in all the documentation and so on :) Furry muff; but the comments still stand for the acronyms. addmap{0,1} doesn't quite sit right with me. REVISIT:

Re: [PATCH 2/4] mfd: bcm590xx: add support for second i2c slave address space

2014-04-23 Thread Matt Porter
On Wed, Apr 23, 2014 at 06:01:26PM -0400, Matt Porter wrote: On Tue, Apr 22, 2014 at 09:21:39AM +0100, Lee Jones wrote: s/regmap/Regmap It's consistently written regmap in all the documentation and so on :) Furry muff; but the comments still stand for the acronyms

[PATCH v2 0/4] Support additional regulators on BCM590xx

2014-04-23 Thread Matt Porter
via a secondary I2C slave address. The MFD driver exposes an additional regmap descriptor for the additional address space and the regulator implements support for GPLDO1-6 and VBUS regulators. Matt Porter (4): mfd: bcm590xx: update binding with additional BCM59056 regulators mfd: bcm590xx: add

[PATCH v2 3/4] regulator: bcm590xx: add support for regulators on secondary I2C slave

2014-04-23 Thread Matt Porter
The bcm590xx MFD driver now exposes a secondary regmap descriptor making the registers for regulators on the secondary I2C slave address available. Add support for GPLDO1-6 and VBUS regulators found within this register range. Signed-off-by: Matt Porter mpor...@linaro.org Acked-by: Mark Brown

[PATCH v2 4/4] ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators

2014-04-23 Thread Matt Porter
Adds additional nodes to support GPLDO1-6 and VBUS regulators which are now supported in the bcm590xx regulator driver. Signed-off-by: Matt Porter mpor...@linaro.org --- arch/arm/boot/dts/bcm59056.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v2 2/4] mfd: bcm590xx: add support for secondary I2C slave address

2014-04-23 Thread Matt Porter
this secondary i2c slave address space. Signed-off-by: Matt Porter mpor...@linaro.org --- drivers/mfd/bcm590xx.c | 60 +--- include/linux/mfd/bcm590xx.h | 9 --- 2 files changed, 52 insertions(+), 17 deletions(-) diff --git a/drivers/mfd/bcm590xx.c b

[PATCH v2 1/4] mfd: bcm590xx: update binding with additional BCM59056 regulators

2014-04-23 Thread Matt Porter
The BCM59056 supports GPLDO1-6 and VBUS regulators in a secondary I2C slave address space. Add these regulators to the list of valid regulator node names for BCM59056. Signed-off-by: Matt Porter mpor...@linaro.org --- Documentation/devicetree/bindings/mfd/bcm590xx.txt | 4 +++- 1 file changed, 3

  1   2   3   >