[PATCH v2] sdio: add CD disable support

2009-07-31 Thread Ohad Ben-Cohen
From: Ohad Ben-Cohen Add support to disconnect the pull-up resistor on CD/DAT[3] (pin 1) of the card. This may be desired on certain setups of boards, controllers and embedded sdio devices which do not need the card's pull-up. As a result, card detection is disabled and power is saved. S

Re: [PATCH] sdio: add CD disable support

2009-07-31 Thread Ohad Ben-Cohen
Hi Matt, On Thu, Jul 30, 2009 at 9:50 PM, Matt Fleming wrote: > As David has already said, both comments need fixing up. It is the host > controller driver that decides whether to disable the DAT[3] pull-up, > not the card. If you make those changes then you can add my Acked-by. I'm posting a fol

Re: [PATCH] sdio: add CD disable support

2009-07-31 Thread Ohad Ben-Cohen
Hi David, Thank you for your comments. On Thu, Jul 30, 2009 at 3:54 PM, David Vrabel wrote: > Platforms may rely on the card's pull-up and not fit/configure an > external one.  There may need to be a way for host controller drivers to >  say this and prevent the disabling of the card's DAT3 pull-

Re: [PATCH] sdio: add CD disable support

2009-07-30 Thread Ohad Ben-Cohen
On Thu, Jul 30, 2009 at 3:45 PM, Matt Fleming wrote: > Do you have a follow-up patch to make use of this new functionality? Well, sort of: The patch sets disable_cd for TI wl1271 embedded wlan sdio device on a ZOOM2 platform. Since the patch is very board/device specific, we first route it via i

[PATCH] sdio: add CD disable support

2009-07-30 Thread Ohad Ben-Cohen
From: Ohad Ben-Cohen To save power, the pull-up resistor on CD/DAT[3] (pin 1) of the card can be disconnected. This is desired, e.g., with embedded SDIO devices which do not rely on this pin for card detection. Signed-off-by: Ohad Ben-Cohen --- drivers/mmc/core/sdio.c | 32

Re: New MMC maintainer needed

2009-07-22 Thread Ohad Ben-Cohen
TI 127x WLAN devices (with 1.8V MMC controllers like we have on the ZOOM2 boards for example). Thank you, Ohad. From f9ba45b537dd12fc09443ee29c48860665f8ac82 Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen Date: Wed, 15 Jul 2009 09:21:41 +0300 Subject: [PATCH] sdio: do not ignore MMC_VDD_165_195 T