blob: ee64764663f4f122c93cb7cdf6e4dd2a037049ad [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) },
Alexander Ploumistos2eeff0b2015-02-13 21:05:11 +020068 { USB_DEVICE(0x04F2, 0xAFF1) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020069 { USB_DEVICE(0x0930, 0x0215) },
Bala Shanmugambe931122010-11-26 17:35:46 +053070 { USB_DEVICE(0x0CF3, 0x3002) },
Marek Vasut6eda5412012-06-08 14:32:50 +020071 { USB_DEVICE(0x0CF3, 0xE019) },
Andy Ross2a7bccc2011-05-09 16:11:16 -070072 { USB_DEVICE(0x13d3, 0x3304) },
Bala Shanmugambe931122010-11-26 17:35:46 +053073
Cho, Yu-Chen509e7862011-01-26 17:10:59 +080074 /* Atheros AR9285 Malbec with sflash firmware */
75 { USB_DEVICE(0x03F0, 0x311D) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +053076
77 /* Atheros AR3012 with sflash firmware*/
Andy Shevchenko0b880062014-02-18 18:26:19 +020078 { USB_DEVICE(0x0489, 0xe04d) },
79 { USB_DEVICE(0x0489, 0xe04e) },
80 { USB_DEVICE(0x0489, 0xe057) },
81 { USB_DEVICE(0x0489, 0xe056) },
82 { USB_DEVICE(0x0489, 0xe05f) },
Dmitry Tunin692c0622015-06-06 20:25:40 +030083 { USB_DEVICE(0x0489, 0xe076) },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +053084 { USB_DEVICE(0x0489, 0xe078) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020085 { USB_DEVICE(0x04c5, 0x1330) },
86 { USB_DEVICE(0x04CA, 0x3004) },
87 { USB_DEVICE(0x04CA, 0x3005) },
88 { USB_DEVICE(0x04CA, 0x3006) },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -070089 { USB_DEVICE(0x04CA, 0x3007) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020090 { USB_DEVICE(0x04CA, 0x3008) },
91 { USB_DEVICE(0x04CA, 0x300b) },
Dmitry Tuninec0810d2015-05-02 13:36:58 +030092 { USB_DEVICE(0x04CA, 0x300f) },
Janne Heikkinen134d3b32014-12-09 07:44:51 +020093 { USB_DEVICE(0x04CA, 0x3010) },
Andy Shevchenko0b880062014-02-18 18:26:19 +020094 { USB_DEVICE(0x0930, 0x0219) },
95 { USB_DEVICE(0x0930, 0x0220) },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +010096 { USB_DEVICE(0x0930, 0x0227) },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +020097 { USB_DEVICE(0x0b05, 0x17d0) },
Ming Leid66629c2013-03-15 11:00:39 +080098 { USB_DEVICE(0x0CF3, 0x0036) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +053099 { USB_DEVICE(0x0CF3, 0x3004) },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900100 { USB_DEVICE(0x0CF3, 0x3008) },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200101 { USB_DEVICE(0x0CF3, 0x311D) },
Oliver Neukumb1312372014-01-16 15:37:11 +0100102 { USB_DEVICE(0x0CF3, 0x311E) },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100103 { USB_DEVICE(0x0CF3, 0x311F) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200104 { USB_DEVICE(0x0cf3, 0x3121) },
Ming Leiebaf5792013-03-18 23:45:11 +0800105 { USB_DEVICE(0x0CF3, 0x817a) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200106 { USB_DEVICE(0x0cf3, 0xe003) },
AceLan Kaoac713112012-04-19 14:53:45 +0800107 { USB_DEVICE(0x0CF3, 0xE004) },
Peng Chen0a3658c2013-08-30 17:41:40 +0800108 { USB_DEVICE(0x0CF3, 0xE005) },
Wen-chien Jesse Sungca79f232015-05-13 11:39:24 +0800109 { USB_DEVICE(0x0CF3, 0xE006) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200110 { USB_DEVICE(0x13d3, 0x3362) },
111 { USB_DEVICE(0x13d3, 0x3375) },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800112 { USB_DEVICE(0x13d3, 0x3393) },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530113 { USB_DEVICE(0x13d3, 0x3402) },
Dmitry Tunin3bb30a7c2014-11-25 20:19:52 +0300114 { USB_DEVICE(0x13d3, 0x3408) },
Dmitry Tunin033efa92015-01-18 00:16:51 +0300115 { USB_DEVICE(0x13d3, 0x3423) },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530116 { USB_DEVICE(0x13d3, 0x3432) },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530117
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800118 /* Atheros AR5BBU12 with sflash firmware */
119 { USB_DEVICE(0x0489, 0xE02C) },
John W. Linvilleb67afe72011-02-18 17:03:41 -0500120
Michael Gruetzner85d59722012-05-02 22:33:40 +0200121 /* Atheros AR5BBU22 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530122 { USB_DEVICE(0x0489, 0xE036) },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200123 { USB_DEVICE(0x0489, 0xE03C) },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200124
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530125 { } /* Terminating entry */
126};
127
128MODULE_DEVICE_TABLE(usb, ath3k_table);
129
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530130#define BTUSB_ATH3012 0x80
131/* This table is to load patch and sysconfig files
132 * for AR3012 */
Marcel Holtmann3932eb32013-10-11 07:46:21 -0700133static const struct usb_device_id ath3k_blist_tbl[] = {
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530134
135 /* Atheros AR3012 with sflash firmware*/
Andy Shevchenko0b880062014-02-18 18:26:19 +0200136 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
137 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
138 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
139 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
140 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin692c0622015-06-06 20:25:40 +0300141 { USB_DEVICE(0x0489, 0xe076), .driver_info = BTUSB_ATH3012 },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +0530142 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200143 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
144 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
145 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
146 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700147 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200148 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
149 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
Dmitry Tuninec0810d2015-05-02 13:36:58 +0300150 { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 },
Janne Heikkinen134d3b32014-12-09 07:44:51 +0200151 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200152 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
153 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100154 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200155 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800156 { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530157 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900158 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200159 { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100160 { USB_DEVICE(0x0cf3, 0x311E), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100161 { USB_DEVICE(0x0cf3, 0x311F), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200162 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800163 { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800164 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800165 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Wen-chien Jesse Sungca79f232015-05-13 11:39:24 +0800166 { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 },
AceLan Kao1d5b5692013-06-20 13:38:45 +0800167 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200168 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
169 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
170 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
171 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin3bb30a7c2014-11-25 20:19:52 +0300172 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin033efa92015-01-18 00:16:51 +0300173 { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530174 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530175
Michael Gruetzner85d59722012-05-02 22:33:40 +0200176 /* Atheros AR5BBU22 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530177 { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200178 { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200179
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530180 { } /* Terminating entry */
181};
182
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530183#define USB_REQ_DFU_DNLOAD 1
184#define BULK_SIZE 4096
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530185#define FW_HDR_SIZE 20
Adam Leec561a572015-01-28 15:30:27 -0500186#define TIMEGAP_USEC_MIN 50
187#define TIMEGAP_USEC_MAX 100
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530188
Alexander Holler86e09282010-11-22 21:09:01 +0100189static int ath3k_load_firmware(struct usb_device *udev,
190 const struct firmware *firmware)
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530191{
192 u8 *send_buf;
193 int err, pipe, len, size, sent = 0;
Alexander Holler86e09282010-11-22 21:09:01 +0100194 int count = firmware->size;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530195
Alexander Holler86e09282010-11-22 21:09:01 +0100196 BT_DBG("udev %p", udev);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530197
Alexander Holler86e09282010-11-22 21:09:01 +0100198 pipe = usb_sndctrlpipe(udev, 0);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530199
David Herrmann52a10202011-10-25 12:09:52 +0200200 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530201 if (!send_buf) {
202 BT_ERR("Can't allocate memory chunk for firmware");
203 return -ENOMEM;
204 }
205
Alexander Holler86e09282010-11-22 21:09:01 +0100206 memcpy(send_buf, firmware->data, 20);
Valentin Iliea08b15e2013-08-12 18:46:00 +0300207 err = usb_control_msg(udev, pipe, USB_REQ_DFU_DNLOAD, USB_TYPE_VENDOR,
208 0, 0, send_buf, 20, USB_CTRL_SET_TIMEOUT);
209 if (err < 0) {
Alexander Holler86e09282010-11-22 21:09:01 +0100210 BT_ERR("Can't change to loading configuration err");
211 goto error;
212 }
213 sent += 20;
214 count -= 20;
215
Adam Lee3abb56d2014-05-27 13:49:07 +0800216 pipe = usb_sndbulkpipe(udev, 0x02);
217
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530218 while (count) {
Adam Leec561a572015-01-28 15:30:27 -0500219 /* workaround the compatibility issue with xHCI controller*/
220 usleep_range(TIMEGAP_USEC_MIN, TIMEGAP_USEC_MAX);
221
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530222 size = min_t(uint, count, BULK_SIZE);
Alexander Holler86e09282010-11-22 21:09:01 +0100223 memcpy(send_buf, firmware->data + sent, size);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530224
Alexander Holler86e09282010-11-22 21:09:01 +0100225 err = usb_bulk_msg(udev, pipe, send_buf, size,
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530226 &len, 3000);
227
228 if (err || (len != size)) {
229 BT_ERR("Error in firmware loading err = %d,"
230 "len = %d, size = %d", err, len, size);
231 goto error;
232 }
233
234 sent += size;
235 count -= size;
236 }
237
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530238error:
239 kfree(send_buf);
240 return err;
241}
242
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530243static int ath3k_get_state(struct usb_device *udev, unsigned char *state)
244{
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200245 int ret, pipe = 0;
246 char *buf;
247
248 buf = kmalloc(sizeof(*buf), GFP_KERNEL);
249 if (!buf)
250 return -ENOMEM;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530251
252 pipe = usb_rcvctrlpipe(udev, 0);
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200253 ret = usb_control_msg(udev, pipe, ATH3K_GETSTATE,
254 USB_TYPE_VENDOR | USB_DIR_IN, 0, 0,
255 buf, sizeof(*buf), USB_CTRL_SET_TIMEOUT);
256
257 *state = *buf;
258 kfree(buf);
259
260 return ret;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530261}
262
263static int ath3k_get_version(struct usb_device *udev,
264 struct ath3k_version *version)
265{
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200266 int ret, pipe = 0;
267 struct ath3k_version *buf;
268 const int size = sizeof(*buf);
269
270 buf = kmalloc(size, GFP_KERNEL);
271 if (!buf)
272 return -ENOMEM;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530273
274 pipe = usb_rcvctrlpipe(udev, 0);
Stanislaw Gruszka517828a2013-07-08 10:27:23 +0200275 ret = usb_control_msg(udev, pipe, ATH3K_GETVERSION,
276 USB_TYPE_VENDOR | USB_DIR_IN, 0, 0,
277 buf, size, USB_CTRL_SET_TIMEOUT);
278
279 memcpy(version, buf, size);
280 kfree(buf);
281
282 return ret;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530283}
284
285static int ath3k_load_fwfile(struct usb_device *udev,
286 const struct firmware *firmware)
287{
288 u8 *send_buf;
289 int err, pipe, len, size, count, sent = 0;
290 int ret;
291
292 count = firmware->size;
293
David Herrmann52a10202011-10-25 12:09:52 +0200294 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530295 if (!send_buf) {
296 BT_ERR("Can't allocate memory chunk for firmware");
297 return -ENOMEM;
298 }
299
300 size = min_t(uint, count, FW_HDR_SIZE);
301 memcpy(send_buf, firmware->data, size);
302
303 pipe = usb_sndctrlpipe(udev, 0);
304 ret = usb_control_msg(udev, pipe, ATH3K_DNLOAD,
305 USB_TYPE_VENDOR, 0, 0, send_buf,
306 size, USB_CTRL_SET_TIMEOUT);
307 if (ret < 0) {
308 BT_ERR("Can't change to loading configuration err");
309 kfree(send_buf);
310 return ret;
311 }
312
313 sent += size;
314 count -= size;
315
Adam Leeb0c3e132014-06-05 21:47:44 +0800316 pipe = usb_sndbulkpipe(udev, 0x02);
317
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530318 while (count) {
Adam Leec561a572015-01-28 15:30:27 -0500319 /* workaround the compatibility issue with xHCI controller*/
320 usleep_range(TIMEGAP_USEC_MIN, TIMEGAP_USEC_MAX);
321
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530322 size = min_t(uint, count, BULK_SIZE);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530323 memcpy(send_buf, firmware->data + sent, size);
324
325 err = usb_bulk_msg(udev, pipe, send_buf, size,
326 &len, 3000);
327 if (err || (len != size)) {
328 BT_ERR("Error in firmware loading err = %d,"
329 "len = %d, size = %d", err, len, size);
330 kfree(send_buf);
331 return err;
332 }
333 sent += size;
334 count -= size;
335 }
336
337 kfree(send_buf);
338 return 0;
339}
340
341static int ath3k_switch_pid(struct usb_device *udev)
342{
343 int pipe = 0;
344
345 pipe = usb_sndctrlpipe(udev, 0);
346 return usb_control_msg(udev, pipe, USB_REG_SWITCH_VID_PID,
347 USB_TYPE_VENDOR, 0, 0,
348 NULL, 0, USB_CTRL_SET_TIMEOUT);
349}
350
351static int ath3k_set_normal_mode(struct usb_device *udev)
352{
353 unsigned char fw_state;
354 int pipe = 0, ret;
355
356 ret = ath3k_get_state(udev, &fw_state);
357 if (ret < 0) {
358 BT_ERR("Can't get state to change to normal mode err");
359 return ret;
360 }
361
362 if ((fw_state & ATH3K_MODE_MASK) == ATH3K_NORMAL_MODE) {
363 BT_DBG("firmware was already in normal mode");
364 return 0;
365 }
366
367 pipe = usb_sndctrlpipe(udev, 0);
368 return usb_control_msg(udev, pipe, ATH3K_SET_NORMAL_MODE,
369 USB_TYPE_VENDOR, 0, 0,
370 NULL, 0, USB_CTRL_SET_TIMEOUT);
371}
372
373static int ath3k_load_patch(struct usb_device *udev)
374{
375 unsigned char fw_state;
376 char filename[ATH3K_NAME_LEN] = {0};
377 const struct firmware *firmware;
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200378 struct ath3k_version fw_version;
379 __u32 pt_rom_version, pt_build_version;
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530380 int ret;
381
382 ret = ath3k_get_state(udev, &fw_state);
383 if (ret < 0) {
384 BT_ERR("Can't get state to change to load ram patch err");
385 return ret;
386 }
387
388 if (fw_state & ATH3K_PATCH_UPDATE) {
389 BT_DBG("Patch was already downloaded");
390 return 0;
391 }
392
393 ret = ath3k_get_version(udev, &fw_version);
394 if (ret < 0) {
395 BT_ERR("Can't get version to change to load ram patch err");
396 return ret;
397 }
398
399 snprintf(filename, ATH3K_NAME_LEN, "ar3k/AthrBT_0x%08x.dfu",
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200400 le32_to_cpu(fw_version.rom_version));
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530401
402 ret = request_firmware(&firmware, filename, &udev->dev);
403 if (ret < 0) {
404 BT_ERR("Patch file not found %s", filename);
405 return ret;
406 }
407
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200408 pt_rom_version = get_unaligned_le32(firmware->data +
409 firmware->size - 8);
410 pt_build_version = get_unaligned_le32(firmware->data +
411 firmware->size - 4);
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530412
Marcel Holtmann72dd2b22014-07-20 17:29:59 +0200413 if (pt_rom_version != le32_to_cpu(fw_version.rom_version) ||
414 pt_build_version <= le32_to_cpu(fw_version.build_version)) {
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530415 BT_ERR("Patch file version did not match with firmware");
416 release_firmware(firmware);
417 return -EINVAL;
418 }
419
420 ret = ath3k_load_fwfile(udev, firmware);
421 release_firmware(firmware);
422
423 return ret;
424}
425
426static int ath3k_load_syscfg(struct usb_device *udev)
427{
428 unsigned char fw_state;
429 char filename[ATH3K_NAME_LEN] = {0};
430 const struct firmware *firmware;
431 struct ath3k_version fw_version;
432 int clk_value, ret;
433
434 ret = ath3k_get_state(udev, &fw_state);
435 if (ret < 0) {
Masanari Iida8a168ca2012-12-29 02:00:09 +0900436 BT_ERR("Can't get state to change to load configuration err");
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530437 return -EBUSY;
438 }
439
440 ret = ath3k_get_version(udev, &fw_version);
441 if (ret < 0) {
442 BT_ERR("Can't get version to change to load ram patch err");
443 return ret;
444 }
445
446 switch (fw_version.ref_clock) {
447
448 case ATH3K_XTAL_FREQ_26M:
449 clk_value = 26;
450 break;
451 case ATH3K_XTAL_FREQ_40M:
452 clk_value = 40;
453 break;
454 case ATH3K_XTAL_FREQ_19P2:
455 clk_value = 19;
456 break;
457 default:
458 clk_value = 0;
459 break;
460 }
461
462 snprintf(filename, ATH3K_NAME_LEN, "ar3k/ramps_0x%08x_%d%s",
Peng Chenb9e25352012-09-06 19:30:43 +0800463 le32_to_cpu(fw_version.rom_version), clk_value, ".dfu");
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530464
465 ret = request_firmware(&firmware, filename, &udev->dev);
466 if (ret < 0) {
467 BT_ERR("Configuration file not found %s", filename);
468 return ret;
469 }
470
471 ret = ath3k_load_fwfile(udev, firmware);
472 release_firmware(firmware);
473
474 return ret;
475}
476
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530477static int ath3k_probe(struct usb_interface *intf,
478 const struct usb_device_id *id)
479{
480 const struct firmware *firmware;
481 struct usb_device *udev = interface_to_usbdev(intf);
Rogério Brito84f0e172011-02-03 01:42:05 -0200482 int ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530483
484 BT_DBG("intf %p id %p", intf, id);
485
486 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
487 return -ENODEV;
488
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530489 /* match device ID in ath3k blacklist table */
490 if (!id->driver_info) {
491 const struct usb_device_id *match;
492 match = usb_match_id(intf, ath3k_blist_tbl);
493 if (match)
494 id = match;
495 }
496
497 /* load patch and sysconfig files for AR3012 */
498 if (id->driver_info & BTUSB_ATH3012) {
Steven.Li2d25f8b2011-07-01 14:02:36 +0800499
500 /* New firmware with patch and sysconfig files already loaded */
501 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x0001)
502 return -ENODEV;
503
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530504 ret = ath3k_load_patch(udev);
505 if (ret < 0) {
506 BT_ERR("Loading patch file failed");
507 return ret;
508 }
509 ret = ath3k_load_syscfg(udev);
510 if (ret < 0) {
511 BT_ERR("Loading sysconfig file failed");
512 return ret;
513 }
514 ret = ath3k_set_normal_mode(udev);
515 if (ret < 0) {
516 BT_ERR("Set normal mode failed");
517 return ret;
518 }
519 ath3k_switch_pid(udev);
520 return 0;
521 }
522
Paul Fertserc3eae822011-10-29 21:52:49 +0400523 ret = request_firmware(&firmware, ATH3K_FIRMWARE, &udev->dev);
524 if (ret < 0) {
525 if (ret == -ENOENT)
526 BT_ERR("Firmware file \"%s\" not found",
527 ATH3K_FIRMWARE);
528 else
529 BT_ERR("Firmware file \"%s\" request failed (err=%d)",
530 ATH3K_FIRMWARE, ret);
531 return ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530532 }
533
Rogério Brito84f0e172011-02-03 01:42:05 -0200534 ret = ath3k_load_firmware(udev, firmware);
Alexander Holler86e09282010-11-22 21:09:01 +0100535 release_firmware(firmware);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530536
Rogério Brito84f0e172011-02-03 01:42:05 -0200537 return ret;
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530538}
539
540static void ath3k_disconnect(struct usb_interface *intf)
541{
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530542 BT_DBG("ath3k_disconnect intf %p", intf);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530543}
544
545static struct usb_driver ath3k_driver = {
546 .name = "ath3k",
547 .probe = ath3k_probe,
548 .disconnect = ath3k_disconnect,
549 .id_table = ath3k_table,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -0700550 .disable_hub_initiated_lpm = 1,
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530551};
552
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -0800553module_usb_driver(ath3k_driver);
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530554
555MODULE_AUTHOR("Atheros Communications");
556MODULE_DESCRIPTION("Atheros AR30xx firmware driver");
557MODULE_VERSION(VERSION);
558MODULE_LICENSE("GPL");
Paul Fertserc3eae822011-10-29 21:52:49 +0400559MODULE_FIRMWARE(ATH3K_FIRMWARE);