[PATA/LIBATA] No init found / init=/bin/sh failure

2007-10-24 Thread Kristoffer Ericson
DPO or FUA sda: sda1 sda2 sda3 sda4 sd 0:0:0:0: [sda] Attached SCSI removable disk sd 0:0:0:0: Attached scsi generic sg0 type 0 This segment looks just as it usually does. Any suggestions on how to bugtrack this, setting init=/bin/sh doesn't do anything. Best wishes Kristoffer Ericson Bootlog

Re: [SUPERH] dma-mapping.h structure has no member named page

2007-10-24 Thread Kristoffer Ericson
On Wed, 24 Oct 2007 01:05:07 +0200 Jens Axboe <[EMAIL PROTECTED]> wrote: > On Tue, Oct 23 2007, Kristoffer Ericson wrote: > > Greetings, > > > > Got this after syncing my tree with linux-2.6.git. > > > > In file included from include/linux/dma-mapping.

Re: [SUPERH] dma-mapping.h structure has no member named page

2007-10-24 Thread Kristoffer Ericson
On Wed, 24 Oct 2007 01:05:07 +0200 Jens Axboe [EMAIL PROTECTED] wrote: On Tue, Oct 23 2007, Kristoffer Ericson wrote: Greetings, Got this after syncing my tree with linux-2.6.git. In file included from include/linux/dma-mapping.h:52, from include/linux/dmaengine.h

[PATA/LIBATA] No init found / init=/bin/sh failure

2007-10-24 Thread Kristoffer Ericson
DPO or FUA sda: sda1 sda2 sda3 sda4 sd 0:0:0:0: [sda] Attached SCSI removable disk sd 0:0:0:0: Attached scsi generic sg0 type 0 This segment looks just as it usually does. Any suggestions on how to bugtrack this, setting init=/bin/sh doesn't do anything. Best wishes Kristoffer Ericson Bootlog

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:30:01 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 20:20:20 -0700 Kristoffer Ericson wrote: > > > On Tue, 23 Oct 2007 11:15:06 -0700 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 23 Oct

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:15:06 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: > > > On Tue, 23 Oct 2007 11:01:13 -0700 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 23 Oct

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:01:13 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: > > > Best way to handle this? > > > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > KSYM

[ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
Best way to handle this? LD init/built-in.o LD .tmp_vmlinux1 KSYM.tmp_kallsyms1.S AS .tmp_kallsyms1.o LD .tmp_vmlinux2 KSYM.tmp_kallsyms2.S AS .tmp_kallsyms2.o LD vmlinux.o MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x9afc): Section

Re: [PATCH] Use the new sg_page() helper

2007-10-23 Thread Kristoffer Ericson
Great, :D Just dropped a bug report about this 5mins ago. Hope it gets commited shortly. On Tue, 23 Oct 2007 11:14:52 -0500 Emil Medve <[EMAIL PROTECTED]> wrote: > Fix build error messages such as this: > > In file included from include/linux/dma-mapping.h:52, > from

[SUPERH] dma-mapping.h structure has no member named page

2007-10-23 Thread Kristoffer Ericson
Greetings, Got this after syncing my tree with linux-2.6.git. In file included from include/linux/dma-mapping.h:52, from include/linux/dmaengine.h:29, from include/linux/skbuff.h:29, from include/linux/netlink.h:155, from

[SUPERH] dma-mapping.h structure has no member named page

2007-10-23 Thread Kristoffer Ericson
Greetings, Got this after syncing my tree with linux-2.6.git. In file included from include/linux/dma-mapping.h:52, from include/linux/dmaengine.h:29, from include/linux/skbuff.h:29, from include/linux/netlink.h:155, from

Re: [PATCH] Use the new sg_page() helper

2007-10-23 Thread Kristoffer Ericson
Great, :D Just dropped a bug report about this 5mins ago. Hope it gets commited shortly. On Tue, 23 Oct 2007 11:14:52 -0500 Emil Medve [EMAIL PROTECTED] wrote: Fix build error messages such as this: In file included from include/linux/dma-mapping.h:52, from

[ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
Best way to handle this? LD init/built-in.o LD .tmp_vmlinux1 KSYM.tmp_kallsyms1.S AS .tmp_kallsyms1.o LD .tmp_vmlinux2 KSYM.tmp_kallsyms2.S AS .tmp_kallsyms2.o LD vmlinux.o MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x9afc): Section

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:01:13 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: Best way to handle this? LD init/built-in.o LD .tmp_vmlinux1 KSYM.tmp_kallsyms1.S AS .tmp_kallsyms1.o LD

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:15:06 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: On Tue, 23 Oct 2007 11:01:13 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007 19:52:07 -0700 Kristoffer Ericson wrote: Best way

Re: [ARM] : Section mismatch : reference to......

2007-10-23 Thread Kristoffer Ericson
On Tue, 23 Oct 2007 11:30:01 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007 20:20:20 -0700 Kristoffer Ericson wrote: On Tue, 23 Oct 2007 11:15:06 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007 20:09:06 -0700 Kristoffer Ericson wrote: On Tue

[HP6XX] - no init found (PATA issue?)

2007-10-21 Thread Kristoffer Ericson
is somehow wrong). Ive noticed alot of libata problems, this one of them? Best wishes Kristoffer Ericson Linux version 2.6.23-g6a6ebaa2-dirty ([EMAIL PROTECTED]) (gcc version 3.4.5) #4 Sun Oct 21 21:41:45 PDT 2007 Booting machvec: hp6xx Node 0: start_pfn = 0xd000, low = 0xf000 Zone PFN ranges

Re: PCMCIA driver resource allocation

2007-10-21 Thread Kristoffer Ericson
} > @@ -736,6 +743,9 @@ > > DEBUG(0, "pcnet_release(0x%p)\n", link); > > +if (link->dev) > + release_region(link->io.BasePort1, link->io.NumPorts1); > + > if (info->flags & USE_SHMEM) { > iounmap(info->base); &g

Re: PCMCIA driver resource allocation

2007-10-21 Thread Kristoffer Ericson
of: - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Kristoffer Ericson [EMAIL PROTECTED] - To unsubscribe from this list

[HP6XX] - no init found (PATA issue?)

2007-10-21 Thread Kristoffer Ericson
is somehow wrong). Ive noticed alot of libata problems, this one of them? Best wishes Kristoffer Ericson Linux version 2.6.23-g6a6ebaa2-dirty ([EMAIL PROTECTED]) (gcc version 3.4.5) #4 Sun Oct 21 21:41:45 PDT 2007 Booting machvec: hp6xx Node 0: start_pfn = 0xd000, low = 0xf000 Zone PFN ranges

Re: Power button policy and mechanism

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 10:54:27 +0100 Richard Purdie <[EMAIL PROTECTED]> wrote: > On Tue, 2007-10-16 at 10:34 -0400, Dmitry Torokhov wrote: > > On 10/16/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > > This is mainly an embedded issue, but I feel it's quite imp

Re: [PATCH / HP6XX] : Add Timer values into HD64461.h

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 12:49:37 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > On Thu, Oct 18, 2007 at 09:39:04PM -0700, Kristoffer Ericson wrote: > > This patch adds HD64461 Timer adresses & registers to the HD64461 > > header file (/include/asm-sh/hd64461.h). The timers (

Re: PDA Suspend SA1100

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 08:56:18 +0800 "eric miao" <[EMAIL PROTECTED]> wrote: > On 10/19/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > Greetings, > > > > I've been trying to implement proper suspend on my jornada 720 machine. Bu

Re: PDA Suspend SA1100

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 08:56:18 +0800 eric miao [EMAIL PROTECTED] wrote: On 10/19/07, Kristoffer Ericson [EMAIL PROTECTED] wrote: Greetings, I've been trying to implement proper suspend on my jornada 720 machine. But as far as I can see it never reaches the sa11x0_suspend code. I've

Re: [PATCH / HP6XX] : Add Timer values into HD64461.h

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 12:49:37 +0900 Paul Mundt [EMAIL PROTECTED] wrote: On Thu, Oct 18, 2007 at 09:39:04PM -0700, Kristoffer Ericson wrote: This patch adds HD64461 Timer adresses registers to the HD64461 header file (/include/asm-sh/hd64461.h). The timers (TMU0 TMU1) can hold 16bit

Re: Power button policy and mechanism

2007-10-20 Thread Kristoffer Ericson
On Fri, 19 Oct 2007 10:54:27 +0100 Richard Purdie [EMAIL PROTECTED] wrote: On Tue, 2007-10-16 at 10:34 -0400, Dmitry Torokhov wrote: On 10/16/07, Kristoffer Ericson [EMAIL PROTECTED] wrote: This is mainly an embedded issue, but I feel it's quite important. It should apply to other

PDA Suspend SA1100

2007-10-18 Thread Kristoffer Ericson
Does every driver need to have suspend/resume code? Best wishes Kristoffer Ericson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH / HP6XX] : Add Timer values into HD64461.h

2007-10-18 Thread Kristoffer Ericson
gned-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/include/asm-sh/hd64461.h b/include/asm-sh/hd64461.h index 342ca55..52fcb7e 100644 --- a/include/asm-sh/hd64461.h +++ b/include/asm-sh/hd64461.h @@ -225,9 +225,34 @@ #defineHD64461_NIRR(CONFIG_HD64461_IOBASE + 0x

[PATCH / HP6XX] : Add Timer values into HD64461.h

2007-10-18 Thread Kristoffer Ericson
-by: Kristoffer Ericson [EMAIL PROTECTED] diff --git a/include/asm-sh/hd64461.h b/include/asm-sh/hd64461.h index 342ca55..52fcb7e 100644 --- a/include/asm-sh/hd64461.h +++ b/include/asm-sh/hd64461.h @@ -225,9 +225,34 @@ #defineHD64461_NIRR(CONFIG_HD64461_IOBASE + 0x5000) #define

PDA Suspend SA1100

2007-10-18 Thread Kristoffer Ericson
need to have suspend/resume code? Best wishes Kristoffer Ericson - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Community research

