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

2009-10-12 Thread John W. Linville
On Sun, Oct 11, 2009 at 03:36:47AM -0700, David Miller wrote: > From: Tomas Winkler > Date: Sun, 11 Oct 2009 10:05:20 +0200 > > > Just close my eyes and there is new game to play. :) > > It's not in the patchwork, so is there any reason you are not planning > > to add it. The patch intention wa

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

2009-10-11 Thread David Miller
From: Eric Dumazet Date: Sun, 11 Oct 2009 09:40:54 +0200 > diff --git a/MAINTAINERS b/MAINTAINERS > index e1da925..18244ad 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3654,6 +3654,7 @@ NETWORKING [GENERAL] > M: "David S. Miller" > L: net...@vger.kernel.org > W: http://www.linux

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

2009-10-11 Thread Tomas Winkler
On Sun, Oct 11, 2009 at 12:36 PM, David Miller wrote: > From: Tomas Winkler > Date: Sun, 11 Oct 2009 10:05:20 +0200 > >> Just close my eyes and there is new game to play. :) >> It's not in the patchwork, so is there any reason you are not planning >> to add it.   The patch intention was for net-n

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

2009-10-11 Thread David Miller
From: Tomas Winkler Date: Sun, 11 Oct 2009 10:05:20 +0200 > Just close my eyes and there is new game to play. :) > It's not in the patchwork, so is there any reason you are not planning > to add it. The patch intention was for net-next, it looks like > I didn't mark it as such, my fault. Becau

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

2009-10-11 Thread Tomas Winkler
On Sun, Oct 11, 2009 at 3:58 AM, David Miller wrote: > From: Tomas Winkler > Date: Sat, 10 Oct 2009 11:38:50 +0200 > >> On Wed, Sep 23, 2009 at 1:38 AM, Tomas Winkler >> wrote: >>> This patch adds Intel Wireless MultiCom 3200 top driver. >>> IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). >

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

2009-10-11 Thread Eric Dumazet
David Miller a écrit : > > If it's not in netdev patchwork, I don't plan to add it. > > If it is in patchwork, then it's in my backlog and I'll get to it. > > People should never really have to ask me these questions, that's one > of the main points of: > > http://patchwork.ozlabs.org/pro

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

2009-10-10 Thread David Miller
From: Tomas Winkler Date: Sat, 10 Oct 2009 11:38:50 +0200 > On Wed, Sep 23, 2009 at 1:38 AM, Tomas Winkler > wrote: >> 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 firmw

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

2009-10-10 Thread David Miller
PLEASE! Don't quote all of a big huge driver patch like that. Just quote the parts you want to comment on! Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majo

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

2009-10-10 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 1:38 AM, Tomas Winkler wrote: > 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 itsel

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

2009-09-23 Thread Inaky Perez-Gonzalez
On Wed, 2009-09-23 at 01:23 -0600, Tomas Winkler wrote: > On Wed, Sep 23, 2009 at 9:57 AM, Johannes Berg > wrote: > > On Wed, 2009-09-23 at 02:38 +0300, Tomas Winkler wrote: > > > >> +config IWMC3200TOP > >> +tristate "Intel Wireless MultiCom Top Driver" > >> +depends on MMC && EXP

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

2009-09-23 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 10:34 AM, Johannes Berg wrote: > On Wed, 2009-09-23 at 10:23 +0300, Tomas Winkler wrote: > >> From HW perspective your assumption is not exactly correct. All the >> devices are visible on the SDIO bus but they are not operational >> (probe won't succeed) until TOP download

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

2009-09-23 Thread Johannes Berg
On Wed, 2009-09-23 at 10:23 +0300, Tomas Winkler wrote: > From HW perspective your assumption is not exactly correct. All the > devices are visible on the SDIO bus but they are not operational > (probe won't succeed) until TOP download the firmware and kicks the > devices. From SW perspective to c

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

2009-09-23 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 9:57 AM, Johannes Berg wrote: > On Wed, 2009-09-23 at 02:38 +0300, Tomas Winkler wrote: > >> +config IWMC3200TOP >> +        tristate "Intel Wireless MultiCom Top Driver" >> +        depends on MMC && EXPERIMENTAL >> +        select FW_LOADER >> +     ---help--- >> +      

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

2009-09-22 Thread Johannes Berg
On Wed, 2009-09-23 at 02:38 +0300, Tomas Winkler wrote: > +config IWMC3200TOP > +tristate "Intel Wireless MultiCom Top Driver" > +depends on MMC && EXPERIMENTAL > +select FW_LOADER > + ---help--- > + Intel Wireless MultiCom 3200 Top driver is responsible for > +