Re: [PATCH v3 3/4] dt-binding: iio: Add documentation for AD7091R5

2019-11-13 Thread Rob Herring
-hex value with lower case > > .../bindings/iio/adc/adi,ad7091r5.yaml| 54 +++ > 1 file changed, 54 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml > Reviewed-by: Rob Herring

Re: [PATCH 2/3] dt-binding: iio: Add documentation for ADM1177

2019-11-18 Thread Rob Herring
On Tue, Nov 12, 2019 at 05:35:51PM +0200, Beniamin Bia wrote: > Documentation for ADM1177 was added. > > Signed-off-by: Beniamin Bia > --- > .../bindings/iio/adc/adi,adm1177.yaml | 60 +++ > 1 file changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/b

Re: [PATCH v7 1/4] doc: add bindings document for altera fpga manager

2014-12-21 Thread Rob Herring
On Fri, Dec 19, 2014 at 10:45 AM, wrote: > From: Alan Tull > > New bindings document for Altera fpga manager. > > Signed-off-by: Alan Tull > --- > v5 : Move bindings to drivers/staging/fpga/Documentation/bindings > > v6 : No change in this patch for v6 of the patch set > > v7 : No change in thi

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread Rob Herring
On Tue, Jan 6, 2015 at 2:13 PM, wrote: > From: Alan Tull > > New bindings document for Altera fpga manager. > > Signed-off-by: Alan Tull Acked-by: Rob Herring Like I said, this binding doesn't look like it will change other than perhaps additional optional propertie

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread Rob Herring
On Tue, Jan 6, 2015 at 4:34 PM, atull wrote: > On Tue, 6 Jan 2015, Rob Herring wrote: > >> On Tue, Jan 6, 2015 at 2:13 PM, wrote: >> > From: Alan Tull >> > >> > New bindings document for Altera fpga manager. >> > >> > Signed-off-by:

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-12 Thread Rob Herring
On Sun, Jan 11, 2015 at 10:29 AM, atull wrote: > On Sat, 10 Jan 2015, Pavel Machek wrote: > >> On Sat 2015-01-10 10:10:51, Pantelis Antoniou wrote: >> > Hi Pavel, >> > >> > > On Jan 9, 2015, at 22:56 , Pavel Machek wrote: >> > > >> > > On Fri 2015-01-09 13:14:24, atull wrote: >> > >> On Wed, 7 Ja

Re: [PATCH v2 1/2] dt-bindings: phy: Add binding for Mediatek MT7621 PCIe PHY

2019-04-05 Thread Rob Herring
; create mode 100644 > Documentation/devicetree/bindings/phy/mediatek,mt7621-pci-phy.txt > Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 3/3] dt-bindings: iio: adc: Add AD7616 ADC documentation

2019-04-05 Thread Rob Herring
On Tue, 2 Apr 2019 16:18:41 +0300, Beniamin Bia wrote: > Document support for AD7616 Analog to Digital Converter. > > Signed-off-by: Beniamin Bia > --- > Documentation/devicetree/bindings/iio/adc/adi,ad7606.txt | 1 + > 1 file changed, 1 insertion(+) > Rev

Re: [PATCH v2 1/2] dt-bindings: iio: adc: add adi, ad7780.yaml binding

2019-06-14 Thread Rob Herring
mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 3/3] media: dt-bindings: imx7-csi: add i.MX6UL/L support

2019-07-08 Thread Rob Herring
> Documentation/devicetree/bindings/media/imx7-csi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v3] media: dt: bindings: tegra-vde: Document new optional IOMMU property

2019-07-09 Thread Rob Herring
-- > > No changes since v1. > > Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.lin

Re: [PATCH v2 10/11] staging: typec: fusb302: Hook up mux support using tcpc_gen_mux support

2017-09-12 Thread Rob Herring
our devicetree bindings. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: devicet...@vger.kernel.org > Signed-off-by: Hans de Goede > --- > Documentation/devicetree/bindings/usb/fcs,fusb302.txt | 3 +++ > drivers/staging/typec/fusb302/fusb302.c | 11 ++-

Re: [PATCH v2 10/11] staging: typec: fusb302: Hook up mux support using tcpc_gen_mux support

