blob: 25c874da5f2b676a156ab323ef8e94eb51504a4f [file] [log] [blame]
Vikram Kandukuri9670d802010-01-06 19:04:15 +05301/*
2 * Copyright (c) 2008-2009 Atheros Communications Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 *
18 */
19
20
21#include <linux/module.h>
22#include <linux/kernel.h>
23#include <linux/init.h>
24#include <linux/slab.h>
25#include <linux/types.h>
26#include <linux/errno.h>
27#include <linux/device.h>
28#include <linux/firmware.h>
29#include <linux/usb.h>
Marcel Holtmann72dd2b22014-07-20 17:29:59 +020030#include <asm/unaligned.h>
Vikram Kandukuri9670d802010-01-06 19:04:15 +053031#include <net/bluetooth/bluetooth.h>
32
33#define VERSION "1.0"
Paul Fertserc3eae822011-10-29 21:52:49 +040034#define ATH3K_FIRMWARE "ath3k-1.fw"
Vikram Kandukuri9670d802010-01-06 19:04:15 +053035
Bala Shanmugamd9f51b52011-02-11 15:38:53 +053036#define ATH3K_DNLOAD 0x01
37#define ATH3K_GETSTATE 0x05
38#define ATH3K_SET_NORMAL_MODE 0x07
39#define ATH3K_GETVERSION 0x09
40#define USB_REG_SWITCH_VID_PID 0x0a
41
42#define ATH3K_MODE_MASK 0x3F
43#define ATH3K_NORMAL_MODE 0x0E
44
45#define ATH3K_PATCH_UPDATE 0x80
46#define ATH3K_SYSCFG_UPDATE 0x40
47
48#define ATH3K_XTAL_FREQ_26M 0x00
49#define ATH3K_XTAL_FREQ_40M 0x01
50#define ATH3K_XTAL_FREQ_19P2 0x02
51#define ATH3K_NAME_LEN 0xFF
52
53struct ath3k_version {
Marcel Holtmann72dd2b22014-07-20 17:29:59 +020054 __le32 rom_version;
55 __le32 build_version;
56 __le32 ram_version;
57 __u8 ref_clock;
58 __u8 reserved[7];
59} __packed;
Vikram Kandukuri9670d802010-01-06 19:04:15 +053060
Marcel Holtmann3932eb32013-10-11 07:46:21 -070061static const struct usb_device_id ath3k_table[] = {
Vikram Kandukuri9670d802010-01-06 19:04:15 +053062 /* Atheros AR3011 */
63 { USB_DEVICE(0x0CF3, 0x3000) },
Bala Shanmugambe931122010-11-26 17:35:46 +053064
65 /* Atheros AR3011 with sflash firmware*/
Andy Shevchenko0b880062014-02-18 18:26:19 +020066 { USB_DEVICE(0x0489, 0xE027) },
67 { USB_DEVICE(0x0489, 0xE03D) },
68 { USB_DEVICE(0x0930, 0x0215) },
Bala Shanmugambe931122010-11-26 17:35:46 +053069 { USB_DEVICE(0x0CF3, 0x3002) },
Marek Vasut6eda5412012-06-08 14:32:50 +020070 { USB_DEVICE(0x0CF3, 0xE019) },
Andy Ross2a7bccc2011-05-09 16:11:16 -070071 { USB_DEVICE(0x13d3, 0x3304) },
Bala Shanmugambe931122010-11-26 17:35:46 +053072
Cho, Yu-Chen509e7862011-01-26 17:10:59 +080073 /* Atheros AR9285 Malbec with sflash firmware */
74 { USB_DEVICE(0x03F0, 0x311D) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +053075
76 /* Atheros AR3012 with sflash firmware*/
Andy Shevchenko0b880062014-02-18 18:26:19 +020077 { USB_DEVICE(0x0489, 0xe04d) },
78 { USB_DEVICE(0x0489, 0xe04e) },
79 { USB_DEVICE(0x0489, 0xe057) },
80 { USB_DEVICE(0x0489, 0xe056) },
81 { USB_DEVICE(0x0489, 0xe05f) },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +053082 { USB_DEVICE(0x0489, 0xe078) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020083 { USB_DEVICE(0x04c5, 0x1330) },
84 { USB_DEVICE(0x04CA, 0x3004) },
85 { USB_DEVICE(0x04CA, 0x3005) },
86 { USB_DEVICE(0x04CA, 0x3006) },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -070087 { USB_DEVICE(0x04CA, 0x3007) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020088 { USB_DEVICE(0x04CA, 0x3008) },
89 { USB_DEVICE(0x04CA, 0x300b) },
90 { USB_DEVICE(0x0930, 0x0219) },
91 { USB_DEVICE(0x0930, 0x0220) },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +010092 { USB_DEVICE(0x0930, 0x0227) },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +020093 { USB_DEVICE(0x0b05, 0x17d0) },
Ming Leid66629c2013-03-15 11:00:39 +080094 { USB_DEVICE(0x0CF3, 0x0036) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +053095 { USB_DEVICE(0x0CF3, 0x3004) },
Sunguk Lee94a32d102013-03-12 04:41:58 +090096 { USB_DEVICE(0x0CF3, 0x3008) },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +020097 { USB_DEVICE(0x0CF3, 0x311D) },
Oliver Neukumb1312372014-01-16 15:37:11 +010098 { USB_DEVICE(0x0CF3, 0x311E) },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +010099 { USB_DEVICE(0x0CF3, 0x311F) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200100 { USB_DEVICE(0x0cf3, 0x3121) },
Ming Leiebaf5792013-03-18 23:45:11 +0800101 { USB_DEVICE(0x0CF3, 0x817a) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200102 { USB_DEVICE(0x0cf3, 0xe003) },
AceLan Kaoac713112012-04-19 14:53:45 +0800103 { USB_DEVICE(0x0CF3, 0xE004) },
Peng Chen0a3658c2013-08-30 17:41:40 +0800104 { USB_DEVICE(0x0CF3, 0xE005) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200105 { USB_DEVICE(0x13d3, 0x3362) },
106 { USB_DEVICE(0x13d3, 0x3375) },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800107 { USB_DEVICE(0x13d3, 0x3393) },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530108 { USB_DEVICE(0x13d3, 0x3402) },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530109 { USB_DEVICE(0x13d3, 0x3432) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530110
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800111 /* Atheros AR5BBU12 with sflash firmware */
112 { USB_DEVICE(0x0489, 0xE02C) },
John W. Linvilleb67afe72011-02-18 17:03:41 -0500113
Michael Gruetzner85d59722012-05-02 22:33:40 +0200114 /* Atheros AR5BBU22 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530115 { USB_DEVICE(0x0489, 0xE036) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200116 { USB_DEVICE(0x0489, 0xE03C) },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200117
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530118 { } /* Terminating entry */
119};
120
121MODULE_DEVICE_TABLE(usb, ath3k_table);
122
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530123#define BTUSB_ATH3012 0x80
124/* This table is to load patch and sysconfig files
125 * for AR3012 */
Marcel Holtmann3932eb32013-10-11 07:46:21 -0700126static const struct usb_device_id ath3k_blist_tbl[] = {
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530127
128 /* Atheros AR3012 with sflash firmware*/
Andy Shevchenko0b880062014-02-18 18:26:19 +0200129 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
130 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
131 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
132 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
133 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +0530134 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200135 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
136 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
137 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
138 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700139 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200140 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
141 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
142 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
143 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100144 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200145 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800146 { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530147 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900148 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200149 { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100150 { USB_DEVICE(0x0cf3, 0x311E), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100151 { USB_DEVICE(0x0cf3, 0x311F), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200152 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800153 { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800154 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800155 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
AceLan Kao1d5b5692013-06-20 13:38:45 +0800156 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200157 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
158 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
159 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
160 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530161 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530162
Michael Gruetzner85d59722012-05-02 22:33:40 +0200163 /* Atheros AR5BBU22 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530164 { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200165 { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200166
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530167 { } /* Terminating entry */
168};
169
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530170#define USB_REQ_DFU_DNLOAD 1
171#define BULK_SIZE 4096
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530172#define FW_HDR_SIZE 20
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530173
Alexander Holler86e09282010-11-22 21:09:01 +0100174static int ath3k_load_firmware(struct usb_device *udev,
175 const struct firmware *firmware)
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530176{
177 u8 *send_buf;
178 int err, pipe, len, size, sent = 0;
Alexander Holler86e09282010-11-22 21:09:01 +0100179 int count = firmware->size;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530180
Alexander Holler86e09282010-11-22 21:09:01 +0100181 BT_DBG("udev %p", udev);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530182
Alexander Holler86e09282010-11-22 21:09:01 +0100183 pipe = usb_sndctrlpipe(udev, 0);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530184
David Herrmann52a10202011-10-25 12:09:52 +0200185 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530186 if (!send_buf) {
187 BT_ERR("Can't allocate memory chunk for firmware");
188 return -ENOMEM;
189 }
190
Alexander Holler86e09282010-11-22 21:09:01 +0100191 memcpy(send_buf, firmware->data, 20);
Valentin Iliea08b15e2013-08-12 18:46:00 +0300192 err = usb_control_msg(udev, pipe, USB_REQ_DFU_DNLOAD, USB_TYPE_VENDOR,
193 0, 0, send_buf, 20, USB_CTRL_SET_TIMEOUT);
194 if (err < 0) {
Alexander Holler86e09282010-11-22 21:09:01 +0100195 BT_ERR("Can't change to loading configuration err");
196 goto error;
197 }
198 sent += 20;
199 count -= 20;
200
Adam Lee3abb56d2014-05-27 13:49:07 +0800201 pipe = usb_sndbulkpipe(udev, 0x02);
202
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530203 while (count) {
204 size = min_t(uint, count, BULK_SIZE);
Alexander Holler86e09282010-11-22 21:09:01 +0100205 memcpy(send_buf, firmware->data + sent, size);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530206
Alexander Holler86e09282010-11-22 21:09:01 +0100207 err = usb_bulk_msg(udev, pipe, send_buf, size,
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530208 &len, 3000);
209
210 if (err || (len != size)) {
211 BT_ERR("Error in firmware loading err = %d,"
212 "len = %d, size = %d", err, len, size);
213 goto error;
214 }
215
216 sent += size;
217 count -= size;
218 }
219
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530220error:
221 kfree(send_buf);
222 return err;
223}
224
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530225static int ath3k_get_state(struct usb_device *udev, unsigned char *state)
226{
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200227 int ret, pipe = 0;
228 char *buf;
229
230 buf = kmalloc(sizeof(*buf), GFP_KERNEL);
231 if (!buf)
232 return -ENOMEM;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530233
234 pipe = usb_rcvctrlpipe(udev, 0);
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200235 ret = usb_control_msg(udev, pipe, ATH3K_GETSTATE,
236 USB_TYPE_VENDOR | USB_DIR_IN, 0, 0,
237 buf, sizeof(*buf), USB_CTRL_SET_TIMEOUT);
238
239 *state = *buf;
240 kfree(buf);
241
242 return ret;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530243}
244
245static int ath3k_get_version(struct usb_device *udev,
246 struct ath3k_version *version)
247{
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200248 int ret, pipe = 0;
249 struct ath3k_version *buf;
250 const int size = sizeof(*buf);
251
252 buf = kmalloc(size, GFP_KERNEL);
253 if (!buf)
254 return -ENOMEM;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530255
256 pipe = usb_rcvctrlpipe(udev, 0);
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200257 ret = usb_control_msg(udev, pipe, ATH3K_GETVERSION,
258 USB_TYPE_VENDOR | USB_DIR_IN, 0, 0,
259 buf, size, USB_CTRL_SET_TIMEOUT);
260
261 memcpy(version, buf, size);
262 kfree(buf);
263
264 return ret;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530265}
266
267static int ath3k_load_fwfile(struct usb_device *udev,
268 const struct firmware *firmware)
269{
270 u8 *send_buf;
271 int err, pipe, len, size, count, sent = 0;
272 int ret;
273
274 count = firmware->size;
275
David Herrmann52a10202011-10-25 12:09:52 +0200276 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530277 if (!send_buf) {
278 BT_ERR("Can't allocate memory chunk for firmware");
279 return -ENOMEM;
280 }
281
282 size = min_t(uint, count, FW_HDR_SIZE);
283 memcpy(send_buf, firmware->data, size);
284
285 pipe = usb_sndctrlpipe(udev, 0);
286 ret = usb_control_msg(udev, pipe, ATH3K_DNLOAD,
287 USB_TYPE_VENDOR, 0, 0, send_buf,
288 size, USB_CTRL_SET_TIMEOUT);
289 if (ret < 0) {
290 BT_ERR("Can't change to loading configuration err");
291 kfree(send_buf);
292 return ret;
293 }
294
295 sent += size;
296 count -= size;
297
Adam Leeb0c3e132014-06-05 21:47:44 +0800298 pipe = usb_sndbulkpipe(udev, 0x02);
299
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530300 while (count) {
301 size = min_t(uint, count, BULK_SIZE);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530302 memcpy(send_buf, firmware->data + sent, size);
303
304 err = usb_bulk_msg(udev, pipe, send_buf, size,
305 &len, 3000);
306 if (err || (len != size)) {
307 BT_ERR("Error in firmware loading err = %d,"
308 "len = %d, size = %d", err, len, size);
309 kfree(send_buf);
310 return err;
311 }
312 sent += size;
313 count -= size;
314 }
315
316 kfree(send_buf);
317 return 0;
318}
319
320static int ath3k_switch_pid(struct usb_device *udev)
321{
322 int pipe = 0;
323
324 pipe = usb_sndctrlpipe(udev, 0);
325 return usb_control_msg(udev, pipe, USB_REG_SWITCH_VID_PID,
326 USB_TYPE_VENDOR, 0, 0,
327 NULL, 0, USB_CTRL_SET_TIMEOUT);
328}
329
330static int ath3k_set_normal_mode(struct usb_device *udev)
331{
332 unsigned char fw_state;
333 int pipe = 0, ret;
334
335 ret = ath3k_get_state(udev, &fw_state);
336 if (ret < 0) {
337 BT_ERR("Can't get state to change to normal mode err");
338 return ret;
339 }
340
341 if ((fw_state & ATH3K_MODE_MASK) == ATH3K_NORMAL_MODE) {
342 BT_DBG("firmware was already in normal mode");
343 return 0;
344 }
345
346 pipe = usb_sndctrlpipe(udev, 0);
347 return usb_control_msg(udev, pipe, ATH3K_SET_NORMAL_MODE,
348 USB_TYPE_VENDOR, 0, 0,
349 NULL, 0, USB_CTRL_SET_TIMEOUT);
350}
351
352static int ath3k_load_patch(struct usb_device *udev)
353{
354 unsigned char fw_state;
355 char filename[ATH3K_NAME_LEN] = {0};
356 const struct firmware *firmware;
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200357 struct ath3k_version fw_version;
358 __u32 pt_rom_version, pt_build_version;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530359 int ret;
360
361 ret = ath3k_get_state(udev, &fw_state);
362 if (ret < 0) {
363 BT_ERR("Can't get state to change to load ram patch err");
364 return ret;
365 }
366
367 if (fw_state & ATH3K_PATCH_UPDATE) {
368 BT_DBG("Patch was already downloaded");
369 return 0;
370 }
371
372 ret = ath3k_get_version(udev, &fw_version);
373 if (ret < 0) {
374 BT_ERR("Can't get version to change to load ram patch err");
375 return ret;
376 }
377
378 snprintf(filename, ATH3K_NAME_LEN, "ar3k/AthrBT_0x%08x.dfu",
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200379 le32_to_cpu(fw_version.rom_version));
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530380
381 ret = request_firmware(&firmware, filename, &udev->dev);
382 if (ret < 0) {
383 BT_ERR("Patch file not found %s", filename);
384 return ret;
385 }
386
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200387 pt_rom_version = get_unaligned_le32(firmware->data +
388 firmware->size - 8);
389 pt_build_version = get_unaligned_le32(firmware->data +
390 firmware->size - 4);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530391
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200392 if (pt_rom_version != le32_to_cpu(fw_version.rom_version) ||
393 pt_build_version <= le32_to_cpu(fw_version.build_version)) {
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530394 BT_ERR("Patch file version did not match with firmware");
395 release_firmware(firmware);
396 return -EINVAL;
397 }
398
399 ret = ath3k_load_fwfile(udev, firmware);
400 release_firmware(firmware);
401
402 return ret;
403}
404
405static int ath3k_load_syscfg(struct usb_device *udev)
406{
407 unsigned char fw_state;
408 char filename[ATH3K_NAME_LEN] = {0};
409 const struct firmware *firmware;
410 struct ath3k_version fw_version;
411 int clk_value, ret;
412
413 ret = ath3k_get_state(udev, &fw_state);
414 if (ret < 0) {
Masanari Iida8a168ca2012-12-29 02:00:09 +0900415 BT_ERR("Can't get state to change to load configuration err");
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530416 return -EBUSY;
417 }
418
419 ret = ath3k_get_version(udev, &fw_version);
420 if (ret < 0) {
421 BT_ERR("Can't get version to change to load ram patch err");
422 return ret;
423 }
424
425 switch (fw_version.ref_clock) {
426
427 case ATH3K_XTAL_FREQ_26M:
428 clk_value = 26;
429 break;
430 case ATH3K_XTAL_FREQ_40M:
431 clk_value = 40;
432 break;
433 case ATH3K_XTAL_FREQ_19P2:
434 clk_value = 19;
435 break;
436 default:
437 clk_value = 0;
438 break;
439 }
440
441 snprintf(filename, ATH3K_NAME_LEN, "ar3k/ramps_0x%08x_%d%s",
Peng Chenb9e25352012-09-06 19:30:43 +0800442 le32_to_cpu(fw_version.rom_version), clk_value, ".dfu");
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530443
444 ret = request_firmware(&firmware, filename, &udev->dev);
445 if (ret < 0) {
446 BT_ERR("Configuration file not found %s", filename);
447 return ret;
448 }
449
450 ret = ath3k_load_fwfile(udev, firmware);
451 release_firmware(firmware);
452
453 return ret;
454}
455
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530456static int ath3k_probe(struct usb_interface *intf,
457 const struct usb_device_id *id)
458{
459 const struct firmware *firmware;
460 struct usb_device *udev = interface_to_usbdev(intf);
Rogério Brito84f0e172011-02-03 01:42:05 -0200461 int ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530462
463 BT_DBG("intf %p id %p", intf, id);
464
465 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
466 return -ENODEV;
467
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530468 /* match device ID in ath3k blacklist table */
469 if (!id->driver_info) {
470 const struct usb_device_id *match;
471 match = usb_match_id(intf, ath3k_blist_tbl);
472 if (match)
473 id = match;
474 }
475
476 /* load patch and sysconfig files for AR3012 */
477 if (id->driver_info & BTUSB_ATH3012) {
Steven.Li2d25f8b2011-07-01 14:02:36 +0800478
479 /* New firmware with patch and sysconfig files already loaded */
480 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001)
481 return -ENODEV;
482
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530483 ret = ath3k_load_patch(udev);
484 if (ret < 0) {
485 BT_ERR("Loading patch file failed");
486 return ret;
487 }
488 ret = ath3k_load_syscfg(udev);
489 if (ret < 0) {
490 BT_ERR("Loading sysconfig file failed");
491 return ret;
492 }
493 ret = ath3k_set_normal_mode(udev);
494 if (ret < 0) {
495 BT_ERR("Set normal mode failed");
496 return ret;
497 }
498 ath3k_switch_pid(udev);
499 return 0;
500 }
501
Paul Fertserc3eae822011-10-29 21:52:49 +0400502 ret = request_firmware(&firmware, ATH3K_FIRMWARE, &udev->dev);
503 if (ret < 0) {
504 if (ret == -ENOENT)
505 BT_ERR("Firmware file \"%s\" not found",
506 ATH3K_FIRMWARE);
507 else
508 BT_ERR("Firmware file \"%s\" request failed (err=%d)",
509 ATH3K_FIRMWARE, ret);
510 return ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530511 }
512
Rogério Brito84f0e172011-02-03 01:42:05 -0200513 ret = ath3k_load_firmware(udev, firmware);
Alexander Holler86e09282010-11-22 21:09:01 +0100514 release_firmware(firmware);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530515
Rogério Brito84f0e172011-02-03 01:42:05 -0200516 return ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530517}
518
519static void ath3k_disconnect(struct usb_interface *intf)
520{
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530521 BT_DBG("ath3k_disconnect intf %p", intf);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530522}
523
524static struct usb_driver ath3k_driver = {
525 .name = "ath3k",
526 .probe = ath3k_probe,
527 .disconnect = ath3k_disconnect,
528 .id_table = ath3k_table,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -0700529 .disable_hub_initiated_lpm = 1,
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530530};
531
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -0800532module_usb_driver(ath3k_driver);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530533
534MODULE_AUTHOR("Atheros Communications");
535MODULE_DESCRIPTION("Atheros AR30xx firmware driver");
536MODULE_VERSION(VERSION);
537MODULE_LICENSE("GPL");
Paul Fertserc3eae822011-10-29 21:52:49 +0400538MODULE_FIRMWARE(ATH3K_FIRMWARE);