ide: Build break in ide-iops.c
On Fri, 2010-03-12 at 13:10 +0100, John Kacur wrote: I get the following build break due to 876c52cc046e00eaa2ffc5124dc187106ef57594 drivers/ide/ide-iops.c:29:26: error: asm/bootinfo.h: No such file or directory I think we'd better revert that commit 876c52cc046e00eaa2ffc5124dc187106ef57594 for it has... 12 Mar 2010 08:18
[PATCH] Build break in v2.6.33-rt6
The following fixes a build break in v2.6.33-rt6 due to the merging of git://dev.lemote.com/rt4ls into rt 1054085e15d189e05d4d6ea7e30580c4e0b36d7f John Kacur (1): ide: Build break in ide-iops.c drivers/ide/ide-iops.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- To unsubscribe from thi... 12 Mar 2010 08:18
[PATCH] ide: Build break in ide-iops.c
I get the following build break due to 876c52cc046e00eaa2ffc5124dc187106ef57594 drivers/ide/ide-iops.c:29:26: error: asm/bootinfo.h: No such file or directory Protect the include by #ifdef CONFIG_MIPS Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/ide/ide-iops.c | 3 +++ 1 files changed, 3 in... 12 Mar 2010 08:18
devtmpfs: support !CONFIG_TMPFS
Peter Korsgaard wrote: Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS, using ramfs instead. Saves ~15KB. Signed-off-by: Peter Korsgaard <jacmet(a)sunsite.dk> []> --- a/drivers/base/devtmpfs.c +++ b/drivers/base/devtmpfs.c @@ -44,7 +45,11 @@ __setup("devtmpfs.mount=", m... 16 Mar 2010 17:24
m68knommu: driver for Freescale Coldfire I2C controller.
Hello all, On Mon, Jan 25, 2010 at 11:56:30AM -0800, Steven King wrote: Add support for the I2C controller used on Freescale/Motorola Coldfire MCUs. Signed-off-by: Steven King <sfking(a)fdwdc.com> What's the status of this ? I need to use i2c for a coldfire uclinux project (wit... 12 Mar 2010 11:39
[PATCH] Staging:asus_oled: Fixed problem of style tabs in asus_oled.c
From: revent <revent(a)router.Premier> --- drivers/staging/asus_oled/asus_oled.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c index 7ebecc9..5b279fb 100644 --- a/drivers/staging/asus_oled/asus_oled.c +++ ... 12 Mar 2010 06:07
looking for testers with usbtouchscreen device
Hi, I am looking for testers willing to test power management patches for usbtouchscreen. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Ple... 12 Mar 2010 06:07
[PATCH 1/2] Add support for Olimex SAM9-L9261 SBC
Signed-off-by: Dimitar Dimitrov <dinuxbg(a)gmail.com> [benpicco(a)zedat.fu-berlin.de: minor changes to cleanly apply to the latest kernel, checkpatch.pl fixes] Signed-off-by: Benjamin Valenitn <benpicco(a)zedat.fu-berlin.de> The SAM9-L9261 board support is based heavily on code for AT91SAM9261EK. diff -urpN -x CVS ... 12 Mar 2010 06:07
[PATCH 0/2] Add support for Olimex SAM9-L9261 Development board
Hi, I was playing around with the Olimex SAM9-L9261 Development board and noticed that the patches provided on the CD were not included in the mainline kernel yet (while SAM9-L9260 is), and despite their mailish format were never submitted anywhere. The first patch is rather large as it contains sam9_l9261_defconf... 12 Mar 2010 06:07
[PATCH] devtmpfs: support !CONFIG_TMPFS
Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS, using ramfs instead. Saves ~15KB. Signed-off-by: Peter Korsgaard <jacmet(a)sunsite.dk> --- drivers/base/Kconfig | 2 +- drivers/base/devtmpfs.c | 5 +++++ fs/ramfs/inode.c | 2 +- include/linux/ramfs.h | 2 ++ ... 12 Mar 2010 06:07