blob: 8cb53ec2b77bc6534faf95efaf64377e80ceb798 [file] [log] [blame]
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03001/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
Johannes Berg128e63e2013-01-21 21:39:26 +01008 * Copyright(c) 2007 - 2013 Intel Corporation. All rights reserved.
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03009 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of version 2 of the GNU General Public License as
12 * published by the Free Software Foundation.
13 *
14 * This program is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
22 * USA
23 *
24 * The full GNU General Public License is included in this distribution
Emmanuel Grumbach410dc5a2013-02-18 09:22:28 +020025 * in the file called COPYING.
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +030026 *
27 * Contact Information:
28 * Intel Linux Wireless <ilw@linux.intel.com>
29 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 *
31 * BSD LICENSE
32 *
Johannes Berg128e63e2013-01-21 21:39:26 +010033 * Copyright(c) 2005 - 2013 Intel Corporation. All rights reserved.
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +030034 * All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions
38 * are met:
39 *
40 * * Redistributions of source code must retain the above copyright
41 * notice, this list of conditions and the following disclaimer.
42 * * Redistributions in binary form must reproduce the above copyright
43 * notice, this list of conditions and the following disclaimer in
44 * the documentation and/or other materials provided with the
45 * distribution.
46 * * Neither the name Intel Corporation nor the names of its
47 * contributors may be used to endorse or promote products derived
48 * from this software without specific prior written permission.
49 *
50 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
52 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
53 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
54 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
55 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
56 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
57 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
58 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
60 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61 *
62 *****************************************************************************/
Joe Perches69b87972012-03-26 08:27:40 -070063
64#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
65
Paul Gortmaker9d9779e2011-07-03 15:21:01 -040066#include <linux/module.h>
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +030067#include <linux/pci.h>
68#include <linux/pci-aspm.h>
69
Emmanuel Grumbach332a4ba2011-08-25 23:11:16 -070070#include "iwl-trans.h"
Emmanuel Grumbach5c58edc2012-02-07 14:18:40 +020071#include "iwl-drv.h"
Johannes Berg6468a012012-05-16 19:13:54 +020072#include "internal.h"
Wey-Yi Guyd57fa992011-06-10 11:23:36 -070073
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +030074#define IWL_PCI_DEVICE(dev, subdev, cfg) \
75 .vendor = PCI_VENDOR_ID_INTEL, .device = (dev), \
76 .subvendor = PCI_ANY_ID, .subdevice = (subdev), \
77 .driver_data = (kernel_ulong_t)&(cfg)
78
79/* Hardware specific file defines the PCI IDs table for that hardware module */
80static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
81 {IWL_PCI_DEVICE(0x4232, 0x1201, iwl5100_agn_cfg)}, /* Mini Card */
82 {IWL_PCI_DEVICE(0x4232, 0x1301, iwl5100_agn_cfg)}, /* Half Mini Card */
83 {IWL_PCI_DEVICE(0x4232, 0x1204, iwl5100_agn_cfg)}, /* Mini Card */
84 {IWL_PCI_DEVICE(0x4232, 0x1304, iwl5100_agn_cfg)}, /* Half Mini Card */
85 {IWL_PCI_DEVICE(0x4232, 0x1205, iwl5100_bgn_cfg)}, /* Mini Card */
86 {IWL_PCI_DEVICE(0x4232, 0x1305, iwl5100_bgn_cfg)}, /* Half Mini Card */
87 {IWL_PCI_DEVICE(0x4232, 0x1206, iwl5100_abg_cfg)}, /* Mini Card */
88 {IWL_PCI_DEVICE(0x4232, 0x1306, iwl5100_abg_cfg)}, /* Half Mini Card */
89 {IWL_PCI_DEVICE(0x4232, 0x1221, iwl5100_agn_cfg)}, /* Mini Card */
90 {IWL_PCI_DEVICE(0x4232, 0x1321, iwl5100_agn_cfg)}, /* Half Mini Card */
91 {IWL_PCI_DEVICE(0x4232, 0x1224, iwl5100_agn_cfg)}, /* Mini Card */
92 {IWL_PCI_DEVICE(0x4232, 0x1324, iwl5100_agn_cfg)}, /* Half Mini Card */
93 {IWL_PCI_DEVICE(0x4232, 0x1225, iwl5100_bgn_cfg)}, /* Mini Card */
94 {IWL_PCI_DEVICE(0x4232, 0x1325, iwl5100_bgn_cfg)}, /* Half Mini Card */
95 {IWL_PCI_DEVICE(0x4232, 0x1226, iwl5100_abg_cfg)}, /* Mini Card */
96 {IWL_PCI_DEVICE(0x4232, 0x1326, iwl5100_abg_cfg)}, /* Half Mini Card */
97 {IWL_PCI_DEVICE(0x4237, 0x1211, iwl5100_agn_cfg)}, /* Mini Card */
98 {IWL_PCI_DEVICE(0x4237, 0x1311, iwl5100_agn_cfg)}, /* Half Mini Card */
99 {IWL_PCI_DEVICE(0x4237, 0x1214, iwl5100_agn_cfg)}, /* Mini Card */
100 {IWL_PCI_DEVICE(0x4237, 0x1314, iwl5100_agn_cfg)}, /* Half Mini Card */
101 {IWL_PCI_DEVICE(0x4237, 0x1215, iwl5100_bgn_cfg)}, /* Mini Card */
102 {IWL_PCI_DEVICE(0x4237, 0x1315, iwl5100_bgn_cfg)}, /* Half Mini Card */
103 {IWL_PCI_DEVICE(0x4237, 0x1216, iwl5100_abg_cfg)}, /* Mini Card */
104 {IWL_PCI_DEVICE(0x4237, 0x1316, iwl5100_abg_cfg)}, /* Half Mini Card */
105
106/* 5300 Series WiFi */
107 {IWL_PCI_DEVICE(0x4235, 0x1021, iwl5300_agn_cfg)}, /* Mini Card */
108 {IWL_PCI_DEVICE(0x4235, 0x1121, iwl5300_agn_cfg)}, /* Half Mini Card */
109 {IWL_PCI_DEVICE(0x4235, 0x1024, iwl5300_agn_cfg)}, /* Mini Card */
110 {IWL_PCI_DEVICE(0x4235, 0x1124, iwl5300_agn_cfg)}, /* Half Mini Card */
111 {IWL_PCI_DEVICE(0x4235, 0x1001, iwl5300_agn_cfg)}, /* Mini Card */
112 {IWL_PCI_DEVICE(0x4235, 0x1101, iwl5300_agn_cfg)}, /* Half Mini Card */
113 {IWL_PCI_DEVICE(0x4235, 0x1004, iwl5300_agn_cfg)}, /* Mini Card */
114 {IWL_PCI_DEVICE(0x4235, 0x1104, iwl5300_agn_cfg)}, /* Half Mini Card */
115 {IWL_PCI_DEVICE(0x4236, 0x1011, iwl5300_agn_cfg)}, /* Mini Card */
116 {IWL_PCI_DEVICE(0x4236, 0x1111, iwl5300_agn_cfg)}, /* Half Mini Card */
117 {IWL_PCI_DEVICE(0x4236, 0x1014, iwl5300_agn_cfg)}, /* Mini Card */
118 {IWL_PCI_DEVICE(0x4236, 0x1114, iwl5300_agn_cfg)}, /* Half Mini Card */
119
120/* 5350 Series WiFi/WiMax */
121 {IWL_PCI_DEVICE(0x423A, 0x1001, iwl5350_agn_cfg)}, /* Mini Card */
122 {IWL_PCI_DEVICE(0x423A, 0x1021, iwl5350_agn_cfg)}, /* Mini Card */
123 {IWL_PCI_DEVICE(0x423B, 0x1011, iwl5350_agn_cfg)}, /* Mini Card */
124
125/* 5150 Series Wifi/WiMax */
126 {IWL_PCI_DEVICE(0x423C, 0x1201, iwl5150_agn_cfg)}, /* Mini Card */
127 {IWL_PCI_DEVICE(0x423C, 0x1301, iwl5150_agn_cfg)}, /* Half Mini Card */
128 {IWL_PCI_DEVICE(0x423C, 0x1206, iwl5150_abg_cfg)}, /* Mini Card */
129 {IWL_PCI_DEVICE(0x423C, 0x1306, iwl5150_abg_cfg)}, /* Half Mini Card */
130 {IWL_PCI_DEVICE(0x423C, 0x1221, iwl5150_agn_cfg)}, /* Mini Card */
131 {IWL_PCI_DEVICE(0x423C, 0x1321, iwl5150_agn_cfg)}, /* Half Mini Card */
132
133 {IWL_PCI_DEVICE(0x423D, 0x1211, iwl5150_agn_cfg)}, /* Mini Card */
134 {IWL_PCI_DEVICE(0x423D, 0x1311, iwl5150_agn_cfg)}, /* Half Mini Card */
135 {IWL_PCI_DEVICE(0x423D, 0x1216, iwl5150_abg_cfg)}, /* Mini Card */
136 {IWL_PCI_DEVICE(0x423D, 0x1316, iwl5150_abg_cfg)}, /* Half Mini Card */
137
138/* 6x00 Series */
139 {IWL_PCI_DEVICE(0x422B, 0x1101, iwl6000_3agn_cfg)},
140 {IWL_PCI_DEVICE(0x422B, 0x1121, iwl6000_3agn_cfg)},
141 {IWL_PCI_DEVICE(0x422C, 0x1301, iwl6000i_2agn_cfg)},
142 {IWL_PCI_DEVICE(0x422C, 0x1306, iwl6000i_2abg_cfg)},
143 {IWL_PCI_DEVICE(0x422C, 0x1307, iwl6000i_2bg_cfg)},
144 {IWL_PCI_DEVICE(0x422C, 0x1321, iwl6000i_2agn_cfg)},
145 {IWL_PCI_DEVICE(0x422C, 0x1326, iwl6000i_2abg_cfg)},
146 {IWL_PCI_DEVICE(0x4238, 0x1111, iwl6000_3agn_cfg)},
147 {IWL_PCI_DEVICE(0x4239, 0x1311, iwl6000i_2agn_cfg)},
148 {IWL_PCI_DEVICE(0x4239, 0x1316, iwl6000i_2abg_cfg)},
149
150/* 6x05 Series */
151 {IWL_PCI_DEVICE(0x0082, 0x1301, iwl6005_2agn_cfg)},
152 {IWL_PCI_DEVICE(0x0082, 0x1306, iwl6005_2abg_cfg)},
153 {IWL_PCI_DEVICE(0x0082, 0x1307, iwl6005_2bg_cfg)},
154 {IWL_PCI_DEVICE(0x0082, 0x1321, iwl6005_2agn_cfg)},
155 {IWL_PCI_DEVICE(0x0082, 0x1326, iwl6005_2abg_cfg)},
156 {IWL_PCI_DEVICE(0x0085, 0x1311, iwl6005_2agn_cfg)},
157 {IWL_PCI_DEVICE(0x0085, 0x1316, iwl6005_2abg_cfg)},
Wey-Yi Guy6a9ae0d2011-08-25 23:10:56 -0700158 {IWL_PCI_DEVICE(0x0082, 0xC020, iwl6005_2agn_sff_cfg)},
Wey-Yi Guyff647af2011-09-15 11:46:36 -0700159 {IWL_PCI_DEVICE(0x0085, 0xC220, iwl6005_2agn_sff_cfg)},
Wey-Yi Guy37891122012-02-22 10:21:09 -0800160 {IWL_PCI_DEVICE(0x0082, 0x4820, iwl6005_2agn_d_cfg)},
161 {IWL_PCI_DEVICE(0x0082, 0x1304, iwl6005_2agn_mow1_cfg)},/* low 5GHz active */
162 {IWL_PCI_DEVICE(0x0082, 0x1305, iwl6005_2agn_mow2_cfg)},/* high 5GHz active */
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300163
164/* 6x30 Series */
165 {IWL_PCI_DEVICE(0x008A, 0x5305, iwl1030_bgn_cfg)},
166 {IWL_PCI_DEVICE(0x008A, 0x5307, iwl1030_bg_cfg)},
167 {IWL_PCI_DEVICE(0x008A, 0x5325, iwl1030_bgn_cfg)},
168 {IWL_PCI_DEVICE(0x008A, 0x5327, iwl1030_bg_cfg)},
169 {IWL_PCI_DEVICE(0x008B, 0x5315, iwl1030_bgn_cfg)},
170 {IWL_PCI_DEVICE(0x008B, 0x5317, iwl1030_bg_cfg)},
171 {IWL_PCI_DEVICE(0x0090, 0x5211, iwl6030_2agn_cfg)},
172 {IWL_PCI_DEVICE(0x0090, 0x5215, iwl6030_2bgn_cfg)},
173 {IWL_PCI_DEVICE(0x0090, 0x5216, iwl6030_2abg_cfg)},
174 {IWL_PCI_DEVICE(0x0091, 0x5201, iwl6030_2agn_cfg)},
175 {IWL_PCI_DEVICE(0x0091, 0x5205, iwl6030_2bgn_cfg)},
176 {IWL_PCI_DEVICE(0x0091, 0x5206, iwl6030_2abg_cfg)},
177 {IWL_PCI_DEVICE(0x0091, 0x5207, iwl6030_2bg_cfg)},
178 {IWL_PCI_DEVICE(0x0091, 0x5221, iwl6030_2agn_cfg)},
179 {IWL_PCI_DEVICE(0x0091, 0x5225, iwl6030_2bgn_cfg)},
180 {IWL_PCI_DEVICE(0x0091, 0x5226, iwl6030_2abg_cfg)},
181
182/* 6x50 WiFi/WiMax Series */
183 {IWL_PCI_DEVICE(0x0087, 0x1301, iwl6050_2agn_cfg)},
184 {IWL_PCI_DEVICE(0x0087, 0x1306, iwl6050_2abg_cfg)},
185 {IWL_PCI_DEVICE(0x0087, 0x1321, iwl6050_2agn_cfg)},
186 {IWL_PCI_DEVICE(0x0087, 0x1326, iwl6050_2abg_cfg)},
187 {IWL_PCI_DEVICE(0x0089, 0x1311, iwl6050_2agn_cfg)},
188 {IWL_PCI_DEVICE(0x0089, 0x1316, iwl6050_2abg_cfg)},
189
190/* 6150 WiFi/WiMax Series */
191 {IWL_PCI_DEVICE(0x0885, 0x1305, iwl6150_bgn_cfg)},
192 {IWL_PCI_DEVICE(0x0885, 0x1307, iwl6150_bg_cfg)},
193 {IWL_PCI_DEVICE(0x0885, 0x1325, iwl6150_bgn_cfg)},
194 {IWL_PCI_DEVICE(0x0885, 0x1327, iwl6150_bg_cfg)},
195 {IWL_PCI_DEVICE(0x0886, 0x1315, iwl6150_bgn_cfg)},
196 {IWL_PCI_DEVICE(0x0886, 0x1317, iwl6150_bg_cfg)},
197
198/* 1000 Series WiFi */
199 {IWL_PCI_DEVICE(0x0083, 0x1205, iwl1000_bgn_cfg)},
200 {IWL_PCI_DEVICE(0x0083, 0x1305, iwl1000_bgn_cfg)},
201 {IWL_PCI_DEVICE(0x0083, 0x1225, iwl1000_bgn_cfg)},
202 {IWL_PCI_DEVICE(0x0083, 0x1325, iwl1000_bgn_cfg)},
203 {IWL_PCI_DEVICE(0x0084, 0x1215, iwl1000_bgn_cfg)},
204 {IWL_PCI_DEVICE(0x0084, 0x1315, iwl1000_bgn_cfg)},
205 {IWL_PCI_DEVICE(0x0083, 0x1206, iwl1000_bg_cfg)},
206 {IWL_PCI_DEVICE(0x0083, 0x1306, iwl1000_bg_cfg)},
207 {IWL_PCI_DEVICE(0x0083, 0x1226, iwl1000_bg_cfg)},
208 {IWL_PCI_DEVICE(0x0083, 0x1326, iwl1000_bg_cfg)},
209 {IWL_PCI_DEVICE(0x0084, 0x1216, iwl1000_bg_cfg)},
210 {IWL_PCI_DEVICE(0x0084, 0x1316, iwl1000_bg_cfg)},
211
212/* 100 Series WiFi */
213 {IWL_PCI_DEVICE(0x08AE, 0x1005, iwl100_bgn_cfg)},
214 {IWL_PCI_DEVICE(0x08AE, 0x1007, iwl100_bg_cfg)},
215 {IWL_PCI_DEVICE(0x08AF, 0x1015, iwl100_bgn_cfg)},
216 {IWL_PCI_DEVICE(0x08AF, 0x1017, iwl100_bg_cfg)},
217 {IWL_PCI_DEVICE(0x08AE, 0x1025, iwl100_bgn_cfg)},
218 {IWL_PCI_DEVICE(0x08AE, 0x1027, iwl100_bg_cfg)},
219
220/* 130 Series WiFi */
221 {IWL_PCI_DEVICE(0x0896, 0x5005, iwl130_bgn_cfg)},
222 {IWL_PCI_DEVICE(0x0896, 0x5007, iwl130_bg_cfg)},
223 {IWL_PCI_DEVICE(0x0897, 0x5015, iwl130_bgn_cfg)},
224 {IWL_PCI_DEVICE(0x0897, 0x5017, iwl130_bg_cfg)},
225 {IWL_PCI_DEVICE(0x0896, 0x5025, iwl130_bgn_cfg)},
226 {IWL_PCI_DEVICE(0x0896, 0x5027, iwl130_bg_cfg)},
227
228/* 2x00 Series */
229 {IWL_PCI_DEVICE(0x0890, 0x4022, iwl2000_2bgn_cfg)},
230 {IWL_PCI_DEVICE(0x0891, 0x4222, iwl2000_2bgn_cfg)},
231 {IWL_PCI_DEVICE(0x0890, 0x4422, iwl2000_2bgn_cfg)},
Wey-Yi Guy1603dd42011-08-25 23:11:17 -0700232 {IWL_PCI_DEVICE(0x0890, 0x4822, iwl2000_2bgn_d_cfg)},
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300233
234/* 2x30 Series */
235 {IWL_PCI_DEVICE(0x0887, 0x4062, iwl2030_2bgn_cfg)},
236 {IWL_PCI_DEVICE(0x0888, 0x4262, iwl2030_2bgn_cfg)},
237 {IWL_PCI_DEVICE(0x0887, 0x4462, iwl2030_2bgn_cfg)},
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300238
239/* 6x35 Series */
240 {IWL_PCI_DEVICE(0x088E, 0x4060, iwl6035_2agn_cfg)},
241 {IWL_PCI_DEVICE(0x088F, 0x4260, iwl6035_2agn_cfg)},
242 {IWL_PCI_DEVICE(0x088E, 0x4460, iwl6035_2agn_cfg)},
Wey-Yi Guy259653d2012-02-22 08:18:55 -0800243 {IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)},
Shuduo Sang20ecf9f2013-03-30 14:26:37 +0800244 {IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)},
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300245
246/* 105 Series */
247 {IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)},
248 {IWL_PCI_DEVICE(0x0895, 0x0222, iwl105_bgn_cfg)},
249 {IWL_PCI_DEVICE(0x0894, 0x0422, iwl105_bgn_cfg)},
Wey-Yi Guyb319d3e2011-10-10 07:27:01 -0700250 {IWL_PCI_DEVICE(0x0894, 0x0822, iwl105_bgn_d_cfg)},
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300251
252/* 135 Series */
253 {IWL_PCI_DEVICE(0x0892, 0x0062, iwl135_bgn_cfg)},
254 {IWL_PCI_DEVICE(0x0893, 0x0262, iwl135_bgn_cfg)},
255 {IWL_PCI_DEVICE(0x0892, 0x0462, iwl135_bgn_cfg)},
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300256
Johannes Berg99cd4712013-01-24 13:52:01 +0100257/* 7000 Series */
258 {IWL_PCI_DEVICE(0x08B1, 0x4070, iwl7260_2ac_cfg)},
Emmanuel Grumbach499892f2013-04-17 11:03:57 +0300259 {IWL_PCI_DEVICE(0x08B1, 0x4062, iwl7260_2ac_cfg)},
Johannes Berg99cd4712013-01-24 13:52:01 +0100260 {IWL_PCI_DEVICE(0x08B1, 0xC070, iwl7260_2ac_cfg)},
261 {IWL_PCI_DEVICE(0x08B3, 0x0070, iwl3160_ac_cfg)},
262 {IWL_PCI_DEVICE(0x08B3, 0x8070, iwl3160_ac_cfg)},
263
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300264 {0}
265};
266MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
267
Emmanuel Grumbach99673ee2012-01-08 21:19:45 +0200268/* PCI registers */
269#define PCI_CFG_RETRY_TIMEOUT 0x041
270
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300271static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
272{
Johannes Berg706c4ff2012-03-05 11:24:33 -0800273 const struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800274 struct iwl_trans *iwl_trans;
Emmanuel Grumbach9130bab2012-03-26 08:51:09 -0700275 struct iwl_trans_pcie *trans_pcie;
Emmanuel Grumbach59f547a2012-11-28 16:42:09 +0200276 int ret;
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300277
Emmanuel Grumbach87ce05a2012-03-26 09:03:18 -0700278 iwl_trans = iwl_trans_pcie_alloc(pdev, ent, cfg);
279 if (iwl_trans == NULL)
280 return -ENOMEM;
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +0300281
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800282 pci_set_drvdata(pdev, iwl_trans);
283
Emmanuel Grumbach9130bab2012-03-26 08:51:09 -0700284 trans_pcie = IWL_TRANS_GET_PCIE_TRANS(iwl_trans);
Emmanuel Grumbach87ce05a2012-03-26 09:03:18 -0700285 trans_pcie->drv = iwl_drv_start(iwl_trans, cfg);
Emmanuel Grumbach59f547a2012-11-28 16:42:09 +0200286
287 if (IS_ERR_OR_NULL(trans_pcie->drv)) {
288 ret = PTR_ERR(trans_pcie->drv);
Emmanuel Grumbachb52e7ea2012-02-02 14:16:59 -0800289 goto out_free_trans;
Emmanuel Grumbach59f547a2012-11-28 16:42:09 +0200290 }
Emmanuel Grumbacha42a1842012-02-02 14:33:08 -0800291
Meenakshi Venkataraman9da987a2012-07-16 18:43:56 -0700292 /* register transport layer debugfs here */
Emmanuel Grumbach59f547a2012-11-28 16:42:09 +0200293 ret = iwl_trans_dbgfs_register(iwl_trans, iwl_trans->dbgfs_dir);
294 if (ret)
Meenakshi Venkataraman9da987a2012-07-16 18:43:56 -0700295 goto out_free_drv;
296
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +0300297 return 0;
298
Meenakshi Venkataraman9da987a2012-07-16 18:43:56 -0700299out_free_drv:
300 iwl_drv_stop(trans_pcie->drv);
Emmanuel Grumbachb52e7ea2012-02-02 14:16:59 -0800301out_free_trans:
Johannes Bergd1ff5252012-04-12 06:24:30 -0700302 iwl_trans_pcie_free(iwl_trans);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +0300303 pci_set_drvdata(pdev, NULL);
Emmanuel Grumbach59f547a2012-11-28 16:42:09 +0200304 return ret;
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300305}
306
Bill Pembertond00064d2012-12-03 09:56:34 -0500307static void iwl_pci_remove(struct pci_dev *pdev)
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +0300308{
Emmanuel Grumbach9130bab2012-03-26 08:51:09 -0700309 struct iwl_trans *trans = pci_get_drvdata(pdev);
310 struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans);
Emmanuel Grumbach65e291a2011-09-06 09:31:17 -0700311
Emmanuel Grumbach9130bab2012-03-26 08:51:09 -0700312 iwl_drv_stop(trans_pcie->drv);
Johannes Bergd1ff5252012-04-12 06:24:30 -0700313 iwl_trans_pcie_free(trans);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +0300314
Emmanuel Grumbacha42a1842012-02-02 14:33:08 -0800315 pci_set_drvdata(pdev, NULL);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +0300316}
317
Daniel Halperinf090fba2011-08-25 23:11:15 -0700318#ifdef CONFIG_PM_SLEEP
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300319
320static int iwl_pci_suspend(struct device *device)
321{
322 struct pci_dev *pdev = to_pci_dev(device);
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800323 struct iwl_trans *iwl_trans = pci_get_drvdata(pdev);
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300324
Emmanuel Grumbachb09b296d2011-07-11 13:14:37 +0300325 /* Before you put code here, think about WoWLAN. You cannot check here
326 * whether WoWLAN is enabled or not, and your code will run even if
327 * WoWLAN is enabled - don't kill the NIC, someone may need it in Sx.
328 */
329
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800330 return iwl_trans_suspend(iwl_trans);
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300331}
332
333static int iwl_pci_resume(struct device *device)
334{
335 struct pci_dev *pdev = to_pci_dev(device);
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800336 struct iwl_trans *iwl_trans = pci_get_drvdata(pdev);
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300337
Emmanuel Grumbachb09b296d2011-07-11 13:14:37 +0300338 /* Before you put code here, think about WoWLAN. You cannot check here
339 * whether WoWLAN is enabled or not, and your code will run even if
340 * WoWLAN is enabled - the NIC may be alive.
341 */
342
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300343 /*
344 * We disable the RETRY_TIMEOUT register (0x41) to keep
345 * PCI Tx retries from interfering with C3 CPU state.
346 */
347 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
348
Emmanuel Grumbach36a79222012-02-27 13:53:32 -0800349 return iwl_trans_resume(iwl_trans);
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300350}
351
Johannes Berg1e5cf9b2011-06-21 04:30:56 -0700352static SIMPLE_DEV_PM_OPS(iwl_dev_pm_ops, iwl_pci_suspend, iwl_pci_resume);
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300353
354#define IWL_PM_OPS (&iwl_dev_pm_ops)
355
356#else
357
358#define IWL_PM_OPS NULL
359
360#endif
361
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300362static struct pci_driver iwl_pci_driver = {
363 .name = DRV_NAME,
364 .id_table = iwl_hw_card_ids,
365 .probe = iwl_pci_probe,
Bill Pembertond00064d2012-12-03 09:56:34 -0500366 .remove = iwl_pci_remove,
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +0300367 .driver.pm = IWL_PM_OPS,
368};
369
370int __must_check iwl_pci_register_driver(void)
371{
372 int ret;
373 ret = pci_register_driver(&iwl_pci_driver);
374 if (ret)
375 pr_err("Unable to initialize PCI module\n");
376
377 return ret;
378}
379
380void iwl_pci_unregister_driver(void)
381{
382 pci_unregister_driver(&iwl_pci_driver);
383}