First  |  Prev |  Next  |  Last
Pages: 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
[PATCH 1/2] mfd/mc13783: new function exposing flags
This is needed for the mc13783-adc driver to decide if a touch screen is connected. If so some channels are not available as generic hwmon inputs. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/mfd/mc13783-core.c | 6 ++++++ include/linux/mfd/mc13783.h | 2 ++ 2 files chan... 2 Aug 2010 05:59
[PATCH 2/2] hwmon/mc13783-adc: don't access struct mc13783 directly
There is a shiny new mc13783 API function that can be used instead. While at it refactor the code a bit to reduce code duplication a bit. This removes the last user of <linux/mfd/mc13783-private.h> and so this include file can go away. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- dr... 2 Aug 2010 05:59
[PATCH] U6715 16550A serial driver support
UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone): * Fully compatible with industry standard 16C550 and 16C450 from various manufacturers * RX and TX 64 byte FIFO reduces CPU interrupts * Full double buffering * Modem control signals include CTS, RTS, (and DSR, DTR on UART1 only)... 2 Aug 2010 05:59
make 3.82 fails on powerpc defconfig update [was: Linux 2.6.35]
Hi, (please cc me as I'm not subscribed) updating from make 3.81 to 3.82 gets me this: [thomas(a)tmb linux-2.6.35]$ cp arch/powerpc/configs/ppc64_defconfig .config [thomas(a)tmb linux-2.6.35]$ LC_ALL=C make oldconfig ARCH=powerpc /mnt/work/2.6.35/linux-2.6.35/arch/powerpc/Makefile:183: *** mixed implicit and nor... 7 Aug 2010 14:44
Paravirtualized spinlock implementation for KVM guests
On 07/26/2010 09:15 AM, Srivatsa Vaddagiri wrote: Paravirtual spinlock implementation for KVM guests, based heavily on Xen guest's spinlock implementation. + +static struct spinlock_stats +{ + u64 taken; + u32 taken_slow; + + u64 released; + +#define HISTO_BUCKETS 30 + u32 hi... 3 Aug 2010 14:44
jz4740-adc: check kmalloc() result
Hi Axel, On Mon, Aug 02, 2010 at 09:12:04AM +0800, Axel Lin wrote: From 40f965e63c4aefb402d85cf8392681565e172d2d Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin(a)gmail.com> Date: Mon, 2 Aug 2010 09:02:02 +0800 Subject: [PATCH] jz4740-adc: check kmalloc() result If kmalloc() fails exit with -ENOM... 2 Aug 2010 04:55
[PATCH 1/9 v2] staging: dt3155: check put_user() return value
put_user() return code was not checked for errors. To simplify the code fill local struct dt3155_read with data and copy it with single copy_to_user() call. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/dt3155/dt3155_drv.c | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 d... 2 Aug 2010 04:55
[PATCH -v2 1/2] x86, setup: reorgize the early_console_setup
Seperate early_serial_console from tty.c will reuse early_serial_console.c/string.c/printf.c/cmdline.c in compressed/misc.c -v2: according to hpa, don't include string.c etc. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/boot/Makefile | 8 - arch/x86/boot/boot.h ... 2 Aug 2010 04:55
Bug 12309 - Large I/O operations result in poor interactive performance and high iowait times
> I've pointed to your two patches in the bug report, so hopefully someone who is seeing the issues can try them out. Thanks. I noticed your comment about the no swap situation "#26: Per von Zweigbergk Disabling swap makes the terminal launch much faster while copying; However Firefox and vim ha... 2 Aug 2010 04:55
[PATCH v2 2/3] KVM: MMU: move bits lost judgement into a separate function
Introduce spte_has_volatile_bits() function to judge whether spte bits will miss, it's more readable and can help us to cleanup code later Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff -... 2 Aug 2010 04:55
First  |  Prev |  Next  |  Last
Pages: 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263