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
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 PROTECTE
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
ed-off-by: David Brownell <[EMAIL PROTECTED]>
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 <[EMAI
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 Makefil
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 %
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 ---
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(-)
luded.
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/at91sam926
2.6/drivers/mmc/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]>
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]>
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/dri
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 m
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 p
hether sock 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
===
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
- 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
- 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
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
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
20 matches
Mail list logo