[uClinux-dev] Re: [PATCH] m68k, m68knommu: Wire up preadv and pwritev

2009-04-09 Thread Greg Ungerer
Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer --- arch/m68k/include/asm/unistd.h |4 +++- arch/m68k/kernel/entry.S |2 ++ arch/m68knommu/kernel/syscalltable.S |2 ++ 3 files changed, 7 insertions(+), 1 deletions(-) diff -

[uClinux-dev] Unable to the get the SPI interface up for m532xevb-20071102-ltib

2009-04-09 Thread Jeffrey . Johnston
Sankar, I only used the 20061117 ltib (kernel version 2.6.17) and that was over a year ago, but here are some suggestions. 1) You only want one of the 3 possible drivers enabled at one time. Coldfire QSPI SPI Master works, but it registers with the SPI framework for

[uClinux-dev] [PATCH] m68k,m68knommu: Wire up preadv and pwritev

2009-04-09 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- arch/m68k/include/asm/unistd.h |4 +++- arch/m68k/kernel/entry.S |2 ++ arch/m68knommu/kernel/syscalltable.S |2 ++ 3 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include

Re: [uClinux-dev] Is it possible to enable both hardware and GPIO I2C at the same time?

2009-04-09 Thread Mike Frysinger
On Thursday 09 April 2009 14:24:56 Allen Yang wrote: > Anybody here has the experience of enabling both hardware I2C and GPIO > I2C (the driver is i2c_gpio.c) in embedded Linux system. > > I am trying to use two separate I2C busses in my system. properly written & configured i2c bus drivers have n

[uClinux-dev] Is it possible to enable both hardware and GPIO I2C at the same time?

2009-04-09 Thread Allen Yang
Hi, Anybody here has the experience of enabling both hardware I2C and GPIO I2C (the driver is i2c_gpio.c) in embedded Linux system. I am trying to use two separate I2C busses in my system. If I enable them separately (enable one, disable the other one), both can work. However, if I enable them a

RE: [uClinux-dev] MTD Problem (no partition in /dev directory)

2009-04-09 Thread saravanan chanemouganandam
Hello, Try creating /dev/mtdx and /dev/mtdblockx x=0,1,2,3... devices using mknod. > Date: Thu, 9 Apr 2009 11:15:02 +0200 > From: val@gmail.com > To: uclinux-dev@uclinux.org > Subject: [uClinux-dev] MTD Problem (no partition in /dev directory) > > Hi, > > I currently work with t

[uClinux-dev] MTD Problem (no partition in /dev directory)

2009-04-09 Thread Valentin Rouquette
Hi, I currently work with the Freescale MCF5329 Fire Engine, and I can't find a solution for my problem. I try to mount a flash partition. This partition appears in my boot log and with "cat /proc/mtd" command, but NOT in the /dev directory Has anybody an idea about a solution ? Best regards. V