First  |  Prev |  Next  |  Last
Pages: 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898
USB: gadget: f_mass_storage: stale common->fsg value bug fix
On Fri, Jun 25, 2010 at 04:29:28PM +0200, Michal Nazarewicz wrote: Greg, this is another bug fix so I believe it should make it to 2.6.35. At the samo time, it is not triggered by any drivers in kernel so I dunno if it's worth including in other stable trees. I leave it to you to decide. I'll just queue... 25 Jun 2010 15:22
firmware: Update hotplug script, remove sysfs files
On Fri, Jun 25, 2010 at 05:55:11PM +0900, Magnus Damm wrote: From: Magnus Damm <damm(a)opensource.se> Update the in-kernel hotplug example script to work properly with recent kernels. Without this fix the script may load the firmware twice - both at "add" and "remove" time. The second load only ... 28 Jun 2010 04:06
[PATCH 0/3] Add support for CNS3xxx SDHCI hosts
Hi all, Ben Dooks once suggested that we'd better keep SDHCI SoC-specific stuff in the driver/mmc/, as it's done for SDHCI S3C, eSDHC and HLWD devices. This helps maintain the code, and keeps MMC-specific stuff out of the platform code. We already do this for OpenFirmware platforms (see sdhci-of-*), but the i... 25 Jun 2010 14:17
[PATCH 1/3] sdhci-pltfm: Switch to module device table matching
Sometimes want to place SoC-specific parts alongside with the generic driver, and to do so, we have to switch the driver over to the module device table matching. Note that drivers/mmc/host/sdhci-pltfm.h is so far empty, but it'll hold SoC-specific driver data handlers soon. Signed-off-by: Anton Vorontsov <avo... 25 Jun 2010 14:17
[PATCH 3/3] sdhci-pltfm: Add support for CNS3xxx SoC devices
There's nothing special, just SoC-specific ops and quirks. Signed-off-by: Anton Vorontsov <avorontsov(a)mvista.com> --- drivers/mmc/host/Kconfig | 9 ++++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-cns3xxx.c | 97 ++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sdhci-p... 25 Jun 2010 14:17
[PATCH 2/3] sdhci-pltfm: Reorganize Makefile entries to support SoC devices
Due to build system limitations, intermediate and final objects can't have the same names. And as we're going to start building SoC-specific objects, let's rename the module to sdhci-platform, into which we'll link sdhci-pltfm and SoC-specifc objects. There should be no issue in renaming as the driver uses modali... 25 Jun 2010 14:17
Add RCU check for find_task_by_vpid().
On Sat, Jun 26, 2010 at 01:08:19AM +0900, Tetsuo Handa wrote: find_task_by_vpid() says "Must be called under rcu_read_lock().". But due to commit 3120438 "rcu: Disable lockdep checking in RCU list-traversal primitives", we are currently unable to catch "find_task_by_vpid() with tasklist_lock held but RCU lo... 28 Jun 2010 20:34
[PATCH v4 1/3] hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
On Fri, 2010-06-25 at 12:06 -0400, Jonathan Cameron wrote: On 06/25/10 15:40, Guenter Roeck wrote: This driver adds support for the monitoring features of the Summit Microelectronics SMM665 Six-Channel Active DC Output Controller/Monitor. One out of date comment given you have now added the api... 25 Jun 2010 14:16
[PATCH] Staging: dt3155: remove unused 32-bit and 8-bit global registers
All of the board 32-bit registers and 8-bit i2c registers are either read before writing to them or they are just written to with a new value. There is no reason to keep a 'local' copy of any of them. As a first step to removing them, get rid of all the ones that are not used in the driver. Signed-off-by: H H... 25 Jun 2010 14:16
ARM: unwind - optimise linked-list searches for modules
On Tue, 2010-06-15 at 13:46 +0100, Phil Carmody wrote: With several sections per module, and dozens of modules, the searches down the linked list would dominate the lookup time, dwarfing any savings from the binary search within the section. A simple move-to-front optimisation exploits the commonality ... 25 Jun 2010 14:16
First  |  Prev |  Next  |  Last
Pages: 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898