All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53009C1E.2010907@killerwolves.net>

diff --git a/a/1.txt b/N1/1.txt
index 0cd5437..57c9569 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
 Got two email addresses wrong.
 
-On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
+On 16/02/14 20:27, klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org wrote:
 > Add device tree fragments and files to support many of the kirkwood
 > based Synology NAS devices. This is a modification of 
-> Andrew Lunn's <andrew@lunn.ch> translation of the board setup file 
-> maintained by Ben Peddell <klightspeed@killerwolves.net>
+> Andrew Lunn's <andrew-g2DYL2Zd6BY@public.gmane.org> translation of the board setup file 
+> maintained by Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > 
 > The Ricoh RS5C372 RTC was used in all 2009 units and some 2010 units.
 > All other Synology Kirkwood-based DiskStations and RackStations use 
@@ -28,8 +28,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > disabled.  The board dts files then enable the appropriate modules for
 > their boards.
 > 
-> Signed-off-by: Ben Peddell <klightspeed@killerwolves.net>
-> Tested-by: Ben Peddell <klightspeed@killerwolves.net> (ds211j)
+> Signed-off-by: Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
+> Tested-by: Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org> (ds211j)
 > ---
 >  arch/arm/boot/dts/Makefile                   |  15 +
 >  arch/arm/boot/dts/kirkwood-ds-rs-common.dtsi | 764 +++++++++++++++++++++++++++
