[PATCH 20/41] rt2800pci: add rt2800_rf_[read,write]() wrappers
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] rt2800pci: add rt2800_rf_[read,write]() wrappers Part of preparations for later code unification. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/net/wireless/rt2x00/rt2800pci.c | 32 +++++++++++++++++++----------... 5 Nov 2009 07:45
rt2800usb: add rt2800_mcu_request() wrapper
On Wed, Nov 4, 2009 at 6:34 PM, Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> wrote: From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] rt2800usb: add rt2800_mcu_request() wrapper Part of preparations for later code unification. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@g... 5 Nov 2009 14:31
[Patch 2/3] staging: rt2860: remove superfluous newlines
From: Sebastian Dalfuß <sd(a)sedf.de> Subject: [Patch 2/3] staging: rt2860: remove superfluous newlines This patch is based on 2.6.32-rc6 This tiny patch removes a few quite unnecessary extra newlines from DBGPRINT() and printk() strings. Signed-off-by: Sebastian Dalfuß <sd(a)sedf.de> --- diff -ru b/drivers/... 5 Nov 2009 07:44
2.6.31 - INFO: task mt:14828 blocked for more than 120 seconds
Hi all, I'm running 2.6.31 on a dual PIII Xeon 550Mhz box running Debian unstable, very much upto date. I've got two IDE disks, two SATA disks, two SCSI boot disks, two DLT7k tape drives and a tape library. All on seperate controllers. I'm trying to erase a DLT7000 tape, but I can't interrupt the 'mt -f ... 5 Nov 2009 07:43
blkio: Some CFQ debugging Aid
In the previous patchset when merged with the bio tracking patches we had a very convenient biocg_id we could use for debugging. If the eventual plan is to merge the biotrack patches, do you think it makes sense to introduce the per-blkio cgroup id here when DEBUG_BLK_CGROUP=y and use that for all traces? The cgr... 5 Nov 2009 20:06
blkio: Introduce the notion of weights
Vivek Goyal <vgoyal(a)redhat.com> writes: o Introduce the notion of weights. Priorities are mapped to weights internally. These weights will be useful once IO groups are introduced and group's share will be decided by the group weight. I'm sorry, but I need more background to review this patch. Where d... 5 Nov 2009 07:43
omap: RX-51: enable tsc2005
Aaro Koskinen wrote: +static struct spi_board_info rx51_peripherals_spi_board_info[] = { This can be marked with __initdata. BR, Tommi Rantala -- 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://vge... 10 Nov 2009 05:54
blkio: Documentation
Vivek Goyal <vgoyal(a)redhat.com> writes: +- blkio.weight + - Specifies per cgroup weight. + + Currently allowed range of weights is from 100 to 1000. Why not 1 to 1000? Cheers, Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@... 17 Nov 2009 14:02
[PATCH v2 2/2] omap: RX-51: enable tsc2005
Enable tsc2005 touchscreen driver on the RX-51 board. Signed-off-by: Aaro Koskinen <aaro.koskinen(a)nokia.com> --- The patch is for 2.6.32-rc6. arch/arm/configs/rx51_defconfig | 1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 66 ++++++++++++++++++++++++++ 2 files changed, 67 insertions... 4 Nov 2009 08:36
Block IO Controller V1
On Tue, Nov 03 2009, Vivek Goyal wrote: Hi All, This is V1 of the Block IO controller patches on top of 2.6.32-rc5. Thanks for posting this Vivek. Can you rebase the patches on top of my for-2.6.33 branch, there are a bigger-than-usual number of pending CFQ patches in there so things won't apply directly... 5 Nov 2009 07:46