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

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-31 Thread simon h
Pieter, the structure of the data is defined in the Ath5k/9k directories of compat_wireless. s On Sat, Mar 31, 2012 at 11:41 AM, Pieter Voorthuijsen wrote: > Hello Andrej, > >> Are you sure that /etc/ath/eeprom isn't created from some flash partition in >> boot time, because usually every devi

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-29 Thread simon h
Hi Pieter, on my BT HHV2B, my calibration data is in nand. I need it at two points, the first to read the PCI fixup data (used before nand has been probed) and then for the actual ath driver (after nand has been probed). I hardcoded only the first part of the data - the fixup data - which should

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-24 Thread simon h
The BT Homehub V2B uses the second port by default. The first port appears to be used for DECT communication. On Sat, Mar 24, 2012 at 6:01 PM, Conor O'Gorman wrote: > On Thu, 2012-03-22 at 18:44 +0100, John Crispin wrote: >> On 22/03/12 17:48, Spyridon Tompros wrote: >> > As a workaround We've t

[OpenWrt-Devel] [PATCH] Adds BT Homehub V1/V1.5 with Redboot

2010-09-26 Thread simon h
This adds initial board support for the BT Homehub V1/V1.5 for use with Redboot. Looks like USB, Wireless, first ethernet port (not second for the moment) all work. This is similar to the livebox implementation. Detail: Adds target/linux/brcm63xx/patches-2.6.35/340-add_bt_homehub_v1_v1.5.patch