diff for duplicates of <20150723150711.GI3436@x1> diff --git a/a/1.txt b/N1/1.txt index 897db9a..d680033 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,73 +1,90 @@ On Mon, 20 Jul 2015, S Twiss wrote: > From: S Twiss <stwiss.opensource@diasemi.com> -> +>=20 > Add device tree bindings for the DA9062 OnKey driver component -> +>=20 > Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> -> +>=20 > --- > Checks performed with linux-next/next-20150708/scripts/checkpatch.pl > da9062.txt total: 0 errors, 0 warnings, 97 lines checked -> This patch applies against linux-next and next-20150708 -> -> +> This patch applies against linux-next and next-20150708=20 +>=20 +>=20 > Documentation/devicetree/bindings/mfd/da9062.txt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) -> -> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt +>=20 +> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documenta= +tion/devicetree/bindings/mfd/da9062.txt > index 5765ed9..7752093 100644 > --- a/Documentation/devicetree/bindings/mfd/da9062.txt > +++ b/Documentation/devicetree/bindings/mfd/da9062.txt -> @@ -5,6 +5,7 @@ DA9062 consists of a large and varied group of sub-devices: +> @@ -5,6 +5,7 @@ DA9062 consists of a large and varied group of sub-device= +s: > Device Supply Names Description > ------ ------------ ----------- > da9062-regulator : : LDOs & BUCKs > +da9062-onkey : : On Key > da9062-watchdog : : Watchdog Timer -> -> ====== +> =20 +> =3D=3D=3D=3D=3D=3D > @@ -41,6 +42,18 @@ Sub-nodes: > Documentation/devicetree/bindings/regulator/regulator.txt -> -> +> =20 +> =20 > +- onkey : This node defines the OnKey settings for controlling the key -> + functionality of the device. The node should contain the compatible property +> + functionality of the device. The node should contain the compatible pr= +operty > + with the value "dlg,da9063-onkey". > + > + Optional onkey properties: > + -> + - dlg,disable-key-power : Disable power-down using a long key-press. If this -> + entry exists the OnKey driver will remove support for the KEY_POWER key +> + - dlg,disable-key-power : Disable power-down using a long key-press. I= +f this +> + entry exists the OnKey driver will remove support for the KEY_POWER = +key > + press. If this entry does not exist then by default the key-press -> + triggered power down is enabled and the OnKey will support both KEY_POWER +> + triggered power down is enabled and the OnKey will support both KEY_= +POWER > + and KEY_SLEEP. Child driver specifics should be separated out into other SS' documents, in this case ../input. -> - 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. > @@ -59,6 +72,11 @@ Example: -> compatible = "dlg,da9062-watchdog"; +> compatible =3D "dlg,da9062-watchdog"; > }; -> +> =20 > + onkey { -> + compatible = "dlg,da9063-onkey"; +> + compatible =3D "dlg,da9063-onkey"; > + dlg,disable-key-power; > + }; > + > regulators { > DA9062_BUCK1: buck1 { -> regulator-name = "BUCK1"; +> regulator-name =3D "BUCK1"; --- +--=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 --- -To unsubscribe from this list: send the line "unsubscribe linux-input" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +--=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 def91f9..03b0294 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0cover.1437399438.git.stwiss.opensource@diasemi.com\0" "ref\0f3630d64fd819832dc2d0925b49c1dca9b11644b.1437399438.git.stwiss.opensource@diasemi.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH V2 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey\0" + "Subject\0[rtc-linux] Re: [PATCH V2 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey\0" "Date\0Thu, 23 Jul 2015 16:07:11 +0100\0" "To\0S Twiss <stwiss.opensource@diasemi.com>\0" "Cc\0DEVICETREE <devicetree@vger.kernel.org>" @@ -22,75 +22,92 @@ "On Mon, 20 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 OnKey driver component\n" - "> \n" + ">=20\n" "> Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>\n" - "> \n" + ">=20\n" "> ---\n" "> Checks performed with linux-next/next-20150708/scripts/checkpatch.pl\n" "> da9062.txt total: 0 errors, 0 warnings, 97 lines checked\n" - "> This patch applies against linux-next and next-20150708 \n" - "> \n" - "> \n" + "> This patch applies against linux-next and next-20150708=20\n" + ">=20\n" + ">=20\n" "> Documentation/devicetree/bindings/mfd/da9062.txt | 18 ++++++++++++++++++\n" "> 1 file changed, 18 insertions(+)\n" - "> \n" - "> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt\n" + ">=20\n" + "> diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documenta=\n" + "tion/devicetree/bindings/mfd/da9062.txt\n" "> index 5765ed9..7752093 100644\n" "> --- a/Documentation/devicetree/bindings/mfd/da9062.txt\n" "> +++ b/Documentation/devicetree/bindings/mfd/da9062.txt\n" - "> @@ -5,6 +5,7 @@ DA9062 consists of a large and varied group of sub-devices:\n" + "> @@ -5,6 +5,7 @@ DA9062 consists of a large and varied group of sub-device=\n" + "s:\n" "> Device Supply Names Description\n" "> ------ ------------ -----------\n" "> da9062-regulator : : LDOs & BUCKs\n" "> +da9062-onkey : : On Key\n" "> da9062-watchdog : : Watchdog Timer\n" - "> \n" - "> ======\n" + "> =20\n" + "> =3D=3D=3D=3D=3D=3D\n" "> @@ -41,6 +42,18 @@ Sub-nodes:\n" "> Documentation/devicetree/bindings/regulator/regulator.txt\n" - "> \n" - "> \n" + "> =20\n" + "> =20\n" "> +- onkey : This node defines the OnKey settings for controlling the key\n" - "> + functionality of the device. The node should contain the compatible property\n" + "> + functionality of the device. The node should contain the compatible pr=\n" + "operty\n" "> + with the value \"dlg,da9063-onkey\".\n" "> +\n" "> + Optional onkey properties:\n" "> +\n" - "> + - dlg,disable-key-power : Disable power-down using a long key-press. If this\n" - "> + entry exists the OnKey driver will remove support for the KEY_POWER key\n" + "> + - dlg,disable-key-power : Disable power-down using a long key-press. I=\n" + "f this\n" + "> + entry exists the OnKey driver will remove support for the KEY_POWER =\n" + "key\n" "> + press. If this entry does not exist then by default the key-press\n" - "> + triggered power down is enabled and the OnKey will support both KEY_POWER\n" + "> + triggered power down is enabled and the OnKey will support both KEY_=\n" + "POWER\n" "> + and KEY_SLEEP.\n" "\n" "Child driver specifics should be separated out into other SS'\n" "documents, in this case ../input.\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" "> @@ -59,6 +72,11 @@ Example:\n" - "> \t\t\tcompatible = \"dlg,da9062-watchdog\";\n" + "> \t\t\tcompatible =3D \"dlg,da9062-watchdog\";\n" "> \t\t};\n" - "> \n" + "> =20\n" "> +\t\tonkey {\n" - "> +\t\t\tcompatible = \"dlg,da9063-onkey\";\n" + "> +\t\t\tcompatible =3D \"dlg,da9063-onkey\";\n" "> +\t\t\tdlg,disable-key-power;\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-name =3D \"BUCK1\";\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" + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\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. -2924e9d35799e225b0ba0e046422ddabe8079abf1904c57f29aa2556e5070128 +ef7d69c2086fea7b3ae7cb05355e933b452ff0e5540c4fa518b045f14653ed6f
diff --git a/a/1.txt b/N2/1.txt index 897db9a..02b1377 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -67,7 +67,3 @@ 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-input" 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 def91f9..ae6fc78 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -87,10 +87,6 @@ "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\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Follow Linaro: Facebook | Twitter | Blog -2924e9d35799e225b0ba0e046422ddabe8079abf1904c57f29aa2556e5070128 +5914d0e7fe89b366601fe6ce836d300d8df196051022a634303ab3c8203ed1d9
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.