* [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x)
@ 2015-07-14 13:00 Roger Shimizu
2015-07-14 13:00 ` [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl Roger Shimizu
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Roger Shimizu @ 2015-07-14 13:00 UTC (permalink / raw)
To: linux-arm-kernel
Dear Orion5x Maintainer,
I'd like to add DTS support for a bit older linkstation orion5x device, LS-WTGL.
I have tested againt latest kernel next/dt branch on my box and it works fine.
Please consider to merge. Thank you!
Cheers,
Roger
Roger Shimizu (2):
ARM: dts: add buffalo linkstation ls-wtgl
ARM: defconfig: add DT support for orion5x_defconfig
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 242 +++++++++++++++++++++++
arch/arm/configs/orion5x_defconfig | 4 +
3 files changed, 247 insertions(+)
create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
--
1.9.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl
2015-07-14 13:00 [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
@ 2015-07-14 13:00 ` Roger Shimizu
2015-07-20 20:42 ` Andrew Lunn
2015-07-14 13:00 ` [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig Roger Shimizu
2015-07-20 13:50 ` [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
2 siblings, 1 reply; 8+ messages in thread
From: Roger Shimizu @ 2015-07-14 13:00 UTC (permalink / raw)
To: linux-arm-kernel
Add dts file to support Buffalo Linkstation LS-WTGL,
which is marvell orion5x based 2-bay 3.5" HDD NAS.
Product info:
- (JPN) http://buffalo.jp/products/catalog/storage/ls-wtgl_r1/
- (ENG) http://www.buffalotech.com/support-and-downloads/download/LinkStation_Pro_Duo_Manual_web.pdf
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 242 +++++++++++++++++++++++
2 files changed, 243 insertions(+)
create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index a8bf702..f3ddfa0 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -464,6 +464,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \
dtb-$(CONFIG_ARCH_ORION5X) += \
orion5x-lacie-d2-network.dtb \
orion5x-lacie-ethernet-disk-mini-v2.dtb \
+ orion5x-linkstation-lswtgl.dtb \
orion5x-maxtor-shared-storage-2.dtb \
orion5x-rd88f5182-nas.dtb
dtb-$(CONFIG_ARCH_PRIMA2) += \
diff --git a/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts b/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
new file mode 100644
index 0000000..6d021bd
--- /dev/null
+++ b/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
@@ -0,0 +1,242 @@
+/*
+ * Device Tree file for Buffalo Linkstation LS-WTGL
+ *
+ * Copyright (C) 2015, Roger Shimizu <rogershimizu@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version
+ * 2 of the License, or (at your option) any later version.
+ */
+
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+#include "orion5x-mv88f5182.dtsi"
+
+/ {
+ model = "Buffalo Linkstation LS-WTGL";
+ compatible = "buffalo,lswtgl", "marvell,orion5x-88f5182", "marvell,orion5x";
+
+ memory { /* 64 MB */
+ device_type = "memory";
+ reg = <0x00000000 0x4000000>;
+ };
+
+ chosen {
+ bootargs = "console=ttyS0,115200n8 earlyprintk";
+ linux,stdout-path = &uart0;
+ };
+
+ soc {
+ ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>,
+ <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>,
+ <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x40000>;
+
+ internal-regs {
+ pinctrl: pinctrl at 10000 {
+ pinctrl-0 = <&pmx_usb_power &pmx_power_hdd
+ &pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
+ pinctrl-names = "default";
+
+ pmx_led_power: pmx-leds {
+ marvell,pins = "mpp0";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_alarm: pmx-leds {
+ marvell,pins = "mpp2";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_info: pmx-leds {
+ marvell,pins = "mpp3";
+ marvell,function = "gpio";
+ };
+
+ pmx_power_hdd: pmx-power-hdd {
+ marvell,pins = "mpp1";
+ marvell,function = "gpio";
+ };
+
+ pmx_usb_power: pmx-usb-power {
+ marvell,pins = "mpp9";
+ marvell,function = "gpio";
+ };
+
+ pmx_sata0: pmx-sata0 {
+ marvell,pins = "mpp12";
+ //marvell,function = "gpio";
+ marvell,function = "sata0";
+ };
+
+ pmx_sata1: pmx-sata1 {
+ marvell,pins = "mpp13";
+ //marvell,function = "gpio";
+ marvell,function = "sata1";
+ };
+
+ pmx_fan_high: pmx-fan-high {
+ marvell,pins = "mpp14";
+ marvell,function = "gpio";
+ };
+
+ pmx_fan_low: pmx-fan-low {
+ marvell,pins = "mpp17";
+ marvell,function = "gpio";
+ };
+
+ pmx_fan_lock: pmx-fan-lock {
+ marvell,pins = "mpp6";
+ marvell,function = "gpio";
+ };
+
+ pmx_power_switch: pmx-power-switch {
+ marvell,pins = "mpp8", "mpp10";
+ marvell,function = "gpio";
+ };
+ };
+ };
+ };
+
+ gpio_keys {
+ compatible = "gpio-keys";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ pinctrl-0 = <&pmx_power_switch>;
+ pinctrl-names = "default";
+
+ button at 1 {
+ label = "Power-on Switch";
+ linux,code = <KEY_RESERVED>;
+ linux,input-type = <5>;
+ gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
+ };
+
+ button at 2 {
+ label = "Power-auto Switch";
+ linux,code = <KEY_ESC>;
+ linux,input-type = <5>;
+ gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+ };
+ };
+
+ gpio_leds {
+ compatible = "gpio-leds";
+ pinctrl-0 = <&pmx_led_power &pmx_led_alarm
+ &pmx_led_info>;
+ pinctrl-names = "default";
+
+ led at 1 {
+ label = "lswtgl:blue:power";
+ gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+ };
+
+ led at 2 {
+ label = "lswtgl:red:alarm";
+ gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
+ };
+
+ led at 3 {
+ label = "lswtgl:amber:info";
+ gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
+ };
+ };
+
+ gpio_fan {
+ compatible = "gpio-fan";
+ pinctrl-0 = <&pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
+ pinctrl-names = "default";
+
+ gpios = <&gpio0 14 GPIO_ACTIVE_LOW
+ &gpio0 17 GPIO_ACTIVE_LOW>;
+
+ gpio-fan,speed-map = <0 3
+ 1500 2
+ 3250 1
+ 5000 0>;
+
+ alarm-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
+ };
+
+ restart_poweroff {
+ compatible = "restart-poweroff";
+ };
+
+ regulators {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ pinctrl-0 = <&pmx_power_hdd &pmx_usb_power>;
+ pinctrl-names = "default";
+
+ usb_power: regulator at 1 {
+ compatible = "regulator-fixed";
+ reg = <1>;
+ regulator-name = "USB Power";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ enable-active-high;
+ regulator-always-on;
+ regulator-boot-on;
+ gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
+ };
+
+ hdd_power: regulator at 2 {
+ compatible = "regulator-fixed";
+ reg = <2>;
+ regulator-name = "HDD Power";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ enable-active-high;
+ regulator-always-on;
+ regulator-boot-on;
+ gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
+ };
+ };
+};
+
+&mdio {
+ status = "okay";
+
+ ethphy: ethernet-phy {
+ reg = <8>;
+ };
+};
+
+ð {
+ status = "okay";
+
+ ethernet-port at 0 {
+ phy-handle = <ðphy>;
+ };
+};
+
+&ehci0 {
+ status = "okay";
+};
+
+&i2c {
+ status = "okay";
+
+ rtc {
+ compatible = "ricoh,rs5c372a";
+ reg = <0x32>;
+ };
+};
+
+&wdt {
+ status = "disabled";
+};
+
+&sata {
+ pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
+ pinctrl-names = "default";
+ status = "okay";
+ nr-ports = <2>;
+};
+
+&uart0 {
+ status = "okay";
+};
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig
2015-07-14 13:00 [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
2015-07-14 13:00 ` [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl Roger Shimizu
@ 2015-07-14 13:00 ` Roger Shimizu
2015-07-20 20:47 ` Andrew Lunn
2015-07-20 13:50 ` [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
2 siblings, 1 reply; 8+ messages in thread
From: Roger Shimizu @ 2015-07-14 13:00 UTC (permalink / raw)
To: linux-arm-kernel
- add two DT-device entries into orion5x_defconfig
- enable EARLY_PRINTK because it's set in most "bootargs" setting for
orion5x dts files. e.g.: 'bootargs = "console=ttyS0,115200n8
earlyprintk";'
- enable NETCONSOLE as module because it's helpful to check boot log
when there's no serial connection
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
arch/arm/configs/orion5x_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig
index 855143f..d1f533e 100644
--- a/arch/arm/configs/orion5x_defconfig
+++ b/arch/arm/configs/orion5x_defconfig
@@ -14,8 +14,10 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_BSD_DISKLABEL=y
CONFIG_ARCH_ORION5X=y
+CONFIG_ARCH_ORION5X_DT=y
CONFIG_MACH_DB88F5281=y
CONFIG_MACH_RD88F5182=y
+CONFIG_MACH_RD88F5182_DT=y
CONFIG_MACH_KUROBOX_PRO=y
CONFIG_MACH_DNS323=y
CONFIG_MACH_TS209=y
@@ -81,6 +83,7 @@ CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_DSA_MV88E6131=y
CONFIG_NET_DSA_MV88E6123_61_65=y
+CONFIG_NETCONSOLE=m
CONFIG_MV643XX_ETH=y
CONFIG_MARVELL_PHY=y
# CONFIG_INPUT_MOUSEDEV is not set
@@ -157,6 +160,7 @@ CONFIG_LATENCYTOP=y
CONFIG_DEBUG_USER=y
CONFIG_DEBUG_LL=y
CONFIG_DEBUG_LL_UART_8250=y
+CONFIG_EARLY_PRINTK=y
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_PCBC=m
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x)
2015-07-14 13:00 [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
2015-07-14 13:00 ` [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl Roger Shimizu
2015-07-14 13:00 ` [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig Roger Shimizu
@ 2015-07-20 13:50 ` Roger Shimizu
2 siblings, 0 replies; 8+ messages in thread
From: Roger Shimizu @ 2015-07-20 13:50 UTC (permalink / raw)
To: linux-arm-kernel
Dear Andrew, Jason,
Could you help to review my patchset on Linkstation LS-WTGL (orion5x), please?
Thank you and look forward to your feedback!
Cheers,
Roger
On Tue, Jul 14, 2015 at 10:00 PM, Roger Shimizu <rogershimizu@gmail.com> wrote:
> Dear Orion5x Maintainer,
>
> I'd like to add DTS support for a bit older linkstation orion5x device, LS-WTGL.
> I have tested againt latest kernel next/dt branch on my box and it works fine.
> Please consider to merge. Thank you!
>
> Cheers,
> Roger
>
> Roger Shimizu (2):
> ARM: dts: add buffalo linkstation ls-wtgl
> ARM: defconfig: add DT support for orion5x_defconfig
>
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 242 +++++++++++++++++++++++
> arch/arm/configs/orion5x_defconfig | 4 +
> 3 files changed, 247 insertions(+)
> create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
>
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl
2015-07-14 13:00 ` [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl Roger Shimizu
@ 2015-07-20 20:42 ` Andrew Lunn
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Lunn @ 2015-07-20 20:42 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jul 14, 2015 at 10:00:01PM +0900, Roger Shimizu wrote:
> Add dts file to support Buffalo Linkstation LS-WTGL,
> which is marvell orion5x based 2-bay 3.5" HDD NAS.
> Product info:
> - (JPN) http://buffalo.jp/products/catalog/storage/ls-wtgl_r1/
> - (ENG) http://www.buffalotech.com/support-and-downloads/download/LinkStation_Pro_Duo_Manual_web.pdf
>
> Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
> ---
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 242 +++++++++++++++++++++++
> 2 files changed, 243 insertions(+)
> create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index a8bf702..f3ddfa0 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -464,6 +464,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \
> dtb-$(CONFIG_ARCH_ORION5X) += \
> orion5x-lacie-d2-network.dtb \
> orion5x-lacie-ethernet-disk-mini-v2.dtb \
> + orion5x-linkstation-lswtgl.dtb \
> orion5x-maxtor-shared-storage-2.dtb \
> orion5x-rd88f5182-nas.dtb
> dtb-$(CONFIG_ARCH_PRIMA2) += \
> diff --git a/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts b/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
> new file mode 100644
> index 0000000..6d021bd
> --- /dev/null
> +++ b/arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
> @@ -0,0 +1,242 @@
> +/*
> + * Device Tree file for Buffalo Linkstation LS-WTGL
> + *
> + * Copyright (C) 2015, Roger Shimizu <rogershimizu@gmail.com>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * as published by the Free Software Foundation; either version
> + * 2 of the License, or (at your option) any later version.
> + */
Hi Roger
Could you licence this under both GPL and X11? See the recent posting
by Benjamin Cama for the WSGL.
> +
> +/dts-v1/;
> +
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/input.h>
> +#include "orion5x-mv88f5182.dtsi"
> +
> +/ {
> + model = "Buffalo Linkstation LS-WTGL";
> + compatible = "buffalo,lswtgl", "marvell,orion5x-88f5182", "marvell,orion5x";
> +
> + memory { /* 64 MB */
> + device_type = "memory";
> + reg = <0x00000000 0x4000000>;
> + };
> +
> + chosen {
> + bootargs = "console=ttyS0,115200n8 earlyprintk";
> + linux,stdout-path = &uart0;
> + };
> +
> + soc {
> + ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>,
> + <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>,
> + <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x40000>;
> +
> + internal-regs {
> + pinctrl: pinctrl at 10000 {
> + pinctrl-0 = <&pmx_usb_power &pmx_power_hdd
> + &pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
> + pinctrl-names = "default";
> +
> + pmx_led_power: pmx-leds {
> + marvell,pins = "mpp0";
> + marvell,function = "gpio";
> + };
> +
> + pmx_led_alarm: pmx-leds {
> + marvell,pins = "mpp2";
> + marvell,function = "gpio";
> + };
> +
> + pmx_led_info: pmx-leds {
> + marvell,pins = "mpp3";
> + marvell,function = "gpio";
> + };
> +
> + pmx_power_hdd: pmx-power-hdd {
> + marvell,pins = "mpp1";
> + marvell,function = "gpio";
> + };
> +
> + pmx_usb_power: pmx-usb-power {
> + marvell,pins = "mpp9";
> + marvell,function = "gpio";
> + };
> +
> + pmx_sata0: pmx-sata0 {
> + marvell,pins = "mpp12";
> + //marvell,function = "gpio";
Please remove commented out lines.
> + marvell,function = "sata0";
> + };
> +
> + pmx_sata1: pmx-sata1 {
> + marvell,pins = "mpp13";
> + //marvell,function = "gpio";
Same here.
> + marvell,function = "sata1";
> + };
Otherwise this looks good.
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig
2015-07-14 13:00 ` [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig Roger Shimizu
@ 2015-07-20 20:47 ` Andrew Lunn
2015-07-21 10:02 ` Roger Shimizu
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Lunn @ 2015-07-20 20:47 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jul 14, 2015 at 10:00:02PM +0900, Roger Shimizu wrote:
> - add two DT-device entries into orion5x_defconfig
This i agree with.
> - enable EARLY_PRINTK because it's set in most "bootargs" setting for
> orion5x dts files. e.g.: 'bootargs = "console=ttyS0,115200n8
> earlyprintk";'
This i'm somewhat against. Of the 113 defconfigs, only 10 enable it.
There has also been a push to remove bootargs completely, since it is
not needed if you set stdout-path.
> - enable NETCONSOLE as module because it's helpful to check boot log
> when there's no serial connection
And only three enable this.
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig
2015-07-20 20:47 ` Andrew Lunn
@ 2015-07-21 10:02 ` Roger Shimizu
2015-07-21 13:07 ` Andrew Lunn
0 siblings, 1 reply; 8+ messages in thread
From: Roger Shimizu @ 2015-07-21 10:02 UTC (permalink / raw)
To: linux-arm-kernel
Dear Andrew,
Thanks for your feedback!
For config of "EARLY_PRINTK" and "NETCONSOLE", I understand your
concern and I'll remove them.
However, I want to add another one, which I find it necessary to boot
on my orion5x hardware:
CONFIG_ARM_ATAG_DTB_COMPAT=y
I need this because the uboot is quite old on that orion5x board and
the only way to add DT support is to append the DTB at the end of
zImage.
I guess other orion5x boards might be the same situation, so this
config had better go into "orion5x_defconfig".
Let me know your opinion. Thank you!
Cheers,
Roger
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig
2015-07-21 10:02 ` Roger Shimizu
@ 2015-07-21 13:07 ` Andrew Lunn
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Lunn @ 2015-07-21 13:07 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jul 21, 2015 at 07:02:31PM +0900, Roger Shimizu wrote:
> Dear Andrew,
>
> Thanks for your feedback!
>
> For config of "EARLY_PRINTK" and "NETCONSOLE", I understand your
> concern and I'll remove them.
> However, I want to add another one, which I find it necessary to boot
> on my orion5x hardware:
>
> CONFIG_ARM_ATAG_DTB_COMPAT=y
Hi Roger
This one is .O.K.
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-07-21 13:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 13:00 [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
2015-07-14 13:00 ` [PATCH 1/2] ARM: dts: add buffalo linkstation ls-wtgl Roger Shimizu
2015-07-20 20:42 ` Andrew Lunn
2015-07-14 13:00 ` [PATCH 2/2] ARM: defconfig: add DT support for orion5x_defconfig Roger Shimizu
2015-07-20 20:47 ` Andrew Lunn
2015-07-21 10:02 ` Roger Shimizu
2015-07-21 13:07 ` Andrew Lunn
2015-07-20 13:50 ` [PATCH 0/2] ARM: DTS support for Linkstation LS-WTGL (orion5x) Roger Shimizu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).