Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Roger Quadros
On 07/06/2010 08:42 PM, ext Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Roger Quadros
On 07/06/2010 10:51 PM, Hunter Adrian (Nokia-MS/Helsinki) wrote: Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't

[PATCH V4 0/5] Add MMC erase and secure erase V4

2010-07-07 Thread Adrian Hunter
Hi Add ability to do MMC erase and secure erase operations from userspace, using the BLKDISCARD ioctl and a newly created BLKSECDISCARD ioctl. This is version 4 of these patches. Changes from V3 - rebased on mmotm - added SD/MMC device attribute documentation to 'mmc: Add erase, secure

[PATCH V4 3/5] omap_hsmmc: Add erase capability

2010-07-07 Thread Adrian Hunter
From db31a11109e7f0c89a7a9ca70ad03beff354aa8e Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 18 May 2010 17:33:13 +0300 Subject: [PATCH 3/5] omap_hsmmc: Add erase capability Disable the data (busy) timeout for erases and set the MMC_CAP_ERASE capability.

[PATCH V4 1/5] mmc: Add erase, secure erase, trim and secure trim operations

2010-07-07 Thread Adrian Hunter
From 7f01ad3c4be6ec09318176db12db66f353b526e0 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 1 Jun 2010 13:20:22 +0300 Subject: [PATCH 1/5] mmc: Add erase, secure erase, trim and secure trim operations SD/MMC cards tend to support an erase operation. In

[PATCH V4 4/5] block: Add secure discard

2010-07-07 Thread Adrian Hunter
From 1cdd5b576bfafcd53857ed4d37830446e96e8206 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Wed, 23 Jun 2010 15:41:38 +0300 Subject: [PATCH 4/5] block: Add secure discard Secure discard is the same as discard except that all copies of the discarded sectors (perhaps

[PATCH 2/4] Smedia Glamo 3362 MMC/SD Card Interface driver

2010-07-07 Thread Thibaut Girka
Signed-off-by: Thibaut Girka t...@sitedethib.com --- drivers/mmc/host/Kconfig | 11 + drivers/mmc/host/Makefile|1 + drivers/mmc/host/glamo-mci.c | 985 ++ 3 files changed, 997 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Nicolas Pitre
On Wed, 7 Jul 2010, Roger Quadros wrote: On 07/06/2010 08:42 PM, ext Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: OK, this is how I see it. - Treat the non-removable card as non-removable. So no need to do card detect emulation. - Treat the GPIO power

Re: [PATCH v5] OMAP: Fix for bus width which improves SD card's peformance.

2010-07-07 Thread kishore kadiyala
Tony, Could this patch be taken ? Thanks, kishore On Tue, Jun 15, 2010 at 1:37 PM, kishore kadiyala kishorek.kadiy...@gmail.com wrote: From: Kishore Kadiyala kishore.kadiy...@ti.com This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'.

Re: [PATCH V4 1/5] mmc: Add erase, secure erase, trim and secure trim operations

2010-07-07 Thread Ben Gardiner
On Wed, Jul 7, 2010 at 7:17 AM, Adrian Hunter adrian.hun...@nokia.com wrote: From 7f01ad3c4be6ec09318176db12db66f353b526e0 Mon Sep 17 00:00:00 2001 SD/MMC cards tend to support an erase operation.  In addition, eMMC v4.4 cards can support secure erase, trim and secure trim operations that are

RE: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Nicolas Pitre
On Wed, 7 Jul 2010, Madhusudhan wrote: -Original Message- From: Nicolas Pitre [mailto:n...@fluxnic.net] Sent: Wednesday, July 07, 2010 9:03 AM To: Roger Quadros Cc: Hunter Adrian (Nokia-MS/Helsinki); Ohad Ben-Cohen; linux- wirel...@vger.kernel.org;

Re: [PATCH V4 1/5] mmc: Add erase, secure erase, trim and secure trim operations

2010-07-07 Thread Adrian Hunter
Ben Gardiner wrote: On Wed, Jul 7, 2010 at 7:17 AM, Adrian Hunter adrian.hun...@nokia.com wrote: From 7f01ad3c4be6ec09318176db12db66f353b526e0 Mon Sep 17 00:00:00 2001 SD/MMC cards tend to support an erase operation. In addition, eMMC v4.4 cards can support secure erase, trim and secure

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Adrian Hunter
Nicolas Pitre wrote: On Wed, 7 Jul 2010, Roger Quadros wrote: On 07/06/2010 10:51 PM, Hunter Adrian (Nokia-MS/Helsinki) wrote: For eMMC in omap_hsmmc, this is all done via claim_host / release_host which call -enable() / -disable() methods. omap_hsmmc makes use of mmc_power_restore_host()

Re: [PATCH 01/12] mmci: use sg_miter API to fix multi-page sg handling

2010-07-07 Thread Linus Walleij
I've tested this MMCI patch set on RealView PB1176 and U300, mounted cards, copied files back and forth, unmount diff files. No problems. This should cover all MMCI variants, since the PB1176 is a vanilla ARM variant. Just fix the comments on patch #7 and it should be ripe for the patch tracker

Re: [PATCH V4 1/5] mmc: Add erase, secure erase, trim and secure trim operations

2010-07-07 Thread Ben Gardiner
On Wed, Jul 7, 2010 at 3:05 PM, Adrian Hunter adrian.hun...@nokia.com wrote: Ben Gardiner wrote: On Wed, Jul 7, 2010 at 7:17 AM, Adrian Hunter adrian.hun...@nokia.com wrote: From 7f01ad3c4be6ec09318176db12db66f353b526e0 Mon Sep 17 00:00:00 2001 SD/MMC cards tend to support an erase

+ mmc-fix-all-hangs-related-to-mmc-sd-card-insert-removal-during-suspend-resume-fix.patch added to -mm tree

2010-07-07 Thread akpm
The patch titled mmc-fix-all-hangs-related-to-mmc-sd-card-insert-removal-during-suspend-resume-fix has been added to the -mm tree. Its filename is mmc-fix-all-hangs-related-to-mmc-sd-card-insert-removal-during-suspend-resume-fix.patch Before you just go and hit reply, please: a)

