Re: I2S driver

2008-03-03 Thread Phillip Lougher
On Mon, Mar 3, 2008 at 5:05 PM, Angelo <[EMAIL PROTECTED]> wrote: > in my kernel version (2.6.22) there isn't any folder named > fsl in sound/soc/ > > So where i can found it? > Get the development git tree, available at: git://opensource.wolfsonmicro.com/linux-2.6-asoc http://opensourc

Re: Variable "current" in Linux kernel...

2007-04-16 Thread Phillip Lougher
On 4/16/07, Siva Prasad <[EMAIL PROTECTED]> wrote: > > I would like to know where exactly the value of variable "current" gets > changed. current points to the task_struct structure of the currently running process. It, obviously, changes each time the scheduler schedules another process. > > >

linuxppc_2_4_devel vs MontaVista STB3xxxx kernel

2001-11-22 Thread Phillip Lougher
the 2_4_devel is an unknown. However, the 2_4_devel kernel certainly seems more mature in respect to the cleaner integration of 405/403 implementation differences. Thanks for any advice. Phillip Phillip Lougher Zarlink Semiconductor, Portskewitt, Wales. ** Sent via the linuxppc-

console prints garbage during boot process

2001-11-19 Thread Phillip Lougher
point whether the hardware's not setup/memory mapped correctly, or if it's problem with the kernel console/printk stuff. Phillip Phillip Lougher Zarlink Semiconductor, Wales. > > thanks, > Shie Erlich > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

a general bootloader question

2001-11-17 Thread Phillip Lougher
On Sat, 17 Nov 2001, Phillip Lougher wrote: > > The linux image should be a pure binary image (not with the ELF header). > > See objdump concerning how to strip the vmlinux file. objdump should be objcopy, namely objcopy -S -O binary vmlinux In mitigation, it is 1.30 in the morn

a general bootloader question

2001-11-17 Thread Phillip Lougher
On Sat, 17 Nov 2001, Phillip Lougher wrote: > The linux image should be a pure binary image (not with the ELF header). > See objdump concerning how to string the vmlinux file. ^^ string should be strip. Phillip > > Hope this helps.

a general bootloader question

2001-11-17 Thread Phillip Lougher
ux image should be a pure binary image (not with the ELF header). See objdump concerning how to string the vmlinux file. Hope this helps. Phillip Phillip Lougher, Zarlink Semiconductor, Chepstow, Wales. > > thanks in advance, > Shie Erlich > > > > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

405GP interrupts tip and looking for a little console help

2001-11-08 Thread Phillip Lougher
ted without causing the hardware bug. Upgrading to a later revision of the processor cured the problem. This may be nothing to do with your problem, but it may be worth a try. Phillip - Phillip Lougher Zarlink Semiconductor, Portskewitt, Wales, UK. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

status of linuxppc_2_4_devel for ppc405gp

2001-08-22 Thread Phillip Lougher
Dan Malek wrote: > > Almost all of the kernel proper is structurally sound. I needed to > get the files there so others could also start making their updates. > I'm sure I missed a few little details, so when you see something > let me know. Some of the patches I have are nearly six months old >

init process does nothing after being execve'd

2001-08-21 Thread Phillip Lougher
Hi, I'm trying to get the MVitsa 2.4.2 kernel running on a IBM vesta (STB03xxx) with a VxWorks bootrom. After a lot of trial and error work I have rewritten the Linux bootloader to get the machine to the state the Linux kernel expects, and have got the kernel to run. The kernel now boots with a