Re: [PATCH net-next V2 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig

2009-10-19 Thread David Miller
From: Tomas Winkler Date: Sat, 17 Oct 2009 21:09:36 +0200 > i2400m-sdio requires iwmc3200top for its operation > > Signed-off-by: Tomas Winkler > Acked-by: Inaky Perez-Gonzalez Applied to net-next-2.6, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body

Re: [PATCH net-next V2 2/3] iwmc3200wifi: select IWMC3200TOP in Kconfig

2009-10-19 Thread David Miller
From: Tomas Winkler Date: Sat, 17 Oct 2009 21:09:35 +0200 > iwmc3200wifi requires iwmc3200top for its operation > > Signed-off-by: Tomas Winkler > Acked-by: Zhu Yi Applied to net-next-2.6 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majo

Re: [PATCH net-next V2 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-10-19 Thread David Miller
From: Tomas Winkler Date: Sat, 17 Oct 2009 21:09:34 +0200 > This patch adds Intel Wireless MultiCom 3200 top driver. > IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). > Top driver is responsible for device initialization and firmware download. > Firmware handled by top is responsible for top

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
John Rigby wrote: All, Sorry for the delay, I have been without internet access until just now. I added the cptl bit and I don't get continuous cirqs anymore. Right now I have a hacked driver that still does timed polling in sdio_irq.c and also wakes up on cirq. With this config the libertas

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Woodruff, Richard
> From: John Rigby [mailto:jcri...@gmail.com] > Sent: Monday, October 19, 2009 8:13 PM > It is not perfect yet, I am still polling in sdio_irq.c because > sometimes the card irq does get dropped. I suspect that is why the > davinci driver had extra checks and calls in various places. Maybe. D

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread John Rigby
All, I have sdio working mostly. With a flood ping of 1000 packets I have 2 dropped. Before I was seeing 300+ packets dropped. It is not perfect yet, I am still polling in sdio_irq.c because sometimes the card irq does get dropped. I suspect that is why the davinci driver had extra checks and

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
Madhusudhan wrote: Hi John, So does the SDIO card interrupt mode work fine now? (wrong attachment in previous mail :( sorry) If somebody likes to test, my updated patch v2 in attachment. Compile tested only, testing and comments are welcome. Cheers Dirk _ From: John Rigby [mailt

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
Madhusudhan wrote: Hi John, So does the SDIO card interrupt mode work fine now? If somebody likes to test, my updated patch v2 in attachment. Compile tested only, testing and comments are welcome. Cheers Dirk _ From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, October 18

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Madhusudhan
From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, October 18, 2009 7:24 PM To: Woodruff, Richard Cc: Dirk Behme; Chikkature Rajashekar, Madhusudhan; linux-mmc@vger.kernel.org; linux-o...@vger.kernel.org; Steve Sakoman Subject: Re: MMC_CAP_SDIO_IRQ

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Woodruff, Richard
> From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Monday, October 19, 2009 9:52 AM > To: Woodruff, Richard > Do you have any idea about MMCHS_HCTL.IBG? Not off the top of my head. I was working with someone who hit issues so I did a quick spec read and came up with previous list.

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
Woodruff, Richard wrote: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Dirk Behme Sent: Sunday, October 18, 2009 11:45 AM It would be funny if the TRM was wrong and the CIRQ bit is really cleared by writing 1 to it. I'll try that. A while bac

Re: [PATCH 7/14] drivers/mmc: Move dereference after NULL test

2009-10-19 Thread Uwe Kleine-König
On Sat, Oct 17, 2009 at 08:40:02AM +0200, Julia Lawall wrote: > From: Julia Lawall > > If the NULL test on mrq is needed, then the derefernce should be after the > NULL test. s/derefernce/dereference/ > A simplified version of the semantic match that detects this problem is as > follows (http:/