2017-09-13 Thread Rob Herring
On Wed, Sep 13, 2017 at 3:56 AM, Hans de Goede wrote: > Hi, > > > On 13-09-17 00:20, Rob Herring wrote: >> >> On Tue, Sep 05, 2017 at 06:42:20PM +0200, Hans de Goede wrote: >>> >>> Add mux support to the fusb302 driver, call devm_tcpc_gen_mux_create(

Re: [PATCH v2 10/11] staging: typec: fusb302: Hook up mux support using tcpc_gen_mux support

2017-09-13 Thread Rob Herring
On Wed, Sep 13, 2017 at 9:06 AM, Hans de Goede wrote: > Hi, > > > On 13-09-17 15:38, Rob Herring wrote: >> >> On Wed, Sep 13, 2017 at 3:56 AM, Hans de Goede >> wrote: >>> >>> Hi, >>> >>> >>> On 13-09-17 00:20, Rob Herr

Re: [PATCH v3 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver

2017-10-17 Thread Rob Herring
On Wed, Oct 11, 2017 at 11:08:11PM +0300, Dmitry Osipenko wrote: > Video decoder, found on NVIDIA Tegra20 SoC, supports a standard set of > video formats like H.264 / MPEG-4 / WMV / VC1. Currently driver supports > decoding of CAVLC H.264 only. > > Signed-off-by: Dmitry Osipenko > --- > .../bind

Re: [PATCH v3 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver

2017-10-17 Thread Rob Herring
On Tue, Oct 17, 2017 at 3:24 PM, Thierry Reding wrote: > On Tue, Oct 17, 2017 at 03:13:54PM -0500, Rob Herring wrote: > [...] >> > diff --git >> > a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-vde.txt >> > b/Documentation/devicetree/bindings

Re: [PATCH v3 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver

2017-10-19 Thread Rob Herring
On Tue, Oct 17, 2017 at 4:26 PM, Dmitry Osipenko wrote: > On 18.10.2017 00:13, Rob Herring wrote: >> On Tue, Oct 17, 2017 at 3:24 PM, Thierry Reding >> wrote: >>> On Tue, Oct 17, 2017 at 03:13:54PM -0500, Rob Herring wrote: >>> [...] >>>>> diff

Re: [RFC 05/12] dt-bindings: mtd: add Marvell NAND controller documentation

2017-10-24 Thread Rob Herring
On Wed, Oct 18, 2017 at 04:36:22PM +0200, Miquel Raynal wrote: > Document the bindings for the legacy and the new bindings relative to > Marvell NAND controller driver rework. > > Signed-off-by: Miquel Raynal > --- > .../devicetree/bindings/mtd/marvell-nand.txt | 95 >

Re: [PATCH v4 2/5] media: dt: bindings: Add binding for NVIDIA Tegra Video Decoder Engine

2017-10-26 Thread Rob Herring
idia,tegra-vde.txt | 55 > ++ > 1 file changed, 55 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt Acked-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://drive

Re: [PATCH v3 1/8] dt-bindings: Add Cavium Octeon Common Ethernet Interface.

2017-11-15 Thread Rob Herring
compatible = "cavium,octeon-7360-xcv"; > + reg = <0>; > + local-mac-address = [ 00 01 23 45 67 89 ]; > + phy-handle = <&phy3>; > + phy-mode = "rgmii-rxid" > +

Re: [PATCH] dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engine

2017-11-15 Thread Rob Herring
+ > +Optional properties: > +- interrupt-parent: The phandle for the interrupt controller that services > + interrupts for this device. > +- clocks: Reference to the crypto engine clock. > +- dma-coherent: Present if dma operations are coherent. > + > +Examples: > + > +

Re: [PATCH v4 2/2] dt-bindings: document gpio-mt7621 bindings

2018-07-05 Thread Rob Herring
+++ > 1 file changed, 35 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriv

[PATCH] staging: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
: Rob Herring --- drivers/staging/media/imx/imx-media-dev.c | 11 ++- drivers/staging/media/imx/imx-media-of.c | 4 ++-- drivers/staging/mt7621-eth/mdio.c | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/staging/media/imx/imx-media-dev.c b

[PATCH v2] staging: Convert to using %pOFn instead of device_node.name

2018-08-28 Thread Rob Herring
: Rob Herring --- v2: - fix conditional use of node name vs devname for imx drivers/staging/media/imx/imx-media-dev.c | 15 ++- drivers/staging/media/imx/imx-media-of.c | 4 ++-- drivers/staging/mt7621-eth/mdio.c | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions

[PATCH] staging: mt7621-pci: remove unnecessary check of device_type == pci

2018-08-29 Thread Rob Herring
l.org Signed-off-by: Rob Herring --- drivers/staging/mt7621-pci/pci-mt7621.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index 0d13384b90c4..5055475bd04e 100644 --- a/drivers/staging/mt7621-pci/pci-mt7

Re: [PATCH v4 01/36] [media] dt-bindings: Add bindings for i.MX media driver

2017-02-27 Thread Rob Herring
On Wed, Feb 15, 2017 at 06:19:03PM -0800, Steve Longerbeam wrote: > Add bindings documentation for the i.MX media driver. > > Signed-off-by: Steve Longerbeam > --- > Documentation/devicetree/bindings/media/imx.txt | 66 > + > 1 file changed, 66 insertions(+) > create mo

Re: [PATCH v4 15/36] platform: add video-multiplexer subdevice driver

2017-02-27 Thread Rob Herring
On Wed, Feb 15, 2017 at 06:19:17PM -0800, Steve Longerbeam wrote: > From: Philipp Zabel > > This driver can handle SoC internal and external video bus multiplexers, > controlled either by register bit fields or by a GPIO. The subdevice > passes through frame interval and mbus configuration of the

Re: [PATCH v4 24/36] [media] add Omnivision OV5640 sensor driver

2017-02-27 Thread Rob Herring
On Wed, Feb 15, 2017 at 06:19:26PM -0800, Steve Longerbeam wrote: > This driver is based on ov5640_mipi.c from Freescale imx_3.10.17_1.0.0_beta > branch, modified heavily to bring forward to latest interfaces and code > cleanup. > > Signed-off-by: Steve Longerbeam > --- > .../devicetree/bindings

Re: [patch 0/7] staging: speakup: introduce tty-based comms

2017-03-15 Thread Rob Herring
On Mon, Mar 13, 2017 at 8:18 PM, Samuel Thibault wrote: > Samuel Thibault, on mar. 14 mars 2017 01:47:01 +0100, wrote: >> Greg KH, on mar. 14 mars 2017 06:14:04 +0800, wrote: >> > On Mon, Mar 13, 2017 at 10:05:51PM +, okash.khaw...@gmail.com wrote: >> > > This patchset introduces a TTY-based w

Re: [PATCH v5 01/39] [media] dt-bindings: Add bindings for video-multiplexer device

2017-03-16 Thread Rob Herring
; .../bindings/media/video-multiplexer.txt | 59 > ++ > 1 file changed, 59 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/media/video-multiplexer.txt Acked-by: Rob Herring ___ devel mailing

Re: [PATCH v5 02/39] [media] dt-bindings: Add bindings for i.MX media driver

2017-03-20 Thread Rob Herring
+Ramiro On Thu, Mar 09, 2017 at 08:52:42PM -0800, Steve Longerbeam wrote: > Add bindings documentation for the i.MX media driver. > > Signed-off-by: Steve Longerbeam > --- > Documentation/devicetree/bindings/media/imx.txt | 74 > + > 1 file changed, 74 insertions(+) >

Re: [PATCH v5 03/39] [media] dt/bindings: Add bindings for OV5640

2017-03-20 Thread Rob Herring
hanged, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5640.txt Acked-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v6 02/39] [media] dt-bindings: Add bindings for i.MX media driver

2017-03-28 Thread Rob Herring
On Mon, Mar 27, 2017 at 7:40 PM, Steve Longerbeam wrote: > Add bindings documentation for the i.MX media driver. > > Signed-off-by: Steve Longerbeam > --- > Documentation/devicetree/bindings/media/imx.txt | 74 > + > 1 file changed, 74 insertions(+) > create mode 100644

Re: [PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)

2018-04-04 Thread Rob Herring
On Fri, Mar 16, 2018 at 8:51 AM, Geert Uytterhoeven wrote: > Hi all, > > If NO_DMA=y, get_dma_ops() returns a reference to the non-existing > symbol bad_dma_ops, thus causing a link failure if it is ever used. > > The intention of this is twofold: > 1. To catch users of the DMA API on sy

Re: [PATCH v3 1/3] resource: Use list_head to link resource sibling

2018-04-09 Thread Rob Herring
+Nico who has been working on tinification of the kernel. On Mon, Apr 9, 2018 at 4:08 AM, Baoquan He wrote: > The struct resource uses singly linked list to link siblings. It's not > easy to do reverse iteration on sibling list. So replace it with list_head. Why is reverse iteration needed? > A

Re: [PATCH v4 02/13] dt-bindings: usb: add documentation for typec port controller(TCPCI)

2018-04-09 Thread Rob Herring
On Thu, Mar 29, 2018 at 12:06:07AM +0800, Li Jun wrote: > TCPCI stands for typec port controller interface, its implementation > has full typec port control with power delivery support, it's a > standard i2c slave with GPIO input as irq interface, detail see spec > "Universal Serial Bus Type-C Port

Re: [PATCH v4 02/13] dt-bindings: usb: add documentation for typec port controller(TCPCI)

2018-04-16 Thread Rob Herring
On Mon, Apr 16, 2018 at 6:54 AM, Jun Li wrote: > Hi >> -Original Message- >> From: Rob Herring [mailto:r...@kernel.org] >> Sent: 2018年4月10日 4:04 >> To: Jun Li >> Cc: gre...@linuxfoundation.org; heikki.kroge...@linux.intel.com; >> li...@roe

Re: [PATCH v3 5/9] staging: iio: ad2s1200: Add documentation for device tree binding

2018-04-27 Thread Rob Herring
On Mon, Apr 23, 2018 at 12:03:47AM +0200, David Veenstra wrote: > Add documentation for the added device tree bindings. > > Signed-off-by: David Veenstra > --- > Changes in v3: > - Documentation is added to Documentation/devicetree/bindings/iio/resolver >instead of staging directory. > - Ad

Re: [PATCH v3 5/9] staging: iio: ad2s1200: Add documentation for device tree binding

2018-04-27 Thread Rob Herring
On Mon, Apr 23, 2018 at 12:03:47AM +0200, David Veenstra wrote: > Add documentation for the added device tree bindings. > > Signed-off-by: David Veenstra > --- > Changes in v3: > - Documentation is added to Documentation/devicetree/bindings/iio/resolver >instead of staging directory. Also,

Re: [PATCH v2 08/15] media: dt-bindings: add bindings for i.MX7 media driver

2018-04-27 Thread Rob Herring
On Mon, Apr 23, 2018 at 02:47:43PM +0100, Rui Miguel Silva wrote: > Add bindings documentation for i.MX7 media drivers. > > Signed-off-by: Rui Miguel Silva > --- > .../devicetree/bindings/media/imx7.txt| 158 ++ > 1 file changed, 158 insertions(+) > create mode 100644 Do

Re: [PATCH v5 06/12] media: dt-bindings: add bindings for i.MX7 media driver

2018-05-18 Thread Rob Herring
On Fri, May 18, 2018 at 10:28:00AM +0100, Rui Miguel Silva wrote: > Add bindings documentation for i.MX7 media drivers. > > Signed-off-by: Rui Miguel Silva > --- > .../devicetree/bindings/media/imx7.txt| 125 ++ > 1 file changed, 125 insertions(+) > create mode 100644 Do

Re: [PATCH v5 07/12] ARM: dts: imx7s: add mipi phy power domain

2018-05-18 Thread Rob Herring
On Fri, May 18, 2018 at 10:28:01AM +0100, Rui Miguel Silva wrote: > Add power domain index 0 related with mipi-phy to imx7s. > > Signed-off-by: Rui Miguel Silva > --- > arch/arm/boot/dts/imx7s.dtsi | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arc

Re: [PATCH v5 08/12] ARM: dts: imx7s: add multiplexer controls

2018-05-18 Thread Rob Herring
On Fri, May 18, 2018 at 10:28:02AM +0100, Rui Miguel Silva wrote: > The IOMUXC General Purpose Register has bitfield to control video bus > multiplexer to control the CSI input between the MIPI-CSI2 and parallel > interface. Add that register and mask. > > Signed-off-by: Rui Miguel Silva > Review

Re: [PATCH v6 07/13] media: dt-bindings: add bindings for i.MX7 media driver

2018-05-22 Thread Rob Herring
++ > .../bindings/media/imx7-mipi-csi2.txt | 82 +++ > 2 files changed, 126 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/imx7-csi.txt > create mode 100644 Documentation/devicetree/bindings/media/imx7-mipi-csi2

Re: [PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-22 Thread Rob Herring
Mauro Carvalho Chehab > --- > Documentation/ABI/obsolete/sysfs-gpio | 2 +- > .../devicetree/bindings/display/bridge/tda998x.txt | 2 +- Acked-by: Rob Herring > Documentation/trace/events.rst| 2 +- > Documen

Re: [PATCH 2/2] dt-bindings: document gpio-mt7621 bindings

2018-06-12 Thread Rob Herring
On Sat, Jun 02, 2018 at 09:30:10AM +0200, Sergio Paracuellos wrote: > Add a devicetree binding documentation for the mt7621 driver. Bindings are for h/w, not a driver. > Signed-off-by: Sergio Paracuellos > Reviewed-by: NeilBrown Space ^ > --- > .../bindings/gpio/mediatek,mt7621-

Re: [PATCH 2/2] dt-bindings: document gpio-mt7621 bindings

2018-06-13 Thread Rob Herring
On Wed, Jun 13, 2018 at 10:23 AM, Sergio Paracuellos wrote: > Hi Rob, > > Thanks for your time in reviewing this. > > On Tue, Jun 12, 2018 at 10:56 PM, Rob Herring wrote: >> On Sat, Jun 02, 2018 at 09:30:10AM +0200, Sergio Paracuellos wrote: >>> Add a devicetree

Re: [PATCH 2/2] dt-bindings: document gpio-mt7621 bindings

2018-06-14 Thread Rob Herring
On Thu, Jun 14, 2018 at 8:14 AM, Linus Walleij wrote: > On Wed, Jun 13, 2018 at 9:28 PM, Rob Herring wrote: > >>> "Some system-on-chips (SoCs) use the concept of GPIO banks. ... >>> Usually each such bank is >>> exposed in the device tree as an individual

Re: [PATCH v4 04/26] docs: fix broken references with multiple hints

2018-06-20 Thread Rob Herring
teven Rostedt (VMware) > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/ABI/obsolete/sysfs-gpio | 2 +- > .../devicetree/bindings/display/bridge/tda998x.txt| 2 +- Acked-by: Rob Herring > Documentation/trace/events.rst

Re: [PATCH v5 2/2] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-05 Thread Rob Herring
se new bindings please: (GPL-2.0-only OR BSD-2-Clause) With that, Reviewed-by: Rob Herring > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/iio/accel/adi,adis16240.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: ADIS16240 Programmable I

Re: [PATCH v6 2/2] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-13 Thread Rob Herring
On Sat, 7 Dec 2019 01:53:39 -0300, Rodrigo Carvalho wrote: > This patch add device tree binding documentation for ADIS16240. > > Signed-off-by: Rodrigo Carvalho > --- > V6: > - Update SPDX license identifier > > .../bindings/iio/accel/adi,adis16240.yaml | 49 +++ > 1 file

Re: [PATCH v3 02/10] clk: clock-wizard: Move the clockwizard to clk

2019-12-13 Thread Rob Herring
On Thu, Nov 28, 2019 at 12:06:09PM +0530, shubhrajyoti.da...@gmail.com wrote: > From: Shubhrajyoti Datta > > Move the clocking wizard driver from staging to clk. > > Signed-off-by: Shubhrajyoti Datta > --- > drivers/clk/Kconfig | 6 + > drivers/clk/Makefile|

Re: [PATCH v3 01/10] dt-bindings: add documentation of xilinx clocking wizard

2019-12-13 Thread Rob Herring
On Thu, Nov 28, 2019 at 12:06:08PM +0530, shubhrajyoti.da...@gmail.com wrote: > From: Shubhrajyoti Datta > > Add the devicetree binding for the xilinx clocking wizard. > > Signed-off-by: Shubhrajyoti Datta > --- > .../bindings/clock/xlnx,clocking-wizard.txt| 32 > +

Re: [PATCH v2 3/4] dt-bindings: iio: adc: Migrate AD7606 documentation to yaml

2020-01-13 Thread Rob Herring
On Wed, Aug 7, 2019 at 8:32 AM Beniamin Bia wrote: > > The documentation for ad7606 was migrated to yaml. > > Signed-off-by: Beniamin Bia > --- > Changes in v2: > -old txt file was deleted > > .../bindings/iio/adc/adi,ad7606.txt | 66 - > .../bindings/iio/adc/adi,ad7606.yaml

Re: [PATCH 7/8] dt-bindings: adv748x: add information about serial audio interface (I2S/TDM)

2020-01-13 Thread Rob Herring
+++- > 1 file changed, 12 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 3/3] staging: pi433: overlay: Convert to sugar syntax

2020-02-21 Thread Rob Herring
On Fri, Feb 21, 2020 at 6:21 AM Geert Uytterhoeven wrote: > > Using overlay sugar syntax makes the DTS overlay files easier to read > (and write). > > Signed-off-by: Geert Uytterhoeven > --- > Why are there two separate fragments for spi0? Can't they be combined? > Why do you need the spidev@1 en

Re: [PATCH] docs: dt: fix several broken doc references

2020-02-24 Thread Rob Herring
On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (sti

Re: [PATCH v4 16/18] dt: bindings: net: add microchip,wilc1000,sdio.yaml

2020-03-02 Thread Rob Herring
On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Moved '/drivers/staging/wilc1000/microchip,wilc1000,sdio.yaml' to > 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,sdio.yaml'. > > Signed-off-by: Ajay Singh > --- > .../net/wir

Re: [PATCH v4 17/18] dt: bindings: net: add microchip,wilc1000,spi.yaml

2020-03-02 Thread Rob Herring
On Mon, Mar 02, 2020 at 04:34:40PM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Moved '/drivers/staging/wilc1000//microchip,wilc1000,spi.yaml' to > 'Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,spi.yaml'. Not a useful changelog. I think this should be comb

Re: [PATCH 1/2] staging: wilc1000: use 'interrupts' property instead of 'irq-gpio'

2020-03-06 Thread Rob Herring
On Fri, Mar 6, 2020 at 8:44 AM wrote: > > From: Ajay Singh > > Make use of 'interrupts' property instead of using gpio for handling > the interrupt as suggested in [1]. > > [1]. https://lore.kernel.org/linux-wireless/20200303015558.GA6876@bogus/ > > Signed-off-by: Ajay Singh > --- > .../net/wir

Re: [PATCH v5 16/17] dt: bindings: net: add microchip,wilc1000.yaml

2020-03-20 Thread Rob Herring
On Wed, Mar 11, 2020 at 12:18:50PM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > This file describes the binding details to connect wilc1000 device. It's > moved from staging to 'Documentation/devicetree/bindings/net/wireless' > path. > > Signed-off-by: Ajay Singh > --- > .../

Re: [PATCH v6 16/17] dt: bindings: net: add microchip,wilc1000.yaml

2020-04-04 Thread Rob Herring
gh > --- > .../net/wireless/microchip,wilc1000.yaml | 71 +++ > 1 file changed, 71 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml > Reviewed-by: Rob Herring __

Re: [PATCH v2 5/9] dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of staging

2020-04-14 Thread Rob Herring
ntation}/devicetree/bindings/phy/rockchip-mipi-dphy-rx0.yaml (100%) > Acked-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 6/9] dt-bindings: media: rkisp1: move rockchip-isp1 bindings out of staging

2020-04-14 Thread Rob Herring
d-off-by: Helen Koike > --- > > V2: > - no changes > > .../devicetree/bindings/media/rockchip-isp1.yaml | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename {drivers/staging/media/rkisp1/Documentation => > Documentation}/devicetree/bindings/media/

Re: [PATCH v9 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-05-01 Thread Rob Herring
On Thu, 30 Apr 2020 17:34:11 +0800, Xin Ji wrote: > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > for portable device. It converts MIPI to DisplayPort 1.3 4K. > > You can add support to your board with binding. > > Example: > anx7625_bridge: encoder@58 { >

Re: [PATCH v6 02/39] [media] dt-bindings: Add bindings for i.MX media driver

2017-04-03 Thread Rob Herring
On Tue, Mar 28, 2017 at 05:35:52PM -0700, Steve Longerbeam wrote: > > > On 03/28/2017 05:21 PM, Rob Herring wrote: > > On Mon, Mar 27, 2017 at 7:40 PM, Steve Longerbeam > > wrote: > > > Add bindings documentation for the i.MX media driver. > > >

Re: [PATCH v6 02/39] [media] dt-bindings: Add bindings for i.MX media driver

2017-04-03 Thread Rob Herring
On Wed, Mar 29, 2017 at 09:39:05AM +0100, Russell King - ARM Linux wrote: > On Tue, Mar 28, 2017 at 07:21:34PM -0500, Rob Herring wrote: > > On Mon, Mar 27, 2017 at 7:40 PM, Steve Longerbeam > > wrote: > > > Add bindings documentation for the i.MX media driver. > >

Re: [PATCH v6 01/39] [media] dt-bindings: Add bindings for video-multiplexer device

2017-04-03 Thread Rob Herring
; .../bindings/media/video-multiplexer.txt | 59 > ++ > 1 file changed, 59 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/media/video-multiplexer.txt Acked-by: Rob Herring ___ devel mailing

Re: [PATCH v6 03/39] [media] dt/bindings: Add bindings for OV5640

2017-04-03 Thread Rob Herring
On Mon, Mar 27, 2017 at 05:40:20PM -0700, Steve Longerbeam wrote: > Add device tree binding documentation for the OV5640 camera sensor. > > Signed-off-by: Steve Longerbeam > --- > .../devicetree/bindings/media/i2c/ov5640.txt | 45 > ++ > 1 file changed, 45 insertions(+

Re: [PATCHv5 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-11-13 Thread Rob Herring
On Fri, Nov 13, 2015 at 01:01:03PM +0100, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > You can add support to your board with current binding. > > Example: > > anx7814: anx7814@38 { >

Re: [PATCHv5 1/3] of: Add vendor prefix for Analogix Semiconductor, Inc.

2015-11-13 Thread Rob Herring
On Fri, Nov 13, 2015 at 01:01:02PM +0100, Enric Balletbo i Serra wrote: > Analogix Semiconductor develops analog and mixed-signal devices for digital > media and communications interconnect applications. > > Signed-off-by: Enric Balletbo i Serra > Acked-by: Rob Herring > --

Re: [PATCHv6 4/5] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-12-04 Thread Rob Herring
2 GPIO_ACTIVE_HIGH>; > reset-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; > v10-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; > ports { This and the example below should be just "port" I think. Otherwise: Acked-by: Rob

Re: [RESEND][PATCHv2 1/3] ion: Devicetree bindings for Ion

2016-01-11 Thread Rob Herring
On Mon, Jan 11, 2016 at 3:39 PM, Laura Abbott wrote: > > This adds a base set of devicetree bindings for the Ion memory > manager. This supports setting up the generic set of heaps and > their properties. > > Signed-off-by: Laura Abbott > --- > drivers/staging/android/ion/devicetree.txt | 50 >

Re: [PATCH 1/3] of: Add vendor prefix for Analogix Semiconductor

2016-03-25 Thread Rob Herring
evicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 2/3] devicetree: Add ANX7814 bridge binding.

2016-03-25 Thread Rob Herring
On Thu, Mar 24, 2016 at 11:41:45AM +0100, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > Signed-off-by: Enric Balletbo i Serra > --- > .../devicetree/bindings/video/bridge/anx7814.txt | 41 > +++

Re: [PATCH 1/6] of/irq: Export of_msi_get_domain

2016-04-13 Thread Rob Herring
On Wed, Apr 13, 2016 at 5:30 AM, Matthias Brugger wrote: > From: Matthias Brugger > > Export of_mis_get_domain to enable it for users from outside. > > Signed-off-by: Matthias Brugger > --- > drivers/of/irq.c | 1 + > 1 file changed, 1 insertion(+

Re: [PATCH 11/20] media: Add i.MX media core driver

2017-01-03 Thread Rob Herring
On Thu, Dec 29, 2016 at 02:27:26PM -0800, Steve Longerbeam wrote: > Add the core media driver for i.MX SOC. > > Signed-off-by: Steve Longerbeam > --- > Documentation/devicetree/bindings/media/imx.txt | 205 + > Documentation/media/v4l-drivers/imx.rst | 429 ++ > drivers/s

Re: [PATCH v3 13/24] platform: add video-multiplexer subdevice driver

2017-01-09 Thread Rob Herring
On Fri, Jan 06, 2017 at 06:11:31PM -0800, Steve Longerbeam wrote: > From: Philipp Zabel > > This driver can handle SoC internal and external video bus multiplexers, > controlled either by register bit fields or by a GPIO. The subdevice > passes through frame interval and mbus configuration of the

Re: [RFC 2/2] staging: jnx-connector: add device tree binding

2016-10-08 Thread Rob Herring
On Fri, Oct 7, 2016 at 10:16 AM, Pantelis Antoniou wrote: > From: Guenter Roeck > > Add documentation for the Juniper connector driver. > > Signed-off-by: Alon Ronen > Signed-off-by: Guenter Roeck > [Ported from Juniper kernel] > Signed-off-by: Pantelis Antoniou > --- > .../devicetree/binding

Re: [RFC 0/2] Juniper DT based connector driver

2016-10-08 Thread Rob Herring
On Fri, Oct 7, 2016 at 10:16 AM, Pantelis Antoniou wrote: > Introduce a Juniper PTX router series DT overlay based > connector driver. > > This is submitted as an RFC since some OF infrastructure > patches (like changeset helpers etc) are not yet mainlined. Because you haven't sent them out again

Re: [PATCH 01/10] staging: iio: tsl2583: add of_match table for device tree support

2016-10-30 Thread Rob Herring
rivers/staging/iio/light/tsl2583.c| 13 +++ > 2 files changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/light/tsl2583.txt Acked-by: Rob Herring ___ devel mailing list de.

Re: [PATCH 1/6] staging: iio: tsl2x7x: add of_match table for device tree support

2017-07-06 Thread Rob Herring
On Thu, Jun 29, 2017 at 01:03:47PM -0400, Brian Masney wrote: > Add device tree support for the tsl2x7x IIO driver with no custom > properties. > > Signed-off-by: Brian Masney > CC: Rob Herring > CC: Mark Rutland > CC: devicet...@vger.kernel.org > --- > Docume

Re: [PATCH v2 2/9] staging: iio: tsl2x7x: add device tree documentation

2017-07-10 Thread Rob Herring
On Thu, Jul 06, 2017 at 06:56:19PM -0400, Brian Masney wrote: > Add device tree documentation for the tsl2x7x IIO driver. > > Signed-off-by: Brian Masney > CC: Rob Herring > CC: Mark Rutland > CC: devicet...@vger.kernel.org > --- > Documentation/devicetree/bindings/

[PATCH] staging: fsl-mc: Convert to using %pOF instead of full_name

2017-07-18 Thread Rob Herring
Now that we have a custom printf format specifier, convert users of full_name to use %pOF instead. This is preparation to remove storing of the full path string for each node. Signed-off-by: Rob Herring Cc: Stuart Yoder Cc: Laurentiu Tudor Cc: Greg Kroah-Hartman Cc: de...@driverdev.osuosl.org

Re: [PATCH v2 04/14] staging: typec: fusb302: Get max snk mv/ma/mw from device-properties

2017-08-17 Thread Rob Herring
revisit this and replace these with > properties which are part of a (to be written) generic type-c controller > devicetree binding. > > Since this commit adds new dt-properties it also adds devicetree-bindings > documentation (which so far was absent for the fusb302 driver). > >

Re: [PATCH] binder: let ANDROID_BINDER_IPC_32BIT be selectable on 32bit ARM

2017-08-23 Thread Rob Herring
On Tue, Aug 22, 2017 at 9:57 PM, John Stultz wrote: > On Tue, Aug 22, 2017 at 7:56 PM, John Stultz wrote: >> On Tue, Aug 22, 2017 at 7:34 PM, Jisheng Zhang wrote: >>> On Tue, 22 Aug 2017 18:51:08 -0700 Greg KH wrote: >>> On Tue, Aug 08, 2017 at 07:03:05PM +0800, Jisheng Zhang wrote: >

Re: [RFC][PATCH 1/2] WIP: Devicetree bindings for Ion

2015-10-06 Thread Rob Herring
On Tue, Oct 6, 2015 at 3:47 PM, Laura Abbott wrote: > From: Laura Abbott > > > This adds a base set of devicetree bindings for the Ion memory > manager. This supports setting up the generic set of heaps and > their properties. > > Signed-off-by: Laura Abbott > Signed-off-by: Andrew Andrianov >

Re: [RFC][PATCH 1/2] WIP: Devicetree bindings for Ion

2015-10-07 Thread Rob Herring
On Wed, Oct 7, 2015 at 5:36 AM, Andrew wrote: > On 2015-10-07 02:01, Laura Abbott wrote: >> >> On 10/6/15 3:35 PM, Rob Herring wrote: >>> >>> On Tue, Oct 6, 2015 at 3:47 PM, Laura Abbott >>> wrote: >>>> >>>> From: Laura Abbott

Re: [PATCH v14 08/10] drm/panel: Add Eukrea mbimxsd51 displays.

2014-06-24 Thread Rob Herring
On Tue, Jun 24, 2014 at 10:06 AM, Russell King - ARM Linux wrote: > Denis, > > This patch creates binding documentation. Any patch which does so > should be copied to the DT people so they can review the bindings > and give appropriate acks. It would be better if you separate the > binding docum

Re: [PATCH v4 4/4] arch: arm: boot: dts: Added correct vendor-prefix with device name to compatible property

2014-10-07 Thread Rob Herring
On Tue, Oct 7, 2014 at 10:19 AM, Darshana Padmadas wrote: > This patch adds the correct vendor-prefix listed in > Documentation/devicetree/bindings/vendor-prefixes.txt > with the device name to compatible property. It would be nice if the subject and msg gave some clue as to which binding and pl

Re: [PATCH v4 2/4] Documentation: devicetree: bindings: Document deprecated device vendor name to fix related warning

2014-10-07 Thread Rob Herring
On Tue, Oct 7, 2014 at 10:19 AM, Darshana Padmadas wrote: > This patch documents deprecated vendor name of device isl29028 for > compatibility with older kernels. Fix your line wrapping to 72 chars. You can shorten the subject "Documentation: devicetree: bindings:" to "dt-bindings:". We're horr

Re: [PATCHv2 1/3] of: Add vendor prefix for Analogix Semiconductor, Inc.

2015-09-08 Thread Rob Herring
On 09/08/2015 02:25 AM, Enric Balletbo i Serra wrote: > Analogix Semiconductor develops analog and mixed-signal devices for digital > media and communications interconnect applications. > > Signed-off-by: Enric Balletbo i Serra Acked-by: Rob Herring > --- > Documentation/d

Re: [PATCHv2 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-08 Thread Rob Herring
On 09/08/2015 02:25 AM, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > You can add support to your board with current binding. > > Example: > > anx7814: anx7814@38 { > compatible =

Re: [PATCH v10 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-05-14 Thread Rob Herring
On Wed, May 06, 2020 at 03:04:20PM +0800, Xin Ji wrote: > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > for portable device. It converts MIPI to DisplayPort 1.3 4K. > > You can add support to your board with binding. We have an example in the binding, no reason to also put

Re: [PATCH v11 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema

2020-05-26 Thread Rob Herring
t; Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > Reviewed-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v12 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema

2020-06-04 Thread Rob Herring
On Thu, 04 Jun 2020 15:56:36 +0800, Xin Ji wrote: > anx7625: MIPI to DP transmitter DT schema > > Signed-off-by: Xin Ji > --- > .../bindings/display/bridge/analogix,anx7625.yaml | 95 > ++ > 1 file changed, 95 insertions(+) > create mode 100644 > Documentation/devicetree/

Re: [PATCH v4 2/9] media: staging: dt-bindings: rkisp1: add required items in i2c example

2020-07-17 Thread Rob Herring
On Thu, Jul 2, 2020 at 1:13 PM Helen Koike wrote: > > Add missing required items in Rockchip ISP1 dt-bindings example for > a complete i2c node. > > Signed-off-by: Helen Koike > --- > > Changes in v2: > - new patch in the series > --- > .../devicetree/bindings/media/rockchip-isp1.yaml

Re: [PATCH v4 1/9] media: staging: dt-bindings: rkisp1: add missing required nodes

2020-07-17 Thread Rob Herring
a/rockchip-isp1.yaml | 8 > 1 file changed, 8 insertions(+) Acked-by: Rob Herring ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v4 3/9] media: staging: dt-bindings: rkisp1: re-order properties

2020-07-17 Thread Rob Herring
> > --- > > V2: > - this is a new patch in the series > --- > .../bindings/media/rockchip-isp1.yaml | 32 +-- > 1 file changed, 16 insertions(+), 16 deletions(-) Acked-by: Rob Herring _

Re: [PATCH v4 4/9] media: staging: dt-bindings: rkisp1: fix "no reg" error in parent node

2020-07-17 Thread Rob Herring
On Thu, Jul 2, 2020 at 1:13 PM Helen Koike wrote: > > Fix the following error found with make ARCH=arm64 dt_binding_check: > > Documentation/devicetree/bindings/media/rockchip-isp1.example.dts:24.27-101.11: > Warning (unit_address_vs_reg): /example-0/parent@0: node has a unit name, but > no reg o

<    1   2   3   >