Re: [PATCH] ARM64: tegra: Add support for Google Pixel C

2016-01-07 Thread Rob Herring
On Thu, Jan 7, 2016 at 10:53 AM, Jon Hunter wrote: > > On 07/01/16 14:11, Arnd Bergmann wrote: >> On Thursday 07 January 2016 13:19:44 Jon Hunter wrote: [...] > Ok so something like this ... > > diff --git a/drivers/tty/serial/8250/8250_early.c >

Re: [PATCH 2/2] drm: bridge: add sil902x DT bindings doc

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 12:25:51PM +0100, Boris Brezillon wrote: > Add Sil9022 DT bindings description. > > Signed-off-by: Boris Brezillon > --- > .../devicetree/bindings/display/bridge/sil902x.txt | 31 > ++ > 1 file changed, 31

Re: [PATCH 2/2] phy: ti-pipe3: configure usb3 phy to be used as pcie phy

2016-01-06 Thread Rob Herring
gt; --- > Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ > drivers/phy/phy-ti-pipe3.c | 30 > +- > 2 files changed, 31 insertions(+), 1 deletion(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this l

Re: [PATCH 2/2] pci: host: pci-dra7xx: Enable x2 mode support

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 04:19:53PM +0530, Kishon Vijay Abraham I wrote: > Perform syscon configurations to get x2 mode to working in DRA74x and > DRA72x. Also add a new compatible string to dfferentiate > DRA72x and DRA74x, since b1c0 mask is different for both these platforms. > > Signed-off-by:

Re: [PATCH 1/1] regulator: max8973: add support for junction thermal warning

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 12:37:35PM +, Mark Brown wrote: > On Wed, Jan 06, 2016 at 05:49:22PM +0530, Laxman Dewangan wrote: > > On Wednesday 06 January 2016 05:48 PM, Mark Brown wrote: > > >* PGP Signed by an unknown key > > > >On Wed, Jan 06, 2016 at 11:45:22AM +0530, Laxman Dewangan wrote: >

Re: [PATCH v2 4/4] mfd: arizona: Add device tree binding documentation for new clock driver

2016-01-06 Thread Rob Herring
es > > Documentation/devicetree/bindings/mfd/arizona.txt | 7 +++ > 1 file changed, 7 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.or

Re: [PATCH v5 net-next 3/3] dt-bindings: net: macb: Add NP4 macb variant

2016-01-06 Thread Rob Herring
On Tue, Jan 05, 2016 at 02:39:18PM +0100, Neil Armstrong wrote: > Add NP4 macb SoC variant. > > Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> > --- > Documentation/devicetree/bindings/net/macb.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob

Re: [PATCH v5 3/3] dt/bindings: qcom_nandc: Add DT bindings

2016-01-06 Thread Rob Herring
On Tue, Jan 05, 2016 at 10:55:01AM +0530, Archit Taneja wrote: > Add DT bindings document for the Qualcomm NAND controller driver. > > Cc: devicetree@vger.kernel.org > Cc: Rob Herring <r...@kernel.org> > Signed-off-by: Archit Taneja <arch...@codeaurora.org> &

Re: [PATCH v2 2/3] Input: cyttsp - add device tree support

2016-01-06 Thread Rob Herring
On Tue, Jan 05, 2016 at 01:59:14PM +0100, Oreste Salerno wrote: > Add support for retrieving the platform data from the device > tree. Converting platform data to DT as is is typically not the right thing to do. There's some overlap, but it is not typically 1-1. > Signed-off-by: Oreste Salerno

Re: [PATCH v2 8/8] i2c-mux: relax locking of the top i2c adapter during i2c controlled muxing

2016-01-06 Thread Rob Herring
On Tue, Jan 05, 2016 at 04:57:18PM +0100, Peter Rosin wrote: > From: Peter Rosin > > With a i2c topology like the following > >GPIO ---| -- BAT1 > | v / >I2C -+--+ MUX > |

Re: [PATCH v2 2/6] dt-bindings: ARM: Mediatek: Document bindings for MT2701

2016-01-06 Thread Rob Herring
On Tue, Jan 05, 2016 at 02:30:18PM +0800, James Liao wrote: > This patch adds the binding documentation for apmixedsys, bdpsys, > ethsys, hifsys, imgsys, infracfg, mmsys, pericfg, topckgen and > vdecsys for Mediatek MT2701. > > Signed-off-by: James Liao [...] > diff

Re: [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-06 Thread Rob Herring
On Wed, Jan 6, 2016 at 8:36 AM, Nishanth Menon wrote: > On 01/06/2016 02:13 AM, Laxman Dewangan wrote: >> >> On Wednesday 06 January 2016 01:12 PM, H. Nikolaus Schaller wrote: >>> Hi, >>> >>> Am 06.01.2016 um 00:40 schrieb Nishanth Menon : >>> On 01/05/2016 06:01

Re: [RFC v2 3/4] i2c: mux: demux-pinctrl: add driver

2016-01-06 Thread Rob Herring
On Wed, Jan 6, 2016 at 7:51 AM, Wolfram Sang wrote: > From: Wolfram Sang > > This driver allows an I2C bus to switch between multiple masters. This > is not hot-swichting because connected I2C slaves will be > re-instantiated. It is meant to

Re: [PATCH v5 3/3] dt/bindings: qcom_nandc: Add DT bindings

2016-01-06 Thread Rob Herring
On Wed, Jan 6, 2016 at 9:37 AM, Boris Brezillon <boris.brezil...@free-electrons.com> wrote: > On Wed, 6 Jan 2016 09:14:44 -0600 > Rob Herring <r...@kernel.org> wrote: > >> On Tue, Jan 05, 2016 at 10:55:01AM +0530, Archit Taneja wrote: >> > Add DT bindings docum

Re: [PATCH v2] of/unittest: Show broken behaviour in the platform bus

2016-01-06 Thread Rob Herring
ut it is > a corner case that the devicetree runs into. Until we've got platform > device unittests, it can live here. It doesn't need to be an explicit > text because the kernel will oops when it is wrong. > > Cc: Pantelis Antoniou <pantelis.anton...@konsulko.com> > Cc: Rob Herring

Re: [PATCH v2] ARM: psci: Fix indentation in DT bindings

2016-01-06 Thread Rob Herring
On Tue, Dec 15, 2015 at 10:55:59AM +0100, Geert Uytterhoeven wrote: > Fix bogus indentation of the PSCI compatible values, reformat. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Lorenzo Pieralisi Applied, thanks. Rob > --- > v2: > -

Re: [PATCH] Fix documentation for adp1653 DT

2016-01-06 Thread Rob Herring
On Sat, Dec 26, 2015 at 12:37:16AM +0100, Pali Rohár wrote: > Property names do not match real names needed by driver itself. > This patch fix this problem. > > Signed-off-by: Pali Rohár Applied, thanks. Rob > --- > .../devicetree/bindings/media/i2c/adp1653.txt |

Re: [PATCH v2 3/3] dt-bindings: add document for rk3229-vop

2016-01-05 Thread Rob Herring
On Mon, Jan 4, 2016 at 10:00 PM, Yakir Yang <y...@rock-chips.com> wrote: > Signed-off-by: Yakir Yang <y...@rock-chips.com> > Acked-by: Rob Herring <r...@kernel.org> > --- > Changes in v2: > - acked by Rob It doesn't hurt, but there is no point to se

Re: [PATCH v2 0/3] USB: add generic onboard USB HUB driver

2016-01-05 Thread Rob Herring
On Mon, Dec 21, 2015 at 2:33 AM, Peter Chen wrote: > On Fri, Dec 18, 2015 at 11:38 PM, Alan Stern > wrote: >> On Fri, 18 Dec 2015, Peter Chen wrote: >> >>> On Fri, Dec 18, 2015 at 12:13 AM, Alan Stern >>> wrote: >>

Re: [PATCH] of/platform: export of_default_bus_match_table

2016-01-05 Thread Rob Herring
On Tue, Jan 5, 2016 at 5:48 AM, Arnd Bergmann wrote: > On Tuesday 05 January 2016 19:50:31 Masahiro Yamada wrote: >> 2016-01-05 19:13 GMT+09:00 Arnd Bergmann : >> > On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote: >> >> This bus is used to connect external

Re: [PATCH] of/irq: Export of_irq_count()

2016-01-05 Thread Rob Herring
On Mon, Jan 4, 2016 at 6:04 PM, Stephen Boyd <sb...@codeaurora.org> wrote: > On 12/22, Rob Herring wrote: >> On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown <broo...@kernel.org> wrote: >> > Some of the Qualcomm pinctrl drivers have started trying to use >&

Re: [PATCH v6] pstore/ram: Add ramoops support for the Flattened Device Tree.

2016-01-05 Thread Rob Herring
+Greg H On Tue, Jan 5, 2016 at 7:06 PM, Kees Cook wrote: > [fixing devicetree mailing list] > > On Tue, Jan 5, 2016 at 5:04 PM, Kees Cook wrote: >> [thread necromancy, if you don't have the thread locally, it's here: >>

Re: [PATCH] dtc: create tool to diff device trees

2016-01-04 Thread Rob Herring
On Thu, Dec 31, 2015 at 3:12 AM, Frank Rowand wrote: > From: Frank Rowand > > Create script to diff device trees. > > The device tree can be in any of the forms recognized by the dtc compiler: > - source > - binary blob > - file system

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-04 Thread Rob Herring
On Mon, Jan 04, 2016 at 09:25:29AM -0300, Javier Martinez Canillas wrote: > Add a Device Tree binding document for the TVP5150 video decoder. > > Signed-off-by: Javier Martinez Canillas > --- > > .../devicetree/bindings/media/i2c/tvp5150.txt | 35 >

Re: [PATCH 2/2] bindings: i2c: Add clock entries for i2c-xiic

2016-01-04 Thread Rob Herring
), 0 deletions(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH v1 2/2] dt-bindings: add document for rk3229-vop

2016-01-04 Thread Rob Herring
On Mon, Jan 04, 2016 at 07:50:30PM +0800, Yakir Yang wrote: > > Signed-off-by: Yakir Yang <y...@rock-chips.com> > --- > Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <r...@kernel.org

Re: [PATCH v3 1/8] dt-bindings: Add a binding for Mediatek Video Processor

2016-01-04 Thread Rob Herring
@mediatek.com> > Signed-off-by: Tiffany Lin <tiffany@mediatek.com> Please add acks when sending new versions as I already acked the last version. Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body o

Re: [PATCH] net: emac: emac gigabit ethernet controller driver

2015-12-31 Thread Rob Herring
On Tue, Dec 15, 2015 at 4:49 PM, Gilad Avidov wrote: > On Mon, 14 Dec 2015 17:39:09 -0800 > Florian Fainelli wrote: > >> On 14/12/15 16:19, Gilad Avidov wrote: >> >> [snip] >> >> > + "sgmii_irq"; >> > + qcom,emac-gpio-mdc

Re: [PATCH 4/4] Document: spi: Add bindings for mediatek MT2701 soc platform

2015-12-31 Thread Rob Herring
On Thu, Dec 31, 2015 at 10:59:03AM +0800, Leilk Liu wrote: > This patch adds a DT binding documentation for the MT2701 soc. > > Signed-off-by: Leilk Liu <leilk@mediatek.com> Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line &q

Re: [PATCH v2] iio: health: max30100: add config for LED current

2015-12-31 Thread Rob Herring
txt| 8 +++ > drivers/iio/health/max30100.c | 81 > -- > 2 files changed, 83 insertions(+), 6 deletions(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the bo

Re: [PATCH] mtd: spi-nor: add hisilicon spi-nor flash controller driver

2015-12-31 Thread Rob Herring
On Wed, Dec 30, 2015 at 10:26:11AM +0800, Jiancheng Xue wrote: > add hisilicon spi-nor flash controller driver > > Signed-off-by: Binquan Peng > Signed-off-by: Jiancheng Xue > --- > .../devicetree/bindings/spi/spi-hisi-sfc.txt | 24 + >

Re: [PATCH v4 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2015-12-31 Thread Rob Herring
ngs/clock/hi3519-crg.txt | 46 +++ For the binding: Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4 5/6] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl

2015-12-31 Thread Rob Herring
e changed, 14 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/hi3519.txt Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordom

Re: [PATCH V3] net: emac: emac gigabit ethernet controller driver

2015-12-31 Thread Rob Herring
On Tue, Dec 29, 2015 at 06:48:55PM -0700, Gilad Avidov wrote: > Add supports for ethernet controller HW on Qualcomm Technologies, Inc. SoC. > This driver supports the following features: > 1) Checksum offload. > 2) Runtime power management support. > 3) Interrupt coalescing support. > 4) SGMII

