All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150707114241.GW3182@x1>

diff --git a/a/1.txt b/N1/1.txt
index 4b8adb9..2b7a0ce 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,37 +1,39 @@
 On Wed, 01 Jul 2015, S Twiss wrote:
 
 > From: S Twiss <stwiss.opensource@diasemi.com>
-> 
+>=20
 > Add device tree bindings for the DA9062 driver
-> 
+>=20
 > Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
-> 
+>=20
 > ---
 > Changes in V5:
 >  - No change
-> 
+>=20
 > Changes in V4:
 >  - No change
-> 
+>=20
 > Changes in V3:
 >  - No change
->  
+> =20
 > Changes in V2:
 >  - Dropped the RTC and Onkey binding information in this patch-set
 >    Those drivers have been dropped from this patch set and the
 >    binding information has been removed accordingly.
-> 
-> This patch applies against linux-next and next-20150701 
-> 
-> 
-> 
->  Documentation/devicetree/bindings/mfd/da9062.txt | 79 ++++++++++++++++++++++++
+>=20
+> This patch applies against linux-next and next-20150701=20
+>=20
+>=20
+>=20
+>  Documentation/devicetree/bindings/mfd/da9062.txt | 79 ++++++++++++++++++=
+++++++
 >  1 file changed, 79 insertions(+)
 >  create mode 100644 Documentation/devicetree/bindings/mfd/da9062.txt
 
 Applied, thanks.
 
-> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt
+> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documenta=
+tion/devicetree/bindings/mfd/da9062.txt
 > new file mode 100644
 > index 0000000..5765ed9
 > --- /dev/null
@@ -46,24 +48,28 @@ Applied, thanks.
 > +da9062-regulator        :               : LDOs & BUCKs
 > +da9062-watchdog         :               : Watchdog Timer
 > +
-> +======
+> +=3D=3D=3D=3D=3D=3D
 > +
 > +Required properties:
 > +
 > +- compatible : Should be "dlg,da9062".
