Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk to support brcm47xx NAND flash

2011-12-11 Thread tathagata
Hi Hauke, Thanks. Netgear WNR3500Lv2 hardware uses this flash type. I tested this patch on this particular platform. It uses BCMA based devices. I will send you kernel .config file and boot log message if you want. I shall look into drivers/mtd/nand/nand_base.c file and give you my analysis.

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk to support brcm47xx NAND flash

2011-12-11 Thread Hauke Mehrtens
Hi Tathagata, in general this patch looks good and it could be accepted. I will look closely into it next weekend, I do not have time for now. I just saw your post regarding usb: https://forum.openwrt.org/viewtopic.php?pid=148104 I have patches to add a usb driver for bcma devices:

[OpenWrt-Devel] [PATCH] update mksh package

2011-12-11 Thread Thorsten Glaser
Signed-off-by: Thorsten Glaser t...@mirbsd.org Hi, this is an overdue update of the mksh package. I’ve only rebased the patch and added support for Link-Time Optimisation to the compilation scriptlet (and removed an obsolete option). Untested since I do not currently have access to an OpenWrt

[OpenWrt-Devel] [PATCH] htop: Bump to v1.0

2011-12-11 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- admin/htop/Makefile |8 +++- admin/htop/patches/001-uClibc-friendly.patch | 52 -- 2 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644

[OpenWrt-Devel] [PATCH] Libjpeg-turbo to replace libjpeg

2011-12-11 Thread Ian Leonard
This patch adds libjpeg-turbo 1.1.1 and adjusts all packages depending on libjpeg to instead depend on libjpeg-turbo. Packages built against the current jpeg-6gb in the tree will need to be rebuilt. If you want a drop-in replacement for the current tree, remove the --with-jpeg8 line from the

[OpenWrt-Devel] [PATCH-v2] Libjpeg-turbo to replace libjpeg

2011-12-11 Thread Ian Leonard
On 12/11/2011 05:07 PM, Ian Leonard wrote: This patch adds libjpeg-turbo 1.1.1 and adjusts all packages depending on libjpeg to instead depend on libjpeg-turbo. Packages built against the current jpeg-6gb in the tree will need to be rebuilt. If you want a drop-in replacement for the current

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk to support brcm47xx NAND flash

2011-12-11 Thread Tathagata Das
Hi Hauke, WNR3500Lv2 is BCM5357 based. I did not see any SSB based NAND flash. So I will remove that section from my patch and repost it. Also I will try to use functions provided in drivers/mtd/nand/nand_base.c if possible. I w ill repost the patch before next weekend so that you can look