Re: [PATCH] dt: bindings: add bindings for ipq4019 wifi block

2015-12-30 Thread Rob Herring
On Wed, Dec 23, 2015 at 11:05:15AM +0530, Raja Mani wrote: > Add device tree binding documentation details for wifi block present > in Qualcomm IPQ4019 SoC into qcom,ath10k.txt. > > Signed-off-by: Raja Mani > --- > .../bindings/net/wireless/qcom,ath10k.txt | 87

Re: [PATCH 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-30 Thread Rob Herring
> > --- > .../bindings/net/wireless/ti,wlcore,spi.txt| 35 +++++++ For the binding: Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More

Re: [v2] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-30 Thread Rob Herring
On Thu, Dec 24, 2015 at 03:42:11AM +0200, igal.liber...@freescale.com wrote: > From: Igal Liberman > > The FMan contains internal PHY devices used for SGMII connections > to external PHYs. When these PHYs are in use a reference is needed > for both the external PHY

Re: [PATCH v3 3/7] of: reserved_mem: add support for named reserved mem nodes

2015-12-30 Thread Rob Herring
On Wed, Dec 16, 2015 at 9:37 AM, Marek Szyprowski wrote: > This patch allows device drivers to initialize more than one reserved > memory region assigned to given device. When driver needs to use more > than one reserved memory region, it should allocate child devices

Re: [RFC 1/1] powerpc: legacy serial port use device tree cell-index property

2015-12-30 Thread Rob Herring
On Wed, Nov 25, 2015 at 12:46 PM, Curt Brune wrote: > Currently for PowerPC systems using device tree, the legacy serial > ports are allocated in the order by which they are found in the device > tree structure. > > This can cause problems in cases where the device tree

Re: [PATCH v2 1/3] devicetree/bindings: add reset-gpios and vcc-supply for panel-dpi

2015-12-30 Thread Rob Herring
On Wed, Dec 30, 2015 at 4:29 AM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote: > On Tue, Dec 29, 2015 at 9:54 PM, Rob Herring <r...@kernel.org> wrote: >> On Sun, Dec 20, 2015 at 12:13:20PM +0100, Uwe Kleine-König wrote: >>> Some displays have a reset input and/o

Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform

2015-12-30 Thread Rob Herring
On Wed, Dec 30, 2015 at 4:17 AM, Geert Uytterhoeven wrote: > Hi David, > > On Wed, Dec 30, 2015 at 2:48 AM, David Miller wrote: >> From: Heiko Stübner >> Date: Tue, 29 Dec 2015 23:27:55 +0100 >>> Am Dienstag, 29. Dezember 2015,

Re: [PATCH] arm64: Add DT support for Juno r2 board

2015-12-30 Thread Rob Herring
On Wed, Dec 30, 2015 at 5:22 AM, Sudeep Holla <sudeep.ho...@arm.com> wrote: > Hi Rob, > > Thanks for the review. > > On 29/12/15 18:35, Rob Herring wrote: >> >> On Wed, Dec 23, 2015 at 12:10:11PM +, Sudeep Holla wrote: >>> >>> Juno r2 is

Re: [PATCH] powerpc: fsl: update fman dt binding for PCS PHY

2015-12-30 Thread Rob Herring
On Tue, Dec 29, 2015 at 9:41 PM, Shaohui Xie wrote: >> Subject: Re: [PATCH] powerpc: fsl: update fman dt binding for PCS PHY >> >> On Mon, Dec 28, 2015 at 11:47:34AM +0800, shh@gmail.com wrote: >> > From: Shaohui Xie >> > >> > PCS PHY can

Re: [PATCH v2 1/4] Documentation: fsl-quadspi: Add fsl,ls2080a-dspi compatible string

2015-12-30 Thread Rob Herring
re valid combinations of compatible strings and the order when the dts can have multiple strings. For example, is this valid: compatible = "fsl,vf610-dspi", "fsl,ls2080a-dspi"; In other words, I should be able to check a dts file against what the binding doc says. Rob >

Re: [PATCH v3 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-29 Thread Rob Herring
; remove redundant #ifdef CONFIG_OF > v2 -> v3: Add MODULE_DEVICE_TABLE. > Remove #ifdef CONFIG_OF. > Make the Kconfig symbol to depend on OF. > Replace irqd_get_trigger_type() with irq_get_trigger_type(). > > .../bindings/net/wireless/ti,wlc

Re: [PATCH] powerpc: fsl: update fman dt binding for PCS PHY

2015-12-29 Thread Rob Herring
On Mon, Dec 28, 2015 at 11:47:34AM +0800, shh@gmail.com wrote: > From: Shaohui Xie > > PCS PHY can support backplane (1000BASE-KX and 10GBASE-KR), this needs > to change corresponding serdes lane settings, so a reference is needed > for serdes lane. This patch

Re: [PATCH] iio: health: max30100: add config for LED current

2015-12-29 Thread Rob Herring
On Sat, Dec 26, 2015 at 08:38:24PM -0800, Matt Ranostay wrote: > Allow the current for both RED and IR LEDs to be set via an device tree > property setting. > > This is an optional setting that is useful for applications that have a > known glass attenuation factor. > > Signed-off-by: Matt

Re: [PATCH 4/4] Documentation: fsl-quadspi: Add optional properties

2015-12-29 Thread Rob Herring
| 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701

2015-12-29 Thread Rob Herring
s when posting new versions. Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] DT: i2c: Add Freescale MPL3115 to trivial devices list

2015-12-29 Thread Rob Herring
ile changed, 1 insertion(+) Acked-by: Rob Herring <r...@kernel.org> Who did you want to apply this? Send patches TO that person which I would expect to be Wolfram or me. Rob > > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt > b/Documentation/devicetree/b

Re: [PATCH v9 1/3] Documentation: DT: Add entry for Freescale LS1043a-RDB board

2015-12-29 Thread Rob Herring
gt; Documentation/devicetree/bindings/arm/fsl.txt | 4 > 1 file changed, 4 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 1/2] Documentation: DT: Add entry for Freescale LS1043a-QDS board

