[OpenWrt-Devel] [PATCH v2] [ramips] mt7621: fix nand driver

2015-11-14 Thread YounJaeRho
This patch fix mt7621 nand driver for linux-3.18 kernel. mt7621 share PIN between NAND,SDXC,SPI. so you should pinctrl in dts file that only one of them is used at a time. Tested and working: * Initramfs  * Squashfs * jffs2fs (no hardware ECC support when `CONFIG_JFFS2_FS` is toggled ) Signed-of

[OpenWrt-Devel] [PATCH v2] [ramips] mt7621: add support for netis WF-2881‏

2015-11-14 Thread YounJaeRho
netis WF-2881 is an MT7621AT based router with MT7602EN, MT7612EN. It has 128MB DDR3, 128MB SLC NAND FLASH, 5-port Gbps switch and 1x USB 3.0. The following patch adds support for this device. Tested and working: * ethernet * both WiFi radios * USB 3.0 * buttons (reset button) * ethernet switch an

[OpenWrt-Devel] [PATCH] [ramips] mt7621: add support for netis WF-2881

2015-11-13 Thread YounJaeRho
netis WF-2881 is an MT7621AT based router with MT7602EN, MT7612EN. It has 128MB DDR3, 128MB SLC NAND FLASH, 5-port Gbps switch and 1x USB 3.0.The following patch adds support for this device. Tested and working: * ethernet * both WiFi radios * USB 3.0 * buttons (reset button) * ethernet switch an

[OpenWrt-Devel] [PATCH] [ramips] mt7621: fix nand driver

2015-11-13 Thread YounJaeRho
This patch fix mt7621 nand driver for linux-3.18 kernel.mt7621 share PIN between NAND,SDXC,SPI.so you should pinctrl in dts file that only one of them is used at a time. SQUASH supportJFFS2 support (no hardware ECC support which is disabled by `CONFIG_TARGET_ROOTFS_JFFS2` ) Signed-off-by: YounJ