diff for duplicates of <5097ECAD.9010101@ti.com> diff --git a/a/1.txt b/N1/1.txt index ad70433..572009b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ Hi Anil / Colin, On 11/05/2012 10:42 AM, AnilKumar Ch wrote: -> From: Colin Foe-Parker <colin.foeparker-L+YfUVVR8+RBDgjK7y7TUQ@public.gmane.org> +> From: Colin Foe-Parker <colin.foeparker@logicpd.com> > > Add system power off control to rtc driver which is the in-charge > of controlling the BeagleBone system power. The power_off routine @@ -17,9 +17,9 @@ On 11/05/2012 10:42 AM, AnilKumar Ch wrote: > process acquire cpu. Otherwise we might see an unexpected behaviour > because we are shutting down all the power rails of SoC except RTC. > -> Signed-off-by: Colin Foe-Parker <colin.foeparker-L+YfUVVR8+RBDgjK7y7TUQ@public.gmane.org> -> [anilkumar-l0cyMroinI0@public.gmane.org: move poweroff additions to rtc driver] -> Signed-off-by: AnilKumar Ch <anilkumar-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Colin Foe-Parker <colin.foeparker@logicpd.com> +> [anilkumar at ti.com: move poweroff additions to rtc driver] +> Signed-off-by: AnilKumar Ch <anilkumar@ti.com> > --- > Documentation/devicetree/bindings/rtc/rtc-omap.txt | 5 ++ > drivers/rtc/rtc-omap.c | 79 +++++++++++++++++++- @@ -52,8 +52,8 @@ Benoit > + > Example: > -> rtc@1c23000 { -> @@ -14,4 +18,5 @@ rtc@1c23000 { +> rtc at 1c23000 { +> @@ -14,4 +18,5 @@ rtc at 1c23000 { > interrupts = <19 > 19>; > interrupt-parent = <&intc>; diff --git a/a/content_digest b/N1/content_digest index 7c5c0ac..d826e08 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,15 @@ "ref\01352108549-9341-1-git-send-email-anilkumar@ti.com\0" "ref\01352108549-9341-3-git-send-email-anilkumar@ti.com\0" - "ref\01352108549-9341-3-git-send-email-anilkumar-l0cyMroinI0@public.gmane.org\0" - "From\0Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>\0" - "Subject\0Re: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver\0" + "From\0b-cousson@ti.com (Benoit Cousson)\0" + "Subject\0[PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver\0" "Date\0Mon, 5 Nov 2012 17:43:25 +0100\0" - "To\0AnilKumar Ch <anilkumar-l0cyMroinI0@public.gmane.org>" - " Colin Foe-Parker <colin.foeparker-L+YfUVVR8+RBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org" - sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org - rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Anil / Colin,\n" "\n" "On 11/05/2012 10:42 AM, AnilKumar Ch wrote:\n" - "> From: Colin Foe-Parker <colin.foeparker-L+YfUVVR8+RBDgjK7y7TUQ@public.gmane.org>\n" + "> From: Colin Foe-Parker <colin.foeparker@logicpd.com>\n" "> \n" "> Add system power off control to rtc driver which is the in-charge\n" "> of controlling the BeagleBone system power. The power_off routine\n" @@ -34,9 +25,9 @@ "> process acquire cpu. Otherwise we might see an unexpected behaviour\n" "> because we are shutting down all the power rails of SoC except RTC.\n" "> \n" - "> Signed-off-by: Colin Foe-Parker <colin.foeparker-L+YfUVVR8+RBDgjK7y7TUQ@public.gmane.org>\n" - "> [anilkumar-l0cyMroinI0@public.gmane.org: move poweroff additions to rtc driver]\n" - "> Signed-off-by: AnilKumar Ch <anilkumar-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Colin Foe-Parker <colin.foeparker@logicpd.com>\n" + "> [anilkumar at ti.com: move poweroff additions to rtc driver]\n" + "> Signed-off-by: AnilKumar Ch <anilkumar@ti.com>\n" "> ---\n" "> Documentation/devicetree/bindings/rtc/rtc-omap.txt | 5 ++\n" "> drivers/rtc/rtc-omap.c | 79 +++++++++++++++++++-\n" @@ -69,8 +60,8 @@ "> +\n" "> Example:\n" "> \n" - "> rtc@1c23000 {\n" - "> @@ -14,4 +18,5 @@ rtc@1c23000 {\n" + "> rtc at 1c23000 {\n" + "> @@ -14,4 +18,5 @@ rtc at 1c23000 {\n" "> \tinterrupts = <19\n" "> \t\t 19>;\n" "> \tinterrupt-parent = <&intc>;\n" @@ -210,4 +201,4 @@ "> \t */\n" > -9f3b0a400e74941290af870a5e54df22186e3ec978bc3caa7d62f678e8709cee +b11a7f0aeb7083b29e31c51ac06fb246f366cf611008d57cf592a1b7aae95182
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.