2015-12-29 Thread Rob Herring
file changed, 4 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] arm64: Add DT support for Juno r2 board

2015-12-29 Thread Rob Herring
On Wed, Dec 23, 2015 at 12:10:11PM +, Sudeep Holla wrote: > Juno r2 is identical to Juno r1 with Cortex A57 cores replaced by > Cortex A72 cores. That's a bigger change than I'd expect... > Acked-by: Liviu Dudau > Signed-off-by: Sudeep Holla > ---

Re: [PATCH 1/3] ti-st: use device handles and add device tree binding

2015-12-29 Thread Rob Herring
On Wed, Dec 23, 2015 at 11:38:29AM +, Reizer, Eyal wrote: > - Add support for getting the platform data which includes the uart > used and gpio pin used for enable from device tree. > > - Fix the implementation for using device handle for the uart and > gpiod for the enable pin, instead

Re: [PATCH v2 3/4] dt-binding: remoteproc: Introduce Qualcomm WCNSS loader binding

2015-12-29 Thread Rob Herring
xt Seems reasonable to me. I'd like to see some acks from QC folks. Acked-by: Rob Herring <r...@kernel.org> > +- clock-names: > + Usage: requireduired typo -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to ma

Re: [PATCH 4/4] dt: binding: Add Qualcomm wcn36xx WiFi binding

