Re: [OpenWrt-Devel] [PATCH] lantiq: enable usb on dgn3500

2012-04-05 Thread John Crispin
Thx, applied in r31205 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: enable usb on dgn3500

2012-03-31 Thread Pieter Voorthuijsen
On 03/31/2012 02:49 PM, simon h wrote: Pieter, does this have nand or nor flash? if nand and you are having problems with it, then it's worth having a chat and examining my initial patches for the bthhv2b. I had problems with nand/pci clashes and 8bit vs 32bit accesses. Also had to add to the

Re: [OpenWrt-Devel] [PATCH] lantiq: enable usb on dgn3500

2012-03-31 Thread simon h
Pieter, does this have nand or nor flash? if nand and you are having problems with it, then it's worth having a chat and examining my initial patches for the bthhv2b. I had problems with nand/pci clashes and 8bit vs 32bit accesses. Also had to add to the types of flash probed in lantiq-flash.c s

[OpenWrt-Devel] [PATCH] lantiq: enable usb on dgn3500

2012-03-31 Thread Pieter Voorthuijsen
A power-enable toggle gpio is not available, it is always on and protected with a resettable fuse. Btw: With USB working I have a "crippled" standalone solution by tftp-ing the kernel and storing the rootfs on USB. ADSL is working out of the box! Next up is gpio. Signed-off-by: Pieter Voorthui