[PATCH] queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE message

2008-02-18 Thread Jan Altenberg
TED]> Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- drivers/usb/gadget/ether.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.24/drivers/usb/gadget/ether.c === --- linux-2.6.24.orig/drivers/usb/gadget/ether

[PATCH] queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE message

2008-02-18 Thread Jan Altenberg
] Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- drivers/usb/gadget/ether.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.24/drivers/usb/gadget/ether.c === --- linux-2.6.24.orig/drivers/usb/gadget/ether.c +++ linux-2.6.24

Re: kbuild: possible regression?

2007-12-10 Thread Jan Altenberg
Hi Sam, sorry for the delayed feedback. Still suffering a bad stomach flu... > Please test and report back. Thanks - Your Patch seems to fix things for me! Cheers, Jan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: kbuild: possible regression?

2007-12-10 Thread Jan Altenberg
Hi Sam, sorry for the delayed feedback. Still suffering a bad stomach flu... Please test and report back. Thanks - Your Patch seems to fix things for me! Cheers, Jan -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: [PATCH][AT91] Fix compile error for at91rm9200 in latest git

2007-12-04 Thread Jan Altenberg
Hi all, > > Your patch looks correct, and seems to be the only obvious chunk > > that's missing. So, I'll ack it FWIW ... usual policy for these > > patches is to go through Russell. > > You can add my Ack for what it's worth. OK, CC'ed Russell and added your Acked

Re: [PATCH][AT91] Fix compile error for at91rm9200 in latest git

2007-12-04 Thread Jan Altenberg
Hi all, Your patch looks correct, and seems to be the only obvious chunk that's missing. So, I'll ack it FWIW ... usual policy for these patches is to go through Russell. You can add my Ack for what it's worth. OK, CC'ed Russell and added your Acked-by. Signed-off-by: Jan Altenberg

[PATCH][AT91] Fix compile error for at91rm9200 in latest git

