First  |  Prev |  Next  |  Last
Pages: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
[PATCH 1/3] memstick: init sysfs attributes
Otherwise locdep complains. Signed-off-by: Maxim Levitsky <maximlevitsky(a)gmail.com> --- drivers/memstick/core/mspro_block.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/memstick/core/mspro_block.c b/drivers/memstick/core/mspro_block.c index 8327e24..369313f 100644 --- a/dr... 5 Aug 2010 11:20
lp3971: remove unnecessary ret value checking in lp3971_i2c_write()
hi Mark, 2010/8/5 Mark Brown <broonie(a)opensource.wolfsonmicro.com>: On Thu, Aug 05, 2010 at 11:40:38AM +0800, Axel Lin wrote: i2c_smbus_write_byte_data() returns zero or negative value, therefore no need to check if ret is greater than zero or not. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> ... 5 Aug 2010 20:17
[PATCH 2/3] MEMSTICK: fix hangs on unexpected device removal in mspro_blk
mspro_block_remove is called from detect thread that first calls the mspro_block_stop, which stops the request queue. If we call del_gendisk with queue stopped we get a deadlock. Signed-off-by: Maxim Levitsky <maximlevitsky(a)gmail.com> --- drivers/memstick/core/mspro_block.c | 5 +++-- 1 files changed, 3 i... 5 Aug 2010 11:19
[PATCH 0/2 V2 resend] Driver for Ricoh cardreader + few fixes
(resending because I forgot to CC LKML) Hi, This is second revision of my patches that conatains one more fix, and few fixes for the driver. Patches 1-2 have no reason to be held back from beeing merged in 2.6.35 In fact patch #2 should be added to -stable as well. The actual driver (patch #3) is new dri... 5 Aug 2010 11:19
init: add support for root devices specified by partition UUID
On Thu, Aug 5, 2010 at 5:55 AM, Tejun Heo <tj(a)kernel.org> wrote: Hello, On 08/04/2010 08:22 PM, Will Drewry wrote: @@ -642,6 +642,7 @@ void __init printk_all_partitions(void) � � � � � � � struct hd_struct *part; � � � � � � � char name_buf[BDEVNAME_SIZE]; � � � � � � � char devt_buf[BDEVT_SIZE... 5 Aug 2010 15:46
vmscan: synchrounous lumpy reclaim use lock_page() instead trylock_page()
On Thu, Aug 05, 2010 at 03:13:39PM +0900, KOSAKI Motohiro wrote: When synchrounous lumpy reclaim, there is no reason to give up to reclaim pages even if page is locked. We use lock_page() instead trylock_page() in this case. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> --- mm/v... 5 Aug 2010 12:27
[PATCH 00/19] More section fixes [Was: Re: [PATCH 01/11] ARM: cam60: move cam60_spi_devices to .init.data]
Hello, I updated the series and added a few more fixes. The usb-fixes were already sent to linux-usb ML, the others are new. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K�nig | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To un... 5 Aug 2010 10:13
drivers/infiniband/hw/ehca: Drop unnecessary null test
On Wed, 04 Aug 2010 11:50:05 -0700 Roland Dreier <rdreier(a)cisco.com> wrote: Looks fine to me. ehca guys, any objection? We don't have any objections. Acked-by: Alexander Schmidt <alexs(a)linux.vnet.ibm.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message... 5 Aug 2010 10:13
[git pull] FireWire updates post 2.6.35
Linus, please pull from the for-linus branch at git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git for-linus to receive the following FireWire (IEEE 1394) subsystem updates: - <linux/firewire-cdev.h> userspace ABI update: - Add missing source node data to incoming request e... 5 Aug 2010 10:13
[PATCH 4/5] U6715 platform serial driver It's a generic driver for all U6 platform
Clock specificity: It's parent clock depend on baud rate. The UART port can be used before u6xxx clock framework initialization Signed-off-by: Philippe Langlais <philippe.langlais(a)stericsson.com> --- arch/arm/plat-u6xxx/Makefile | 2 +- arch/arm/plat-u6xxx/include/mach/serial.h | 23 +++ ... 5 Aug 2010 10:13
First  |  Prev |  Next  |  Last
Pages: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193