Re: [OpenWrt-Devel] [PATCH 12/23] ar71xx: refresh 451-gpio-74x164-improve-platform-device-support.patch

2014-07-26 Thread John Crispin
On 26/07/2014 04:48, Zhao, Gang wrote: --if (!spi-dev.of_node) { -- dev_err(spi-dev, No device tree data available.\n); +pdata = spi-dev.platform_data; + np = spi-dev.of_node; + + if (!np !pdata) { + dev_err(spi-dev, No configuration data

Re: [OpenWrt-Devel] [PATCH 12/23] ar71xx: refresh 451-gpio-74x164-improve-platform-device-support.patch

2014-07-26 Thread John Crispin
On 26/07/2014 08:30, John Crispin wrote: On 26/07/2014 04:48, Zhao, Gang wrote: -- if (!spi-dev.of_node) { -- dev_err(spi-dev, No device tree data available.\n); + pdata = spi-dev.platform_data; + np = spi-dev.of_node; + + if (!np !pdata) { + dev_err(spi-dev,

[OpenWrt-Devel] [PATCH] ramips: fix sysupgrade for asiarf awm003

2014-07-26 Thread Russell Senior
Since the earlier r41797 change, the board_name for awm003 has been miscalculated, and sysupgrade has been broken. This seems to fix it. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++

[OpenWrt-Devel] MAC address on ramips?

2014-07-26 Thread Russell Senior
We are playing with the AsiaRF AWM002 and AWM003 boards and recently discovered that the MAC addresses are the same across all of the boards we have. Initially, these seemed to be populated from the factory flash partition. Here is a hexdump -C of /dev/mtd2: 50 53 00 01 00 0c 43 30

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Zhao, Gang
On Sat, 2014-07-26 at 12:00:21 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 10:48:35 +0800, Zhao, Gang wrote: Tested on a tp-link wr703n, all seem okay. Oh, it seems there are some problems about the phy, all network cards are unusable :-( Will investigate it later. At least this patch set

[OpenWrt-Devel] [PATCH v3] ramips: add support for Kingston MLW221

2014-07-26 Thread L. D. Pinney
From: L. D. Pinney ldpin...@gmail.com This patch adds support for the Kingston Mobilelite Wireless (MLW-221) v3 refeshes the patch @r41835 http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney ldpin...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/diag.sh

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Zhao, Gang
On Sat, 2014-07-26 at 22:17:36 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 12:00:21 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 10:48:35 +0800, Zhao, Gang wrote: Tested on a tp-link wr703n, all seem okay. Oh, it seems there are some problems about the phy, all network cards are

[OpenWrt-Devel] AllWinner/sunxi platform support status

2014-07-26 Thread Derek Werthmuller
I'm looking at using one of the sunxi targets over the rpi for more ram and cpu power. The primary candidate is the Bannana Pi and the cubiboards. Using the A20 processor. For my application I need the Ethernet and USB features to be stable. ANyone use either of these platforms and can make a

Re: [OpenWrt-Devel] MAC address on ramips?

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 14:01, Russell Senior russ...@personaltelco.net wrote: We are playing with the AsiaRF AWM002 and AWM003 boards and recently discovered that the MAC addresses are the same across all of the boards we have. Initially, these seemed to be populated from the factory flash

Re: [OpenWrt-Devel] [PATCH] ramips: ethernet mac cleanup

2014-07-26 Thread John Crispin
On 24/07/2014 12:22, Roman Yeryomin wrote: Compile tested all subtargets and profiles. Unfortunately I don't own any board affected by these changes, so no run tests. Signed-off-by: Roman Yeryomin ro...@advem.lv Hi Roman, thanks i had this on my list for what feels like decades ... i

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Rafał Miłecki
On 26 July 2014 16:50, Zhao, Gang gang.zhao...@gmail.com wrote: On Sat, 2014-07-26 at 22:17:36 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 12:00:21 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 10:48:35 +0800, Zhao, Gang wrote: Tested on a tp-link wr703n, all seem okay. Oh, it seems

[OpenWrt-Devel] [PATCH] ramips: add ethernet macaddr to dts for AWM003-EVB

2014-07-26 Thread Russell Senior
Follows the pattern of http://patchwork.openwrt.org/patch/5970/ Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM003-EVB.dts | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ramips/dts/AWM003-EVB.dts

Re: [OpenWrt-Devel] [PATCH] ramips: ethernet mac cleanup

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 19:53, John Crispin j...@phrozen.org wrote: On 24/07/2014 12:22, Roman Yeryomin wrote: Compile tested all subtargets and profiles. Unfortunately I don't own any board affected by these changes, so no run tests. Signed-off-by: Roman Yeryomin ro...@advem.lv Hi Roman,

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Paul Blazejowski
no sir! after applying this one liner to my 3.14.13 (instead of the 3.14.12 kernel that Zhao used in his patches) and quick rebuild, my wndr3700v4 will not boot; it shows 2 steady amber lights... so this test fails as well ...next one please! ;P On Sat, 2014-07-26 at 19:49 +0200, Rafał Miłecki

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Zhao, Gang
On Sat, 2014-07-26 at 14:33:43 -0400, Paul Blazejowski wrote: no sir! after applying this one liner to my 3.14.13 (instead of the 3.14.12 kernel that Zhao used in his patches) and quick rebuild, my wndr3700v4 will not boot; it shows 2 steady amber lights... so this test fails as well ...next

Re: [OpenWrt-Devel] [PATCH v3] ramips: add support for Kingston MLW221

2014-07-26 Thread Сергей Василюгин
  26.07.2014, 21:22, "L. D. Pinney" ldpin...@gmail.com:---diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.shindex 908547e..0887606 100755--- a/target/linux/ramips/base-files/etc/diag.sh+++ b/target/linux/ramips/base-files/etc/diag.sh@@ -73,6 +73,9

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Zhao, Gang
On Sun, 2014-07-27 at 10:55:26 +0800, Zhao, Gang wrote: On Sat, 2014-07-26 at 14:33:43 -0400, Paul Blazejowski wrote: no sir! after applying this one liner to my 3.14.13 (instead of the 3.14.12 kernel that Zhao used in his patches) and quick rebuild, my wndr3700v4 will not boot; it shows 2