Re: [uClinux-dev] genromfs and device files containing "-", e.g. /dev/i2c-0

2011-02-17 Thread Alexander Kurz
Hi Erwin, thanks for this hint, version 0.5.1 is the version you get, when you follow the reference in Documentation/filesystems/romfs.txt. > It is available via anonymous ftp on sunsite.unc.edu and > its mirrors, in the /pub/Linux/system/recovery/ directory. I just sent a patch to fix the doc

Re: [uClinux-dev] Re: [m68k] kernel FEC driver

2011-02-17 Thread Richard Retanubun
On 02/16/11 11:28, Metalod wrote: Hi, On Wed, Feb 16, 2011 at 6:20 PM, Metalod wrote: I have a custom board that running on MCF5271. The board is just fine when booting from flash. Only way to make ethernet in linux works is touching it from u-boot first, then boot the kernel. Hi Metalod,

[uClinux-dev] merge of m68knommu and m68k arch branches?

2011-02-17 Thread Greg Ungerer
Hi All, I would like to put up for discussion a merge of the m68knommu and m68k arch branches. Attached is a script and patch that does a kind of brute force simplistic merge of the directories and files. (Thanks to Stephen King for the initial version of this script, and to Sam Ravnborg for t

Re: [uClinux-dev] Re: [m68k] kernel FEC driver

2011-02-17 Thread Metalod
Hi, Thanks for the patch, the register PAR_FECI2C was already set in platform initialization code. arch/m68knommu/platform/527x/config.c:150 static void __init m527x_fec_init(void) { u16 par; u8 v; /* Set multi-function pins to ethernet mode for fec0 */ #if defined(CONFIG_

[uClinux-dev] Re: merge of m68knommu and m68k arch branches?

2011-02-17 Thread Sam Ravnborg
On Fri, Feb 18, 2011 at 10:07:25AM +1000, Greg Ungerer wrote: > > Hi All, > > I would like to put up for discussion a merge of the m68knommu and > m68k arch branches. > > Attached is a script and patch that does a kind of brute force > simplistic merge of the directories and files. (Thanks to Steph