ARM defconfig files
* Linus Torvalds <torvalds(a)linux-foundation.org> [100603 17:48]: So I _think_ whatever "mach-xyz" file _should_ do something like # Kconfig file for OMAP4ABCXYZ chip .. set the particulars for this _particular_ chip, ie select the particular drivers on this chip .. include "chip-fa... 8 Jun 2010 13:43
menuconfig: fix to center checklist correctly in a corner case
On 06/03/10 00:24, Li Zefan wrote: Run: make ARCH=arm menuconfig And then select "System Type" -> "ARM system type". The kconfig "choice" menu at this point looks empty. It's because config ARCH_S3C2410 has a long prompt: config ARCH_S3C2410 bool "Samsung S3C2410, S3C2412, S3C2... 3 Jun 2010 13:24
TOUCHSCREEN of DA9052 Linux device drivers (8/9)
On Thu, 3 Jun 2010 09:45:04 +0100 David Dajun Chen wrote: Dear sirs, Following the LKML instructions, a patch file was sent to you for review two weeks ago. Please would you kindly provide your comments in your earliest convenience? As someone else noted, there were some replies to your origin... 3 Jun 2010 13:24
menuconfig: truncate list items
On 06/03/10 00:24, Li Zefan wrote: Truncate list items to fit in a single line, otherwise those items which have long prompts will cover some other items. This follows the behavior of menubox. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> Thanks :) Tested-by: Randy Dunlap <randy.dunlap(a)oracle.... 3 Jun 2010 21:15
staging/comedi: fixing ni_labpc to mite dependancy
On 06/03/10 04:50, Alexander Kurz wrote: Hi, the dependancy of ni_labpc on mite was missing, it will be fixed with this patch thanks for the report, Alexander From d310498ef2a61057c3f28b10bb417238f33e8265 Mon Sep 17 00:00:00 2001 From: Alexander Kurz <linux(a)kbdbabel.org> Date: Thu, 3 Jun... 3 Jun 2010 13:24
scripts: decodecode: use /bin/bash
On Thu, 3 Jun 2010 21:44:46 +0530 Rabin Vincent wrote: 5358db ("scripts: add ARM support to decodecode") added a few bashims to the decodecode script, so explicitly ask for bash. Signed-off-by: Rabin Vincent <rabin(a)rab.in> --- Alternatively, I have a patch to remove the bashisms, if that's preferr... 4 Jun 2010 04:51
[PATCH -V13 05/11] vfs: Support null pathname in readlink
From: NeilBrown <neilb(a)suse.de> This enables to use readlink to get the link target name from a file descriptor point to the link. This can be used with open_by_handle syscall that returns a file descriptor for a link. We can then use this file descriptor to get the target name. Signed-off-by: NeilBrown <neilb... 3 Jun 2010 13:24
[PATCH -V13 07/11] x86: Add new syscalls for x86_32
This patch adds sys_name_to_handle_at and sys_open_by_handle_at syscalls to x86_32 Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- arch/x86/include/asm/unistd_32.h | 4 +++- arch/x86/kernel/syscall_table_32.S | 2 ++ 2 files changed, 5 in... 3 Jun 2010 13:24
[PATCH -V13 06/11] ext4: Copy fs UUID to superblock
This enables userspace application to find the file system UUID using sys_name_to_handle_at syscall Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/ext4/super.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/ext4... 3 Jun 2010 13:24
mmc: make sdhci work with ricoh mmc controller
On Thu, 3 Jun 2010 04:16:27 +0300 Maxim Levitsky <maximlevitsky(a)gmail.com> wrote: The current way of disabling it is not well tested by vendor and has all kinds of bugs that show up on resume from ram/disk. Old way of disabling is still supported by continuing to use CONFIG_MMC_RICOH_MMC. Base... 13 Jun 2010 12:41