All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201310160108.43199.heiko@sntech.de>

diff --git a/a/1.txt b/N1/1.txt
index 15ab0ef..f752cfa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ and the first half is sitting in the register space of the pmu.
 Therefore this adds a special bank-type for the first bank, to handle
 the two register sources.
 
-Signed-off-by: Heiko Stuebner <heiko@sntech.de>
+Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
 ---
  .../bindings/pinctrl/rockchip,pinctrl.txt          |   46 +++++++-
  drivers/pinctrl/pinctrl-rockchip.c                 |  119 ++++++++++++++++++--
@@ -30,14 +30,14 @@ index b0fb101..f378d34 100644
    - interrupts: base interrupt of the gpio bank in the interrupt controller
    - clocks: clock that drives this bank
    - gpio-controller: identifies the node as a gpio controller and pin bank.
-@@ -95,3 +98,44 @@ uart2: serial at 20064000 {
+@@ -95,3 +98,44 @@ uart2: serial@20064000 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&uart2_xfer>;
  };
 +
 +Example for rk3188:
 +
-+	pinctrl at 20008000 {
++	pinctrl@20008000 {
 +		compatible = "rockchip,rk3188-pinctrl";
 +		reg = <0x20008000 0xa0>,
 +		      <0x20008164 0x1a0>;
@@ -45,7 +45,7 @@ index b0fb101..f378d34 100644
 +		#size-cells = <1>;
 +		ranges;
 +
-+		gpio0: gpio0 at 0x2000a000 {
++		gpio0: gpio0@0x2000a000 {
 +			compatible = "rockchip,rk3188-gpio-bank0";
 +			reg = <0x2000a000 0x100>,
 +			      <0x20004064 0x8>;
@@ -59,7 +59,7 @@ index b0fb101..f378d34 100644
 +			#interrupt-cells = <2>;
 +		};
 +
-+		gpio1: gpio1 at 0x2003c000 {
++		gpio1: gpio1@0x2003c000 {
 +			compatible = "rockchip,gpio-bank";
 +			reg = <0x2003c000 0x100>;
 +			interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
@@ -307,3 +307,8 @@ index 91027dd..f5e53a7 100644
  static const struct of_device_id rockchip_pinctrl_dt_match[] = {
 -- 
 1.7.10.4
+
+--
+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 3d83694..b49c04c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,14 @@
  "ref\0201310160106.42329.heiko@sntech.de\0"
- "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
+ "ref\0201310160106.42329.heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org\0"
+ "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
  "Subject\0[PATCH v2 4/5] pinctrl: rockchip: add rk3188 specifics\0"
  "Date\0Wed, 16 Oct 2013 01:08:42 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Besides the pull registers sitting in a separate place, the rk3188 also\n"
@@ -12,7 +18,7 @@
  "Therefore this adds a special bank-type for the first bank, to handle\n"
  "the two register sources.\n"
  "\n"
- "Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n"
+ "Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
  "---\n"
  " .../bindings/pinctrl/rockchip,pinctrl.txt          |   46 +++++++-\n"
  " drivers/pinctrl/pinctrl-rockchip.c                 |  119 ++++++++++++++++++--\n"
@@ -37,14 +43,14 @@
  "   - interrupts: base interrupt of the gpio bank in the interrupt controller\n"
  "   - clocks: clock that drives this bank\n"
  "   - gpio-controller: identifies the node as a gpio controller and pin bank.\n"
- "@@ -95,3 +98,44 @@ uart2: serial at 20064000 {\n"
+ "@@ -95,3 +98,44 @@ uart2: serial@20064000 {\n"
  " \tpinctrl-names = \"default\";\n"
  " \tpinctrl-0 = <&uart2_xfer>;\n"
  " };\n"
  "+\n"
  "+Example for rk3188:\n"
  "+\n"
- "+\tpinctrl at 20008000 {\n"
+ "+\tpinctrl@20008000 {\n"
  "+\t\tcompatible = \"rockchip,rk3188-pinctrl\";\n"
  "+\t\treg = <0x20008000 0xa0>,\n"
  "+\t\t      <0x20008164 0x1a0>;\n"
@@ -52,7 +58,7 @@
  "+\t\t#size-cells = <1>;\n"
  "+\t\tranges;\n"
  "+\n"
- "+\t\tgpio0: gpio0 at 0x2000a000 {\n"
+ "+\t\tgpio0: gpio0@0x2000a000 {\n"
  "+\t\t\tcompatible = \"rockchip,rk3188-gpio-bank0\";\n"
  "+\t\t\treg = <0x2000a000 0x100>,\n"
  "+\t\t\t      <0x20004064 0x8>;\n"
@@ -66,7 +72,7 @@
  "+\t\t\t#interrupt-cells = <2>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tgpio1: gpio1 at 0x2003c000 {\n"
+ "+\t\tgpio1: gpio1@0x2003c000 {\n"
  "+\t\t\tcompatible = \"rockchip,gpio-bank\";\n"
  "+\t\t\treg = <0x2003c000 0x100>;\n"
  "+\t\t\tinterrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -313,6 +319,11 @@
  " \n"
  " static const struct of_device_id rockchip_pinctrl_dt_match[] = {\n"
  "-- \n"
- 1.7.10.4
+ "1.7.10.4\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
 
-e2e5dce75c957e22073713684cda81f017599d211b1bef0e9816441587920113
+86f38b29b5e00ed7a99364e8c92153828ed1eb57b623c7ec13d7b50818576985

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.