[LEDE-DEV] About stripping kernel module

2018-02-03 Thread Weijie Gao
Hello everyone, Recently I tried to turn on option CONFIG_COLLECT_KERNEL_DEBUG (Global build settings -> Collect kernel debug information) in menuconfig to collect debug symbols of all kernel modules but found no symbol left in these ko files. I found out that it's the patch 202-reduce_module_siz

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-10 Thread Weijie Gao
ok. I'll be waiting until the framework merged into the upstream kernel. 2017-09-10 13:25 GMT+08:00 Felix Fietkau : > On 2017-09-06 18:24, Weijie Gao wrote: >> Yes, I have to admit operations of GigaDevice's chips are the same. >> All the chips have the same read/writ

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-06 Thread Weijie Gao
tomatically by the mailing list software. > > > -- 已转发邮件 ---------- > From: Christian Lamparter > To: Weijie Gao > Cc: LEDE Development List > Bcc: > Date: Tue, 05 Sep 2017 21:24:48 +0200 > Subject: Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand &g

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Weijie Gao
4.4: add generic spi-nand > framework > On Sunday, September 3, 2017 1:43:59 PM CEST hackpascal wrote: >> From: Weijie Gao >> >> This patch adds generic SPI-NAND framework for linux-4.4. >> >> Files come from patches of target pistachio, but have lots of modi

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Weijie Gao
GD5F1GQ4UAYIG datasheet: https://www.endrich.com/fm/2/GD5F1GQ4UAYIG.pdf 2017-09-03 19:27 GMT+08:00 Tom Psyborg : > which devices you tested this on? > > On 3 September 2017 at 07:43, hackpascal wrote: >> >> From: Weijie Gao >> >> This patch adds generic

[LEDE-DEV] [PATCH] ar71xx: fix vlan settings for some boards

2017-02-18 Thread Weijie Gao
For AR71XX devices, GMAC1 always connects port 0 of the built-in switch, as the CPU port. This patch sets correct vlan for some devices with wrong settings: a) mark port 0 as CPU port, tagged b) reverse port order, marking these ports untagged Signed-off-by: Weijie Gao --- target/linux/ar71xx