2007-12-03 Thread Jan Altenberg
TECTED]> Signed-off-by: Andrew Victor <[EMAIL PROTECTED]> Signed-off-by: Russell King <[EMAIL PROTECTED]> This patch adds the missing i2c_board_info struct (grabbed from Andrew Victor's tree). Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- diff --git a/arch/arm/m

[PATCH][AT91] Fix compile error for at91rm9200 in latest git

2007-12-03 Thread Jan Altenberg
-by: Andrew Victor [EMAIL PROTECTED] Signed-off-by: Russell King [EMAIL PROTECTED] This patch adds the missing i2c_board_info struct (grabbed from Andrew Victor's tree). Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c

Re: kbuild: possible regression?

2007-11-08 Thread Jan Altenberg
Hi Sam, > > commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 > > Author: Milton Miller <[EMAIL PROTECTED]> > > Date: Fri Sep 21 18:09:02 2007 -0500 > > > > kbuild: call make once for all targets when O=.. is used > > > > Change the invocations of make in the output directory

Re: kbuild: possible regression?

2007-11-08 Thread Jan Altenberg
Hi Sam, commit 0b35786d77ba4037f181982cc8ca20a7a3bf0fd2 Author: Milton Miller [EMAIL PROTECTED] Date: Fri Sep 21 18:09:02 2007 -0500 kbuild: call make once for all targets when O=.. is used Change the invocations of make in the output directory Makefile and the

kbuild: possible regression?

2007-10-31 Thread Jan Altenberg
Hi all, I'm not quite sure if this might be a regression, but I recognized a change to kbuild's behaviour, which causes some of my build scripts to fail. The build scripts do: return system(('make -C %s O=%s ARCH=%s CROSS_COMPILE=%s '+ 'oldconfig %s %s < /dev/null || exit

kbuild: possible regression?

2007-10-31 Thread Jan Altenberg
Hi all, I'm not quite sure if this might be a regression, but I recognized a change to kbuild's behaviour, which causes some of my build scripts to fail. The build scripts do: return system(('make -C %s O=%s ARCH=%s CROSS_COMPILE=%s '+ 'oldconfig %s %s /dev/null || exit

[PATCH] AT91: Remove at91_lcdc.h

2007-08-05 Thread Jan Altenberg
include/asm-arm/arch-at91/at91_lcdc.h (which is still present in latest git) has been superseeded by include/video/atmel_lcdc.h, so let's remove it. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- include/asm-arm/arch-at91/at91_lcdc.h | 148 --

[PATCH] AT91: Remove at91_lcdc.h

2007-08-05 Thread Jan Altenberg
include/asm-arm/arch-at91/at91_lcdc.h (which is still present in latest git) has been superseeded by include/video/atmel_lcdc.h, so let's remove it. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- include/asm-arm/arch-at91/at91_lcdc.h | 148 -- 1 file changed

[PATCH] remove get_perm_addr from ucc_geth_ethtool.c

2007-08-01 Thread Jan Altenberg
Remove get_perm_addr from ucc_geth_ethtool.c This is needed because commit 313674afa8fdced2fe79f50f38e1c387b63d8790 inlines the generic function to the caller. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- drivers/net/ucc_geth_ethtool.c |1 - 1 file changed, 1 deletion(-)

[PATCH] AT91: include atmel_lcdc.h in at91sam926{1,3}_devices.c

2007-08-01 Thread Jan Altenberg
. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/arm/mach-at91/at91sam9261_devices.c |2 ++ arch/arm/mach-at91/at91sam9263_devices.c |2 ++ 2 files changed, 4 insertions(+) Index: linux-2.6/arch/arm/mach-at91/at91sam9261_dev

[PATCH] AT91: include atmel_lcdc.h in at91sam926{1,3}_devices.c

2007-08-01 Thread Jan Altenberg
. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- arch/arm/mach-at91/at91sam9261_devices.c |2 ++ arch/arm/mach-at91/at91sam9263_devices.c |2 ++ 2 files changed, 4 insertions(+) Index: linux-2.6/arch/arm/mach-at91/at91sam9261_devices.c

[PATCH] remove get_perm_addr from ucc_geth_ethtool.c

2007-08-01 Thread Jan Altenberg
Remove get_perm_addr from ucc_geth_ethtool.c This is needed because commit 313674afa8fdced2fe79f50f38e1c387b63d8790 inlines the generic function to the caller. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- drivers/net/ucc_geth_ethtool.c |1 - 1 file changed, 1 deletion(-) Index

[PATCH] Fix compile error for MMC_AT91

2007-07-13 Thread Jan Altenberg
/host/at91_mci.c:375: error: `AT91_MCI_WRPROOF' undeclared (first use in this function) make[4]: *** [drivers/mmc/host/at91_mci.o] Error 1 This patch introduces the necessary defines (which are already present in your tree). Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- include/asm-ar

[PATCH] Fix compile error for MMC_AT91

2007-07-13 Thread Jan Altenberg
/host/at91_mci.c:375: error: `AT91_MCI_WRPROOF' undeclared (first use in this function) make[4]: *** [drivers/mmc/host/at91_mci.o] Error 1 This patch introduces the necessary defines (which are already present in your tree). Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- include/asm-arm/arch

Re: [PATCH] atmel_lcdfb: Fix STN LCD support

2007-06-15 Thread Jan Altenberg
On Fri, 2007-06-15 at 10:50 +0200, Nicolas Ferre wrote: > From: Nicolas Ferre <[EMAIL PROTECTED]> > > Fixes STN LCD support for the atmel_lcdfb framebuffer driver. > > Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> Acked-by: Jan Altenberg <[EMAIL PROTECTED]>

Re: [PATCH] atmel_lcdfb: Fix STN LCD support

2007-06-15 Thread Jan Altenberg
On Fri, 2007-06-15 at 10:50 +0200, Nicolas Ferre wrote: From: Nicolas Ferre [EMAIL PROTECTED] Fixes STN LCD support for the atmel_lcdfb framebuffer driver. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] Acked-by: Jan Altenberg [EMAIL PROTECTED] - To unsubscribe from this list: send

[PATCH] Add select PHYLIB to the UCC_GETH Kconfig option

2007-05-23 Thread Jan Altenberg
ucc_geth has been migrated to use the common phylib code. So lets add a 'select PHYLIB' to the UCC_GETH Kconfig entry. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- drivers/net/Kconfig |1 + 1 file changed, 1 insertion(+) Index: linux-2.6/drivers/net/K

[PATCH] Add select PHYLIB to the UCC_GETH Kconfig option

2007-05-23 Thread Jan Altenberg
ucc_geth has been migrated to use the common phylib code. So lets add a 'select PHYLIB' to the UCC_GETH Kconfig entry. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- drivers/net/Kconfig |1 + 1 file changed, 1 insertion(+) Index: linux-2.6/drivers/net/Kconfig

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-18 Thread Jan Altenberg
Hi Nicolas, > + info->fix.line_length = info->var.xres_virtual * > (info->var.bits_per_pixel / 8); line_length will always be 0 for bits_per_pixel < 8. Jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-18 Thread Jan Altenberg
Hi Nicolas, + info-fix.line_length = info-var.xres_virtual * (info-var.bits_per_pixel / 8); line_length will always be 0 for bits_per_pixel 8. Jan - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: preempt_rt bug or warn on arm v4t

2007-04-20 Thread Jan Altenberg
Hi Manfred, > I am using 2.6.21-rc7 with Preempt_rt Patch 2.6.20-rc6-rt0 on ep93xx. Do you mean 2.6.21-rc6-rt0? > This oops does not trigger in preempt_rt patch is applied. It does only appear, when the preempt_rt patch is applied. Did I get you right? > On startup i get following oops when

Re: preempt_rt bug or warn on arm v4t

2007-04-20 Thread Jan Altenberg
Hi Manfred, I am using 2.6.21-rc7 with Preempt_rt Patch 2.6.20-rc6-rt0 on ep93xx. Do you mean 2.6.21-rc6-rt0? This oops does not trigger in preempt_rt patch is applied. It does only appear, when the preempt_rt patch is applied. Did I get you right? On startup i get following oops when

[PATCH] Fix compile error in latest git

2007-03-05 Thread Jan Altenberg
k accept queue is full" checking Patch is attached. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- drivers/net/gianfar.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/net/gianfar.c =

[PATCH] Fix compile error in latest git

2007-03-05 Thread Jan Altenberg
is full checking Patch is attached. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- drivers/net/gianfar.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/net/gianfar.c === --- linux-2.6.orig

Re: [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART

2007-03-01 Thread Jan Altenberg
On Thu, 2007-03-01 at 18:26 +, Ben Dooks wrote: > On Thu, Mar 01, 2007 at 04:24:53PM +0100, Jan Altenberg wrote: > > - Enable ttyS1 and ttyS2 for the AT91SAM9261EK > > > > Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> > > These should go to Rus

[PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART

2007-03-01 Thread Jan Altenberg
- Enable ttyS1 and ttyS2 for the AT91SAM9261EK Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/arm/mach-at91/board-sam9261ek.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6/arch/arm/mach-at91/board-sam92

[PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART

2007-03-01 Thread Jan Altenberg
- Enable ttyS1 and ttyS2 for the AT91SAM9261EK Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- arch/arm/mach-at91/board-sam9261ek.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6/arch/arm/mach-at91/board-sam9261ek.c

Re: [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART

2007-03-01 Thread Jan Altenberg
On Thu, 2007-03-01 at 18:26 +, Ben Dooks wrote: On Thu, Mar 01, 2007 at 04:24:53PM +0100, Jan Altenberg wrote: - Enable ttyS1 and ttyS2 for the AT91SAM9261EK Signed-off-by: Jan Altenberg [EMAIL PROTECTED] These should go to Russell King's patch queue at http://www.arm.linux.org.uk

[PATCH 2.6.20-rc7] at91: correct value for AT91_RSTC_KEY

2007-02-01 Thread Jan Altenberg
- Remove a duplicated define for AT91_RSTC_KEY - Set AT91_RSTC_KEY to the correct value - Replace the hardcoded keys in at91sam9620.c and at91sam9261.c by AT91_RSTC_KEY Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/arm/mach-at91rm9200/at91sam9260.c |2 +- arch/ar

[PATCH 2.6.20-rc7] at91: correct value for AT91_RSTC_KEY

2007-02-01 Thread Jan Altenberg
- Remove a duplicated define for AT91_RSTC_KEY - Set AT91_RSTC_KEY to the correct value - Replace the hardcoded keys in at91sam9620.c and at91sam9261.c by AT91_RSTC_KEY Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- arch/arm/mach-at91rm9200/at91sam9260.c |2 +- arch/arm/mach

[PATCH 2.6.20-rc6] MIPS: Fix some whitespace damage

2007-01-25 Thread Jan Altenberg
Fix some whitespace damage in arch/mips/Kconfig.debug Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/mips/Kconfig.debug |8 1 file changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/mips/Kconfig

[PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix

2007-01-25 Thread Jan Altenberg
Hi Ralf, the following patch should fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. regards, JAN --- - Fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]> --- arch/mips/mips-boards/malta/Makefile |3

[PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix

2007-01-25 Thread Jan Altenberg
Hi Ralf, the following patch should fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. regards, JAN --- - Fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled. Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- arch/mips/mips-boards/malta/Makefile |3 ++- 1 file

[PATCH 2.6.20-rc6] MIPS: Fix some whitespace damage

2007-01-25 Thread Jan Altenberg
Fix some whitespace damage in arch/mips/Kconfig.debug Signed-off-by: Jan Altenberg [EMAIL PROTECTED] --- arch/mips/Kconfig.debug |8 1 file changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/mips/Kconfig.debug