2015-12-29 Thread Rob Herring
On Sun, Dec 27, 2015 at 05:34:27PM -0800, Bjorn Andersson wrote: > Add binding representing the Qualcomm wcn3620/60/80 WiFi block. > Signed-off-by: Bjorn Andersson > --- > .../bindings/net/wireless/qcom,wcn36xx-wifi.txt| 76 > ++ > 1 file

Re: [PATCH v2 2/4] Documentation: fsl-quadspi: Add fsl, ls2080a-qspi compatible string

2015-12-29 Thread Rob Herring
On Thu, Dec 24, 2015 at 07:01:01PM +0800, Yuan Yao wrote: > new compatible string: "fsl,ls2080a-qspi". > > Signed-off-by: Yuan Yao > --- > Changed in v2: > Update my email to > --- > Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 2 +- > 1 file

Re: [PATCH 2/2] dt-bindings: bus: ti-gpmc: Add AAD timings properties

2015-12-29 Thread Rob Herring
.txt | 5 + > 1 file changed, 5 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 1/4] Documentation: fsl-quadspi: Add fsl,ls2080a-dspi compatible string

2015-12-29 Thread Rob Herring
On Thu, Dec 24, 2015 at 07:01:00PM +0800, Yuan Yao wrote: > new compatible string: "fsl,ls2080a-qspi". > > Signed-off-by: Yuan Yao > --- > Changed in v2: > Update my email to > --- > Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 3 ++- > 1 file