RE: [PATCH 06/15] omap zoom2: wlan board muxing

2010-07-07 Thread Ghorai, Sukumar
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Ohad Ben-Cohen Sent: Tuesday, July 06, 2010 6:08 AM To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Cc:

RE: [PATCH 04/15] mmc: support embedded data field in mmc_host

2010-07-07 Thread Ghorai, Sukumar
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Ohad Ben-Cohen Sent: Tuesday, July 06, 2010 6:08 AM To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Cc:

RE: [PATCH 00/15] wlan+omap+mmc: out-of-the-box WLAN support for ZOOM2/3

2010-07-07 Thread Ghorai, Sukumar
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Ohad Ben-Cohen Sent: Tuesday, July 06, 2010 6:08 AM To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Cc:

RE: [PATCH 15/15] omap: zoom: enable WLAN device

2010-07-07 Thread Ghorai, Sukumar
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Ohad Ben-Cohen Sent: Tuesday, July 06, 2010 6:08 AM To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Cc:

RE: [PATCH 14/15] omap: zoom: add WLAN device

2010-07-07 Thread Ghorai, Sukumar
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Ohad Ben-Cohen Sent: Tuesday, July 06, 2010 6:08 AM To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; linux- o...@vger.kernel.org Cc:

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Nicolas Pitre
On Wed, 7 Jul 2010, Adrian Hunter wrote: Nicolas Pitre wrote: On Wed, 7 Jul 2010, Roger Quadros wrote: On 07/06/2010 10:51 PM, Hunter Adrian (Nokia-MS/Helsinki) wrote: For eMMC in omap_hsmmc, this is all done via claim_host / release_host which call -enable() / -disable()