netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Adds new device ID for Chelsio Adapters
@ 2014-03-27 12:47 Hariprasad Shenai
  2014-03-27 12:47 ` [PATCH 1/2] cxgb4: Adds device ID for few more " Hariprasad Shenai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2014-03-27 12:47 UTC (permalink / raw)
  To: netdev; +Cc: davem, dm, leedom, kumaras, santosh, nirranjan, hariprasad

Hi,

This series adds device ID for a couple of Chelsio Adapters for both
cxgb4 and cxgb4vf driver.

The patches series is created against 'net-next' tree.
And includes patches on cxgb4 and cxgb4vf driver.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (2):
  cxgb4: Adds device ID for few more Chelsio Adapters
  cxgb4vf: Adds device Id for few more Chelsio adapters

 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c     | 12 ++++++++++++
 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c |  8 ++++++++
 2 files changed, 20 insertions(+)

-- 
1.8.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] cxgb4: Adds device ID for few more Chelsio Adapters
  2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
@ 2014-03-27 12:47 ` Hariprasad Shenai
  2014-03-27 12:47 ` [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters Hariprasad Shenai
  2014-03-28 20:35 ` [PATCH 0/2] Adds new device ID for Chelsio Adapters David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2014-03-27 12:47 UTC (permalink / raw)
  To: netdev; +Cc: davem, dm, leedom, kumaras, santosh, nirranjan, hariprasad

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index a7a41e0..6fe5891 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
@@ -256,6 +256,12 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
 	CH_DEVICE(0x5013, 4),
 	CH_DEVICE(0x5014, 4),
 	CH_DEVICE(0x5015, 4),
+	CH_DEVICE(0x5080, 4),
+	CH_DEVICE(0x5081, 4),
+	CH_DEVICE(0x5082, 4),
+	CH_DEVICE(0x5083, 4),
+	CH_DEVICE(0x5084, 4),
+	CH_DEVICE(0x5085, 4),
 	CH_DEVICE(0x5401, 4),
 	CH_DEVICE(0x5402, 4),
 	CH_DEVICE(0x5403, 4),
@@ -277,6 +283,12 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
 	CH_DEVICE(0x5413, 4),
 	CH_DEVICE(0x5414, 4),
 	CH_DEVICE(0x5415, 4),
+	CH_DEVICE(0x5480, 4),
+	CH_DEVICE(0x5481, 4),
+	CH_DEVICE(0x5482, 4),
+	CH_DEVICE(0x5483, 4),
+	CH_DEVICE(0x5484, 4),
+	CH_DEVICE(0x5485, 4),
 	{ 0, }
 };
 
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters
  2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
  2014-03-27 12:47 ` [PATCH 1/2] cxgb4: Adds device ID for few more " Hariprasad Shenai
@ 2014-03-27 12:47 ` Hariprasad Shenai
  2014-03-28 20:35 ` [PATCH 0/2] Adds new device ID for Chelsio Adapters David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2014-03-27 12:47 UTC (permalink / raw)
  To: netdev; +Cc: davem, dm, leedom, kumaras, santosh, nirranjan, hariprasad

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
---
 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index 1d0fe9b..5285928 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
@@ -2944,6 +2944,14 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4vf_pci_tbl) = {
 	CH_DEVICE(0x5811, 0),   /* T520-lp-cr */
 	CH_DEVICE(0x5812, 0),   /* T560-cr */
 	CH_DEVICE(0x5813, 0),   /* T580-cr */
+	CH_DEVICE(0x5814, 0),   /* T580-so-cr */
+	CH_DEVICE(0x5815, 0),   /* T502-bt */
+	CH_DEVICE(0x5880, 0),
+	CH_DEVICE(0x5881, 0),
+	CH_DEVICE(0x5882, 0),
+	CH_DEVICE(0x5883, 0),
+	CH_DEVICE(0x5884, 0),
+	CH_DEVICE(0x5885, 0),
 	{ 0, }
 };
 
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Adds new device ID for Chelsio Adapters
  2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
  2014-03-27 12:47 ` [PATCH 1/2] cxgb4: Adds device ID for few more " Hariprasad Shenai
  2014-03-27 12:47 ` [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters Hariprasad Shenai
@ 2014-03-28 20:35 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2014-03-28 20:35 UTC (permalink / raw)
  To: hariprasad; +Cc: netdev, dm, leedom, kumaras, santosh, nirranjan

From: Hariprasad Shenai <hariprasad@chelsio.com>
Date: Thu, 27 Mar 2014 18:17:08 +0530

> This series adds device ID for a couple of Chelsio Adapters for both
> cxgb4 and cxgb4vf driver.
> 
> The patches series is created against 'net-next' tree.
> And includes patches on cxgb4 and cxgb4vf driver.
> 
> We have included all the maintainers of respective drivers. Kindly review the
> change and let us know in case of any review comments.

Both applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-28 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
2014-03-27 12:47 ` [PATCH 1/2] cxgb4: Adds device ID for few more " Hariprasad Shenai
2014-03-27 12:47 ` [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters Hariprasad Shenai
2014-03-28 20:35 ` [PATCH 0/2] Adds new device ID for Chelsio Adapters David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).