Re: [PATCH] br2684: don't send frames on not-ready vcc

2012-11-29 Thread Nathan Williams
On Wed, 2012-11-28 at 17:09 +, David Woodhouse wrote: > On Wed, 2012-11-28 at 12:04 -0500, David Miller wrote: > > Do you want me to pull that tree into net-next or is there a plan to > > repost the entire series of work for a final submission? > > I think it needs a little more testing/consen

[PATCH] mtd cs553x_nand: Initialise ecc.strength before nand_scan()

2012-11-22 Thread Nathan Williams
Code: fa ff ff c7 86 d8 00 00 00 01 00 00 00 e9 5f fc ff ff 68 f8 26 2e c1 e8 a7 EIP: [] nand_scan_tail+0x64c/0x69c SS:ESP 0068:cdd17e48 Initialising ecc.strength before the call to nand_scan() fixes this. Signed-off-by: Nathan Williams --- drivers/mtd/nand/cs553x_nand.c |3 +-- 1 files

Re: BUG at kernel/timer.c:1100 when using JFFS2

2012-11-21 Thread Nathan Williams
On Wed, 2012-11-21 at 22:08 +1100, Nathan Williams wrote: > On Wed, 2012-11-21 at 09:49 +0200, Artem Bityutskiy wrote: > > You probably use 3.5? There was a bug which was fixed, try the latest > > stable 3.5 version, the fix must be there. > > > > No I'm using

Re: BUG at kernel/timer.c:1100 when using JFFS2

2012-11-21 Thread Nathan Williams
On Wed, 2012-11-21 at 09:49 +0200, Artem Bityutskiy wrote: > You probably use 3.5? There was a bug which was fixed, try the latest > stable 3.5 version, the fix must be there. > No I'm using 3.6. Do you know what the patch was so I can look it up? -- To unsubscribe from this list: send the lin

BUG at kernel/timer.c:1100 when using JFFS2

2012-11-20 Thread Nathan Williams
Hi, I've come across a problem when loading a module straight after unmounting a JFFS2 partition. I'm using a Geos ADSL router board with an AMD Geode LX/CS5536 chipset and a Hynix H27U1G8F2BTR NAND flash. I can reproduce my problem with this shell script: #!/bin/sh mount -t jffs2 mtd:logs /mn

Re: MODULE_LICENSE usage

2007-08-06 Thread Nathan Williams
> b) if the binary blob is really a library to be run in kernel (host) > space then there is no point in writing such driver - there are > completely open-source drivers for ADSL devices and most (if not > all) people will prefer them over any binary library. > > Perhaps you can convince the chipse

MODULE_LICENSE usage

2007-08-06 Thread Nathan Williams
Hi, I'm working on a driver for an ADSL modem which requires the use of a binary library from the chipset manufacturer. All my source code is GPL, so that others are free to distribute and modify the driver. After asking the FSF for advice and working through their FAQ, I've given permission for