All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54D88AA1.3020402@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index ab5ef9c..bc656fe 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On 02/09/2015 06:04 PM, Sylvain Rochet wrote:
 > On Mon, Feb 09, 2015 at 05:02:52PM +0800, Bo Shen wrote:
 >> Enable usb device port on at91sam9n12ek board.
 >>
->> Signed-off-by: Bo Shen <voice.shen@atmel.com>
+>> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 >> ---
 >>
 >>   arch/arm/boot/dts/at91sam9n12ek.dts | 5 +++++
@@ -20,7 +20,7 @@ On 02/09/2015 06:04 PM, Sylvain Rochet wrote:
 >>   				};
 >>   			};
 >>
->> +			usb1: gadget at f803c000 {
+>> +			usb1: gadget@f803c000 {
 >> +				atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
 >> +				status = "okay";
 >> +			};
@@ -30,13 +30,13 @@ On 02/09/2015 06:04 PM, Sylvain Rochet wrote:
 > (R22+R23). PB16 reset state is input, pull-up, schmitt trigger, you need
 > to disable the pull-up in pinctrl this way:
 >
-> usb1: gadget at f803c000 {
+> usb1: gadget@f803c000 {
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&pinctrl_board_usb1>;
-> 	?
+> 	…
 > }
 >
-> pinctrl ? {
+> pinctrl … {
 > 	usb1 {
 > 		pinctrl_board_usb1: usb1-board {
 > 			atmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;    /* PB16, no pull up and deglitch */
@@ -54,3 +54,8 @@ I will add it in next version.
 
 Best Regards,
 Bo Shen
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index b1409f5..ffbea7d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,17 @@
  "ref\01423472572-19824-1-git-send-email-voice.shen@atmel.com\0"
  "ref\01423472572-19824-4-git-send-email-voice.shen@atmel.com\0"
  "ref\020150209100404.GA17242@gradator.net\0"
- "From\0voice.shen@atmel.com (Bo Shen)\0"
- "Subject\0[PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
+ "ref\020150209100404.GA17242-XWGZPxRNpGHk1uMJSBkQmQ@public.gmane.org\0"
+ "From\0Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
  "Date\0Mon, 9 Feb 2015 18:23:29 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylvain Rochet <sylvain.rochet-ETtyaVkrhkNWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0balbi-l0cyMroinI0@public.gmane.org"
+  nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Sylvain,\n"
@@ -15,7 +22,7 @@
  "> On Mon, Feb 09, 2015 at 05:02:52PM +0800, Bo Shen wrote:\n"
  ">> Enable usb device port on at91sam9n12ek board.\n"
  ">>\n"
- ">> Signed-off-by: Bo Shen <voice.shen@atmel.com>\n"
+ ">> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  ">> ---\n"
  ">>\n"
  ">>   arch/arm/boot/dts/at91sam9n12ek.dts | 5 +++++\n"
@@ -29,7 +36,7 @@
  ">>   \t\t\t\t};\n"
  ">>   \t\t\t};\n"
  ">>\n"
- ">> +\t\t\tusb1: gadget at f803c000 {\n"
+ ">> +\t\t\tusb1: gadget@f803c000 {\n"
  ">> +\t\t\t\tatmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
@@ -39,13 +46,13 @@
  "> (R22+R23). PB16 reset state is input, pull-up, schmitt trigger, you need\n"
  "> to disable the pull-up in pinctrl this way:\n"
  ">\n"
- "> usb1: gadget at f803c000 {\n"
+ "> usb1: gadget@f803c000 {\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&pinctrl_board_usb1>;\n"
- "> \t?\n"
+ "> \t\342\200\246\n"
  "> }\n"
  ">\n"
- "> pinctrl ? {\n"
+ "> pinctrl \342\200\246 {\n"
  "> \tusb1 {\n"
  "> \t\tpinctrl_board_usb1: usb1-board {\n"
  "> \t\t\tatmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;    /* PB16, no pull up and deglitch */\n"
@@ -62,6 +69,11 @@
  ">\n"
  "\n"
  "Best Regards,\n"
- Bo Shen
+ "Bo Shen\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-d37222c6ab22aac11dfee75ef7833f2b08a79c7e9d9f37838e5895bf624d0c22
+7cdfc20b5d0de6dff855b25dafb489d391c6b64b7a25eb2f9062204e71c61b79

diff --git a/a/1.txt b/N2/1.txt
index ab5ef9c..39568d1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -20,7 +20,7 @@ On 02/09/2015 06:04 PM, Sylvain Rochet wrote:
 >>   				};
 >>   			};
 >>
->> +			usb1: gadget at f803c000 {
+>> +			usb1: gadget@f803c000 {
 >> +				atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
 >> +				status = "okay";
 >> +			};
@@ -30,13 +30,13 @@ On 02/09/2015 06:04 PM, Sylvain Rochet wrote:
 > (R22+R23). PB16 reset state is input, pull-up, schmitt trigger, you need
 > to disable the pull-up in pinctrl this way:
 >
-> usb1: gadget at f803c000 {
+> usb1: gadget@f803c000 {
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&pinctrl_board_usb1>;
-> 	?
+> 	…
 > }
 >
-> pinctrl ? {
+> pinctrl … {
 > 	usb1 {
 > 		pinctrl_board_usb1: usb1-board {
 > 			atmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;    /* PB16, no pull up and deglitch */
diff --git a/a/content_digest b/N2/content_digest
index b1409f5..3f9a6e5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,16 @@
  "ref\01423472572-19824-1-git-send-email-voice.shen@atmel.com\0"
  "ref\01423472572-19824-4-git-send-email-voice.shen@atmel.com\0"
  "ref\020150209100404.GA17242@gradator.net\0"
- "From\0voice.shen@atmel.com (Bo Shen)\0"
- "Subject\0[PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
+ "From\0Bo Shen <voice.shen@atmel.com>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
  "Date\0Mon, 9 Feb 2015 18:23:29 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylvain Rochet <sylvain.rochet@finsecur.com>\0"
+ "Cc\0<balbi@ti.com>"
+  <nicolas.ferre@atmel.com>
+  <devicetree@vger.kernel.org>
+  <linux-usb@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+ " <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Sylvain,\n"
@@ -29,7 +35,7 @@
  ">>   \t\t\t\t};\n"
  ">>   \t\t\t};\n"
  ">>\n"
- ">> +\t\t\tusb1: gadget at f803c000 {\n"
+ ">> +\t\t\tusb1: gadget@f803c000 {\n"
  ">> +\t\t\t\tatmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
@@ -39,13 +45,13 @@
  "> (R22+R23). PB16 reset state is input, pull-up, schmitt trigger, you need\n"
  "> to disable the pull-up in pinctrl this way:\n"
  ">\n"
- "> usb1: gadget at f803c000 {\n"
+ "> usb1: gadget@f803c000 {\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&pinctrl_board_usb1>;\n"
- "> \t?\n"
+ "> \t\342\200\246\n"
  "> }\n"
  ">\n"
- "> pinctrl ? {\n"
+ "> pinctrl \342\200\246 {\n"
  "> \tusb1 {\n"
  "> \t\tpinctrl_board_usb1: usb1-board {\n"
  "> \t\t\tatmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;    /* PB16, no pull up and deglitch */\n"
@@ -64,4 +70,4 @@
  "Best Regards,\n"
  Bo Shen
 
-d37222c6ab22aac11dfee75ef7833f2b08a79c7e9d9f37838e5895bf624d0c22
+0407d9617626e0b505d118bc875e00124bdcd8f61c4baffb64bd2eaeb54ce0d0

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.