* [PATCH 1/1] iwmc3200: add more SDIO device ids
@ 2009-08-24 21:34 Tomas Winkler
[not found] ` <1251149659-32212-1-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Tomas Winkler @ 2009-08-24 21:34 UTC (permalink / raw)
To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
linux-wireless-u79uwXL29TY76Z2rM5mHXA, Tomas Winkler
add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids
Cc:inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc:cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc:yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Signed-off-by: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
include/linux/mmc/sdio_ids.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
index 2dbfb5a..addd456 100644
--- a/include/linux/mmc/sdio_ids.h
+++ b/include/linux/mmc/sdio_ids.h
@@ -28,6 +28,8 @@
#define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404
#define SDIO_DEVICE_ID_INTEL_IWMC3200GPS 0x1405
#define SDIO_DEVICE_ID_INTEL_IWMC3200BT 0x1406
+#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_24 0x1407
+#define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI_BGN 0x1408
#define SDIO_VENDOR_ID_MARVELL 0x02df
#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
--
1.6.0.6
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 7+ messages in thread[parent not found: <1251149659-32212-1-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids [not found] ` <1251149659-32212-1-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> @ 2009-08-24 21:36 ` Luis R. Rodriguez 2009-08-24 22:20 ` Tomas Winkler 0 siblings, 1 reply; 7+ messages in thread From: Luis R. Rodriguez @ 2009-08-24 21:36 UTC (permalink / raw) To: Tomas Winkler Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, Greg KH On Mon, Aug 24, 2009 at 2:34 PM, Tomas Winkler<tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: > add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids > > Cc:inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > Cc:cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > Cc:yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > Signed-off-by: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Since it seems we are preferring to not do this for PCI for cases where the ID will only be used for 1 device perhaps its best to remove all those ids and stuff them directly into the intel driver itself that will use it. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids 2009-08-24 21:36 ` Luis R. Rodriguez @ 2009-08-24 22:20 ` Tomas Winkler [not found] ` <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Tomas Winkler @ 2009-08-24 22:20 UTC (permalink / raw) To: Luis R. Rodriguez; +Cc: davem, netdev, linux-wireless, Greg KH On Tue, Aug 25, 2009 at 12:36 AM, Luis R. Rodriguez<mcgrof@gmail.com> wrote: > On Mon, Aug 24, 2009 at 2:34 PM, Tomas Winkler<tomas.winkler@intel.com> wrote: >> add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids >> >> Cc:inaky.perez-gonzalez@intel.com >> Cc:cindy.h.kao@intel.com >> Cc:yi.zhu@intel.com >> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> > > Since it seems we are preferring to not do this for PCI for cases > where the ID will only be used for 1 device perhaps its best to remove > all those ids and stuff them directly into the intel driver itself > that will use it. > I don't have strong opinion about it but this is the current habit IIRC there was a mail thread that explicitly asked to move SDIO IDs there, of course I cannot locate it right now :( Thanks Tomas ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids [not found] ` <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2009-08-24 22:29 ` Luis R. Rodriguez 2009-08-24 22:37 ` Bob Copeland 2009-08-24 23:21 ` Marcel Holtmann 2 siblings, 0 replies; 7+ messages in thread From: Luis R. Rodriguez @ 2009-08-24 22:29 UTC (permalink / raw) To: Tomas Winkler Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, Greg KH On Mon, Aug 24, 2009 at 3:20 PM, Tomas Winkler<tomasw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > On Tue, Aug 25, 2009 at 12:36 AM, Luis R. Rodriguez<mcgrof-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> On Mon, Aug 24, 2009 at 2:34 PM, Tomas Winkler<tomas.winkler@intel.com> wrote: >>> add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids >>> >>> Cc:inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org >>> Cc:cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org >>> Cc:yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org >>> Signed-off-by: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> >> >> Since it seems we are preferring to not do this for PCI for cases >> where the ID will only be used for 1 device perhaps its best to remove >> all those ids and stuff them directly into the intel driver itself >> that will use it. >> > I don't have strong opinion about it but this is the current habit > IIRC there was a mail thread that explicitly asked to move SDIO IDs > there, of course I cannot locate it right now :( Sure, understood, whoever maintains this should decide. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids [not found] ` <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2009-08-24 22:29 ` Luis R. Rodriguez @ 2009-08-24 22:37 ` Bob Copeland 2009-08-24 23:21 ` Marcel Holtmann 2 siblings, 0 replies; 7+ messages in thread From: Bob Copeland @ 2009-08-24 22:37 UTC (permalink / raw) To: Tomas Winkler Cc: Luis R. Rodriguez, davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, Greg KH On Mon, Aug 24, 2009 at 6:20 PM, Tomas Winkler<tomasw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > I don't have strong opinion about it but this is the current habit > IIRC there was a mail thread that explicitly asked to move SDIO IDs > there, of course I cannot locate it right now :( This one: http://marc.info/?l=linux-wireless&m=124489211911222&w=2 Of course, Pierre is no longer maintainer and there are only a few IDs there, so I don't think anyone will shout either way. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids [not found] ` <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2009-08-24 22:29 ` Luis R. Rodriguez 2009-08-24 22:37 ` Bob Copeland @ 2009-08-24 23:21 ` Marcel Holtmann [not found] ` <1251156118.2950.82.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 2 siblings, 1 reply; 7+ messages in thread From: Marcel Holtmann @ 2009-08-24 23:21 UTC (permalink / raw) To: Tomas Winkler Cc: Luis R. Rodriguez, davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, Greg KH Hi Tomas, > >> add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids > >> > >> Cc:inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > >> Cc:cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > >> Cc:yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > >> Signed-off-by: Tomas Winkler <tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > > > > Since it seems we are preferring to not do this for PCI for cases > > where the ID will only be used for 1 device perhaps its best to remove > > all those ids and stuff them directly into the intel driver itself > > that will use it. > > > I don't have strong opinion about it but this is the current habit > IIRC there was a mail thread that explicitly asked to move SDIO IDs > there, of course I cannot locate it right now :( first thing is that IDs should only be added if there are users for it. I am missing the patches that are actually using them. Send them all together. Second, we have to establish what is the preferred method of IDs for the SDIO subsystem. In general I would prefer we have a global policy for this, but in reality it is up to the subsystem maintainers. My personal vote is for keeping all IDs inside the drivers. And I also prefer to keep the plain hex values and just put a comment above them which device this is. Something like this: static struct usb_device_id btusb_table[] = { /* Generic Bluetooth USB device */ { USB_DEVICE_INFO(0xe0, 0x01, 0x01) }, /* AVM BlueFRITZ! USB v2.0 */ { USB_DEVICE(0x057c, 0x3800) }, { } /* Terminating entry */ }; Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <1251156118.2950.82.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>]
* Re: [PATCH 1/1] iwmc3200: add more SDIO device ids [not found] ` <1251156118.2950.82.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2009-08-26 7:25 ` Holger Schurig 0 siblings, 0 replies; 7+ messages in thread From: Holger Schurig @ 2009-08-26 7:25 UTC (permalink / raw) To: Marcel Holtmann Cc: Tomas Winkler, Luis R. Rodriguez, davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, Greg KH On Tuesday 25 August 2009 01:21:58 Marcel Holtmann wrote: > My personal vote is for keeping all IDs inside the drivers. > And I also prefer to keep the plain hex values and just put a > comment above them which device this is. Something like this: > > static struct usb_device_id btusb_table[] = { > /* Generic Bluetooth USB device */ > { USB_DEVICE_INFO(0xe0, 0x01, 0x01) }, +1 When I have an unknown device (and not compiled all modules) it's so much easier to do an grep -ri 057c drivers/usb then to do the same on include/ and then again to find the driver that uses this id. For the same reason, I prefer 0x057c in the source and not 0x57c. -- http://www.holgerschurig.de -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-08-26 7:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24 21:34 [PATCH 1/1] iwmc3200: add more SDIO device ids Tomas Winkler
[not found] ` <1251149659-32212-1-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-08-24 21:36 ` Luis R. Rodriguez
2009-08-24 22:20 ` Tomas Winkler
[not found] ` <1ba2fa240908241520q5be2060co145ec0745954dcf0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-24 22:29 ` Luis R. Rodriguez
2009-08-24 22:37 ` Bob Copeland
2009-08-24 23:21 ` Marcel Holtmann
[not found] ` <1251156118.2950.82.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-08-26 7:25 ` Holger Schurig
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox