Apm_emulation and proper suspend

2008-02-21 Thread Kristoffer Ericson
Greetings, I'm reworking a couple of apm drivers and for whatever reason it doesn't seem to update my /proc/apm_bios. I was under the impression that it should do that when apm_bios was catted? Currently I have a value that never change. I export my get_power_status.. function properly but does

Re: Current git very broken on the Dreamcast

2008-02-17 Thread Kristoffer Ericson
On Sat, 16 Feb 2008 19:59:48 + Adrian McMenamin <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-02-16 at 19:48 +, Adrian McMenamin wrote: > > On Sat, 2008-02-16 at 18:38 +, Adrian McMenamin wrote: > > > Will seek to bisect this, but I have just updated my sources to the > > > latest git a

Re: Current git very broken on the Dreamcast

2008-02-17 Thread Kristoffer Ericson
On Sat, 16 Feb 2008 19:59:48 + Adrian McMenamin <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-02-16 at 19:48 +, Adrian McMenamin wrote: > > On Sat, 2008-02-16 at 18:38 +, Adrian McMenamin wrote: > > > Will seek to bisect this, but I have just updated my sources to the > > > latest git a

Re: Current git very broken on the Dreamcast

2008-02-17 Thread Kristoffer Ericson
On Sat, 16 Feb 2008 18:38:00 + Adrian McMenamin <[EMAIL PROTECTED]> wrote: > Will seek to bisect this, but I have just updated my sources to the > latest git and it is not booting at all on the Dreamcast. > > With early printk on, I get nothing more than this before an instant > reboot: I ha

Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-06 Thread Kristoffer Ericson
\n"); + kfree(bllcd); + return ret; + } Its fixed now for me. Going to test that mdelay issue now. On Wed, 6 Feb 2008 19:31:55 + Russell King - ARM Linux <[EMAIL PROTECTED]> wrote: > On Wed, Feb 06, 2008 at 08:21:28PM +0100, Kristoffer Ericson

Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-06 Thread Kristoffer Ericson
@@ +/* + * + * Backlight and LCD Driver for HP Jornada 720 + * Copyright (C) 2007 Kristoffer Ericson <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 + * or any later version as pub

Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-06 Thread Kristoffer Ericson
/jornada720_bllcd.c b/drivers/video/backlight/jornada720_bllcd.c new file mode 100644 index 000..0adbc49 --- /dev/null +++ b/drivers/video/backlight/jornada720_bllcd.c @@ -0,0 +1,287 @@ +/* + * + * Backlight and LCD Driver for HP Jornada 720 + * Copyright (C) 2007 Kristoffer Ericson <[EMAIL PROTEC

Re: 2.6.24-git15 Keyboard Issue?

2008-02-06 Thread Kristoffer Ericson
On Wed, 6 Feb 2008 14:54:21 +0100 (CET) Jiri Kosina <[EMAIL PROTECTED]> wrote: > On Wed, 6 Feb 2008, Chris Holvenstot wrote: > > > On this system I am using a PS2 Keyboard - and let me stress that it is > > only occasionaly that it happens - I have had 2.6.24-git15 up for about > > 2 hours now

Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-06 Thread Kristoffer Ericson
/jornada720_bllcd.c @@ -0,0 +1,286 @@ +/* + * drivers/video/backlight/jornada720_bllcd.c + * + * Backlight and LCD Driver for HP Jornada 720 + * Copyright (C) 2007 Kristoffer Ericson <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of t

Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-06 Thread Kristoffer Ericson
On Wed, 06 Feb 2008 13:34:12 +0100 Roel Kluin <[EMAIL PROTECTED]> wrote: > Kristoffer Ericson wrote: > > Greetings, > > > > Richard I've cleaned up the driver by checking with checkpatch.pl as > > Russell suggested. I would appreciate it if you could >

Re: Resolved (sort of): Unable to access PCMCIA with O2 Micro OZ711MP1/MS1

2008-02-06 Thread Kristoffer Ericson
On Wed, 06 Feb 2008 09:02:11 +0100 "Mader, Alexander (N-MSR)" <[EMAIL PROTECTED]> wrote: > Kristoffer Ericson schrieb: > > "Mader, Alexander (N-MSR)" wrote: > >> On a Fujitsu Siemens Celsius H240 a 2.6.22-3-amd64 kernel from Debian > >> test

[PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds

2008-02-05 Thread Kristoffer Ericson
ll be some changes required before that. Oh and to answer your question regarding MAX/MIN values of the backlight, 0 = max and 255 = min. So we simply turn it around by returning 255 - value. Same thing when we need to set value. Best wishes Kristoffer Ericson diff --git a/drivers/video/back

[PATCH/HP6XX] - Add leds support to the HP Jornada 6xx handheld

2008-02-05 Thread Kristoffer Ericson
he HP Jornada 620/660/680/690 handhelds + * + * Copyright 2008 Kristoffer Ericson <[EMAIL PROTECTED]> + * this driver is based on leds-spitz.c by Richard Purdie. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Publi

Re: Unable to access PCMCIA with O2 Micro OZ711MP1/MS1

2008-02-05 Thread Kristoffer Ericson
On Tue, 05 Feb 2008 06:46:16 +0100 "Mader, Alexander (N-MSR)" <[EMAIL PROTECTED]> wrote: > Hello, > > after contacting linux-pcmcia and some search I am approaching lkml. > > There seems to be a problem accessing PCMCIA cards with O2 Micro > OZ711MP1/MS1 Controller. > > On a Fujitsu Siemens Ce

Re: Questions regarding mfd drivers

2008-02-05 Thread Kristoffer Ericson
On Mon, 4 Feb 2008 23:01:55 + Ben Dooks <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2008 at 12:37:14PM +0100, Kristoffer Ericson wrote: > > Greetings, > > > > Trying to wrap my head around sm501. From what I can tell an mfd driver is > > a "ma

Where to send new pcmcia driver?

2008-02-04 Thread Kristoffer Ericson
Greetings, Im almost finished with my pcmcia driver for the h64461 chipset, it works fine just need to clean it up. Now looking at the MAINTAINER list it doesn't reference anyone special as the maintainer for pcmcia subsystem. So in short where should I send the patch? Also, I've tried on numer

Questions regarding mfd drivers

2008-02-04 Thread Kristoffer Ericson
Greetings, Trying to wrap my head around sm501. From what I can tell an mfd driver is a "master" driver that takes control of all memory and io areas. It then hands out areas of those to drivers. Anywhere near correct? I can see some benefit but still hard for me to motivate. What am I missing?

[PATCH/LEDS] - Add support for leds on the HP Jornada 6xx series

2008-02-03 Thread Kristoffer Ericson
Greetings, Patch against linux-2.6.git (synced today) shortlog: The HP Jornada 6xx series have simple leds thats able to produce green or red light. This patch enables the leds to be used by the kernel and/or userland. signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> Richard pleas

Re: [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig

2008-02-01 Thread Kristoffer Ericson
On Fri, 1 Feb 2008 08:17:15 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > On Thu, Jan 31, 2008 at 10:58:11PM +0100, Kristoffer Ericson wrote: > > Currently you will see an empty "SoC Audio support for SuperH" menu > > when building for other archs (example pxa).

[PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig

2008-01-31 Thread Kristoffer Ericson
Currently you will see an empty "SoC Audio support for SuperH" menu when building for other archs (example pxa). This patch adds "depends on SUPERH" to remove that empty menu. signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/sound/soc/sh/Kconfig b/

Re: [HD64461_PCMCIA_driver] - Shared IRQ lines / Segfaults

2008-01-30 Thread Kristoffer Ericson
On Wed, 30 Jan 2008 14:05:59 +0100 Manuel Lauss <[EMAIL PROTECTED]> wrote: > On Wed, Jan 30, 2008 at 01:20:36PM +0100, Kristoffer Ericson wrote: > > Greetings, > > > > Driver detects card insertion / ejection and sets power properly. The > > mapping looks reson

Re: [HD64461_PCMCIA_driver] - Shared IRQ lines / Segfaults

2008-01-30 Thread Kristoffer Ericson
On Wed, 30 Jan 2008 14:05:59 +0100 Manuel Lauss <[EMAIL PROTECTED]> wrote: > On Wed, Jan 30, 2008 at 01:20:36PM +0100, Kristoffer Ericson wrote: > > Greetings, > > > > Driver detects card insertion / ejection and sets power properly. The > > mapping looks reson

[HD64461_PCMCIA_driver] - Shared IRQ lines / Segfaults

2008-01-30 Thread Kristoffer Ericson
Greetings, Driver detects card insertion / ejection and sets power properly. The mapping looks resonable also compairing to a working 2.6.17 driver. However when manually modprobing drivers I either get a segmentation fault or problems with IRQ shared lines. Any suggestesions? Best wishes Kris

Re: Kernel crash in 2.6.21

2008-01-29 Thread Kristoffer Ericson
On Tue, 29 Jan 2008 12:38:43 -0500 Jerry Geis <[EMAIL PROTECTED]> wrote: > Below is a kernel crash for 2.6.21 > > The kernel runs for a number of days/weeks and then the crash below. > I am not running X windows. Just a server. Without knowing much about the issue I would suggest you compile a f

[HD64461] Pcmcia driver and Vcc/Vpp issues

2008-01-24 Thread Kristoffer Ericson
Greetings, FYI: Porting/rewriting a pcmcia driver that was working in 2.6.17 (PIO-based) to work on 2.6.24 (MMIO-based) and haven't been able to make it work yet. I've used the good driver to extract values to compair against the new driver. Bugtracked the issue abit more and found 2 strange fa

(RESEND) [HP6XX] - Still issues with pcmcia driver (HD64461)

2007-12-18 Thread Kristoffer Ericson
_IRQ requests it detects insertion / removal properly but obviously non-working. In short, I need to make sure the PCMCIA_CARD_IRQ is properly setup by the pcmcia_subsystem (or manually request it in driver). Best wishes Kristoffer Ericson /* * drivers/pcmcia/hd64461_ss.c * * PCMCIA platform driver

Re: [HP6XX/FIX/PATCH] - Fix bad default keymap in HP Jornada 6xx keyboard driver

2007-12-12 Thread Kristoffer Ericson
On Thu, 13 Dec 2007 03:45:58 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > On Wed, Dec 12, 2007 at 07:22:07PM +0100, Kristoffer Ericson wrote: > > shortlog: > > * This patch fixes the HP Jornada 6xx keyboard default keymap which had > > some bad keymap values. Thi

[HP6XX/FIX/PATCH] - Fix bad default keymap in HP Jornada 6xx keyboard driver

2007-12-12 Thread Kristoffer Ericson
(example : key y returned 'r'). * Also, while we are at it lets arrange the include files in alphabetical order. signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/drivers/input/keyboard/jornada680_kbd.c b/drivers/input/keyboard/jornada680_kbd.c index bec1cf4..a236

Re: (RESEND) [PATCH/HP6xx/HP7xx] Cleanup drivers/input/keyboard|touchscreen Kconfigs

2007-12-11 Thread Kristoffer Ericson
Dmitry, could I get feedback on this? On Wed, 5 Dec 2007 21:19:26 +0100 Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > Greetings, > > Oki, here is a more standard Kconfig setting for both platforms. Nothing > major really. > Note that touchscreen for hp6xx was called

[PATCH/HP6xx/HP7xx] Cleanup drivers/input/keyboard|touchscreen Kconfigs

2007-12-05 Thread Kristoffer Ericson
linux-2.6.git. shortlog: This patch cleans up the drivers/input/keyboard|touchscreen Kconfigs for platforms hp6xx and hp7xx. It unifies the naming and descriptions. signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]> diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kc

Re: Best way to detect CF id strings

2007-12-04 Thread Kristoffer Ericson
On Tue, 4 Dec 2007 20:30:38 + Alan Cox <[EMAIL PROTECTED]> wrote: > On Tue, 4 Dec 2007 20:19:33 +0100 > Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > > > Greetings, > > > > Usually I detect them by attaching CF->PCMCIA adapter to my laptop, but &

Suspend order

2007-12-04 Thread Kristoffer Ericson
Hey rafael, For obvious reasons it would be great to have serial output to be the last to enter suspend, thus giving every last drop of debugging before actually turning the machine "off". I'm not aware of any specific order currently, from what I've seen currently every driver is asked to go

Best way to detect CF id strings

2007-12-04 Thread Kristoffer Ericson
Greetings, Usually I detect them by attaching CF->PCMCIA adapter to my laptop, but would much rather be able to use my usb-CF adapter. This would also alot easier to explain to users which are having issues (unsupported/unknown id's). Any good suggestions on this? Best wishes Kristoffer -- To

Re: Add the infamous Huawei E220 to option.c

2007-11-29 Thread Kristoffer Ericson
I'll give it a go later today, still on 2.6.22.4. Any logs of interest except for obvious behavior? On Thu, 29 Nov 2007 15:05:50 +0100 Johann Wilhelm <[EMAIL PROTECTED]> wrote: > If everything's working please also add code to also support the other > E220 device... so both PID 0x1003 and 0x10

Re: git guidance

2007-11-28 Thread Kristoffer Ericson
On Wed, 28 Nov 2007 12:23:48 +0100 Tilman Schmidt <[EMAIL PROTECTED]> wrote: > Kristoffer Ericson schrieb: > > Google is your friend. > > Sigh. > > In case you didn't guess, I *have* of course searched Google, > and not just that. I thought the wording o

Re: git guidance

2007-11-27 Thread Kristoffer Ericson
On Wed, 28 Nov 2007 00:52:38 +0100 Willy Tarreau <[EMAIL PROTECTED]> wrote: > On Tue, Nov 27, 2007 at 11:55:11PM +0100, Kristoffer Ericson wrote: > > Greetings, > > > > Google is your friend. If you're looking for irc channels you can always > > try

Re: git guidance

2007-11-27 Thread Kristoffer Ericson
Greetings, Google is your friend. If you're looking for irc channels you can always try #git at irc.freenode.net Git howto/tutorial/... doesn't belong in the kernel mailinglist. Best wishes Kristoffer Ericson On Tue, 27 Nov 2007 23:33:21 +0100 Tilman Schmidt <[EMAIL PROTECTED]&

Re: Question regarding naming scheme (HP Jornada 6XX/7XX)

2007-11-26 Thread Kristoffer Ericson
On Mon, 26 Nov 2007 09:40:14 -0500 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > On Nov 25, 2007 11:30 PM, Paul Mundt <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 26, 2007 at 12:03:29AM +0100, Kristoffer Ericson wrote: > > > > > Why I want to use 600-

Question regarding naming scheme (HP Jornada 6XX/7XX)

2007-11-25 Thread Kristoffer Ericson
se 600-series/700-series instead of 6XX/7XX is simply because 600-series/700-series leaves no doubt. Any objections? 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 majord

Suspend/Resume/Hibernation - bisecting or bug-logs?

2007-11-16 Thread Kristoffer Ericson
(turning off device support in kernel until it works) the best approach when bugtracking pm suspend? Or is there any other logging system that I can use? -- Kristoffer Ericson <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-13 Thread Kristoffer Ericson
On Sun, 11 Nov 2007 07:29:35 +0800 "dave chung" <[EMAIL PROTECTED]> wrote: > On 11/10/07, Stanislav Brabec <[EMAIL PROTECTED]> wrote: > > Attached patch fixes two compilation problems of s1d13xxxfb.c: > > - Fixes outdated dbg() message to fix compilation error with debugging > > enabled. > > - Do

Re: [patch 3/3] jonada720: remove duplicate include

2007-11-13 Thread Kristoffer Ericson
Thanks On Tue, 13 Nov 2007 17:17:36 +0100 [EMAIL PROTECTED] wrote: > From: Andre Haupt <[EMAIL PROTECTED]> > Signed-off-by: Andre Haupt <[EMAIL PROTECTED]> > > --- > drivers/input/keyboard/jornada720_kbd.c |1 - > 1 file changed, 1 deletion(-) > > Index: linus/drivers/input/keyboard/jornad

Re: [BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343'

2007-11-02 Thread Kristoffer Ericson
On Sat, 3 Nov 2007 00:04:14 + Russell King - ARM Linux <[EMAIL PROTECTED]> wrote: > On Sat, Nov 03, 2007 at 12:04:06AM -0700, Kristoffer Ericson wrote: > > On Fri, 2 Nov 2007 21:10:23 +0100 > > Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > > >

Re: [BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343'

2007-11-02 Thread Kristoffer Ericson
On Fri, 2 Nov 2007 21:10:23 +0100 Sam Ravnborg <[EMAIL PROTECTED]> wrote: > On Fri, Nov 02, 2007 at 07:48:18PM +, Russell King - ARM Linux wrote: > > On Fri, Nov 02, 2007 at 08:29:31PM -0700, Kristoffer Ericson wrote: > > > Greetings, > > > > > >

[BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343'

2007-11-02 Thread Kristoffer Ericson
Greetings, Haven't found anyone reporting this. Taken from the very latest linux-2.6.git pull. dnsdomainname: Unknown host UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 kernel/built-in.o(.text+0x18db0): In function `destroy_workqueue

Re: [SUPERH / PATA / SCSI] Unable to do start userland after kernel boot (BISECTED)

2007-10-31 Thread Kristoffer Ericson
On Wed, 31 Oct 2007 02:56:21 -0700 Kristoffer Ericson <[EMAIL PROTECTED]> wrote: > On Fri, 26 Oct 2007 04:46:18 +0900 > Paul Mundt <[EMAIL PROTECTED]> wrote: > > > On Thu, Oct 25, 2007 at 09:22:40PM -0700, Kristoffer Ericson wrote: > > > The bottom line seem

Re: [SUPERH / PATA / SCSI] Unable to do start userland after kernel boot (BISECTED)

2007-10-30 Thread Kristoffer Ericson
On Fri, 26 Oct 2007 04:46:18 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > On Thu, Oct 25, 2007 at 09:22:40PM -0700, Kristoffer Ericson wrote: > > The bottom line seems to be that it fails to attach scsi sg0. It > > explains why it doesn't work, but not why it stopped

Re: Huawei E220 and usb storage

2007-10-30 Thread Kristoffer Ericson
On Tue, 30 Oct 2007 21:47:20 +0100 Norbert Preining <[EMAIL PROTECTED]> wrote: > Hi Kristoffer, > > thanks for the feedback. > > On Di, 30 Okt 2007, Kristoffer Ericson wrote: > > Im using a Huawei E220 USB modem, currently running 2.6.22.5 vanilla > > kernel

Re: Huawei E220 and usb storage

2007-10-30 Thread Kristoffer Ericson
reboot again until it turns blue. I know this sucks, but just something I've noticed. One hint is to put the USB modem as static in kernel and usb_storage as module. Best wishes Kristoffer Ericson On Tue, 30 Oct 2007 20:09:45 +0100 Norbert Preining <[EMAIL PROTECTED]> wrote:

[SUPERH / PATA / SCSI] Unable to do start userland after kernel boot

2007-10-25 Thread Kristoffer Ericson
thats when the troubles started. Any scsi/libata gurus giving feedback on this would be appreciated. Best wishes Kristoffer Ericson [BAD KERNEL] (Linux version 2.6.23-gbc53c3a1-dirty ([EMAIL PROTECTED]) (gcc version 3.4.5) #2 Tue Oct 23 19:34:27 PDT 2007) scsi0 : pata_platform ata1: PATA max PIO0 mmio

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

2007-10-24 Thread Kristoffer Ericson
't support 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 Kristoff

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: [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 mismatch

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 include/l

[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 include

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

2007-10-21 Thread Kristoffer Ericson
n/sh issue 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

Re: PCMCIA driver resource allocation

2007-10-21 Thread Kristoffer Ericson
->dev = NULL; > goto failed; > } > @@ -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_S

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 quit

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. But

PDA Suspend SA1100

2007-10-18 Thread Kristoffer Ericson
re happy? 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

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

2007-10-18 Thread Kristoffer Ericson
d-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

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

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
Why/Why 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 lin

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/

[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

Re: Compiling kernel 2.6.23.1 HELP

2007-10-13 Thread Kristoffer Ericson
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 new

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 buil