All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <575FFFBE.5090107@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index a97d9c0..76578bd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -172,14 +172,14 @@ accelerometer is attached to this i2c or remove the node?
 >> +       vref-supply = <&reg_aldo3>;
 >> +       status = "okay";
 >> +
->> +       button at 0 {
+>> +       button@0 {
 >> +               label = "V+";
 >> +               linux,code = <KEY_VOLUMEUP>;
 >> +               channel = <0>;
 >> +               voltage = <190000>;
 >> +       };
 >> +
->> +       button at 1 {
+>> +       button@1 {
 >> +               label = "V-";
 >> +               linux,code = <KEY_VOLUMEDOWN>;
 >> +               channel = <0>;
@@ -230,7 +230,7 @@ accelerometer is attached to this i2c or remove the node?
 >> +};
 >> +
 >> +&pio {
->> +       mmc0_cd_pin_parrot: mmc0_cd_pin at 0 {
+>> +       mmc0_cd_pin_parrot: mmc0_cd_pin@0 {
 > 
 > _parrot suffix works as well.
 > 
@@ -240,21 +240,21 @@ accelerometer is attached to this i2c or remove the node?
 >> +               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
 >> +       };
 >> +
->> +       led_pins_r16: led_pins at 0 {
+>> +       led_pins_r16: led_pins@0 {
 >> +               allwinner,pins = "PE16", "PE17";
 >> +               allwinner,function = "gpio_out";
 >> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
 >> +               allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
 >> +       };
 >> +
->> +       usb0_id_det: usb0_id_detect_pin at 0 {
+>> +       usb0_id_det: usb0_id_detect_pin@0 {
 >> +               allwinner,pins = "PD10";
 >> +               allwinner,function = "gpio_in";
 >> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
 >> +               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
 >> +       };
 >> +
->> +       usb1_vbus_pin_r16: usb1_vbus_pin at 0 {
+>> +       usb1_vbus_pin_r16: usb1_vbus_pin@0 {
 >> +               allwinner,pins = "PD12";
 >> +               allwinner,function = "gpio_out";
 >> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
@@ -263,7 +263,7 @@ accelerometer is attached to this i2c or remove the node?
 >> +};
 >> +
 >> +&r_pio {
->> +       wifi_reset_pin_r16: wifi_reset_pin at 3 {
+>> +       wifi_reset_pin_r16: wifi_reset_pin@3 {
 > 
 > Why @3?
 > 
@@ -280,7 +280,7 @@ This is a typo, I'll correct it.
 >> +&r_rsb {
 >> +       status = "okay";
 >> +
->> +       axp22x: pmic at 3a3 {
+>> +       axp22x: pmic@3a3 {
 >> +               compatible = "x-powers,axp223";
 >> +               reg = <0x3a3>;
 >> +               interrupt-parent = <&nmi_intc>;
diff --git a/a/content_digest b/N1/content_digest
index 7b39794..683bfd6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,21 @@
  "ref\01465812931-22824-1-git-send-email-quentin.schulz@free-electrons.com\0"
  "ref\01465812931-22824-2-git-send-email-quentin.schulz@free-electrons.com\0"
  "ref\0CAGb2v64jduBijEXzsKbOpSvLd9YHwO=qpSyPSDuYtMPg8wfKzA@mail.gmail.com\0"
- "From\0quentin.schulz@free-electrons.com (Quentin Schulz)\0"
- "Subject\0[PATCH] ARM: sun8i: Add Parrot Board DTS\0"
+ "From\0Quentin Schulz <quentin.schulz@free-electrons.com>\0"
+ "Subject\0Re: [PATCH] ARM: sun8i: Add Parrot Board DTS\0"
  "Date\0Tue, 14 Jun 2016 14:59:42 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Chen-Yu Tsai <wens@csie.org>\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  linux@armlinux.org.uk
+  Maxime Ripard <maxime.ripard@free-electrons.com>
+  devicetree <devicetree@vger.kernel.org>
+  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
+  linux-kernel <linux-kernel@vger.kernel.org>
+ " Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -181,14 +192,14 @@
  ">> +       vref-supply = <&reg_aldo3>;\n"
  ">> +       status = \"okay\";\n"
  ">> +\n"
- ">> +       button at 0 {\n"
+ ">> +       button@0 {\n"
  ">> +               label = \"V+\";\n"
  ">> +               linux,code = <KEY_VOLUMEUP>;\n"
  ">> +               channel = <0>;\n"
  ">> +               voltage = <190000>;\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       button at 1 {\n"
+ ">> +       button@1 {\n"
  ">> +               label = \"V-\";\n"
  ">> +               linux,code = <KEY_VOLUMEDOWN>;\n"
  ">> +               channel = <0>;\n"
@@ -239,7 +250,7 @@
  ">> +};\n"
  ">> +\n"
  ">> +&pio {\n"
- ">> +       mmc0_cd_pin_parrot: mmc0_cd_pin at 0 {\n"
+ ">> +       mmc0_cd_pin_parrot: mmc0_cd_pin@0 {\n"
  "> \n"
  "> _parrot suffix works as well.\n"
  "> \n"
@@ -249,21 +260,21 @@
  ">> +               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       led_pins_r16: led_pins at 0 {\n"
+ ">> +       led_pins_r16: led_pins@0 {\n"
  ">> +               allwinner,pins = \"PE16\", \"PE17\";\n"
  ">> +               allwinner,function = \"gpio_out\";\n"
  ">> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;\n"
  ">> +               allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       usb0_id_det: usb0_id_detect_pin at 0 {\n"
+ ">> +       usb0_id_det: usb0_id_detect_pin@0 {\n"
  ">> +               allwinner,pins = \"PD10\";\n"
  ">> +               allwinner,function = \"gpio_in\";\n"
  ">> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;\n"
  ">> +               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       usb1_vbus_pin_r16: usb1_vbus_pin at 0 {\n"
+ ">> +       usb1_vbus_pin_r16: usb1_vbus_pin@0 {\n"
  ">> +               allwinner,pins = \"PD12\";\n"
  ">> +               allwinner,function = \"gpio_out\";\n"
  ">> +               allwinner,drive = <SUN4I_PINCTRL_10_MA>;\n"
@@ -272,7 +283,7 @@
  ">> +};\n"
  ">> +\n"
  ">> +&r_pio {\n"
- ">> +       wifi_reset_pin_r16: wifi_reset_pin at 3 {\n"
+ ">> +       wifi_reset_pin_r16: wifi_reset_pin@3 {\n"
  "> \n"
  "> Why @3?\n"
  "> \n"
@@ -289,7 +300,7 @@
  ">> +&r_rsb {\n"
  ">> +       status = \"okay\";\n"
  ">> +\n"
- ">> +       axp22x: pmic at 3a3 {\n"
+ ">> +       axp22x: pmic@3a3 {\n"
  ">> +               compatible = \"x-powers,axp223\";\n"
  ">> +               reg = <0x3a3>;\n"
  ">> +               interrupt-parent = <&nmi_intc>;\n"
@@ -493,4 +504,4 @@
  ">> 2.5.0\n"
  >>
 
-3f7d5f263f92f674194f2834fd9a699c402223e2c7a93860fc26333aaa46857d
+22bd2f2d3de9b900d50179a8d6d0c53177351ff437ded0d872ffe1ade646c99f

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.