Re: [OpenWrt-Devel] PCI broken on au1000

2010-07-01 Thread Florian Fainelli
Hi Bruno, On Thursday 01 July 2010 17:08:33 Bruno Randolf wrote: > hi! > > it seems the problem was alchemy_gpio2_enable(); everything works fine when > i remove that call. maybe the problem is that PCI_SERR and PCI_RST# are > connected to the GPIO2 block and they don't like the reset of GPIO2? >

Re: [OpenWrt-Devel] PCI broken on au1000

2010-07-01 Thread Bruno Randolf
hi! it seems the problem was alchemy_gpio2_enable(); everything works fine when i remove that call. maybe the problem is that PCI_SERR and PCI_RST# are connected to the GPIO2 block and they don't like the reset of GPIO2? in the following patch i also remove the now unnecessary au_sync from ud

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-29 Thread Philipp Borgers
I think this is no solution or not the whole solution. Sorry :) r...@openwrt:/# lspci 00:00.0 SERCOS interface: Device 0057:1800 (rev 02) 00:01.0 Non-VGA unclassified device: Device 2800:4085 (rev 02) 00:02.0 Non-VGA unclassified device: Device 0002: (rev 02) 00:03.0 Non-VGA unclassified d

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-29 Thread Florian Fainelli
On Tuesday 29 June 2010 15:53:54 Bruno Randolf wrote: > On Monday 28 June 2010 17:18:48 Florian Fainelli wrote: > > Hey, > > > > On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote: > > > Hi Florian, > > > > > > On Mon, Apr 19, 2010 at 10:54 AM, Florian Fainelli > > > > > > > wrote: > > > >> T

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-29 Thread Bruno Randolf
On Monday 28 June 2010 17:18:48 Florian Fainelli wrote: > Hey, > > On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote: > > Hi Florian, > > > > On Mon, Apr 19, 2010 at 10:54 AM, Florian Fainelli > > wrote: > > >> The lspci output provided by the reporter of ticket 6851, does it look > > >> cor

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-28 Thread Florian Fainelli
Hey, On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote: > Hi Florian, > > On Mon, Apr 19, 2010 at 10:54 AM, Florian Fainelli wrote: > >> The lspci output provided by the reporter of ticket 6851, does it look > >> correct for > >> MTX-1? > > > > No it does not. It should only show a PCI brid

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-19 Thread Florian Fainelli
Hello Manuel, On Monday 19 April 2010 10:37:42 Manuel Lauss wrote: > Florian, > > On Sat, Apr 17, 2010 at 2:23 PM, Florian Fainelli wrote: > > However, this is not the case and I need to > > bisect what was wrong from 2.6.30 to 2.6.32, this is where the problem > >

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-17 Thread Florian Fainelli
Hi Manuel, Le samedi 17 avril 2010 09:34:52, Manuel Lauss a écrit : > Bruno Randolf einfach.org> writes: > > > > currently PCI is broken on the au1000 platforms. > > > > > > > > this is also the reason for: > > > > https://dev.openwrt.org/ticket/6851 > > > > > > > > in order to debug this further

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-17 Thread john
Just found spare one in the cupboard. /pm me your postal addr and i'll pop it in the mail on monday Quoting Manuel Lauss : Bruno Randolf einfach.org> writes: > > currently PCI is broken on the au1000 platforms. > > > > this is also the reason for: > > https://dev.openwrt.org/ticket/68

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-17 Thread Manuel Lauss
Bruno Randolf einfach.org> writes: > > > currently PCI is broken on the au1000 platforms. > > > > > > this is also the reason for: > > > https://dev.openwrt.org/ticket/6851 > > > > > > in order to debug this further, does anyone know when the au1000 was > > > > > > working last? which kernel v

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-06 Thread Bruno Randolf
On Tuesday 06 April 2010 17:42:12 Florian Fainelli wrote: > Hi Bruno, > > On Monday 05 April 2010 03:23:49 Bruno Randolf wrote: > > hi! > > > > currently PCI is broken on the au1000 platforms. > > > > this is also the reason for: > > https://dev.openwrt.org/ticket/6851 > > > > in order to debug

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-06 Thread Florian Fainelli
Hi Bruno, On Monday 05 April 2010 03:23:49 Bruno Randolf wrote: > hi! > > currently PCI is broken on the au1000 platforms. > > this is also the reason for: > https://dev.openwrt.org/ticket/6851 > > in order to debug this further, does anyone know when the au1000 was > working last? which kerne

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-05 Thread ulf kypke
hi, i remember, that this happens one to tow years ago as well. at this time it was a changeset to a newer kernel between 7.07 and 7.09 ulf 2010/4/5 Bruno Randolf : > hi! > > currently PCI is broken on the au1000 platforms. > > this is also the reason for: > https://dev.openwrt.org/ticket/6851 >

[OpenWrt-Devel] PCI broken on au1000

2010-04-04 Thread Bruno Randolf
hi! currently PCI is broken on the au1000 platforms. this is also the reason for: https://dev.openwrt.org/ticket/6851 in order to debug this further, does anyone know when the au1000 was working last? which kernel version? has anyone tried openwrt on au1000 recently? bruno