All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150209100404.GA17242@gradator.net>

diff --git a/a/1.txt b/N1/1.txt
index 617b9ed..d52068f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ Hello Bo,
 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 +++++
@@ -17,7 +17,7 @@ On Mon, Feb 09, 2015 at 05:02:52PM +0800, Bo Shen wrote:
 >  				};
 >  			};
 >  
-> +			usb1: gadget at f803c000 {
+> +			usb1: gadget@f803c000 {
 > +				atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
 > +				status = "okay";
 > +			};
@@ -27,13 +27,13 @@ There is an external resistor divider on PB16, acting like a pull-down
 (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 */
@@ -43,3 +43,7 @@ pinctrl ? {
 
 
 Sylvain
+--
+To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 66d8c20..929c535 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +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"
- "From\0sylvain.rochet@finsecur.com (Sylvain Rochet)\0"
- "Subject\0[PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
+ "ref\01423472572-19824-4-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Sylvain Rochet <sylvain.rochet-ETtyaVkrhkNWk0Htik3J/w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
  "Date\0Mon, 9 Feb 2015 11:04:04 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@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"
  "Hello Bo,\n"
@@ -11,7 +18,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"
@@ -25,7 +32,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"
@@ -35,13 +42,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"
@@ -50,6 +57,10 @@
  "};\n"
  "\n"
  "\n"
- Sylvain
+ "Sylvain\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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
 
-a00b4bb1c6aec228d14a84df6b811711ef3fb26de56c561810442c7c1e4f8af7
+e8ffaa382d917e1cdc042d34ecf00f071fb9229aba9e0d479265b50b3dc31de7

diff --git a/a/1.txt b/N2/1.txt
index 617b9ed..331e05a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -17,7 +17,7 @@ On Mon, Feb 09, 2015 at 05:02:52PM +0800, Bo Shen wrote:
 >  				};
 >  			};
 >  
-> +			usb1: gadget at f803c000 {
+> +			usb1: gadget@f803c000 {
 > +				atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
 > +				status = "okay";
 > +			};
@@ -27,13 +27,13 @@ There is an external resistor divider on PB16, acting like a pull-down
 (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 66d8c20..3e1bba2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,15 @@
  "ref\01423472572-19824-1-git-send-email-voice.shen@atmel.com\0"
  "ref\01423472572-19824-4-git-send-email-voice.shen@atmel.com\0"
- "From\0sylvain.rochet@finsecur.com (Sylvain Rochet)\0"
- "Subject\0[PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
+ "From\0Sylvain Rochet <sylvain.rochet@finsecur.com>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp\0"
  "Date\0Mon, 9 Feb 2015 11:04:04 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bo Shen <voice.shen@atmel.com>\0"
+ "Cc\0balbi@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"
  "Hello Bo,\n"
@@ -25,7 +31,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"
@@ -35,13 +41,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"
@@ -52,4 +58,4 @@
  "\n"
  Sylvain
 
-a00b4bb1c6aec228d14a84df6b811711ef3fb26de56c561810442c7c1e4f8af7
+07369cd3a6f6c696b60b28bd46b62efd20f034d1242cdbac0b8272197453a9f3

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.