[PATCH 26/52] mmc_block: add dev_t initialization check

2010-01-14 Thread Greg Kroah-Hartman
From: Anna Lemehova commit 7d92df692994472cab6045bbd9d0e2c4afa4365f upstream. When a card is removed before mmc_blk_probe() has called add_disk(), then the minor field is uninitialized and has value 0. This caused mmc_blk_put() to always release devidx 0 even if 0 was still in use. Then the ne

[PATCH 27/52] mmc_block: fix probe error cleanup bug

2010-01-14 Thread Greg Kroah-Hartman
From: Jarkko Lavinen commit 0a74ff29b8dd8b748f8856352f9a9b5c6cc362cc upstream. If mmc_blk_set_blksize() fails mmc_blk_probe() the request queue and its thread have been set up and they need to be shut down properly before putting the disk. Signed-off-by: Jarkko Lavinen Signed-off-by: Adrian Hu

[PATCH 28/52] mmc_block: fix queue cleanup

2010-01-14 Thread Greg Kroah-Hartman
From: Adrian Hunter commit 5fa83ce284a4b7cd9dcfadd01500b0ed4ab9b740 upstream. The main bug was that 'blk_cleanup_queue()' was called while the block device could still be in use, for example, because the card was removed while files were still open. In addition, to be sure that 'mmc_request()'

Re: mmc_spi and flash cards

2010-01-14 Thread Cliff Brake
On Sat, Jan 2, 2010 at 9:17 AM, Matt Fleming wrote: > On Mon, 28 Dec 2009 12:58:28 -0500, Cliff Brake wrote: >> >> >> STOP_TRANSMISSION >> >> bit 3 -> R1_SPI_COM_CRC (the CRC of the last command failed) >> >> mmc0: req done (CMD18): 0: >> mmc0:     4096 bytes t

Re: [PATCH 3/8] OMAP: reconnect hsmmc context loss count

2010-01-14 Thread Paul Walmsley
On Wed, 13 Jan 2010, Adrian Hunter wrote: > >From 840e68745248b4d302429380aa5b1ea944c13024 Mon Sep 17 00:00:00 2001 > From: Adrian Hunter > Date: Tue, 5 Jan 2010 10:06:58 +0200 > Subject: [PATCH] OMAP: reconnect hsmmc context loss count > > Call the PM context-loss count function, now that there

Re: [PATCH 4/8] omap_hsmmc: set DVFS/PM constraints

2010-01-14 Thread Paul Walmsley
Hello Adrian, On Thu, 14 Jan 2010, Adrian Hunter wrote: > Paul Walmsley wrote: > > (added Denis and Kevin) > > > > Hello Denis, Adrian, > > > > On Wed, 13 Jan 2010, Adrian Hunter wrote: > > > > > >From afab8b432b37ae1f42b281e58989c8d607ed7183 Mon Sep 17 00:00:00 2001 > > > From: Denis Karpov

patch mmc_block-fix-queue-cleanup.patch added to 2.6.32-stable tree

2010-01-14 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: mmc_block: fix queue cleanup to the 2.6.32-stable tree. Its filename is mmc_block-fix-queue-cleanup.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/kernel/git/st

patch mmc_block-fix-probe-error-cleanup-bug.patch added to 2.6.32-stable tree

2010-01-14 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: mmc_block: fix probe error cleanup bug to the 2.6.32-stable tree. Its filename is mmc_block-fix-probe-error-cleanup-bug.patch A git repo of this tree can be found at http://www.kernel.org/git/?p

patch mmc_block-add-dev_t-initialization-check.patch added to 2.6.32-stable tree

2010-01-14 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: mmc_block: add dev_t initialization check to the 2.6.32-stable tree. Its filename is mmc_block-add-dev_t-initialization-check.patch A git repo of this tree can be found at http://www.kernel.org/

Re: [Bugme-new] [Bug 14983] New: SD card reader stopped working completely

2010-01-14 Thread Matt Fleming
On Fri, Jan 08, 2010 at 03:05:25PM -0800, Andrew Morton wrote: > > This is a regression. There's additional info at the bugzilla link. > > Could someone please work with Peter on this? > > Thanks. I guess Philip would be the logical first choice. Philip, do you have time to handle this? If no

Re: [PATCH 4/8] omap_hsmmc: set DVFS/PM constraints

2010-01-14 Thread Adrian Hunter
Paul Walmsley wrote: (added Denis and Kevin) Hello Denis, Adrian, On Wed, 13 Jan 2010, Adrian Hunter wrote: >From afab8b432b37ae1f42b281e58989c8d607ed7183 Mon Sep 17 00:00:00 2001 From: Denis Karpov Date: Wed, 8 Jul 2009 16:15:08 +0200 Subject: [PATCH] omap_hsmmc: set DVFS/PM constraints Se

Re: [PATCH 1/8] omap_hsmmc: move gpio and regulator control from board file

2010-01-14 Thread Adrian Hunter
ext Madhusudhan wrote: -Original Message- From: Adrian Hunter [mailto:adrian.hun...@nokia.com] Sent: Wednesday, January 13, 2010 5:40 AM To: Tony Lindgren Cc: linux-mmc Mailing List; Adrian Hunter; Andrew Morton; linux-omap Mailing List; Madhusudhan Chikkature Subject: [PATCH 1/8] omap_

Re: [PATCH 1/8] omap_hsmmc: move gpio and regulator control from board file

2010-01-14 Thread Adrian Hunter
ext Tony Lindgren wrote: * Adrian Hunter [100113 03:38]: From c2ed3074a73fc13d088c53193af546c01d1061b1 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Mon, 4 Jan 2010 13:44:36 +0200 Subject: [PATCH] omap_hsmmc: move gpio and regulator control from board file This patch moves the setup code