[OpenWrt-Devel] [PATCH 1/2] kernel: when enable HIGHMEM use long jump

2015-06-04 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- ...ing-long-jump-when-memory-more-then-256mb.patch | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0112-using-long-jump-when-memory-more-then-256mb.patch diff --git a/target

[OpenWrt-Devel] [PATCH 2/2] ramips: fix the memory map on FireWRT

2015-06-04 Thread wengbj
MT7621 support 512MB memory. According to MT7621_ProgrammingGuide_Preliminary_Platform.pdf 0x0~0x1c00448MB 0x2000~0x400 64MB total 512MB Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |2 +- 1 file changed, 1 insertion(+), 1

[OpenWrt-Devel] [PATCH 1/4] kernel: mips jump only works with memory less then 256mb. when enable HIGHMEM use long jump

2015-05-06 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../patches-3.18/305-mips_module_reloc.patch |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/patches-3.18/305-mips_module_reloc.patch b/target/linux/generic/patches-3.18/305

[OpenWrt-Devel] [PATCH 3/4] ralink: add mt7621 support automatic recognition memory size(32M-512M)

2015-05-06 Thread wengbj
From: daixj fl.serv...@t-firefly.com Signed-off-by: daixj fl.serv...@t-firefly.com --- ...support-automatic-recognition-memory-size.patch | 50 1 file changed, 50 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH] ralink: add mt7621 support automatic recognition memory size(32M-512M)

2015-05-06 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- ...support-automatic-recognition-memory-size.patch | 50 1 file changed, 50 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0113-add-mt7621-support-automatic-recognition-memory-size.patch diff --git

[OpenWrt-Devel] [PATCH 4/4] ralink: firewrt support memory detect

2015-05-06 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |5 - 1 file changed, 5 deletions(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2b018e6..d0decd5 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 2/4] ralink: add HIGHMEM support for mt7621

2015-05-06 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/mt7621/config-3.18 |1 + .../0112-add-mt7621-support-high-memory.patch | 13 + 2 files changed, 14 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0112-add-mt7621-support

[OpenWrt-Devel] [PATCH 3/4] ralink: change FireWRT memory to 448MB

2015-04-28 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2b018e6..7d90157 100644 --- a/target/linux/ramips/dts

[OpenWrt-Devel] [PATCH 1/4] kernel: mips jump only works with memory less then 256mb. when enable HIGHMEM use long jump

2015-04-28 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../patches-3.18/305-mips_module_reloc.patch |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/patches-3.18/305-mips_module_reloc.patch b/target/linux/generic/patches-3.18/305

[OpenWrt-Devel] [PATCH 2/4] ralink: add HIGHMEM support for mt7621

2015-04-28 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/mt7621/config-3.18 |1 + .../0112-add-mt7621-support-high-memory.patch | 13 + 2 files changed, 14 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0112-add-mt7621-support

[OpenWrt-Devel] [PATCH] ralink: MT7621 add i2c controller driver

2015-03-25 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Signed-off-by: Jay Weng fl.serv...@t-firefly.com --- package/kernel/linux/modules/fs.mk |4 +- package/kernel/linux/modules/usb.mk| 13 +-

[OpenWrt-Devel] [PATCH] ralink: MT7621 add i2c controller driver

2015-03-25 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Last time i got some mess . This is new version. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0111-i2c-MIPS-add-mt7621-I2C-driver.patch | 335 1 file changed

[OpenWrt-Devel] [PATCH 2/2] ralink: MT7621 add i2c controller driver

2015-03-23 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0111-i2c-MIPS-add-mt7621-I2C-driver.patch | 335 1 file changed, 335 insertions(+) create mode 100755 target

[OpenWrt-Devel] [PATCH] kernel: fix usb kernel package Makefile

2015-03-20 Thread wengbj
From: zouxf fl.serv...@t-firefly.com Signed-off-by: zouxf fl.serv...@t-firefly.com --- package/kernel/linux/modules/usb.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index e87a857..be1553a

[OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-20 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 54f0e55..2b018e6 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 2/2] ralink: MT7621 add i2c controller driver on linux kernel 3.18

2015-03-20 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0111-i2c-MIPS-add-mt7621-I2C-driver.patch | 390 1 file changed, 390 insertions(+) create mode 100755 target

[OpenWrt-Devel] [PATCH] ralink: mt7621 fix pinctrl config

2015-03-17 Thread wengbj
From: zouxf fl.serv...@t-firefly.com Signed-off-by: zouxf fl.serv...@t-firefly.com --- target/linux/ramips/dts/mt7621.dtsi| 18 +++--- .../patches-3.18/0062-mt7621-fix-pinctrl.patch | 58 2 files changed, 67 insertions(+), 9 deletions(-) create mode

[OpenWrt-Devel] [PATCH] ralink: fix mt7621 i2c name

2015-03-17 Thread wengbj
From: zouxf fl.serv...@t-firefly.com Signed-off-by: zouxf fl.serv...@t-firefly.com --- target/linux/ramips/dts/mt7621.dtsi |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 50cd144..53b215f

[OpenWrt-Devel] [PATCH] ralink: MT7621 add i2c controller driver

2015-03-12 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Signed-off-by: daixj fl.serv...@t-firefly.com --- target/linux/ramips/modules.mk | 20 +- .../0111-i2c-MIPS-add-mt7621-I2C-driver.patch | 390 2

[OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT IO multiplexing

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |8 1 file changed, 8 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 8790f7b..a6318d0 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 2/2] ralink: FireWRT flash size is up to 16M.

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/image/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6e6b10b..45ae3a5 100644 --- a/target/linux/ramips/image

[OpenWrt-Devel] [PATCH] ralink: resize the flash partition for FireWRT

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index a6318d0..54f0e55 100644 --- a/target/linux/ramips/dts

[OpenWrt-Devel] [PATCH] ralink: remove VHT capabilities when not using 802.11ac

2015-02-03 Thread wengbj
The mt76 driver might have some problem working with MT7602. MT7602 should not have VHT capabilities . But the driver not identity properly. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0001-mt7602-remove-vht-capabilities.patch | 46 1 file changed, 46

[OpenWrt-Devel] [PATCH] ralink: remove VHT capabilities when not using 802.11ac

2015-02-02 Thread wengbj
The mt76 driver might have some problem working with MT7602. MT7602 should not have VHT capabilities . But the driver not identity properly. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0001-mt7602-remove-vht-capabilities.patch | 46 1 file changed, 46

[OpenWrt-Devel] [PATCH 3/3] ralink: add FireWRT button detail

2015-01-30 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts| 12 target/linux/ramips/mt7621/profiles/firefly.mk |2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux

[OpenWrt-Devel] [PATCH 2/3] ralink: add FireWRT led detail

2015-01-30 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 4e9e28b..faebe2f 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2e5d26b..4e9e28b 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 2/3] ralink: add FireWRT led detail

2015-01-29 Thread wengbj
--- target/linux/ramips/dts/FIREWRT.dts |9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 4e9e28b..ddad8bf 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@

[OpenWrt-Devel] [PATCH 3/3] ralink: add FireWRT button detail

2015-01-29 Thread wengbj
--- target/linux/ramips/dts/FIREWRT.dts| 12 target/linux/ramips/mt7621/profiles/firefly.mk |2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index ddad8bf..58049b7 100644

[OpenWrt-Devel] [PATCH] ralink: check ethernet MAC address whether it is valid

2015-01-27 Thread wengbj
From: wengbj linu...@foxmail.com The mac address usually write in factory block. but sometime user erase this block , the mac address will change to ff:ff:ff:ff:ff:ff. This patch is purpose to fix this issue. --- .../drivers/net/ethernet/ralink/ralink_soc_eth.c |4 +++- 1 file changed, 3