2007-10-17 Thread Kristoffer Ericson
On Wed, 17 Oct 2007 21:28:42 +1000 "Szabolcs Feczak" <[EMAIL PROTECTED]> wrote: > Thanks for everyone who filled out the survey > > 19 hours left till closing, so be quick if you want to raise the > percentage of your country :) > the participating subjects by countries so far: Seeing that

Re: Community research

2007-10-17 Thread Kristoffer Ericson
On Wed, 17 Oct 2007 21:28:42 +1000 Szabolcs Feczak [EMAIL PROTECTED] wrote: Thanks for everyone who filled out the survey 19 hours left till closing, so be quick if you want to raise the percentage of your country :) the participating subjects by countries so far: Seeing that sweden only

Re: [PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-16 Thread Kristoffer Ericson
On Tue, 16 Oct 2007 21:35:51 +0200 Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: > On Monday 15 October 2007, Kristoffer Ericson wrote: > > Greetings, > > > > The manf string looks weird (0x0 + 0x0), but I assume its correct. Also, > > whitespaces seems al

Power button policy and mechanism

2007-10-16 Thread Kristoffer Ericson
Not? 2. Seeing as my knowledge about this area isn't the best I would appreciate all opinions on the subject from the gurus. Best wishes Kristoffer Ericson -- Kristoffer Ericson <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Power button policy and mechanism

2007-10-16 Thread Kristoffer Ericson
as my knowledge about this area isn't the best I would appreciate all opinions on the subject from the gurus. Best wishes Kristoffer Ericson -- Kristoffer Ericson [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-16 Thread Kristoffer Ericson
On Tue, 16 Oct 2007 21:35:51 +0200 Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: On Monday 15 October 2007, Kristoffer Ericson wrote: Greetings, The manf string looks weird (0x0 + 0x0), but I assume its correct. Also, whitespaces seems almost intentional, so am I missing something

Re: [PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-14 Thread Kristoffer Ericson
Greetings, Of course. Not sure how you want it so I've kept the patches seperate for now. Signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c index 782ff4a..5db2013 100644 --- a/drivers/ata/pata_pcmcia.c +++ b/drive

[PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-14 Thread Kristoffer Ericson
whitespace cleanups. Signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/drivers/ide/legacy/ide-cs.c b/drivers/ide/legacy/ide-cs.c index 4cdb519..e8e360c 100644 --- a/drivers/ide/legacy/ide-cs.c +++ b/drivers/ide/legacy/ide-cs.c @@ -28,7 +28,7 @@ and other provisions re

[PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-14 Thread Kristoffer Ericson
whitespace cleanups. Signed-off-by: Kristoffer Ericson [EMAIL PROTECTED] diff --git a/drivers/ide/legacy/ide-cs.c b/drivers/ide/legacy/ide-cs.c index 4cdb519..e8e360c 100644 --- a/drivers/ide/legacy/ide-cs.c +++ b/drivers/ide/legacy/ide-cs.c @@ -28,7 +28,7 @@ and other provisions required by the GPL

Re: [PATCH] : IDE-CS Add additional id string (corsair, 1GB)

2007-10-14 Thread Kristoffer Ericson
Greetings, Of course. Not sure how you want it so I've kept the patches seperate for now. Signed-off-by: Kristoffer Ericson [EMAIL PROTECTED] diff --git a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c index 782ff4a..5db2013 100644 --- a/drivers/ata/pata_pcmcia.c +++ b/drivers/ata

Re: Compiling kernel 2.6.23.1 HELP

2007-10-13 Thread Kristoffer Ericson
. If you fail to find anything useful, I can help you but please send me mail directly so we don't put additional weight on this mailinglist. Best wishes Kristoffer Ericson On Sat, 13 Oct 2007 22:16:08 +0530 animesh saxena <[EMAIL PROTECTED]> wrote: > Hi, >I am a kernel newbie,

Re: Compiling kernel 2.6.23.1 HELP

2007-10-13 Thread Kristoffer Ericson
. If you fail to find anything useful, I can help you but please send me mail directly so we don't put additional weight on this mailinglist. Best wishes Kristoffer Ericson On Sat, 13 Oct 2007 22:16:08 +0530 animesh saxena [EMAIL PROTECTED] wrote: Hi, I am a kernel newbie, so need some help

Re: [RFC/RFT] kbuild: save ARCH & CROSS_COMPILE

2007-10-09 Thread Kristoffer Ericson
On Mon, 8 Oct 2007 22:02:55 +0200 Sam Ravnborg <[EMAIL PROTECTED]> wrote: > One of the complaints that I continue to hear is that kbuild > is lacking a way to 'remember' the ARCH and CROSS_COMPILE > values originally used. > Likewise we have people that change ARCH settings and get > a lot of

Re: [RFC/RFT] kbuild: save ARCH CROSS_COMPILE

2007-10-09 Thread Kristoffer Ericson
On Mon, 8 Oct 2007 22:02:55 +0200 Sam Ravnborg [EMAIL PROTECTED] wrote: One of the complaints that I continue to hear is that kbuild is lacking a way to 'remember' the ARCH and CROSS_COMPILE values originally used. Likewise we have people that change ARCH settings and get a lot of build

<    1   2