arch/tile: infrastructure and configuration-related files.
On 5/31/2010 3:47 AM, Paul Mundt wrote: On Fri, May 28, 2010 at 11:09:12PM -0400, Chris Metcalf wrote: +config ZONE_DMA + def_bool y + Do you really want ZONE_DMA? Looking through the code it seems like you are just using this in place of ZONE_NORMAL instead of for dealing with an... 3 Jun 2010 14:31
alsa: ASoC: JZ4740: Add qi_lb60 board driver
On Wed, Jun 02, 2010 at 09:15:32PM +0200, Lars-Peter Clausen wrote: + ret = gpio_request(QI_LB60_SND_GPIO, "SND"); + if (ret) { + pr_err("qi_lb60 snd: Failed to request SND GPIO(%d): %d\n", + QI_LB60_SND_GPIO, ret); + goto err_device_put; + } + + ret = gpio_request(QI_LB60_AMP_GPIO, "AMP"... 22 Jun 2010 07:11
serial: bfin_5xx: IRDA is not affected by anomaly 05000230
On Mon, May 31, 2010 at 07:29:31AM -0400, Mike Frysinger wrote: From: Graf Yang <graf.yang(a)analog.com> Anomaly 05000230 (over sampling of the UART STOP bit) applies only when the peripheral is operating in UART mode. So drop the anomaly handling when the UART is in IRDA mode. Signed-off-by: Graf... 3 Jun 2010 14:31
Stable pages while IO (was Wrong DIF guard tag on ext2 write)
Boaz Harrosh, on 06/03/2010 08:09 PM wrote: [Topic] How to not let pages change while in IO [Abstract] As seen in a long thread on the fsdvel scsi mailing lists. Lots of people have headaches and sleep less nights because individual pages can change while in IO and/or DMA. Though each one as sligh... 7 Jun 2010 05:16
[PATCH v4] block: avoid unconditionally freeing previously allocated request_queue
block: avoid unconditionally freeing previously allocated request_queue On blk_init_allocated_queue_node failure, only free the request_queue if it is wasn't previously allocated outside the block layer (e.g. blk_init_queue_node was blk_init_allocated_queue_node caller). This addresses an interface bug introduc... 3 Jun 2010 14:31
floppy driver assumes INITIAL_JIFFIES == 0
The ancient and crufty floppy driver has some serious problems if used during the boot process. It will miss data, and cause OOPS because of callback routines called in unexpected contexts. All this goes away if INITIAL_JIFFIES is 0 as it was when this driver was written. The root cause of all this is lots of pl... 9 Jun 2010 02:05
MIPS: Add base support for Ingenic JZ4740 System-on-a-Chip
Hi Florian Florian Fainelli wrote: Hi Lars, On Wednesday 02 June 2010 21:02:52 Lars-Peter Clausen wrote: This patch adds a new cpu type for the JZ4740 to the Linux MIPS architecture code. It also adds the iomem addresses for the different components found on a JZ4740 SoC. Signed-of... 3 Jun 2010 13:25
[PATCH v3] block: avoid unconditionally freeing previously allocated request_queue
On blk_init_allocated_queue_node failure, only free the request_queue if it is wasn't previously allocated outside the block layer (e.g. blk_init_queue_node was blk_init_allocated_queue_node caller). This addresses an interface bug introduced by the following commit: 01effb0 block: allow initialization of previou... 3 Jun 2010 13:25
[PATCH][RESEND] staging: usbip: usbip_common: kill rx thread on tx thread creation error.
Signed-off-by: Himanshu Chauhan <hschauhan(a)nulltrace.org> --- drivers/staging/usbip/usbip_common.c | 46 ++++++++++++++++++++++++--------- 1 files changed, 33 insertions(+), 13 deletions(-) diff --git a/drivers/staging/usbip/usbip_common.c b/drivers/staging/usbip/usbip_common.c index 5240816..cd20d2b 100644 ... 3 Jun 2010 13:25
[PATCH -next] classmate-laptop: fix for RFKILL=m, CMPC=y
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build error when CONFIG_RFKILL=m and CONFIG_ACPI_CMPC=y: classmate-laptop should depend on RFKILL or RFKILL=n. classmate-laptop.c:(.text+0x1351fc): undefined reference to `rfkill_unregister' classmate-laptop.c:(.text+0x135204): undefined reference to `rfkill_dest... 3 Jun 2010 13:24