Re: [PATCH 2/2] dt-bindings: ci-hdrc-usb2: add missing compatibles

2015-12-29 Thread Rob Herring
le changed, 7 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 4/4] dt: binding: Add Qualcomm wcn36xx WiFi binding

2015-12-29 Thread Rob Herring
On Tue, Dec 29, 2015 at 11:03:57AM -0800, Bjorn Andersson wrote: > On Tue 29 Dec 10:34 PST 2015, Rob Herring wrote: > > > On Sun, Dec 27, 2015 at 05:34:27PM -0800, Bjorn Andersson wrote: > > > Add binding representing the Qualcomm wcn3620/60/80 WiFi block. > > >

Re: [PATCH 2/3] drivers: net: cpsw: fix error messages when using phy-handle DT property

2015-12-29 Thread Rob Herring
you want a version of this > against v4.3.3. > > Documentation/devicetree/bindings/net/cpsw.txt | 4 ++-- For the binding: Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 4/6] regulator: lp872x: Add enable GPIO pin support

2015-12-29 Thread Rob Herring
On Tue, Dec 29, 2015 at 3:26 PM, Paul Kocialkowski <cont...@paulk.fr> wrote: > Le mardi 29 décembre 2015 à 14:02 -0600, Rob Herring a écrit : >> On Wed, Dec 23, 2015 at 11:58:37AM +0100, Paul Kocialkowski wrote: >> > LP872x regulators are made active via the EN pi

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-29 Thread Rob Herring
+Arnd and Olof On Mon, Dec 28, 2015 at 4:39 PM, Michael Turquette <mturque...@baylibre.com> wrote: > Quoting Eric Anholt (2015-12-24 15:45:15) >> Michael Turquette <mturque...@baylibre.com> writes: >> >> > On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring <r...@

