Re: [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

2024-09-12 Thread Rob Herring (Arm)
On Thu, 12 Sep 2024 16:16:26 -0700, Deepak Gupta wrote: > Make an entry for cfi extensions in extensions.yaml. > > Signed-off-by: Deepak Gupta > --- > .../devicetree/bindings/riscv/extensions.yaml| 12 > 1 file changed, 12 insertions(+) > My bot found errors running 'mak

Re: [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

2024-02-01 Thread Rob Herring
On Wed, Jan 31, 2024 at 8:09 PM Masahiro Yamada wrote: > > On Thu, Feb 1, 2024 at 7:03 AM Rob Herring wrote: > > > > On Tue, Jan 30, 2024 at 3:16 AM Masahiro Yamada > > wrote: > > > > > > On Fri, Jan 26, 2024 at 1:04 AM Simon Glass wrote: > >

Re: [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

2024-01-31 Thread Rob Herring
On Tue, Jan 30, 2024 at 3:16 AM Masahiro Yamada wrote: > > On Fri, Jan 26, 2024 at 1:04 AM Simon Glass wrote: > > > > Hi, > > > > On Wed, 17 Jan 2024 at 06:14, Simon Glass wrote: > > > > > > Hi Masahiro, Tom, > > > > > > On Tue, 9 Jan 2024 at 07:33, Tom Rini wrote: > > > > > > > > On Tue, Jan 0

Re: [PATCH v4] docs: dt-bindings: add DTS Coding Style document

2023-12-07 Thread Rob Herring
On Sun, 03 Dec 2023 18:46:22 +0100, Krzysztof Kozlowski wrote: > Document preferred coding style for Devicetree sources (DTS and DTSI), > to bring consistency among all (sub)architectures and ease in reviews. > > Cc: Andrew Davis > cc: Andrew Lunn > Cc: AngeloGioacchino Del Regno > Cc: Arnd B

Re: [PATCH v3] docs: dt-bindings: add DTS Coding Style document

2023-11-27 Thread Rob Herring
On Sun, Nov 26, 2023 at 04:53:40PM +0200, Laurent Pinchart wrote: > Hi Krzysztof, > > On Sun, Nov 26, 2023 at 11:32:17AM +0100, Krzysztof Kozlowski wrote: > > On 25/11/2023 20:37, Laurent Pinchart wrote: > > > On Sat, Nov 25, 2023 at 07:44:22PM +0100, Krzysztof Kozlowski wrote: > > >> Document pre

Re: [RFC PATCH 02/21] dt-bindings: PCI: Endpoint: Add DT bindings for PCI EPF Device

2019-10-15 Thread Rob Herring
On Thu, Sep 26, 2019 at 04:59:14PM +0530, Kishon Vijay Abraham I wrote: > Add device tree bindings for PCI endpoint function device. The > nodes for PCI endpoint function device should be attached to > PCI endpoint function bus. > > Signed-off-by: Kishon Vijay Abraham I > --- > .../bindings/pci/

Re: [PATCH v1 1/3] of: property: Minor code formatting/style clean ups

2019-10-15 Thread Rob Herring
nged, 6 insertions(+), 6 deletions(-) Acked-by: Rob Herring

Re: [PATCH v2 2/2] dt-bindings: hwmon: Add ltc2947 documentation

2019-10-14 Thread Rob Herring
| 1 + > 2 files changed, 105 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml > Reviewed-by: Rob Herring

Re: [PATCH 3/3] dt-bindings: iio: Add ltc2947 documentation

2019-10-04 Thread Rob Herring
On Fri, Oct 4, 2019 at 9:59 AM Sa, Nuno wrote: > > Hi Rob, > > Just wanted to clarify something which I don't know if is something I'm > doing wrong or if it is some issue. > > On Wed, 2019-10-02 at 14:06 -0500, Rob Herring wrote: > > > > On Wed, Oct 2,

Re: [PATCH 3/3] dt-bindings: iio: Add ltc2947 documentation

2019-10-02 Thread Rob Herring
On Wed, Oct 2, 2019 at 10:09 AM Sa, Nuno wrote: > > On Wed, 2019-10-02 at 09:19 -0500, Rob Herring wrote: > > > > On Tue, Sep 24, 2019 at 02:49:45PM +0200, Nuno Sá wrote: > > > Document the LTC2947 device devicetree bindings. > > > > > > Signed-off-by:

Re: [PATCH 3/3] dt-bindings: iio: Add ltc2947 documentation

2019-10-02 Thread Rob Herring
On Tue, Sep 24, 2019 at 02:49:45PM +0200, Nuno Sá wrote: > Document the LTC2947 device devicetree bindings. > > Signed-off-by: Nuno Sá > --- > .../bindings/hwmon/adi,ltc2947.yaml | 101 ++ > MAINTAINERS | 1 + > 2 files changed, 102 i

Re: [PATCH 1/3] docs: fix some broken references

2019-10-02 Thread Rob Herring
| 2 +- > 10 files changed, 11 insertions(+), 11 deletions(-) > Acked-by: Rob Herring

Re: [PATCH 2/3] bindings: rename links to mason USB2/USB3 DT files

2019-10-02 Thread Rob Herring
dt-bindings: phy: meson-g12a-usb2-phy: convert to yaml") > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/usb/amlogic,dwc3.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring

Re: [PATCH v10 2/7] of: property: Add functional dependency link from DT bindings

2019-08-29 Thread Rob Herring
On Thu, Aug 29, 2019 at 2:46 AM Saravana Kannan wrote: > > Add device links after the devices are created (but before they are > probed) by looking at common DT bindings like clocks and > interconnects. > > Automatically adding device links for functional dependencies at the > framework level prov

Re: [PATCH v10 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-08-29 Thread Rob Herring
On Thu, Aug 29, 2019 at 2:46 AM Saravana Kannan wrote: > > Add device-links to track functional dependencies between devices > after they are created (but before they are probed) by looking at > their common DT bindings like clocks, interconnects, etc. > > Having functional dependencies automatica

Re: [PATCH v3 6/7] dt-bindings: serial: Document Freescale LINFlexD UART

2019-08-27 Thread Rob Herring
isa Grigore > Signed-off-by: Stefan-Gabriel Mirea > --- > .../bindings/serial/fsl,s32-linflexuart.txt | 22 +++ > 1 file changed, 22 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt > Reviewed-by: Rob Herring

Re: [RFC PATCH v3 01/19] skc: Add supplemental kernel cmdline support

2019-08-26 Thread Rob Herring
On Sun, Aug 25, 2019 at 10:15 PM Masami Hiramatsu wrote: > > Supplemental kernel command line (SKC) allows admin to pass a > tree-structured supplemental kernel commandline file (SKC file) > when boot up kernel. This expands the kernel command line in > efficient way. > > SKC file will contain som

Re: [PATCH v2 4/6] dt-bindings: serial: Document Freescale LINFlex UART

2019-08-21 Thread Rob Herring
On Fri, Aug 09, 2019 at 11:29:14AM +, Stefan-gabriel Mirea wrote: > From: Stoica Cosmin-Stefan > > Add documentation for the serial communication interface module (LINFlex), > found in two instances on S32V234. > > Signed-off-by: Stoica Cosmin-Stefan > Signed-off-by: Larisa Grigore > Signe

Re: [PATCH] devicetree: Expose dtbs_check and dt_binding_check some more

2019-08-13 Thread Rob Herring
On Tue, Aug 13, 2019 at 12:38 PM Stephen Boyd wrote: > > It wasn't obvious that this was a command to run based on 'make help', > so add it to the top-level help for devicetree builds. Also, add an > example to the documentation to show that db_binding_check can be run > with DT_SCHEMA_FILES= to o

Re: [PATCH v2 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-08-12 Thread Rob Herring
tation/devicetree/bindings/arm/fsl.yaml | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Rob Herring

Re: [PATCH 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-08-02 Thread Rob Herring
On Fri, Aug 2, 2019 at 1:47 PM Stefan-gabriel Mirea wrote: > > From: Eddy Petrișor > > Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC > bindings. > > Signed-off-by: Eddy Petrișor > Signed-off-by: Stefan-Gabriel Mirea > --- > Documentation/devicetree/bindings/arm/fsl.y

Re: [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Rob Herring
On Wed, Jul 31, 2019 at 2:48 PM Jonathan Corbet wrote: > > On Wed, 31 Jul 2019 14:45:00 -0600 > Rob Herring wrote: > > > On Wed, Jul 31, 2019 at 05:08:49PM -0300, Mauro Carvalho Chehab wrote: > > > The documentation standard is ReST and not markdown. > > >

Re: [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST

2019-07-31 Thread Rob Herring
On Wed, Jul 31, 2019 at 05:08:49PM -0300, Mauro Carvalho Chehab wrote: > The documentation standard is ReST and not markdown. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Rob Herring > --- > Documentation/devicetree/writing-schema.md | 130 - > Doc

Re: [PATCH 1/6] docs: fix a couple of new broken references

2019-07-31 Thread Rob Herring
manual work. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt | 2 +- Acked-by: Rob Herring > MAINTAINERS | 4 ++-- > drivers/hwtracing/coresight/Kconfig

Re: [PATCH v6 3/7] of/platform: Add functional dependency link from DT bindings

2019-07-23 Thread Rob Herring
On Tue, Jul 23, 2019 at 2:49 PM Saravana Kannan wrote: > > On Tue, Jul 23, 2019 at 11:06 AM Rob Herring wrote: > > > > On Sat, Jul 20, 2019 at 12:17 AM Saravana Kannan > > wrote: > > > > > > Add device-links after the devices are created (but before t

Re: [PATCH v6 3/7] of/platform: Add functional dependency link from DT bindings

2019-07-23 Thread Rob Herring
On Sat, Jul 20, 2019 at 12:17 AM Saravana Kannan wrote: > > Add device-links after the devices are created (but before they are > probed) by looking at common DT bindings like clocks and > interconnects. The structure now looks a lot better to me. A few minor things below. > > Automatically addi

Re: [PATCH 01/22] docs: convert markdown documents to ReST

2019-07-22 Thread Rob Herring
On Mon, Jul 22, 2019 at 5:08 AM Mauro Carvalho Chehab wrote: > > The documentation standard is ReST and not markdown. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Rob Herring > --- > Documentation/devicetree/writing-schema.md| 130 --- > Document

Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-17 Thread Rob Herring
On Tue, Jul 16, 2019 at 5:54 PM Saravana Kannan wrote: > > On Tue, Jul 16, 2019 at 4:43 PM Rob Herring wrote: > > > > On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan > > wrote: > > > > > > Add device-links after the devices are created (but before they

Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-16 Thread Rob Herring
On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan wrote: > > Add device-links after the devices are created (but before they are > probed) by looking at common DT bindings like clocks and > interconnects. > > Automatically adding device-links for functional dependencies at the > framework level prov

Re: [PATCH 1/5] docs: convert markdown documents to ReST

2019-06-28 Thread Rob Herring
ng-schema.rst | 153 ++ I wasn't really ever intending to integrate this into the rest of the kernel docs, but I'm not tied to any format so: Acked-by: Rob Herring > ...entication.md => ubifs-authentication.rst} | 70 +--- > 3 files changed, 197 insertions(+)

Re: [PATCH v2 2/5] dt-bindings: perf: stm32: ddrperfm support

2019-06-13 Thread Rob Herring
f-by: Gerald Baeza > --- > .../devicetree/bindings/perf/stm32-ddr-pmu.txt | 20 > > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/perf/stm32-ddr-pmu.txt > Reviewed-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: hwmon: Add DT bindings for TI ads1000/ads1100 ADCs

2019-06-13 Thread Rob Herring
On Wed, May 15, 2019 at 01:58:08AM +0300, Serge Semin wrote: > Add dt-binding documentation for the Texas Instruments ads1000/ads1100 ADCs > driver. > > Signed-off-by: Serge Semin > --- > .../devicetree/bindings/hwmon/ads1000.txt | 61 Bindings should be separate patch. >

Re: [PATCH v12 03/13] dt-bindings: Add doc for the Ingenic TCU drivers

2019-06-11 Thread Rob Herring
On Sat, May 25, 2019 at 1:13 PM Paul Cercueil wrote: > > > > Le ven. 24 mai 2019 à 22:21, Rob Herring a écrit : > > On Tue, May 21, 2019 at 04:51:31PM +0200, Paul Cercueil wrote: > >> Add documentation about how to properly use the Ingenic TCU > >> (Timer/C

Re: [PATCH v12 03/13] dt-bindings: Add doc for the Ingenic TCU drivers

2019-05-24 Thread Rob Herring
On Tue, May 21, 2019 at 04:51:31PM +0200, Paul Cercueil wrote: > Add documentation about how to properly use the Ingenic TCU > (Timer/Counter Unit) drivers from devicetree. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v4: New patch in this series. Corresponds to V2 patches 3-4-5 with

Re: [PATCH 08/10] dt: fix refs that were renamed to json with the same file name

2019-05-20 Thread Rob Herring
On Mon, May 20, 2019 at 11:14 AM Mauro Carvalho Chehab wrote: > > Em Mon, 20 May 2019 10:57:47 -0500 > Rob Herring escreveu: > > > On Mon, May 20, 2019 at 9:48 AM Mauro Carvalho Chehab > > wrote: > > > > > > This file was converted to json, but

Re: [PATCH 08/10] dt: fix refs that were renamed to json with the same file name

2019-05-20 Thread Rob Herring
On Mon, May 20, 2019 at 9:48 AM Mauro Carvalho Chehab wrote: > > This file was converted to json, but the references weren't Technically, converted to json-schema (the language) or yaml (the format). > renamed. > > Fixes: 66ed144f147a ("dt-bindings: interrupt-controller: Convert ARM GIC to > js

Re: [RFC v9 2/5] dt-bindings: pstore-block: new support for blkoops

2019-02-22 Thread Rob Herring
+boot-architecture list On Tue, Feb 19, 2019 at 07:52:47PM +0800, liaoweixiong wrote: > Create DT binding document for blkoops. > > Signed-off-by: liaoweixiong > --- > .../devicetree/bindings/pstore/blkoops.txt | 53 > ++ > MAINTAINERS

Re: [RFC v7 2/5] dt-bindings: pstore-block: new support for blkoops

2019-02-18 Thread Rob Herring
On Thu, Feb 14, 2019 at 7:06 PM liaoweixiong wrote: > > On 2019-02-14 04:30, Rob Herring wrote: > > On Wed, Feb 13, 2019 at 7:51 AM liaoweixiong > > wrote: > >> > >> > >> On 2019-01-31 00:07, Rob Herring wrote:> On Wed, Jan 23, 2019 at > >&g

Re: [RFC v7 0/5] pstore/block: new support logger for block devices

2019-02-13 Thread Rob Herring
On Tue, Feb 12, 2019 at 2:54 PM Kees Cook wrote: > > On Wed, Jan 23, 2019 at 4:06 AM liaoweixiong > wrote: > > > > Why should we need pstore_block? > > 1. Most embedded intelligent equipment have no persistent ram, which > > increases costs. We perfer to cheaper solutions, like block devices. > >

Re: [RFC v7 2/5] dt-bindings: pstore-block: new support for blkoops

2019-02-13 Thread Rob Herring
On Wed, Feb 13, 2019 at 7:51 AM liaoweixiong wrote: > > > On 2019-01-31 00:07, Rob Herring wrote:> On Wed, Jan 23, 2019 at > 08:05:13PM +0800, liaoweixiong wrote: > >> Create DT binding document for blkoops. > >> > >> Signed-off-by: liaoweixiong >

Re: [RFC v7 2/5] dt-bindings: pstore-block: new support for blkoops

2019-01-30 Thread Rob Herring
On Wed, Jan 23, 2019 at 08:05:13PM +0800, liaoweixiong wrote: > Create DT binding document for blkoops. > > Signed-off-by: liaoweixiong > --- > .../devicetree/bindings/pstore-block/blkoops.txt | 32 > ++ /bindings/pstore/... I wouldn't call it blkoops either. I believe ra

Re: [PATCH v4] kbuild: Add support for DT binding schema checks

2019-01-28 Thread Rob Herring
On Mon, Jan 28, 2019 at 2:59 AM Geert Uytterhoeven wrote: > > Hi Rob, > > On Sun, Jan 27, 2019 at 4:00 AM Rob Herring wrote: > > On Wed, Jan 23, 2019 at 9:33 AM Geert Uytterhoeven > > wrote: > > > On Tue, Dec 11, 2018 at 9:24 PM Rob Herring wrote: > >

Re: [PATCH v4] kbuild: Add support for DT binding schema checks

2019-01-28 Thread Rob Herring
On Mon, Jan 28, 2019 at 3:43 AM Geert Uytterhoeven wrote: > > Hi Rob, > > On Tue, Dec 11, 2018 at 9:24 PM Rob Herring wrote: > > This adds the build infrastructure for checking DT binding schema > > documents and validating dts files using the binding schema. > &g

Re: [PATCH v4] kbuild: Add support for DT binding schema checks

2019-01-26 Thread Rob Herring
On Wed, Jan 23, 2019 at 9:33 AM Geert Uytterhoeven wrote: > > Hi Rob, > > On Tue, Dec 11, 2018 at 9:24 PM Rob Herring wrote: > > This adds the build infrastructure for checking DT binding schema > > documents and validating dts files using the binding schema. > &g

Re: [PATCH v4 2/9] dt/bindings: drm/komeda: Add DT bindings for ARM display processor D71

2019-01-11 Thread Rob Herring
+ dp0_pipe0_out: endpoint { > + remote-endpoint = <&db_dvi0_in>; > + }; > + }; > + }; > + > + dp0_pipe1: p

Re: Consistent capitalization of "device tree"?

2019-01-07 Thread Rob Herring
On Mon, Jan 7, 2019 at 12:37 PM Pavel Machek wrote: > > Is it "Device Tree" or "device tree"? > > pavel@duo:/data/l/k/Documentation$ grep -r "Device Tree" | wc -l > 235 > pavel@duo:/data/l/k/Documentation$ grep -r "device tree" | wc -l > 595 > > I guess it would be nice to make it consistent

Re: [PATCH 3/8] doc: bindings: fix bad reference to ARM CPU bindings

2019-01-04 Thread Rob Herring
On Fri, Jan 4, 2019 at 3:26 AM Otto Sabart wrote: > > On 03. Jan (Thursday) v 14:53:38 -0600 2019, Rob Herring wrote: > > On Thu, Jan 3, 2019 at 1:04 PM Otto Sabart wrote: > > > > > > The primecell.txt and cpus.txt files were converted into YAML. This > > >

Re: [PATCH 3/8] doc: bindings: fix bad reference to ARM CPU bindings

2019-01-03 Thread Rob Herring
On Thu, Jan 3, 2019 at 1:04 PM Otto Sabart wrote: > > The primecell.txt and cpus.txt files were converted into YAML. This > patch updates old references with new ones. > > Fixes: d3c207eeb905 ("dt-bindings: arm: Convert primecell binding to > json-schema") > Fixes: 672951cbd1b7 ("dt-bindings: arm

Re: [PATCH v9 03/27] dt-bindings: Add doc for the Ingenic TCU drivers

2018-12-28 Thread Rob Herring
on/devicetree/bindings/timer/ingenic,tcu.txt > delete mode 100644 > Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt > Reviewed-by: Rob Herring

Re: [PATCH v2 2/9] dt/bindings: drm/komeda: Add DT bindings for ARM display processor D71

2018-12-19 Thread Rob Herring
On Wed, Dec 19, 2018 at 6:33 AM james qian wang (Arm Technology China) wrote: > > Add DT bindings documentation for the ARM display processor D71 and later > IPs. > > Signed-off-by: James (Qian) Wang > --- > .../bindings/display/arm/arm,komeda.txt | 87 +++ > 1 file changed

Re: [PATCH v8 03/26] dt-bindings: Add doc for the Ingenic TCU drivers

2018-12-18 Thread Rob Herring
On Mon, Dec 17, 2018 at 4:04 PM Paul Cercueil wrote: > > Hi Rob, > > Le lun. 17 déc. 2018 à 22:05, Rob Herring a écrit : > > On Wed, Dec 12, 2018 at 11:08:58PM +0100, Paul Cercueil wrote: > >> Add documentation about how to properly use the Ingenic TCU > >>

Re: [PATCH v8 03/26] dt-bindings: Add doc for the Ingenic TCU drivers

2018-12-17 Thread Rob Herring
On Wed, Dec 12, 2018 at 11:08:58PM +0100, Paul Cercueil wrote: > Add documentation about how to properly use the Ingenic TCU > (Timer/Counter Unit) drivers from devicetree. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v4: New patch in this series. Corresponds to V2 patches 3-4-5 with

[PATCH v4] kbuild: Add support for DT binding schema checks

2018-12-11 Thread Rob Herring
. Cc: Jonathan Corbet Cc: Mark Rutland Cc: Masahiro Yamada Cc: Michal Marek Cc: linux-doc@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Rob Herring --- v4: - Rework libyaml check and error message with Masahiro's version - Simplify build

Re: [PATCH v3] kbuild: Add support for DT binding schema checks

2018-12-11 Thread Rob Herring
On Tue, Dec 11, 2018 at 10:03 AM Masahiro Yamada wrote: > > On Wed, Dec 12, 2018 at 12:13 AM Rob Herring wrote: > > > > > > > +$(obj)/%.example.dts: $(src)/%.yaml FORCE > > > > + $(call if_changed,chk_binding) > > > > + > > > >

Re: [PATCH v3] kbuild: Add support for DT binding schema checks

2018-12-11 Thread Rob Herring
On Mon, Dec 10, 2018 at 10:39 PM Masahiro Yamada wrote: > > Hi Rob, > > On Tue, Dec 11, 2018 at 5:50 AM Rob Herring wrote: > > > > This adds the build infrastructure for checking DT binding schema > > documents and validating dts files using the binding schema. &

[PATCH v3] kbuild: Add support for DT binding schema checks

2018-12-10 Thread Rob Herring
. Cc: Jonathan Corbet Cc: Mark Rutland Cc: Masahiro Yamada Cc: Michal Marek Cc: linux-doc@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Rob Herring --- v3: - Fix error causing only 1st schema file to get used. - Add a more useful error message when

Re: [PATCH v2 01/34] kbuild: Add support for DT binding schema checks

2018-12-10 Thread Rob Herring
On Fri, Dec 7, 2018 at 10:47 PM Masahiro Yamada wrote: > > Hi Rob, > > > On Tue, Dec 4, 2018 at 6:32 AM Rob Herring wrote: > > > > This adds the build infrastructure for checking DT binding schema > > documents and validating dts files using the binding schema

[PATCH v2 01/34] kbuild: Add support for DT binding schema checks

2018-12-03 Thread Rob Herring
. Cc: Jonathan Corbet Cc: Mark Rutland Cc: Masahiro Yamada Cc: Michal Marek Cc: linux-doc@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Rob Herring --- .gitignore | 1 + Documentation/Makefile

Re: [PATCH v3 2/3] dt-bindings: i3c: Document Synopsys DesignWare I3C master bindings

2018-11-12 Thread Rob Herring
n/devicetree/bindings/i3c/snps,dw-i3c-master.txt Otherwise, Reviewed-by: Rob Herring

Re: [PATCH v10 4/9] dt-bindings: i3c: Document core bindings

2018-10-30 Thread Rob Herring
On Fri, 26 Oct 2018 16:43:28 +0200, Boris Brezillon wrote: > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. > > Cc: Rob Herring > Signed-of

Re: [PATCH v9 4/9] dt-bindings: i3c: Document core bindings

2018-10-22 Thread Rob Herring
On Mon, Oct 22, 2018 at 03:33:59PM +0200, Boris Brezillon wrote: > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. > > Cc: Rob Herring >

Re: [PATCH 3/4] dt-bindings: iommu/arm, smmu: add compatible string for Marvell

2018-10-18 Thread Rob Herring
On Mon, Oct 15, 2018 at 02:11:52PM +0100, Robin Murphy wrote: > On 15/10/18 13:00, han...@marvell.com wrote: > > From: Hanna Hawa > > > > Add specific compatible string for Marvell usage due errata of > > accessing 64bit registers of ARM SMMU, in AP806. > > > > AP806 SOC use the generic ARM-MMU5

Re: [PATCH v9 1/2] dt-bindings: hwmon: Add ina3221 documentation

2018-10-05 Thread Rob Herring
in the child node > * * Added status property to indicate connection status > * * Changed to use child node name as the label of input source > > .../devicetree/bindings/hwmon/ina3221.txt | 44 +++ > 1 file changed, 44 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/ina3221.txt > Reviewed-by: Rob Herring

[PATCH 07/36] kbuild: Add support for DT binding schema checks

2018-10-05 Thread Rob Herring
...@vger.kernel.org Signed-off-by: Rob Herring --- .gitignore | 1 + Documentation/Makefile | 2 +- Documentation/devicetree/bindings/.gitignore | 2 ++ Documentation/devicetree/bindings/Makefile | 30 Makefile

Re: [PATCH v6 1/2] dt-bindings: hwmon: Add ina3221 documentation

2018-09-27 Thread Rob Herring
On Thu, Sep 27, 2018 at 2:49 PM Nicolin Chen wrote: > > Texas Instruments INA3221 is a triple-channel shunt and bus > voltage monitor. This patch adds a DT binding doc for it. > > Signed-off-by: Nicolin Chen > --- > Changelog > v5->v6: > * Removed status property as no need to explicitly list it

Re: [PATCH v5 1/2] dt-bindings: hwmon: Add ina3221 documentation

2018-09-27 Thread Rob Herring
On Tue, Sep 25, 2018 at 03:59:29PM -0700, Nicolin Chen wrote: > Texas Instruments INA3221 is a triple-channel shunt and bus > voltage monitor. This patch adds a DT binding doc for it. > > Signed-off-by: Nicolin Chen > --- > Changelog > v4->v5: > * Replaced "input-id" with "reg" and added address

Re: [PATCH v5 1/2] dt-bindings: hwmon: Add ina3221 documentation

2018-09-27 Thread Rob Herring
On Tue, Sep 25, 2018 at 06:52:29PM -0700, Guenter Roeck wrote: > Hi Nicolin, > > On 09/25/2018 03:59 PM, Nicolin Chen wrote: > > Texas Instruments INA3221 is a triple-channel shunt and bus > > voltage monitor. This patch adds a DT binding doc for it. > > > > Signed-off-by: Nicolin Chen > > --- >

Re: [PATCH v8 07/12] dt-bindings: mfd: Add a document for PECI client MFD

2018-09-27 Thread Rob Herring
On Tue, 18 Sep 2018 14:51:19 -0700, Jae Hyun Yoo wrote: > This commit adds a dt-bindings document for PECI client MFD. > > Cc: Lee Jones > Cc: Rob Herring > Cc: Mark Rutland > Cc: Andrew Jeffery > Cc: James Feist > Cc: Jason M Biils > Cc: Joel Stanley > Cc:

Re: [PATCH v8 01/12] dt-bindings: Add a document of PECI subsystem

2018-09-27 Thread Rob Herring
On Tue, 18 Sep 2018 14:51:13 -0700, Jae Hyun Yoo wrote: > This commit adds a document of generic PECI bus, adapter and client > driver. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: Andrew Jeffery > Cc: Joel Stanley > Signed-off-by: Jae Hyun Yoo > Reviewed-by:

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 v3 09/15] ARM: dts: dra72-evm-common: Add wilink8 wlan support

2018-04-25 Thread Rob Herring
On Wed, Apr 25, 2018 at 7:54 AM, Kishon Vijay Abraham I wrote: > From: Hari Nagalla > > Wilink8 module is a combo wireless connectivity card based > on Texas Instrument's wl18xx solution. > > Add support for the wlan capabilities of this module by muxing > the relevant mmc lines, and setting the

Re: [PATCH v3 11/15] ARM: dts: dra7-evm: Add wilink8 wlan support

2018-04-25 Thread Rob Herring
On Wed, Apr 25, 2018 at 7:54 AM, Kishon Vijay Abraham I wrote: > From: Hari Nagalla > > The wilink module is a combo wireless connectivity sdio > card based on Texas Instrument's wl18xx solution. It is a > 4-wire, 1.8V, embedded sdio wlan device with an external > irq line and is power-controlled

Re: [PATCH v3 07/10] Documentation: dt-bindings: Add documents for PECI hwmon client drivers

2018-04-18 Thread Rob Herring
On Wed, Apr 18, 2018 at 3:28 PM, Jae Hyun Yoo wrote: > On 4/18/2018 7:32 AM, Rob Herring wrote: >> >> On Tue, Apr 17, 2018 at 3:40 PM, Jae Hyun Yoo >> wrote: >>> >>> On 4/16/2018 4:51 PM, Jae Hyun Yoo wrote: >>>> >>>> >>>&g

Re: [PATCH v3 07/10] Documentation: dt-bindings: Add documents for PECI hwmon client drivers

2018-04-18 Thread Rob Herring
On Tue, Apr 17, 2018 at 3:40 PM, Jae Hyun Yoo wrote: > On 4/16/2018 4:51 PM, Jae Hyun Yoo wrote: >> >> On 4/16/2018 4:22 PM, Jae Hyun Yoo wrote: >>> >>> On 4/16/2018 11:14 AM, Rob Herring wrote: >>>> >>>> On Tue, Apr 10, 2018 at 11:32:09A

Re: [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs

2018-04-18 Thread Rob Herring
On Tue, Apr 17, 2018 at 5:06 PM, Jae Hyun Yoo wrote: > On 4/17/2018 11:16 AM, Jae Hyun Yoo wrote: >> >> On 4/17/2018 6:16 AM, Rob Herring wrote: >>> >>> On Mon, Apr 16, 2018 at 6:12 PM, Jae Hyun Yoo >>> wrote: >>>> >>>> On 4/16/

Re: [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs

2018-04-17 Thread Rob Herring
On Mon, Apr 16, 2018 at 6:12 PM, Jae Hyun Yoo wrote: > On 4/16/2018 11:10 AM, Rob Herring wrote: >> >> On Tue, Apr 10, 2018 at 11:32:06AM -0700, Jae Hyun Yoo wrote: >>> >>> This commit adds a dt-bindings document of PECI adapter driver for Aspeed >>>

Re: [PATCH v3 07/10] Documentation: dt-bindings: Add documents for PECI hwmon client drivers

2018-04-16 Thread Rob Herring
On Tue, Apr 10, 2018 at 11:32:09AM -0700, Jae Hyun Yoo wrote: > This commit adds dt-bindings documents for PECI cputemp and dimmtemp client > drivers. "dt-bindings: hwmon: ..." for the subject. > > Signed-off-by: Jae Hyun Yoo > Reviewed-by: Haiyue Wang > Reviewed-by: James Feist > Reviewed-by

Re: [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs

2018-04-16 Thread Rob Herring
On Tue, Apr 10, 2018 at 11:32:06AM -0700, Jae Hyun Yoo wrote: > This commit adds a dt-bindings document of PECI adapter driver for Aspeed > AST24xx/25xx SoCs. > > Signed-off-by: Jae Hyun Yoo > Reviewed-by: Haiyue Wang > Reviewed-by: James Feist > Reviewed-by: Vernon Mauery > Cc: Alan Cox > Cc

Re: [PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers

2018-04-16 Thread Rob Herring
On Tue, Apr 10, 2018 at 11:32:03AM -0700, Jae Hyun Yoo wrote: > This commit adds documents of generic PECI bus, adapter and client drivers. "dt-bindings: ..." for the subject prefix please. > > Signed-off-by: Jae Hyun Yoo > Reviewed-by: Haiyue Wang > Reviewed-by: James Feist > Reviewed-by: Ve

Re: [PATCH V2 3/9] dt-bindings: Tegra186 tachometer device tree bindings

2018-04-10 Thread Rob Herring
On Mon, Apr 9, 2018 at 9:37 AM, Mikko Perttunen wrote: > > > On 04/09/2018 04:21 PM, Rob Herring wrote: >> >> On Mon, Apr 9, 2018 at 12:38 AM, Mikko Perttunen wrote: >>> >>> Rob, >> >> >> Please don't top post to lists. >> &g

Re: [PATCH v4 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander

2018-04-09 Thread Rob Herring
t; --- > .../devicetree/bindings/gpio/gpio-cdns-i3c.txt | 39 > ++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-cdns-i3c.txt Reviewed-by: Rob Herring -- To unsubscribe from this list: send the line &quo

Re: [PATCH v4 08/10] dt-bindings: i3c: Document Cadence I3C master bindings

2018-04-09 Thread Rob Herring
s,i3c-master.txt| 44 > ++ > 1 file changed, 44 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt Reviewed-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to ma

Re: [PATCH v4 04/10] dt-bindings: i3c: Document core bindings

2018-04-09 Thread Rob Herring
d in > the framework. Will be added when someone really needs it. > --- > Documentation/devicetree/bindings/i3c/i3c.txt | 140 > ++ > 1 file changed, 140 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt Reviewed-by: Ro

Re: [PATCH V2 3/9] dt-bindings: Tegra186 tachometer device tree bindings

2018-04-09 Thread Rob Herring
to control fans and types of fans, so yes, the interface of control and feedback lines between a fan and its controller should absolutely be generic. Rob > > Thanks, > Mikko > > > On 03/27/2018 05:52 PM, Rob Herring wrote: >> >> On Wed, Mar 21, 2018 at 10:10

Re: [PATCH v3 05/11] dt-bindings: i3c: Document core bindings

2018-03-28 Thread Rob Herring
On Wed, Mar 28, 2018 at 3:19 AM, Boris Brezillon wrote: > Hi Rob, > > On Mon, 26 Mar 2018 17:24:58 -0500 > Rob Herring wrote: > >> > + >> > +I3C devices >> > +=== >> > + >> > +All I3C devices are supposed to support DAA (Dynami

Re: [PATCH v4 4/8] dt-bindings: Add doc for the Ingenic TCU drivers

2018-03-28 Thread Rob Herring
On Wed, Mar 28, 2018 at 10:33 AM, Paul Cercueil wrote: > Le 2018-03-27 16:46, Rob Herring a écrit : >> >> On Sun, Mar 18, 2018 at 12:28:57AM +0100, Paul Cercueil wrote: >>> >>> Add documentation about how to properly use the Ingenic TCU >>> (T

Re: [PATCH V2 3/9] dt-bindings: Tegra186 tachometer device tree bindings

2018-03-27 Thread Rob Herring
On Tue, Mar 27, 2018 at 09:52:49AM -0500, Rob Herring wrote: > On Wed, Mar 21, 2018 at 10:10:38AM +0530, Rajkumar Rampelli wrote: > > Supply Device tree binding documentation for the NVIDIA > > Tegra186 SoC's Tachometer Controller > > > > Signed-off-by: Rajkum

Re: [PATCH V2 3/9] dt-bindings: Tegra186 tachometer device tree bindings

2018-03-27 Thread Rob Herring
On Wed, Mar 21, 2018 at 10:10:38AM +0530, Rajkumar Rampelli wrote: > Supply Device tree binding documentation for the NVIDIA > Tegra186 SoC's Tachometer Controller > > Signed-off-by: Rajkumar Rampelli > --- > > V2: Renamed compatible string to "nvidia,tegra186-pwm-tachometer" > Renamed dt pr

Re: [PATCH v4 4/8] dt-bindings: Add doc for the Ingenic TCU drivers

2018-03-27 Thread Rob Herring
On Sun, Mar 18, 2018 at 12:28:57AM +0100, Paul Cercueil wrote: > Add documentation about how to properly use the Ingenic TCU > (Timer/Counter Unit) drivers from devicetree. > > Signed-off-by: Paul Cercueil > --- > .../bindings/clock/ingenic,tcu-clocks.txt | 42 > .../bi

Re: [PATCH v3 05/11] dt-bindings: i3c: Document core bindings

2018-03-26 Thread Rob Herring
On Fri, Mar 23, 2018 at 12:00:14PM +0100, Boris Brezillon wrote: > From: Boris Brezillon > > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. Mostly looks fine, a c

Re: [PATCH v3 06/11] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property

2018-03-26 Thread Rob Herring
ndings/i3c/i3c.h | 28 > 1 file changed, 28 insertions(+) > create mode 100644 include/dt-bindings/i3c/i3c.h Reviewed-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.ke

Re: [PATCH v3 11/11] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander

2018-03-26 Thread Rob Herring
On Fri, Mar 23, 2018 at 12:00:20PM +0100, Boris Brezillon wrote: > Document the Cadence I3C gpio expander bindings. > > Signed-off-by: Boris Brezillon > --- > .../devicetree/bindings/gpio/gpio-cdns-i3c.txt | 38 > ++ > 1 file changed, 38 insertions(+) > create mode 1006

Re: [PATCH v2 2/2] iio: chemical: sgp30: Support Sensirion SGPxx sensors

2018-03-18 Thread Rob Herring
On Sat, Mar 10, 2018 at 11:07:30PM +0100, Andreas Brauchli wrote: > Support Sensirion SGP30 and SGPC3 multi-pixel I2C gas sensors > > Supported Features: > > * Indoor Air Quality (IAQ) concentrations for > - tVOC (in_concentration_voc_input) > - CO2eq (in_concentration_co2_input) - SGP30 only

Re: [PATCH v4 1/6] dt-bindings: soc: qcom: Add device tree binding for GENI SE

2018-03-18 Thread Rob Herring
Specifies maximum SPI clock frequency, units - Hz. > +- #address-cells:Must be <1> to define a chip select address on > + the SPI bus. > +- #size-cells: Must be <0>. > + > +Optional property: > +- qcom,rt: Indicates if t

Re: [PATCH v3 1/4] dt-bindings: soc: qcom: Add device tree binding for GENI SE

2018-03-06 Thread Rob Herring
On Mon, Mar 5, 2018 at 6:55 PM, Karthik Ramasubramanian wrote: > > > On 3/5/2018 4:58 PM, Rob Herring wrote: >> >> On Tue, Feb 27, 2018 at 06:38:06PM -0700, Karthikeyan Ramasubramanian >> wrote: >>> >>> Add device tree binding support for t

Re: [PATCH v3 1/4] dt-bindings: soc: qcom: Add device tree binding for GENI SE

2018-03-05 Thread Rob Herring
On Tue, Feb 27, 2018 at 06:38:06PM -0700, Karthikeyan Ramasubramanian wrote: > Add device tree binding support for the QCOM GENI SE driver. > > Signed-off-by: Karthikeyan Ramasubramanian > Signed-off-by: Sagar Dharia > Signed-off-by: Girish Mahadevan > --- > .../devicetree/bindings/soc/qcom/qc

Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer

2018-03-01 Thread Rob Herring
On Wed, Feb 21, 2018 at 05:20:29PM +0200, Mikko Perttunen wrote: > On 21.02.2018 16:46, Guenter Roeck wrote: > > On 02/20/2018 11:15 PM, Mikko Perttunen wrote: > > > AIUI, the PWM framework already exposes a sysfs node with period > > > information. We should just use that instead of adding a new d

Re: [PATCH v2 3/7] soc: qcom: Add GENI based QUP Wrapper driver

2018-01-19 Thread Rob Herring
On Thu, Jan 18, 2018 at 08:57:45AM -0800, Bjorn Andersson wrote: > On Thu 18 Jan 01:13 PST 2018, Rajendra Nayak wrote: > > > [].. > > > > >> diff --git a/drivers/soc/qcom/qcom-geni-se.c > > >> b/drivers/soc/qcom/qcom-geni-se.c > > >> new file mode 100644 > > >> index 000..3f43582 > > >> ---

Re: [PATCH v2 2/7] dt-bindings: soc: qcom: Add device tree binding for GENI SE

2018-01-19 Thread Rob Herring
On Tue, Jan 16, 2018 at 10:25:58PM -0800, Bjorn Andersson wrote: > On Fri 12 Jan 17:05 PST 2018, Karthikeyan Ramasubramanian wrote: > > > Add device tree binding support for the QCOM GENI SE driver. > > > > Signed-off-by: Karthikeyan Ramasubramanian > > Better describe the entire GENI, with it'

Re: [PATCH RFC 4/7] i2c: Add device tree bindings for GENI I2C Controller

2018-01-11 Thread Rob Herring
On Mon, Jan 8, 2018 at 6:33 PM, Karthik Ramasubramanian wrote: > > > On 1/2/2018 8:51 AM, Rob Herring wrote: >> >> On Wed, Dec 27, 2017 at 09:27:23AM -0700, Karthikeyan Ramasubramanian >> wrote: >>> >>> Add device tree binding support for

  1   2   3   >