First  |  Prev |  Next  |  Last
Pages: 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
[PATCH 1/2] regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register
From: Anuj Aggarwal <anuj.aggarwal(a)ti.com> In TPS6507x, depending on the status of DEFDCDC{2,3} pin either DEFDCDC{2,3}_LOW or DEFDCDC{2,3}_HIGH register needs to be read or programmed to change the output voltage. The current driver assumes DEFDCDC{2,3} pins are always tied low and thus operates only on DEFDC... 12 Jul 2010 07:24
[PATCH] Staging:dt3155: fix code style generated by checkpatch.pl in dt3155_drv.c.
This is a patch to the dt3155_drv.c file that fixes up a warning & errors found by the checkpatch.pl tool. Signed-off-by: Ilya Gorskin <Revent82(a)gmail.com> --- drivers/staging/dt3155/dt3155_drv.c | 952 ++++++++++++++++------------------- 1 files changed, 445 insertions(+), 507 deletions(-) diff --git a/dri... 12 Jul 2010 06:20
Research on Open Source Software Development
Hi, I am writing my bachelors thesis at the university of Siegen in Germany about the influence of feedback on open source developement. I want to focus especially at Linux systems. You could really help me with my research by answering a few questions. It will only take about ten minutes. You can access the question... 12 Jul 2010 06:20
x86: Setup early console as early as possible
Hi Yinghai, Yinghai Lu wrote: Analyze "console=uart8250,io,0x3f8,115200n8" in i386_start_kernel/x86_64_start_kernel, and call setup_early_serial8250_console() to init early serial console. only can handle io port kind of 8250. because mmio need ioremap. Signed-off-by: Yinghai Lu <yinghai(a)kernel.o... 3 Aug 2010 11:26
vfs: Add name to file handle conversion support
On Mon, 12 Jul 2010, Aneesh Kumar K.V wrote: The file handle also include mount id which can be used to lookup file system specific information such as uuid in /proc/<pid>mountinfo Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/open.c | 124 ++++++++++++++... 12 Jul 2010 12:56
vfs: Support null pathname in linkat
On Mon, 12 Jul 2010, Aneesh Kumar K.V wrote: This enables to use linkat to create hardlinks from a file descriptor pointing to the file. This can be used with open_by_handle syscall that returns a file descriptor. This needs more thought, filesystems don't usually tolerate resurrecting a file which has alr... 13 Jul 2010 02:11
[PATCH v2] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.
>From 94d1ea57ac2fbe37133e25e99ccb265250f0027d Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang(a)analog.com> Date: Fri, 9 Jul 2010 15:36:20 +0800 Subject: [PATCH v2] MMC:mmc_spi: Recover from crc error for SD read/write operation over SPI. SPI bus is not reliable on all platforms when doing large data trans... 12 Jul 2010 04:10
vfs: Export file system uuid via /proc/<pid>mountinfo
On Mon, 12 Jul 2010 12:05:43 +0530, "Aneesh Kumar K.V" <aneesh.kumar(a)linux.vnet.ibm.com> wrote: We add a per superblock uuid field. File systems should update the uuid in the fill_super callback Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/namespace.c | 3 +++ i... 9 Aug 2010 11:13
[PATCH] pci: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY}
In 2.6.34, we transformed the PCI DMA API into the generic device mode. The PCI DMA API is just the wrapper of the DMA API. So we don't need HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_SIZE or HAVE_ARCH_PCI_SET_DMA_SEGMENT_BOUNDARY (which enable architectures to have the own implementations). Both haven't been used anyway.... 12 Jul 2010 03:05
[PATCH] idle: intel_idle: Change mode 755 => 644
Remove execution permission from source file. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 drivers/idle/intel_idle.c diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c old mode 100755 new mode 100644 -- ... 12 Jul 2010 03:05
First  |  Prev |  Next  |  Last
Pages: 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645