Re: [PATCH v4 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-12-29 Thread Rob Herring
hanged, 105 insertions(+), 18 deletions(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-29 Thread Rob Herring
On Tue, Dec 22, 2015 at 03:43:52PM -0800, David Daney wrote: > From: David Daney > > Some Cavium ThunderX processors require quirky access methods for the > config space of the PCIe bridge. Add a driver to provide these config > space accessor functions. The

Re: [PATCH v2 1/3] devicetree/bindings: add reset-gpios and vcc-supply for panel-dpi

2015-12-29 Thread Rob Herring
gt; display What if there are 2 supplies? While there are limits to what can be described here, I'm okay with allowing these, so: Acked-by: Rob Herring <r...@kernel.org> Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to

Re: [PATCH 4/6] regulator: lp872x: Add enable GPIO pin support

2015-12-29 Thread Rob Herring
On Wed, Dec 23, 2015 at 11:58:37AM +0100, Paul Kocialkowski wrote: > LP872x regulators are made active via the EN pin, which might be hooked to a > GPIO. This adds support for driving the GPIO high when the driver is in use. > > Signed-off-by: Paul Kocialkowski > --- >

Re: [PATCH 12/12] ASoC: rsnd: add Multi channel support

2015-12-22 Thread Rob Herring
On Sat, Dec 19, 2015 at 5:37 AM, Mark Brown <broo...@kernel.org> wrote: > On Fri, Dec 18, 2015 at 02:04:51PM -0600, Rob Herring wrote: >> On Thu, Dec 17, 2015 at 03:00:10AM +, Kuninori Morimoto wrote: > >> > Signed-off-by: Kuninori Morimoto <ku

Re: [PATCH v5] rtc: support DS1302 RTC on ICP DAS LP-8x4x

2015-12-22 Thread Rob Herring
On Sun, Dec 20, 2015 at 6:14 AM, Sergei Ianovich <ynv...@gmail.com> wrote: > On Sat, 2015-12-19 at 21:38 -0600, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 08:45:23PM +0300, Sergei Ianovich wrote: [...] >> > diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1302.

Re: [PATCH v3 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-12-22 Thread Rob Herring
On Sun, Dec 20, 2015 at 6:07 AM, Kishon Vijay Abraham I <kis...@ti.com> wrote: > Hi Rob, > > On Sunday 20 December 2015 09:09 AM, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 02:46:08PM +0530, Kishon Vijay Abraham I wrote: >>> Deprecate using phy-omap-control

Re: [PATCH v1 1/6] dt-bindings: misc: add document for reboot-mode driver

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 05:05:24PM +0800, Andy Yan wrote: > add device tree bindings document for reboot-mode driver > > Signed-off-by: Andy Yan > > --- > > Changes in v1: None > > .../devicetree/bindings/misc/reboot-mode.txt | 41 > ++ > 1

Re: [PATCH v2 2/2] dt-bindings: sound: add devicetree document for rt5616

2015-12-22 Thread Rob Herring
ice from Bard. > > Changes in v1: > - As Heiko comments, remove the not exist option properties. > > Documentation/devicetree/bindings/sound/rt5616.txt | 26 > ++ > 1 file changed, 26 insertions(+) > create mode 100644 Documentation/devicetree/bindings

Re: [PATCH v3] usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller

2015-12-22 Thread Rob Herring
ocks" > - remove prototype declarations > - use udelay(1) instead of ndelay(1) in usb3_wait() > - remove empty function "usb3_init_phy()" > - use module_platform_driver() > - remove bit fields member in some structures > > > .../devicetree/binding

Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 10:24:08AM +0100, Ludovic Desroches wrote: > This driver supports the new version of the Atmel ADC device introduced > with the SAMA5D2 SoC family. > > Signed-off-by: Ludovic Desroches > --- > .../devicetree/bindings/iio/adc/at91_adc8xx.txt

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: > From: David Daney > > Some Cavium ThunderX processors require quirky access methods for the > config space of the PCIe bridge. Add a driver to provide these config > space accessor functions. The

Re: [PATCH] ARM: dts: compulab: add new board description

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 11:10:59AM +0200, Ilya Ledvich wrote: > Add description for newly introduced Compulab devices: > - CL-SOM-iMX7 > - SBC-iMX7 > > Signed-off-by: Ilya Ledvich <i...@compulab.co.il> Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe fr

Re: [PATCH 5/6] ASoC: da7219: Add support for 1.6V micbias level

2015-12-22 Thread Rob Herring
sou...@diasemi.com> > --- > Documentation/devicetree/bindings/sound/da7219.txt | 2 +- Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 4/6] ASoC: da7219: Remove internal LDO features of codec

2015-12-22 Thread Rob Herring
gt; --- > Documentation/devicetree/bindings/sound/da7219.txt | 6 ++- Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] of/irq: Export of_irq_count()

2015-12-22 Thread Rob Herring
On Tue, Dec 22, 2015 at 6:22 AM, Mark Brown wrote: > Some of the Qualcomm pinctrl drivers have started trying to use > of_irq_count() in modular code but this fails to build as the symbol is > not exported. Since there doesn't seem to be any reason not to export > the symbol

Re: [PATCH 1/2] can: sja1000: add documentation for Technologic Systems version

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 9:09 AM, Damien Riegel <damien.rie...@savoirfairelinux.com> wrote: > On Sat, Dec 19, 2015 at 09:37:42PM -0600, Rob Herring wrote: >> On Fri, Dec 18, 2015 at 03:17:24PM -0500, Damien Riegel wrote: >> > This commit adds documentation for the Tec

Re: [RESEND PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver

2015-12-22 Thread Rob Herring
On Sat, Dec 19, 2015 at 5:30 AM, Mark Brown <broo...@kernel.org> wrote: > On Fri, Dec 18, 2015 at 01:56:21PM -0600, Rob Herring wrote: >> On Thu, Dec 17, 2015 at 05:50:00PM +0800, Songjun Wu wrote: > >> > +- atmel,model >> > + The user-visible name of this so

Re: [PATCH v10 3/8] ARM: dt: Binding documentation for imx25 touchscreen controller

2015-12-19 Thread Rob Herring
repeat-wait. Previously the touchscreen caused massive number of > interrupts. > > .../bindings/input/touchscreen/fsl-mx25-tcq.txt| 35 > ++ > 1 file changed, 35 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/input/touchscreen/

Re: [PATCH v5] mtd: support BB SRAM on ICP DAS LP-8x4x

2015-12-19 Thread Rob Herring
On Tue, Dec 15, 2015 at 09:58:53PM +0300, Sergei Ianovich wrote: > This provides an MTD device driver for 512kB of battery backed up SRAM > on ICPDAS LP-8X4X programmable automation controllers. > > SRAM chip is connected via FPGA and is not accessible without a driver, > unlike flash memory

Re: [PATCH v3 6/9] phy: ti-pipe3: use *syscon* framework API to power on/off the PHY

2015-12-19 Thread Rob Herring
vicetree/bindings/phy/ti-phy.txt | 10 ++- > drivers/phy/phy-ti-pipe3.c | 90 > ++ > 2 files changed, 85 insertions(+), 15 deletions(-) For the binding: Acked-by: Rob Herring <r...@kernel.org> One comment on the driver though. [...] >

Re: [PATCH 1/2] irqchip: add documentation for TS-4800 interrupt controller

2015-12-19 Thread Rob Herring
/bindings/interrupt-controller/technologic,ts4800.txt Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-12-19 Thread Rob Herring
On Tue, Dec 15, 2015 at 02:46:08PM +0530, Kishon Vijay Abraham I wrote: > Deprecate using phy-omap-control driver to power on/off the PHY, > and use *syscon* framework to do the same. This handles > powering on/off the PHY for the USB2 PHYs used in various TI SoCs. > > Signed-off-by: Kishon Vijay

Re: [PATCH v2 2/2] mfd: arizona: Update binding docs for selecting mono/stereo outputs

2015-12-19 Thread Rob Herring
e.wolfsonmicro.com> > --- > > Changes since v1: > - Clarify which outputs correspond to which entry in the out-mono list. > > Thanks, > Charles > > Documentation/devicetree/bindings/mfd/arizona.txt | 6 ++ > 1 file changed, 6 insertions(+) Acked-by: R

Re: [PATCH 1/2] devicetree: mxsfb: add reset-active property

2015-12-19 Thread Rob Herring
set-active" property to the "display" > subnode such that devicetrees can specify the desired polarity > of the LCD_RESET pin. > > Signed-off-by: Mans Rullgard <m...@mansr.com> Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line

Re: [PATCH v5] rtc: support DS1302 RTC on ICP DAS LP-8x4x

2015-12-19 Thread Rob Herring
On Tue, Dec 15, 2015 at 08:45:23PM +0300, Sergei Ianovich wrote: Nothing in this is specific to ICP, so the subject should be updated. > Signed-off-by: Sergei Ianovich > CC: Alexandre Belloni > --- >v4..v5 >* drop THIS_MODULE from

Re: [PATCH] arm64: perf: Correct Cortex-A53/A57 compatible values

2015-12-19 Thread Rob Herring
On Thu, Dec 17, 2015 at 12:19:56PM +, Will Deacon wrote: > On Tue, Dec 15, 2015 at 10:42:42AM +, Will Deacon wrote: > > On Tue, Dec 15, 2015 at 10:37:00AM +, Mark Rutland wrote: > > > On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote: > > > > Use commas instead of

Re: [PATCH v3 7/9] phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHY

2015-12-19 Thread Rob Herring
uadros <rog...@ti.com> > --- > Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ > drivers/phy/phy-ti-pipe3.c | 34 > +- > 2 files changed, 35 insertions(+), 1 deletion(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubs

Re: [PATCH 1/2 v2] ARM: l2x0: make it possible to disable outer sync from DT

2015-12-19 Thread Rob Herring
nd there should not be a need to flush the L2 write buffer. But I already optimized the performance critical register accesses with _relaxed variants, so it doesn't really matter. I don't think any other platform cares, therefore: Acked-by: Rob Herring <r...@kernel.org> Rob -- To unsub

Re: [PATCH v3 02/27] serial: sh-sci: Add fallback compatibility strings

2015-12-19 Thread Rob Herring
erhoeven <geert+rene...@glider.be> > Cc: devicetree@vger.kernel.org > --- > v3: > - New. > --- > .../devicetree/bindings/serial/renesas,sci-serial.txt | 17 > + > 1 file changed, 13 insertions(+), 4 deletions(-) Acked-by: Rob Herring <r...@ke

Re: [PATCH v3 03/27] serial: sh-sci: Update DT binding documentation for external clock input

2015-12-19 Thread Rob Herring
f the divided functional clock. > --- > Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 5 +++++ > 1 file changed, 5 insertions(+) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in

Re: [PATCH v3 04/27] serial: sh-sci: Update DT binding documentation for BRG support

2015-12-19 Thread Rob Herring
+rene...@glider.be> > Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: devicetree@vger.kernel.org > --- > v3: > - Add Acked-by, > - Rename "int_clk" to "brg_int". > --- > Documentation/devicetree/bindings/serial/renesas,sci-

Re: [PATCH v3 1/2] Documentation: DT: Add entry for ARM SP805-WDT

2015-12-19 Thread Rob Herring
sp805-wdt.txt | 29 > > 1 file changed, 29 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/sp805-wdt.txt Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the bo

Re: [PATCH 1/2] can: sja1000: add documentation for Technologic Systems version

2015-12-19 Thread Rob Herring
On Fri, Dec 18, 2015 at 03:17:24PM -0500, Damien Riegel wrote: > This commit adds documentation for the Technologic Systems version of > SJA1000. The difference with the NXP version is in the way the registers > are accessed. > > Signed-off-by: Damien Riegel >

Re: [PATCH v2 03/14] DEVICETREE: Add PIC32 clock binding documentation

2015-12-18 Thread Rob Herring
;purna.man...@microchip.com> > Signed-off-by: Joshua Henderson <joshua.hender...@microchip.com> > Cc: Ralf Baechle <r...@linux-mips.org> A couple of nits on the example, otherwise: Acked-by: Rob Herring <r...@kernel.org> > --- > .../devicetree/bindings/clock/microchip

Re: [PATCH v2 05/14] DEVICETREE: Add bindings for PIC32/MZDA platforms

2015-12-18 Thread Rob Herring
t;joshua.hender...@microchip.com> > Cc: Ralf Baechle <r...@linux-mips.org> Acked-by: Rob Herring <r...@kernel.org> > --- > .../bindings/mips/pic32/microchip,pic32mzda.txt| 33 > > 1 file changed, 33 insertions(+) > create mode 100644

  1   2   3   4   5   6   7   8   9   10   >