[PATCH 3/3] gpiolib: Add WM8994 GPIO support
The WM8994 has 11 GPIO lines. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile | 1 + drivers/gpio/wm8994-gpio.c | 204 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 212 insertions(+), 0 deletions(-) creat... 2 Feb 2010 22:03
at91_udc.c use spinlocks instead of local_irq_xxx
On Friday, January 29, 2010 9:21 AM, Harro Haan wrote: The locking code of this driver is reworked for preempt-rt. Signed-off-by: Harro Haan <hrhaan(a)gmail.com> --- drivers/usb/gadget/at91_udc.c | 139 ++++++++++++++++++++++++++++-------------- drivers/usb/gadget/at91_udc.h | 1 2 files cha... 2 Feb 2010 22:03
Webmail Account Verification Update ! ! !
Your mailbox quota has been exceeded the storage limit which is 20GB as set by your administrator, you are currently running on 20.9GB. You may not be able to send or receive new mails until you re-validate your mailbox. To re-activate your account please click the link and login with the username and password... 2 Feb 2010 22:03
SCHED_DEADLINE for MIPS
Hi, All Just made SCHED_DEADLINE run on my YeeLoong laptop ;) SCHED_DEADLINE made by Dario Faggioli and Michael Trimarchi, is "a new scheduling class called SCHED_DEADLINE for the Linux kernel. The scheduling class implements the real-time scheduling algorithm called Earliest Deadline First (EDF), one of the m... 2 Feb 2010 22:03
powerpc: implement arch_scale_smt_power for Power7
Gabriel Paubert wrote: On Thu, Jan 28, 2010 at 05:20:55PM -0600, Joel Schopp wrote: On Power7 processors running in SMT4 mode with 2, 3, or 4 idle threads there is performance benefit to idling the higher numbered threads in the core. Really 2, 3, or 4? When you have 4 idle th... 2 Feb 2010 22:03
[PATCH 27/68] slc90e66: always program control bits
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] slc90e66: always program control bits This matches behavior of libata pata_efar host driver. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/slc90e66.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 d... 2 Feb 2010 22:02
[PATCH 15/68] sis5513: use pata_sis.h
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] sis5513: use pata_sis.h Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/sis5513.c | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) Index: b/drivers/ide/sis5513.c ============... 2 Feb 2010 22:02
[PATCH 23/68] ide: add drive->class field
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] ide: add drive->class field Add class field to ide_drive_t matching class field used in struct ata_device. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- include/linux/ide.h | 8 +++++++- 1 file changed, 7 insertions... 2 Feb 2010 22:02
[PATCH 19/68] ide: add hwif->port_no field
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] ide: add hwif->port_no field Add port_no field to ide_hwif_t matching port_no field used in struct ata_port. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- include/linux/ide.h | 7 ++++++- 1 file changed, 6 insertion... 2 Feb 2010 22:02
kprobes: Disable booster when CONFIG_PREEMPT=y
Ingo Molnar wrote: * Masami Hiramatsu <mhiramat(a)redhat.com> wrote: Disable kprobe booster when CONFIG_PREEMPT=y, because it can't ensure that all kernel threads preempted on kprobe's boosted slot run out from the slot even using freeze_processes(). hm, this really sucks as it makes preem... 2 Feb 2010 22:02