@@ -110,8 +110,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +/*
 > + * Nodes for Marvell 628x Synology devices
 > + *
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -125,16 +125,16 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +		pcie-controller {
 > +			status = "okay";
 > +
-> +			pcie at 1,0 {
+> +			pcie@1,0 {
 > +				status = "okay";
 > +			};
-> +			pcie2: pcie at 2,0 {
+> +			pcie2: pcie@2,0 {
 > +				status = "disabled";
 > +			};
 > +		};
 > +	};
-> +	ocp at f1000000 {
-> +		pinctrl: pinctrl at 10000 {
+> +	ocp@f1000000 {
+> +		pinctrl: pinctrl@10000 {
 > +			pmx_alarmled_12: pmx-alarmled-12 {
 > +				marvell,pins = "mpp12";
 > +				marvell,function = "gpio";
@@ -280,43 +280,43 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +				marvell,function = "gpio";
 > +			};
 > +		};		
-> +		i2c at 11000 {
+> +		i2c@11000 {
 > +			status = "okay";
 > +			clock-frequency = <400000>;
 > +			pinctrl-0 = <&pmx_twsi0>;
 > +			pinctrl-names = "default";
-> +			rs5c372: rs5c372 at 32 {
+> +			rs5c372: rs5c372@32 {
 > +				status = "disabled";
 > +				compatible = "rs5c372";
 > +				reg = <0x32>;
 > +			};
-> +			s35390a: s35390a at 30 {
+> +			s35390a: s35390a@30 {
 > +				status = "disabled";
 > +				compatible = "s35390a";
 > +				reg = <0x30>;
 > +			};
 > +		};
-> +		serial at 12000 {
+> +		serial@12000 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_uart0>;
 > +			pinctrl-names = "default";
 > +		};
-> +		serial at 12100 {
+> +		serial@12100 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_uart1>;
 > +			pinctrl-names = "default";
 > +		};
-> +		poweroff at 12100 {
+> +		poweroff@12100 {
 > +			compatible = "synology,power-off";
 > +			reg = <0x12000 0x100>;
 > +			clocks = <&gate_clk 7>;
 > +		};
-> +		spi at 10600 {
+> +		spi@10600 {
 > +			status = "okay";
 > +			pinctrl-0 = <&pmx_spi>;
 > +			pinctrl-names = "default";
 > +
-> +			m25p80 at 0 {
+> +			m25p80@0 {
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
 > +				compatible = "m25p80";
@@ -324,35 +324,35 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +				spi-max-frequency = <20000000>;
 > +				mode = <0>;
 > +
-> +				partition at 00000000 {
+> +				partition@00000000 {
 > +					reg = <0x00000000 0x00080000>;
 > +					label = "RedBoot";
 > +				};
 > +
-> +				partition at 00080000 {
+> +				partition@00080000 {
 > +					reg = <0x00080000 0x00200000>;
 > +					label = "zImage";
 > +				};
 > +
-> +				partition at 00280000 {
+> +				partition@00280000 {
 > +					reg = <0x00280000 0x00140000>;
 > +					label = "rd.gz";
 > +				};
-> +				partition at 003c0000 {
+> +				partition@003c0000 {
 > +					reg = <0x003c0000 0x00010000>;
 > +					label = "vendor";
 > +				};
-> +				partition at 003d0000 {
+> +				partition@003d0000 {
 > +					reg = <0x003d0000 0x00020000>;
 > +					label = "RedBoot config";
 > +				};
-> +				partition at 003f0000 {
+> +				partition@003f0000 {
 > +					reg = <0x003f0000 0x00010000>;
 > +					label = "FIS directory";
 > +				};
 > +			};
 > +		};
-> +		sata at 80000 {
+> +		sata@80000 {
 > +			pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
 > +			pinctrl-names = "default";
 > +			status = "okay";
@@ -639,7 +639,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +		pinctrl-0 = <&pmx_hdd1_pwr_29 &pmx_hdd2_pwr_31>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -651,7 +651,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -672,7 +672,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +		pinctrl-0 = <&pmx_hdd1_pwr_30>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -693,7 +693,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +		pinctrl-0 = <&pmx_hdd1_pwr_30 &pmx_hdd2_pwr_34>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -705,7 +705,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -727,7 +727,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			     &pmx_hdd3_pwr_44 &pmx_hdd4_pwr_45>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd1power";
@@ -739,7 +739,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -751,7 +751,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 3 {
+> +		regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "hdd3power";
@@ -763,7 +763,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 4 {
+> +		regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "hdd4power";
@@ -784,7 +784,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +		pinctrl-0 = <&pmx_hdd2_pwr_31>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 1 {
+> +		regulator@1 {
 > +			compatible = "regulator-fixed";
 > +			reg = <1>;
 > +			regulator-name = "hdd2power";
@@ -806,7 +806,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			     &pmx_hdd4_pwr_45>;
 > +		pinctrl-names = "default";
 > +
-> +		regulator at 2 {
+> +		regulator@2 {
 > +			compatible = "regulator-fixed";
 > +			reg = <2>;
 > +			regulator-name = "hdd2power";
@@ -818,7 +818,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 3 {
+> +		regulator@3 {
 > +			compatible = "regulator-fixed";
 > +			reg = <3>;
 > +			regulator-name = "hdd3power";
@@ -830,7 +830,7 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +			startup-delay-us = <5000000>;
 > +			gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
 > +		};
-> +		regulator at 4 {
+> +		regulator@4 {
 > +			compatible = "regulator-fixed";
 > +			reg = <4>;
 > +			regulator-name = "hdd4power";
@@ -848,11 +848,11 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +&mdio {
 > +	status = "okay";
 > +
-> +	ethphy0: ethernet-phy at 0 {
+> +	ethphy0: ethernet-phy@0 {
 > +		device_type = "ethernet-phy";
 > +		reg = <8>;
 > +	};
-> +	ethphy1: ethernet-phy at 1 {
+> +	ethphy1: ethernet-phy@1 {
 > +		device_type = "ethernet-phy";
 > +		reg = <9>;
 > +	};
@@ -860,14 +860,14 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +
 > +&eth0 {
 > +	status = "okay";
-> +	ethernet0-port at 0 {
+> +	ethernet0-port@0 {
 > +		phy-handle = <&ethphy0>;
 > +	};
 > +};
 > +
 > +&eth1 {
 > +	status = "disabled";
-> +	ethernet1-port at 0 {
+> +	ethernet1-port@0 {
 > +		phy-handle = <&ethphy1>;
 > +	};
 > +};
@@ -878,8 +878,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds109.dts
 > @@ -0,0 +1,42 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -926,8 +926,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds110jv10.dts
 > @@ -0,0 +1,41 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -973,8 +973,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds111.dts
 > @@ -0,0 +1,44 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1023,8 +1023,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds112.dts
 > @@ -0,0 +1,48 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1077,8 +1077,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds209.dts
 > @@ -0,0 +1,44 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1127,8 +1127,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds210.dts
 > @@ -0,0 +1,46 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1179,8 +1179,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds212.dts
 > @@ -0,0 +1,47 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1232,8 +1232,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds212j.dts
 > @@ -0,0 +1,41 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1279,8 +1279,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds409.dts
 > @@ -0,0 +1,48 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1333,8 +1333,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds409slim.dts
 > @@ -0,0 +1,40 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1379,8 +1379,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds411.dts
 > @@ -0,0 +1,52 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1437,8 +1437,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds411j.dts
 > @@ -0,0 +1,48 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1491,8 +1491,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-ds411slim.dts
 > @@ -0,0 +1,48 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1545,8 +1545,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-rs212.dts
 > @@ -0,0 +1,48 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1599,8 +1599,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-rs409.dts
 > @@ -0,0 +1,44 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1649,8 +1649,8 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +++ b/arch/arm/boot/dts/kirkwood-rs411.dts
 > @@ -0,0 +1,44 @@
 > +/*
-> + * Andrew Lunn <andrew@lunn.ch>
-> + * Ben Peddell <klightspeed@killerwolves.net>
+> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2.  This program is licensed "as is" without any
@@ -1692,4 +1692,9 @@ On 16/02/14 20:27, klightspeed at killerwolves.net wrote:
 > +&s35390a {
 > +	status = "okay";
 > +};
->
+> 
+
+--
+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 5b71637..6f3895b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,25 @@
  "ref\05a55b4$em6if8@icp-osb-irony-out7.iinet.net.au\0"
- "From\0klightspeed@killerwolves.net (Ben Peddell)\0"
- "Subject\0[PATCH v3 4/4] ARM: Kirkwood: Add support for many Synology NAS devices\0"
+ "ref\05a55b4$em6if8-73Sy8+Y76rVS+6ppBSHQ0J2tLTJCEHwz7bdBIQen8uI@public.gmane.org\0"
+ "From\0Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 4/4] ARM: Kirkwood: Add support for many Synology NAS devices\0"
  "Date\0Sun, 16 Feb 2014 21:08:14 +1000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>\0"
+ "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  Ian Campbell <ijc-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+ " Linux ARM Kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Got two email addresses wrong.\n"
  "\n"
- "On 16/02/14 20:27, klightspeed at killerwolves.net wrote:\n"
+ "On 16/02/14 20:27, klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org wrote:\n"
  "> Add device tree fragments and files to support many of the kirkwood\n"
  "> based Synology NAS devices. This is a modification of \n"
- "> Andrew Lunn's <andrew@lunn.ch> translation of the board setup file \n"
- "> maintained by Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> Andrew Lunn's <andrew-g2DYL2Zd6BY@public.gmane.org> translation of the board setup file \n"
+ "> maintained by Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> \n"
  "> The Ricoh RS5C372 RTC was used in all 2009 units and some 2010 units.\n"
  "> All other Synology Kirkwood-based DiskStations and RackStations use \n"
@@ -35,8 +43,8 @@
  "> disabled.  The board dts files then enable the appropriate modules for\n"
  "> their boards.\n"
  "> \n"
- "> Signed-off-by: Ben Peddell <klightspeed@killerwolves.net>\n"
- "> Tested-by: Ben Peddell <klightspeed@killerwolves.net> (ds211j)\n"
+ "> Signed-off-by: Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
+ "> Tested-by: Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org> (ds211j)\n"
  "> ---\n"
  ">  arch/arm/boot/dts/Makefile                   |  15 +\n"
  ">  arch/arm/boot/dts/kirkwood-ds-rs-common.dtsi | 764 +++++++++++++++++++++++++++\n"
@@ -117,8 +125,8 @@
  "> +/*\n"
  "> + * Nodes for Marvell 628x Synology devices\n"
  "> + *\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -132,16 +140,16 @@
  "> +\t\tpcie-controller {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\n"
- "> +\t\t\tpcie at 1,0 {\n"
+ "> +\t\t\tpcie@1,0 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpcie2: pcie at 2,0 {\n"
+ "> +\t\t\tpcie2: pcie@2,0 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\t};\n"
- "> +\tocp at f1000000 {\n"
- "> +\t\tpinctrl: pinctrl at 10000 {\n"
+ "> +\tocp@f1000000 {\n"
+ "> +\t\tpinctrl: pinctrl@10000 {\n"
  "> +\t\t\tpmx_alarmled_12: pmx-alarmled-12 {\n"
  "> +\t\t\t\tmarvell,pins = \"mpp12\";\n"
  "> +\t\t\t\tmarvell,function = \"gpio\";\n"
@@ -287,43 +295,43 @@
  "> +\t\t\t\tmarvell,function = \"gpio\";\n"
  "> +\t\t\t};\n"
  "> +\t\t};\t\t\n"
- "> +\t\ti2c at 11000 {\n"
+ "> +\t\ti2c@11000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tclock-frequency = <400000>;\n"
  "> +\t\t\tpinctrl-0 = <&pmx_twsi0>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
- "> +\t\t\trs5c372: rs5c372 at 32 {\n"
+ "> +\t\t\trs5c372: rs5c372@32 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\tcompatible = \"rs5c372\";\n"
  "> +\t\t\t\treg = <0x32>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\ts35390a: s35390a at 30 {\n"
+ "> +\t\t\ts35390a: s35390a@30 {\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\tcompatible = \"s35390a\";\n"
  "> +\t\t\t\treg = <0x30>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
- "> +\t\tserial at 12000 {\n"
+ "> +\t\tserial@12000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_uart0>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t};\n"
- "> +\t\tserial at 12100 {\n"
+ "> +\t\tserial@12100 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_uart1>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t};\n"
- "> +\t\tpoweroff at 12100 {\n"
+ "> +\t\tpoweroff@12100 {\n"
  "> +\t\t\tcompatible = \"synology,power-off\";\n"
  "> +\t\t\treg = <0x12000 0x100>;\n"
  "> +\t\t\tclocks = <&gate_clk 7>;\n"
  "> +\t\t};\n"
- "> +\t\tspi at 10600 {\n"
+ "> +\t\tspi@10600 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tpinctrl-0 = <&pmx_spi>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\t\tm25p80 at 0 {\n"
+ "> +\t\t\tm25p80@0 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
  "> +\t\t\t\tcompatible = \"m25p80\";\n"
@@ -331,35 +339,35 @@
  "> +\t\t\t\tspi-max-frequency = <20000000>;\n"
  "> +\t\t\t\tmode = <0>;\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00000000 {\n"
+ "> +\t\t\t\tpartition@00000000 {\n"
  "> +\t\t\t\t\treg = <0x00000000 0x00080000>;\n"
  "> +\t\t\t\t\tlabel = \"RedBoot\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00080000 {\n"
+ "> +\t\t\t\tpartition@00080000 {\n"
  "> +\t\t\t\t\treg = <0x00080000 0x00200000>;\n"
  "> +\t\t\t\t\tlabel = \"zImage\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpartition at 00280000 {\n"
+ "> +\t\t\t\tpartition@00280000 {\n"
  "> +\t\t\t\t\treg = <0x00280000 0x00140000>;\n"
  "> +\t\t\t\t\tlabel = \"rd.gz\";\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tpartition at 003c0000 {\n"
+ "> +\t\t\t\tpartition@003c0000 {\n"
  "> +\t\t\t\t\treg = <0x003c0000 0x00010000>;\n"
  "> +\t\t\t\t\tlabel = \"vendor\";\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tpartition at 003d0000 {\n"
+ "> +\t\t\t\tpartition@003d0000 {\n"
  "> +\t\t\t\t\treg = <0x003d0000 0x00020000>;\n"
  "> +\t\t\t\t\tlabel = \"RedBoot config\";\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tpartition at 003f0000 {\n"
+ "> +\t\t\t\tpartition@003f0000 {\n"
  "> +\t\t\t\t\treg = <0x003f0000 0x00010000>;\n"
  "> +\t\t\t\t\tlabel = \"FIS directory\";\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
- "> +\t\tsata at 80000 {\n"
+ "> +\t\tsata@80000 {\n"
  "> +\t\t\tpinctrl-0 = <&pmx_sata0 &pmx_sata1>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\tstatus = \"okay\";\n"
@@ -646,7 +654,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_29 &pmx_hdd2_pwr_31>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -658,7 +666,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -679,7 +687,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_30>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -700,7 +708,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd1_pwr_30 &pmx_hdd2_pwr_34>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -712,7 +720,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -734,7 +742,7 @@
  "> +\t\t\t     &pmx_hdd3_pwr_44 &pmx_hdd4_pwr_45>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd1power\";\n"
@@ -746,7 +754,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -758,7 +766,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 3 {\n"
+ "> +\t\tregulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"hdd3power\";\n"
@@ -770,7 +778,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 4 {\n"
+ "> +\t\tregulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"hdd4power\";\n"
@@ -791,7 +799,7 @@
  "> +\t\tpinctrl-0 = <&pmx_hdd2_pwr_31>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 1 {\n"
+ "> +\t\tregulator@1 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -813,7 +821,7 @@
  "> +\t\t\t     &pmx_hdd4_pwr_45>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tregulator at 2 {\n"
+ "> +\t\tregulator@2 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tregulator-name = \"hdd2power\";\n"
@@ -825,7 +833,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 3 {\n"
+ "> +\t\tregulator@3 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\tregulator-name = \"hdd3power\";\n"
@@ -837,7 +845,7 @@
  "> +\t\t\tstartup-delay-us = <5000000>;\n"
  "> +\t\t\tgpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t};\n"
- "> +\t\tregulator at 4 {\n"
+ "> +\t\tregulator@4 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t\tregulator-name = \"hdd4power\";\n"
@@ -855,11 +863,11 @@
  "> +&mdio {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tethphy0: ethernet-phy at 0 {\n"
+ "> +\tethphy0: ethernet-phy@0 {\n"
  "> +\t\tdevice_type = \"ethernet-phy\";\n"
  "> +\t\treg = <8>;\n"
  "> +\t};\n"
- "> +\tethphy1: ethernet-phy at 1 {\n"
+ "> +\tethphy1: ethernet-phy@1 {\n"
  "> +\t\tdevice_type = \"ethernet-phy\";\n"
  "> +\t\treg = <9>;\n"
  "> +\t};\n"
@@ -867,14 +875,14 @@
  "> +\n"
  "> +&eth0 {\n"
  "> +\tstatus = \"okay\";\n"
- "> +\tethernet0-port at 0 {\n"
+ "> +\tethernet0-port@0 {\n"
  "> +\t\tphy-handle = <&ethphy0>;\n"
  "> +\t};\n"
  "> +};\n"
  "> +\n"
  "> +&eth1 {\n"
  "> +\tstatus = \"disabled\";\n"
- "> +\tethernet1-port at 0 {\n"
+ "> +\tethernet1-port@0 {\n"
  "> +\t\tphy-handle = <&ethphy1>;\n"
  "> +\t};\n"
  "> +};\n"
@@ -885,8 +893,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds109.dts\n"
  "> @@ -0,0 +1,42 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -933,8 +941,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds110jv10.dts\n"
  "> @@ -0,0 +1,41 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -980,8 +988,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds111.dts\n"
  "> @@ -0,0 +1,44 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1030,8 +1038,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds112.dts\n"
  "> @@ -0,0 +1,48 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1084,8 +1092,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds209.dts\n"
  "> @@ -0,0 +1,44 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1134,8 +1142,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds210.dts\n"
  "> @@ -0,0 +1,46 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1186,8 +1194,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds212.dts\n"
  "> @@ -0,0 +1,47 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1239,8 +1247,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds212j.dts\n"
  "> @@ -0,0 +1,41 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1286,8 +1294,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds409.dts\n"
  "> @@ -0,0 +1,48 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1340,8 +1348,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds409slim.dts\n"
  "> @@ -0,0 +1,40 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1386,8 +1394,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds411.dts\n"
  "> @@ -0,0 +1,52 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1444,8 +1452,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds411j.dts\n"
  "> @@ -0,0 +1,48 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1498,8 +1506,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-ds411slim.dts\n"
  "> @@ -0,0 +1,48 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1552,8 +1560,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-rs212.dts\n"
  "> @@ -0,0 +1,48 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1606,8 +1614,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-rs409.dts\n"
  "> @@ -0,0 +1,44 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1656,8 +1664,8 @@
  "> +++ b/arch/arm/boot/dts/kirkwood-rs411.dts\n"
  "> @@ -0,0 +1,44 @@\n"
  "> +/*\n"
- "> + * Andrew Lunn <andrew@lunn.ch>\n"
- "> + * Ben Peddell <klightspeed@killerwolves.net>\n"
+ "> + * Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
+ "> + * Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2.  This program is licensed \"as is\" without any\n"
@@ -1699,6 +1707,11 @@
  "> +&s35390a {\n"
  "> +\tstatus = \"okay\";\n"
  "> +};\n"
- >
+ "> \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
 
-38d26c7718f235c748c263ec124d9b2d81c15aa9d49d1238c2420f4637c50fb7
+b2fbb0a9d7f7d1085944c73fc85a90d03163e2ec80234c54b907f828d7837b42

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.