-> +- reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
+> +- reg : Specifies the I2C slave address (this defaults to 0x58 but it ca=
+n be
 > +  modified to match the chip's OTP settings).
-> +- interrupt-parent : Specifies the reference to the interrupt controller for
+> +- interrupt-parent : Specifies the reference to the interrupt controller=
+ for
 > +  the DA9062.
 > +- interrupts : IRQ line information.
 > +- interrupt-controller
 > +
-> +See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
+> +See Documentation/devicetree/bindings/interrupt-controller/interrupts.tx=
+t for
 > +further information on IRQ bindings.
 > +
 > +Sub-nodes:
 > +
-> +- regulators : This node defines the settings for the LDOs and BUCKs. The
+> +- regulators : This node defines the settings for the LDOs and BUCKs. Th=
+e
 > +  DA9062 regulators are bound using their names listed below:
 > +
 > +    buck1    : BUCK_1
@@ -75,50 +81,66 @@ Applied, thanks.
 > +    ldo3     : LDO_3
 > +    ldo4     : LDO_4
 > +
-> +  The component follows the standard regulator framework and the bindings
+> +  The component follows the standard regulator framework and the binding=
+s
 > +  details of individual regulator device can be found in:
 > +  Documentation/devicetree/bindings/regulator/regulator.txt
 > +
 > +
-> +- watchdog: This node defines the settings for the watchdog driver associated
-> +  with the DA9062 PMIC. The compatible = "dlg,da9062-watchdog" should be added
+> +- watchdog: This node defines the settings for the watchdog driver assoc=
+iated
+> +  with the DA9062 PMIC. The compatible =3D "dlg,da9062-watchdog" should =
+be added
 > +  if a node is created.
 > +
 > +
 > +Example:
 > +
 > +	pmic0: da9062@58 {
-> +		compatible = "dlg,da9062";
-> +		reg = <0x58>;
-> +		interrupt-parent = <&gpio6>;
-> +		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
+> +		compatible =3D "dlg,da9062";
+> +		reg =3D <0x58>;
+> +		interrupt-parent =3D <&gpio6>;
+> +		interrupts =3D <11 IRQ_TYPE_LEVEL_LOW>;
 > +		interrupt-controller;
 > +
 > +		watchdog {
-> +			compatible = "dlg,da9062-watchdog";
+> +			compatible =3D "dlg,da9062-watchdog";
 > +		};
 > +
 > +		regulators {
 > +			DA9062_BUCK1: buck1 {
-> +				regulator-name = "BUCK1";
-> +				regulator-min-microvolt = <300000>;
-> +				regulator-max-microvolt = <1570000>;
-> +				regulator-min-microamp = <500000>;
-> +				regulator-max-microamp = <2000000>;
+> +				regulator-name =3D "BUCK1";
+> +				regulator-min-microvolt =3D <300000>;
+> +				regulator-max-microvolt =3D <1570000>;
+> +				regulator-min-microamp =3D <500000>;
+> +				regulator-max-microamp =3D <2000000>;
 > +				regulator-boot-on;
 > +			};
 > +			DA9062_LDO1: ldo1 {
-> +				regulator-name = "LDO_1";
-> +				regulator-min-microvolt = <900000>;
-> +				regulator-max-microvolt = <3600000>;
+> +				regulator-name =3D "LDO_1";
+> +				regulator-min-microvolt =3D <900000>;
+> +				regulator-max-microvolt =3D <3600000>;
 > +				regulator-boot-on;
 > +			};
 > +		};
 > +	};
 > +
 
--- 
+--=20
 Lee Jones
 Linaro STMicroelectronics Landing Team Lead
-Linaro.org │ Open source software for ARM SoCs
+Linaro.org =E2=94=82 Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
+
+--=20
+--=20
+You received this message because you are subscribed to "rtc-linux".
+Membership options at http://groups.google.com/group/rtc-linux .
+Please read http://groups.google.com/group/rtc-linux/web/checklist
+before submitting a driver.
+---=20
+You received this message because you are subscribed to the Google Groups "=
+rtc-linux" group.
+To unsubscribe from this group and stop receiving emails from it, send an e=
+mail to rtc-linux+unsubscribe@googlegroups.com.
+For more options, visit https://groups.google.com/d/optout.
diff --git a/a/content_digest b/N1/content_digest
index c31449b..34bf944 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0cover.1435756293.git.stwiss.opensource@diasemi.com\0"
  "ref\0f7d3b86530f871549159fed1fd0519375997a2af.1435756293.git.stwiss.opensource@diasemi.com\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0Re: [PATCH V5 2/2] devicetree: da9062: Add bindings for DA9062 driver\0"
+ "Subject\0[rtc-linux] Re: [PATCH V5 2/2] devicetree: da9062: Add bindings for DA9062 driver\0"
  "Date\0Tue, 7 Jul 2015 12:42:41 +0100\0"
  "To\0S Twiss <stwiss.opensource@diasemi.com>\0"
  "Cc\0DEVICETREE <devicetree@vger.kernel.org>"
@@ -27,37 +27,39 @@
  "On Wed, 01 Jul 2015, S Twiss wrote:\n"
  "\n"
  "> From: S Twiss <stwiss.opensource@diasemi.com>\n"
- "> \n"
+ ">=20\n"
  "> Add device tree bindings for the DA9062 driver\n"
- "> \n"
+ ">=20\n"
  "> Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>\n"
- "> \n"
+ ">=20\n"
  "> ---\n"
  "> Changes in V5:\n"
  ">  - No change\n"
- "> \n"
+ ">=20\n"
  "> Changes in V4:\n"
  ">  - No change\n"
- "> \n"
+ ">=20\n"
  "> Changes in V3:\n"
  ">  - No change\n"
- ">  \n"
+ "> =20\n"
  "> Changes in V2:\n"
  ">  - Dropped the RTC and Onkey binding information in this patch-set\n"
  ">    Those drivers have been dropped from this patch set and the\n"
  ">    binding information has been removed accordingly.\n"
- "> \n"
- "> This patch applies against linux-next and next-20150701 \n"
- "> \n"
- "> \n"
- "> \n"
- ">  Documentation/devicetree/bindings/mfd/da9062.txt | 79 ++++++++++++++++++++++++\n"
+ ">=20\n"
+ "> This patch applies against linux-next and next-20150701=20\n"
+ ">=20\n"
+ ">=20\n"
+ ">=20\n"
+ ">  Documentation/devicetree/bindings/mfd/da9062.txt | 79 ++++++++++++++++++=\n"
+ "++++++\n"
  ">  1 file changed, 79 insertions(+)\n"
  ">  create mode 100644 Documentation/devicetree/bindings/mfd/da9062.txt\n"
  "\n"
  "Applied, thanks.\n"
  "\n"
- "> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt\n"
+ "> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documenta=\n"
+ "tion/devicetree/bindings/mfd/da9062.txt\n"
  "> new file mode 100644\n"
  "> index 0000000..5765ed9\n"
  "> --- /dev/null\n"
@@ -72,24 +74,28 @@
  "> +da9062-regulator        :               : LDOs & BUCKs\n"
  "> +da9062-watchdog         :               : Watchdog Timer\n"
  "> +\n"
- "> +======\n"
+ "> +=3D=3D=3D=3D=3D=3D\n"
  "> +\n"
  "> +Required properties:\n"
  "> +\n"
  "> +- compatible : Should be \"dlg,da9062\".\n"
- "> +- reg : Specifies the I2C slave address (this defaults to 0x58 but it can be\n"
+ "> +- reg : Specifies the I2C slave address (this defaults to 0x58 but it ca=\n"
+ "n be\n"
  "> +  modified to match the chip's OTP settings).\n"
- "> +- interrupt-parent : Specifies the reference to the interrupt controller for\n"
+ "> +- interrupt-parent : Specifies the reference to the interrupt controller=\n"
+ " for\n"
  "> +  the DA9062.\n"
  "> +- interrupts : IRQ line information.\n"
  "> +- interrupt-controller\n"
  "> +\n"
- "> +See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for\n"
+ "> +See Documentation/devicetree/bindings/interrupt-controller/interrupts.tx=\n"
+ "t for\n"
  "> +further information on IRQ bindings.\n"
  "> +\n"
  "> +Sub-nodes:\n"
  "> +\n"
- "> +- regulators : This node defines the settings for the LDOs and BUCKs. The\n"
+ "> +- regulators : This node defines the settings for the LDOs and BUCKs. Th=\n"
+ "e\n"
  "> +  DA9062 regulators are bound using their names listed below:\n"
  "> +\n"
  "> +    buck1    : BUCK_1\n"
@@ -101,52 +107,68 @@
  "> +    ldo3     : LDO_3\n"
  "> +    ldo4     : LDO_4\n"
  "> +\n"
- "> +  The component follows the standard regulator framework and the bindings\n"
+ "> +  The component follows the standard regulator framework and the binding=\n"
+ "s\n"
  "> +  details of individual regulator device can be found in:\n"
  "> +  Documentation/devicetree/bindings/regulator/regulator.txt\n"
  "> +\n"
  "> +\n"
- "> +- watchdog: This node defines the settings for the watchdog driver associated\n"
- "> +  with the DA9062 PMIC. The compatible = \"dlg,da9062-watchdog\" should be added\n"
+ "> +- watchdog: This node defines the settings for the watchdog driver assoc=\n"
+ "iated\n"
+ "> +  with the DA9062 PMIC. The compatible =3D \"dlg,da9062-watchdog\" should =\n"
+ "be added\n"
  "> +  if a node is created.\n"
  "> +\n"
  "> +\n"
  "> +Example:\n"
  "> +\n"
  "> +\tpmic0: da9062@58 {\n"
- "> +\t\tcompatible = \"dlg,da9062\";\n"
- "> +\t\treg = <0x58>;\n"
- "> +\t\tinterrupt-parent = <&gpio6>;\n"
- "> +\t\tinterrupts = <11 IRQ_TYPE_LEVEL_LOW>;\n"
+ "> +\t\tcompatible =3D \"dlg,da9062\";\n"
+ "> +\t\treg =3D <0x58>;\n"
+ "> +\t\tinterrupt-parent =3D <&gpio6>;\n"
+ "> +\t\tinterrupts =3D <11 IRQ_TYPE_LEVEL_LOW>;\n"
  "> +\t\tinterrupt-controller;\n"
  "> +\n"
  "> +\t\twatchdog {\n"
- "> +\t\t\tcompatible = \"dlg,da9062-watchdog\";\n"
+ "> +\t\t\tcompatible =3D \"dlg,da9062-watchdog\";\n"
  "> +\t\t};\n"
  "> +\n"
  "> +\t\tregulators {\n"
  "> +\t\t\tDA9062_BUCK1: buck1 {\n"
- "> +\t\t\t\tregulator-name = \"BUCK1\";\n"
- "> +\t\t\t\tregulator-min-microvolt = <300000>;\n"
- "> +\t\t\t\tregulator-max-microvolt = <1570000>;\n"
- "> +\t\t\t\tregulator-min-microamp = <500000>;\n"
- "> +\t\t\t\tregulator-max-microamp = <2000000>;\n"
+ "> +\t\t\t\tregulator-name =3D \"BUCK1\";\n"
+ "> +\t\t\t\tregulator-min-microvolt =3D <300000>;\n"
+ "> +\t\t\t\tregulator-max-microvolt =3D <1570000>;\n"
+ "> +\t\t\t\tregulator-min-microamp =3D <500000>;\n"
+ "> +\t\t\t\tregulator-max-microamp =3D <2000000>;\n"
  "> +\t\t\t\tregulator-boot-on;\n"
  "> +\t\t\t};\n"
  "> +\t\t\tDA9062_LDO1: ldo1 {\n"
- "> +\t\t\t\tregulator-name = \"LDO_1\";\n"
- "> +\t\t\t\tregulator-min-microvolt = <900000>;\n"
- "> +\t\t\t\tregulator-max-microvolt = <3600000>;\n"
+ "> +\t\t\t\tregulator-name =3D \"LDO_1\";\n"
+ "> +\t\t\t\tregulator-min-microvolt =3D <900000>;\n"
+ "> +\t\t\t\tregulator-max-microvolt =3D <3600000>;\n"
  "> +\t\t\t\tregulator-boot-on;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
  "\n"
- "-- \n"
+ "--=20\n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
- Follow Linaro: Facebook | Twitter | Blog
+ "Linaro.org =E2=94=82 Open source software for ARM SoCs\n"
+ "Follow Linaro: Facebook | Twitter | Blog\n"
+ "\n"
+ "--=20\n"
+ "--=20\n"
+ "You received this message because you are subscribed to \"rtc-linux\".\n"
+ "Membership options at http://groups.google.com/group/rtc-linux .\n"
+ "Please read http://groups.google.com/group/rtc-linux/web/checklist\n"
+ "before submitting a driver.\n"
+ "---=20\n"
+ "You received this message because you are subscribed to the Google Groups \"=\n"
+ "rtc-linux\" group.\n"
+ "To unsubscribe from this group and stop receiving emails from it, send an e=\n"
+ "mail to rtc-linux+unsubscribe@googlegroups.com.\n"
+ For more options, visit https://groups.google.com/d/optout.
 
-5d103f34fa837f5fd35d143f6c695e86509168df27e96466aef437a8d455d914
+a18ee974fb50482d83506afe852cb8719866d8c0e7b084e4fdc88885ad519f7a

diff --git a/a/1.txt b/N2/1.txt
index 4b8adb9..1146885 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -122,3 +122,7 @@ Lee Jones
 Linaro STMicroelectronics Landing Team Lead
 Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
+--
+To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
+the body of a message to majordomo@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index c31449b..a7fcf9b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -147,6 +147,10 @@
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
  "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
- Follow Linaro: Facebook | Twitter | Blog
+ "Follow Linaro: Facebook | Twitter | Blog\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-watchdog\" in\n"
+ "the body of a message to majordomo@vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-5d103f34fa837f5fd35d143f6c695e86509168df27e96466aef437a8d455d914
+45026dd4ddc197786658b141c8784533f60fb855561bf595099b2d7535e93b75

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.