RE: [PATCH v4] Samsung: add new card detection methods in s3c-sdhci driver (platform part)

2010-07-22 Thread Marek Szyprowski
in Park > > --- > > > > This a resend of the previous patch. > > > > I hope these changes to platform specific code gets merged soon, so the > > changes to the driver can be merged as well. > > > > The patch has been prepared against linux-next kerne

RE: [PATCH v4] Samsung: add new card detection methods in s3c-sdhci driver (platform part)

2010-07-22 Thread Kukjin Kim
d soon, so the > changes to the driver can be merged as well. > > The patch has been prepared against linux-next kernel tree from 20100722. > > Changes since V3: > - renamed patch to avoid confusion with the patch for the s3c-sdhci driver > itself - added "(platform part)&quo

RE: [PATCH v4] Samsung: add new card detection methods in s3c-sdhci driver (platform part)

2010-07-22 Thread Kukjin Kim
ronics Co., Ltd. > --- > > This a resend of the previous patch. > > I hope these changes to platform specific code gets merged soon, so the > changes to the driver can be merged as well. > > The patch has been prepared against linux-next kernel tree from 20100722. > >

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-07-22 Thread Ohad Ben-Cohen
On Fri, Jul 23, 2010 at 1:56 AM, Nicolas Pitre wrote: > On Wed, 21 Jul 2010, Ohad Ben-Cohen wrote: > >> This patch series adds native support for wl1271 on ZOOM. >> >> Changes since v1: >> >> - introduce a fixed regulator device to control the power of wl1271 >> - allow to propagate private board-

Re: [PATCH v2 01/20] sdio: add TI + wl1271 ids

2010-07-22 Thread Ohad Ben-Cohen
Hi Marcel, On Wed, Jul 21, 2010 at 8:58 PM, Marcel Holtmann wrote: >> Add SDIO IDs for TI and for TI's wl1271 wlan device. >> >> Signed-off-by: Ohad Ben-Cohen >> --- >>  include/linux/mmc/sdio_ids.h |    3 +++ >>  1 files changed, 3 insertions(+), 0 deletions(-) >> >> diff --git a/include/linux/

Re: [PATCH v2 19/20] omap: zoom: keep the MMC3 wl1271 device powered off

2010-07-22 Thread Ohad Ben-Cohen
Hi Gever, On Wed, Jul 21, 2010 at 9:55 PM, Gabay, Benzy wrote: > From: Ohad Ben-Cohen [mailto:o...@wizery.com] > Sent: Wednesday, July 21, 2010 12:34 PM > To: linux-wirel...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-o...@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org; li...

Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-22 Thread Ohad Ben-Cohen
On Thu, Jul 22, 2010 at 2:16 PM, Roger Quadros wrote: > On 07/21/2010 08:59 PM, ext Mark Brown wrote: >> >> On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote: >> >>> +static struct regulator_consumer_supply zoom_vmmc3_supply = { >>> +       .supply         = "vmmc", >>> +}; >> >> This

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-07-22 Thread Nicolas Pitre
On Wed, 21 Jul 2010, Ohad Ben-Cohen wrote: > This patch series adds native support for wl1271 on ZOOM. > > Changes since v1: > > - introduce a fixed regulator device to control the power of wl1271 > - allow to propagate private board-specific data to SDIO function drivers > - allow SDIO function

Re: [PATCH v2 18/20] mmc: sdio: enable a default power off mode of the card

2010-07-22 Thread Roger Quadros
On 07/21/2010 08:33 PM, ext Ohad Ben-Cohen wrote: Add support for an SDIO device to stay powered off even without the presence of an SDIO function driver. A host should explicitly ask for it by means of MMC_CAP_DONT_POWER_CARD, and the SDIO function driver should know it needs to call sdio_claim_

Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-22 Thread Roger Quadros
On 07/21/2010 08:59 PM, ext Mark Brown wrote: On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote: +static struct regulator_consumer_supply zoom_vmmc3_supply = { + .supply = "vmmc", +}; This looks like a misconfiguration on the consumer - I'd strongly expect the consu

[PATCH v4] sdhci-s3c: add support for new card detection methods (driver part)

2010-07-22 Thread Marek Szyprowski
On some Samsung SoCs not all SDHCI controllers have card detect (CD) line. For some embedded designs it is not even needed, because ususally the device (like SDIO flash memory or wifi controller) is permanently wired to the controller. There are also systems which have a card detect line connected

[PATCH v4] Samsung: add new card detection methods in s3c-sdhci driver (platform part)

2010-07-22 Thread Marek Szyprowski
20100722. Changes since V3: - renamed patch to avoid confusion with the patch for the s3c-sdhci driver itself - added "(platform part)" in subject Changes since V2: - added support for HSMMC3 device Changes since V1: - added support for gpio external interrupt card based detect method d

RE: [PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-22 Thread Marek Szyprowski
Hello, On Thursday, July 22, 2010 1:12 AM > On Fri, 16 Jul 2010 08:24:26 +0200 > Marek Szyprowski wrote: > > > > > arch/arm/mach-s3c64xx/setup-sdhci-gpio.c | 14 +--- > > > > arch/arm/mach-s5pc100/setup-sdhci-gpio.c | 21 ++ > - > > > > arch/arm/mach-s5pv210/se