diff for duplicates of <20180630165407.2a878dbd@archlinux> diff --git a/a/1.txt b/N1/1.txt index dfa2df7..f8e4d57 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Fri, 29 Jun 2018 11:39:10 +0300 Stefan Popa <stefan.popa@analog.com> wrote: > Signed-off-by: Stefan Popa <stefan.popa@analog.com> -One minor inline. =20 +One minor inline. We could look at making some of these properties generic (slew-time for example) but I'm not sure we fully understand @@ -25,18 +25,16 @@ Jonathan > and slew rate step are calculated using a best match algorithm. > - Added units in the name of the properties. > - Offered more explanation for the various modes of operation. ->=20 +> > Changes in v2: > - Nothing changed, just to follow the patch set version. ->=20 -> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++= -++++++ +> +> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 74 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/dac/ad5758.txt ->=20 -> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Docum= -entation/devicetree/bindings/iio/dac/ad5758.txt +> +> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Documentation/devicetree/bindings/iio/dac/ad5758.txt > new file mode 100644 > index 0000000..797df9b > --- /dev/null @@ -56,42 +54,37 @@ entation/devicetree/bindings/iio/dac/ad5758.txt > + Dynamic Power Control (DPC) > + In this mode, the AD5758 circuitry senses the output voltage and > + dynamically regulates the supply voltage, VDPC+, to meet compliance -> + requirements plus an optimized headroom voltage for the output buff= -er. +> + requirements plus an optimized headroom voltage for the output buffer. > + > + Programmable Power Control (PPC) -> + In this mode, the VDPC+ voltage is user-programmable to a fixed lev= -el +> + In this mode, the VDPC+ voltage is user-programmable to a fixed level > + that needs to accommodate the maximum output load required. > + -> + The output of the DAC core is either converted to a current or volt= -age -> + output at the VIOUT pin. Only one mode can be enabled at any one ti= -me. +> + The output of the DAC core is either converted to a current or voltage +> + output at the VIOUT pin. Only one mode can be enabled at any one time. > + > + The following values are currently supported: > + * 1: DPC current mode > + * 2: DPC voltage mode > + * 3: PPC current mode > + -> + Depending on the selected output mode (voltage or current) one of the t= -wo properties must +> + Depending on the selected output mode (voltage or current) one of the two properties must > + be present: > + > + - adi,range-microvolt: Voltage output range > + The array of voltage output ranges must contain two fields: > + * <0 5000000>: 0 V to 5 V voltage range > + * <0 10000000>: 0 V to 10 V voltage range -> + * <(-5000000) 5000000>: =C2=B15 V voltage range -> + * <(-10000000) 10000000>: =C2=B110 V voltage range +> + * <(-5000000) 5000000>: ±5 V voltage range +> + * <(-10000000) 10000000>: ±10 V voltage range > + - adi,range-microamp: Current output range > + The array of current output ranges must contain two fields: > + * <0 20000>: 0 mA to 20 mA current range > + * <0 24000>: 0 mA to 24 mA current range > + * <4 24000>: 4 mA to 20 mA current range -> + * <(-20000) 20000>: =C2=B120 mA current range -> + * <(-24000) 24000>: =C2=B124 mA current range -> + * <(-1000) 22000>: =E2=88=921 mA to +22 mA current range +> + * <(-20000) 20000>: ±20 mA current range +> + * <(-24000) 24000>: ±24 mA current range +> + * <(-1000) 22000>: −1 mA to +22 mA current range > + > +Optional properties: > + @@ -104,8 +97,7 @@ wo properties must > + * 350000 > + * 400000 > + -> + - adi,slew-time-us: The time it takes for the output to reach the full = -scale [uS] +> + - adi,slew-time-us: The time it takes for the output to reach the full scale [uS] > + The supported range is between 133us up to 1023984375us > + > +AD5758 Example: @@ -116,15 +108,15 @@ Node names should be generic - now we don't have dac in the device tree spec but it feels like the right choice rather than the part number. https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2 -> + compatible =3D "adi,ad5758"; -> + reg =3D <0>; -> + spi-max-frequency =3D <1000000>; +> + compatible = "adi,ad5758"; +> + reg = <0>; +> + spi-max-frequency = <1000000>; > + spi-cpha; > + -> + adi,dc-dc-mode =3D <2>; -> + adi,range-microvolt =3D <0 10000000>; -> + adi,dc-dc-ilim-microamp =3D <200000>; -> + adi,slew-time-us =3D <125000>; +> + adi,dc-dc-mode = <2>; +> + adi,range-microvolt = <0 10000000>; +> + adi,dc-dc-ilim-microamp = <200000>; +> + adi,slew-time-us = <125000>; > + }; > diff --git a/MAINTAINERS b/MAINTAINERS > index 12d102d..60b1028 100644 @@ -135,6 +127,6 @@ https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2 > S: Supported > F: drivers/iio/dac/ad5758.c > +F: Documentation/devicetree/bindings/iio/dac/ad5758.txt -> =20 +> > ANALOG DEVICES INC AD5686 DRIVER > M: Stefan Popa <stefan.popa@analog.com> diff --git a/a/content_digest b/N1/content_digest index 2dcb4ba..3908f3e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,28 +3,28 @@ "Subject\0Re: [PATCH v4 2/2] dt-bindings: iio: dac: Add docs for AD5758 DAC\0" "Date\0Sat, 30 Jun 2018 16:54:07 +0100\0" "To\0Stefan Popa <stefan.popa@analog.com>\0" - "Cc\0<Michael.Hennerich@analog.com>" - <lars@metafoo.de> - <knaack.h@gmx.de> - <pmeerw@pmeerw.net> - <robh+dt@kernel.org> - <mark.rutland@arm.com> - <mchehab@kernel.org> - <davem@davemloft.net> - <gregkh@linuxfoundation.org> - <akpm@linux-foundation.org> - <linus.walleij@linaro.org> - <rdunlap@infradead.org> - <devicetree@vger.kernel.org> - <linux-iio@vger.kernel.org> - " <linux-kernel@vger.kernel.org>\0" + "Cc\0Michael.Hennerich@analog.com" + lars@metafoo.de + knaack.h@gmx.de + pmeerw@pmeerw.net + robh+dt@kernel.org + mark.rutland@arm.com + mchehab@kernel.org + davem@davemloft.net + gregkh@linuxfoundation.org + akpm@linux-foundation.org + linus.walleij@linaro.org + rdunlap@infradead.org + devicetree@vger.kernel.org + linux-iio@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, 29 Jun 2018 11:39:10 +0300\n" "Stefan Popa <stefan.popa@analog.com> wrote:\n" "\n" "> Signed-off-by: Stefan Popa <stefan.popa@analog.com>\n" - "One minor inline. =20\n" + "One minor inline. \n" "\n" "We could look at making some of these properties generic\n" "(slew-time for example) but I'm not sure we fully understand\n" @@ -47,18 +47,16 @@ "> \t and slew rate step are calculated using a best match algorithm.\n" "> \t- Added units in the name of the properties.\n" "> \t- Offered more explanation for the various modes of operation.\n" - ">=20\n" + "> \n" "> Changes in v2:\n" "> \t- Nothing changed, just to follow the patch set version.\n" - ">=20\n" - "> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++=\n" - "++++++\n" + "> \n" + "> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++++++++\n" "> MAINTAINERS | 1 +\n" "> 2 files changed, 74 insertions(+)\n" "> create mode 100644 Documentation/devicetree/bindings/iio/dac/ad5758.txt\n" - ">=20\n" - "> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Docum=\n" - "entation/devicetree/bindings/iio/dac/ad5758.txt\n" + "> \n" + "> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Documentation/devicetree/bindings/iio/dac/ad5758.txt\n" "> new file mode 100644\n" "> index 0000000..797df9b\n" "> --- /dev/null\n" @@ -78,42 +76,37 @@ "> + \t\t Dynamic Power Control (DPC)\n" "> +\t\t In this mode, the AD5758 circuitry senses the output voltage and\n" "> +\t\t dynamically regulates the supply voltage, VDPC+, to meet compliance\n" - "> +\t\t requirements plus an optimized headroom voltage for the output buff=\n" - "er.\n" + "> +\t\t requirements plus an optimized headroom voltage for the output buffer.\n" "> +\n" "> +\t\t Programmable Power Control (PPC)\n" - "> +\t\t In this mode, the VDPC+ voltage is user-programmable to a fixed lev=\n" - "el\n" + "> +\t\t In this mode, the VDPC+ voltage is user-programmable to a fixed level\n" "> +\t\t that needs to accommodate the maximum output load required.\n" "> +\n" - "> +\t\t The output of the DAC core is either converted to a current or volt=\n" - "age\n" - "> +\t\t output at the VIOUT pin. Only one mode can be enabled at any one ti=\n" - "me.\n" + "> +\t\t The output of the DAC core is either converted to a current or voltage\n" + "> +\t\t output at the VIOUT pin. Only one mode can be enabled at any one time.\n" "> +\n" "> +\t\t The following values are currently supported:\n" "> +\t\t\t* 1: DPC current mode\n" "> +\t\t\t* 2: DPC voltage mode\n" "> +\t\t\t* 3: PPC current mode\n" "> +\n" - "> + Depending on the selected output mode (voltage or current) one of the t=\n" - "wo properties must\n" + "> + Depending on the selected output mode (voltage or current) one of the two properties must\n" "> + be present:\n" "> +\n" "> + - adi,range-microvolt: Voltage output range\n" "> + \t\tThe array of voltage output ranges must contain two fields:\n" "> +\t \t* <0 5000000>: 0 V to 5 V voltage range\n" "> +\t\t* <0 10000000>: 0 V to 10 V voltage range\n" - "> +\t\t* <(-5000000) 5000000>: =C2=B15 V voltage range\n" - "> +\t\t* <(-10000000) 10000000>: =C2=B110 V voltage range\n" + "> +\t\t* <(-5000000) 5000000>: \302\2615 V voltage range\n" + "> +\t\t* <(-10000000) 10000000>: \302\26110 V voltage range\n" "> + - adi,range-microamp: Current output range\n" "> + \t\tThe array of current output ranges must contain two fields:\n" "> +\t\t* <0 20000>: 0 mA to 20 mA current range\n" "> +\t\t* <0 24000>: 0 mA to 24 mA current range\n" "> +\t\t* <4 24000>: 4 mA to 20 mA current range\n" - "> +\t\t* <(-20000) 20000>: =C2=B120 mA current range\n" - "> +\t\t* <(-24000) 24000>: =C2=B124 mA current range\n" - "> +\t\t* <(-1000) 22000>: =E2=88=921 mA to +22 mA current range\n" + "> +\t\t* <(-20000) 20000>: \302\26120 mA current range\n" + "> +\t\t* <(-24000) 24000>: \302\26124 mA current range\n" + "> +\t\t* <(-1000) 22000>: \342\210\2221 mA to +22 mA current range\n" "> +\n" "> +Optional properties:\n" "> +\n" @@ -126,8 +119,7 @@ "> +\t\t\t* 350000\n" "> +\t\t\t* 400000\n" "> +\n" - "> + - adi,slew-time-us: The time it takes for the output to reach the full =\n" - "scale [uS]\n" + "> + - adi,slew-time-us: The time it takes for the output to reach the full scale [uS]\n" "> + \t\t The supported range is between 133us up to 1023984375us\n" "> +\n" "> +AD5758 Example:\n" @@ -138,15 +130,15 @@ "spec but it feels like the right choice rather than the part number.\n" "https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2\n" "\n" - "> +\t\tcompatible =3D \"adi,ad5758\";\n" - "> +\t\treg =3D <0>;\n" - "> +\t\tspi-max-frequency =3D <1000000>;\n" + "> +\t\tcompatible = \"adi,ad5758\";\n" + "> +\t\treg = <0>;\n" + "> +\t\tspi-max-frequency = <1000000>;\n" "> +\t\tspi-cpha;\n" "> +\n" - "> +\t\tadi,dc-dc-mode =3D <2>;\n" - "> +\t\tadi,range-microvolt =3D <0 10000000>;\n" - "> +\t\tadi,dc-dc-ilim-microamp =3D <200000>;\n" - "> +\t\tadi,slew-time-us =3D <125000>;\n" + "> +\t\tadi,dc-dc-mode = <2>;\n" + "> +\t\tadi,range-microvolt = <0 10000000>;\n" + "> +\t\tadi,dc-dc-ilim-microamp = <200000>;\n" + "> +\t\tadi,slew-time-us = <125000>;\n" "> +\t};\n" "> diff --git a/MAINTAINERS b/MAINTAINERS\n" "> index 12d102d..60b1028 100644\n" @@ -157,8 +149,8 @@ "> S:\tSupported\n" "> F:\tdrivers/iio/dac/ad5758.c\n" "> +F:\tDocumentation/devicetree/bindings/iio/dac/ad5758.txt\n" - "> =20\n" + "> \n" "> ANALOG DEVICES INC AD5686 DRIVER\n" "> M:\tStefan Popa <stefan.popa@analog.com>" -c8e0fac0187053e3531c11f5f0eeb23473fbc41d4b979e978952e127f99b5f82 +a396faadb6da131f9a7d8672552f2311ba47c9a1d30ed03737e1ff77da6dda9c
diff --git a/a/1.txt b/N2/1.txt index dfa2df7..f8e4d57 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,7 +2,7 @@ On Fri, 29 Jun 2018 11:39:10 +0300 Stefan Popa <stefan.popa@analog.com> wrote: > Signed-off-by: Stefan Popa <stefan.popa@analog.com> -One minor inline. =20 +One minor inline. We could look at making some of these properties generic (slew-time for example) but I'm not sure we fully understand @@ -25,18 +25,16 @@ Jonathan > and slew rate step are calculated using a best match algorithm. > - Added units in the name of the properties. > - Offered more explanation for the various modes of operation. ->=20 +> > Changes in v2: > - Nothing changed, just to follow the patch set version. ->=20 -> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++= -++++++ +> +> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 74 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/dac/ad5758.txt ->=20 -> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Docum= -entation/devicetree/bindings/iio/dac/ad5758.txt +> +> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Documentation/devicetree/bindings/iio/dac/ad5758.txt > new file mode 100644 > index 0000000..797df9b > --- /dev/null @@ -56,42 +54,37 @@ entation/devicetree/bindings/iio/dac/ad5758.txt > + Dynamic Power Control (DPC) > + In this mode, the AD5758 circuitry senses the output voltage and > + dynamically regulates the supply voltage, VDPC+, to meet compliance -> + requirements plus an optimized headroom voltage for the output buff= -er. +> + requirements plus an optimized headroom voltage for the output buffer. > + > + Programmable Power Control (PPC) -> + In this mode, the VDPC+ voltage is user-programmable to a fixed lev= -el +> + In this mode, the VDPC+ voltage is user-programmable to a fixed level > + that needs to accommodate the maximum output load required. > + -> + The output of the DAC core is either converted to a current or volt= -age -> + output at the VIOUT pin. Only one mode can be enabled at any one ti= -me. +> + The output of the DAC core is either converted to a current or voltage +> + output at the VIOUT pin. Only one mode can be enabled at any one time. > + > + The following values are currently supported: > + * 1: DPC current mode > + * 2: DPC voltage mode > + * 3: PPC current mode > + -> + Depending on the selected output mode (voltage or current) one of the t= -wo properties must +> + Depending on the selected output mode (voltage or current) one of the two properties must > + be present: > + > + - adi,range-microvolt: Voltage output range > + The array of voltage output ranges must contain two fields: > + * <0 5000000>: 0 V to 5 V voltage range > + * <0 10000000>: 0 V to 10 V voltage range -> + * <(-5000000) 5000000>: =C2=B15 V voltage range -> + * <(-10000000) 10000000>: =C2=B110 V voltage range +> + * <(-5000000) 5000000>: ±5 V voltage range +> + * <(-10000000) 10000000>: ±10 V voltage range > + - adi,range-microamp: Current output range > + The array of current output ranges must contain two fields: > + * <0 20000>: 0 mA to 20 mA current range > + * <0 24000>: 0 mA to 24 mA current range > + * <4 24000>: 4 mA to 20 mA current range -> + * <(-20000) 20000>: =C2=B120 mA current range -> + * <(-24000) 24000>: =C2=B124 mA current range -> + * <(-1000) 22000>: =E2=88=921 mA to +22 mA current range +> + * <(-20000) 20000>: ±20 mA current range +> + * <(-24000) 24000>: ±24 mA current range +> + * <(-1000) 22000>: −1 mA to +22 mA current range > + > +Optional properties: > + @@ -104,8 +97,7 @@ wo properties must > + * 350000 > + * 400000 > + -> + - adi,slew-time-us: The time it takes for the output to reach the full = -scale [uS] +> + - adi,slew-time-us: The time it takes for the output to reach the full scale [uS] > + The supported range is between 133us up to 1023984375us > + > +AD5758 Example: @@ -116,15 +108,15 @@ Node names should be generic - now we don't have dac in the device tree spec but it feels like the right choice rather than the part number. https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2 -> + compatible =3D "adi,ad5758"; -> + reg =3D <0>; -> + spi-max-frequency =3D <1000000>; +> + compatible = "adi,ad5758"; +> + reg = <0>; +> + spi-max-frequency = <1000000>; > + spi-cpha; > + -> + adi,dc-dc-mode =3D <2>; -> + adi,range-microvolt =3D <0 10000000>; -> + adi,dc-dc-ilim-microamp =3D <200000>; -> + adi,slew-time-us =3D <125000>; +> + adi,dc-dc-mode = <2>; +> + adi,range-microvolt = <0 10000000>; +> + adi,dc-dc-ilim-microamp = <200000>; +> + adi,slew-time-us = <125000>; > + }; > diff --git a/MAINTAINERS b/MAINTAINERS > index 12d102d..60b1028 100644 @@ -135,6 +127,6 @@ https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2 > S: Supported > F: drivers/iio/dac/ad5758.c > +F: Documentation/devicetree/bindings/iio/dac/ad5758.txt -> =20 +> > ANALOG DEVICES INC AD5686 DRIVER > M: Stefan Popa <stefan.popa@analog.com> diff --git a/a/content_digest b/N2/content_digest index 2dcb4ba..8e91ab8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -24,7 +24,7 @@ "Stefan Popa <stefan.popa@analog.com> wrote:\n" "\n" "> Signed-off-by: Stefan Popa <stefan.popa@analog.com>\n" - "One minor inline. =20\n" + "One minor inline. \n" "\n" "We could look at making some of these properties generic\n" "(slew-time for example) but I'm not sure we fully understand\n" @@ -47,18 +47,16 @@ "> \t and slew rate step are calculated using a best match algorithm.\n" "> \t- Added units in the name of the properties.\n" "> \t- Offered more explanation for the various modes of operation.\n" - ">=20\n" + "> \n" "> Changes in v2:\n" "> \t- Nothing changed, just to follow the patch set version.\n" - ">=20\n" - "> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++=\n" - "++++++\n" + "> \n" + "> .../devicetree/bindings/iio/dac/ad5758.txt | 73 ++++++++++++++++++++++\n" "> MAINTAINERS | 1 +\n" "> 2 files changed, 74 insertions(+)\n" "> create mode 100644 Documentation/devicetree/bindings/iio/dac/ad5758.txt\n" - ">=20\n" - "> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Docum=\n" - "entation/devicetree/bindings/iio/dac/ad5758.txt\n" + "> \n" + "> diff --git a/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/Documentation/devicetree/bindings/iio/dac/ad5758.txt\n" "> new file mode 100644\n" "> index 0000000..797df9b\n" "> --- /dev/null\n" @@ -78,42 +76,37 @@ "> + \t\t Dynamic Power Control (DPC)\n" "> +\t\t In this mode, the AD5758 circuitry senses the output voltage and\n" "> +\t\t dynamically regulates the supply voltage, VDPC+, to meet compliance\n" - "> +\t\t requirements plus an optimized headroom voltage for the output buff=\n" - "er.\n" + "> +\t\t requirements plus an optimized headroom voltage for the output buffer.\n" "> +\n" "> +\t\t Programmable Power Control (PPC)\n" - "> +\t\t In this mode, the VDPC+ voltage is user-programmable to a fixed lev=\n" - "el\n" + "> +\t\t In this mode, the VDPC+ voltage is user-programmable to a fixed level\n" "> +\t\t that needs to accommodate the maximum output load required.\n" "> +\n" - "> +\t\t The output of the DAC core is either converted to a current or volt=\n" - "age\n" - "> +\t\t output at the VIOUT pin. Only one mode can be enabled at any one ti=\n" - "me.\n" + "> +\t\t The output of the DAC core is either converted to a current or voltage\n" + "> +\t\t output at the VIOUT pin. Only one mode can be enabled at any one time.\n" "> +\n" "> +\t\t The following values are currently supported:\n" "> +\t\t\t* 1: DPC current mode\n" "> +\t\t\t* 2: DPC voltage mode\n" "> +\t\t\t* 3: PPC current mode\n" "> +\n" - "> + Depending on the selected output mode (voltage or current) one of the t=\n" - "wo properties must\n" + "> + Depending on the selected output mode (voltage or current) one of the two properties must\n" "> + be present:\n" "> +\n" "> + - adi,range-microvolt: Voltage output range\n" "> + \t\tThe array of voltage output ranges must contain two fields:\n" "> +\t \t* <0 5000000>: 0 V to 5 V voltage range\n" "> +\t\t* <0 10000000>: 0 V to 10 V voltage range\n" - "> +\t\t* <(-5000000) 5000000>: =C2=B15 V voltage range\n" - "> +\t\t* <(-10000000) 10000000>: =C2=B110 V voltage range\n" + "> +\t\t* <(-5000000) 5000000>: \302\2615 V voltage range\n" + "> +\t\t* <(-10000000) 10000000>: \302\26110 V voltage range\n" "> + - adi,range-microamp: Current output range\n" "> + \t\tThe array of current output ranges must contain two fields:\n" "> +\t\t* <0 20000>: 0 mA to 20 mA current range\n" "> +\t\t* <0 24000>: 0 mA to 24 mA current range\n" "> +\t\t* <4 24000>: 4 mA to 20 mA current range\n" - "> +\t\t* <(-20000) 20000>: =C2=B120 mA current range\n" - "> +\t\t* <(-24000) 24000>: =C2=B124 mA current range\n" - "> +\t\t* <(-1000) 22000>: =E2=88=921 mA to +22 mA current range\n" + "> +\t\t* <(-20000) 20000>: \302\26120 mA current range\n" + "> +\t\t* <(-24000) 24000>: \302\26124 mA current range\n" + "> +\t\t* <(-1000) 22000>: \342\210\2221 mA to +22 mA current range\n" "> +\n" "> +Optional properties:\n" "> +\n" @@ -126,8 +119,7 @@ "> +\t\t\t* 350000\n" "> +\t\t\t* 400000\n" "> +\n" - "> + - adi,slew-time-us: The time it takes for the output to reach the full =\n" - "scale [uS]\n" + "> + - adi,slew-time-us: The time it takes for the output to reach the full scale [uS]\n" "> + \t\t The supported range is between 133us up to 1023984375us\n" "> +\n" "> +AD5758 Example:\n" @@ -138,15 +130,15 @@ "spec but it feels like the right choice rather than the part number.\n" "https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.2\n" "\n" - "> +\t\tcompatible =3D \"adi,ad5758\";\n" - "> +\t\treg =3D <0>;\n" - "> +\t\tspi-max-frequency =3D <1000000>;\n" + "> +\t\tcompatible = \"adi,ad5758\";\n" + "> +\t\treg = <0>;\n" + "> +\t\tspi-max-frequency = <1000000>;\n" "> +\t\tspi-cpha;\n" "> +\n" - "> +\t\tadi,dc-dc-mode =3D <2>;\n" - "> +\t\tadi,range-microvolt =3D <0 10000000>;\n" - "> +\t\tadi,dc-dc-ilim-microamp =3D <200000>;\n" - "> +\t\tadi,slew-time-us =3D <125000>;\n" + "> +\t\tadi,dc-dc-mode = <2>;\n" + "> +\t\tadi,range-microvolt = <0 10000000>;\n" + "> +\t\tadi,dc-dc-ilim-microamp = <200000>;\n" + "> +\t\tadi,slew-time-us = <125000>;\n" "> +\t};\n" "> diff --git a/MAINTAINERS b/MAINTAINERS\n" "> index 12d102d..60b1028 100644\n" @@ -157,8 +149,8 @@ "> S:\tSupported\n" "> F:\tdrivers/iio/dac/ad5758.c\n" "> +F:\tDocumentation/devicetree/bindings/iio/dac/ad5758.txt\n" - "> =20\n" + "> \n" "> ANALOG DEVICES INC AD5686 DRIVER\n" "> M:\tStefan Popa <stefan.popa@analog.com>" -c8e0fac0187053e3531c11f5f0eeb23473fbc41d4b979e978952e127f99b5f82 +9c2a62e12f647cf2013595ff2f4779be2e93f7bd504167cf88dde1bf6d07037d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.