zd_usb.c 50.5 KB
Newer Older
D
Daniel Drake 已提交
1 2 3 4 5
/* ZD1211 USB-WLAN driver for Linux
 *
 * Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
 * Copyright (C) 2006-2007 Michael Wu <flamingice@sourmilk.net>
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 */

22
#include <linux/kernel.h>
23 24 25 26
#include <linux/init.h>
#include <linux/firmware.h>
#include <linux/device.h>
#include <linux/errno.h>
27
#include <linux/slab.h>
28 29
#include <linux/skbuff.h>
#include <linux/usb.h>
30
#include <linux/workqueue.h>
31
#include <linux/module.h>
D
Daniel Drake 已提交
32
#include <net/mac80211.h>
33
#include <asm/unaligned.h>
34 35 36 37 38 39 40

#include "zd_def.h"
#include "zd_mac.h"
#include "zd_usb.h"

static struct usb_device_id usb_ids[] = {
	/* ZD1211 */
41 42 43 44 45 46 47
	{ USB_DEVICE(0x0105, 0x145f), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0586, 0x3401), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0586, 0x3402), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0586, 0x3407), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0586, 0x3409), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x079b, 0x004a), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x07b8, 0x6001), .driver_info = DEVICE_ZD1211 },
48
	{ USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
49
	{ USB_DEVICE(0x0ace, 0xa211), .driver_info = DEVICE_ZD1211 },
50 51 52
	{ USB_DEVICE(0x0b05, 0x170c), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0b3b, 0x1630), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x0b3b, 0x5630), .driver_info = DEVICE_ZD1211 },
53
	{ USB_DEVICE(0x0df6, 0x9071), .driver_info = DEVICE_ZD1211 },
54
	{ USB_DEVICE(0x0df6, 0x9075), .driver_info = DEVICE_ZD1211 },
55 56 57
	{ USB_DEVICE(0x126f, 0xa006), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x129b, 0x1666), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x13b1, 0x001e), .driver_info = DEVICE_ZD1211 },
58
	{ USB_DEVICE(0x1435, 0x0711), .driver_info = DEVICE_ZD1211 },
59
	{ USB_DEVICE(0x14ea, 0xab10), .driver_info = DEVICE_ZD1211 },
60
	{ USB_DEVICE(0x14ea, 0xab13), .driver_info = DEVICE_ZD1211 },
61
	{ USB_DEVICE(0x157e, 0x300a), .driver_info = DEVICE_ZD1211 },
62 63
	{ USB_DEVICE(0x157e, 0x300b), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x157e, 0x3204), .driver_info = DEVICE_ZD1211 },
64
	{ USB_DEVICE(0x157e, 0x3207), .driver_info = DEVICE_ZD1211 },
65 66
	{ USB_DEVICE(0x1740, 0x2000), .driver_info = DEVICE_ZD1211 },
	{ USB_DEVICE(0x6891, 0xa727), .driver_info = DEVICE_ZD1211 },
67
	/* ZD1211B */
68
	{ USB_DEVICE(0x0053, 0x5301), .driver_info = DEVICE_ZD1211B },
69
	{ USB_DEVICE(0x0409, 0x0248), .driver_info = DEVICE_ZD1211B },
70 71 72 73
	{ USB_DEVICE(0x0411, 0x00da), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0471, 0x1236), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0471, 0x1237), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x050d, 0x705c), .driver_info = DEVICE_ZD1211B },
74
	{ USB_DEVICE(0x054c, 0x0257), .driver_info = DEVICE_ZD1211B },
75 76 77 78 79
	{ USB_DEVICE(0x0586, 0x340a), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0586, 0x340f), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0586, 0x3410), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0586, 0x3412), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0586, 0x3413), .driver_info = DEVICE_ZD1211B },
80
	{ USB_DEVICE(0x079b, 0x0062), .driver_info = DEVICE_ZD1211B },
81 82 83
	{ USB_DEVICE(0x07b8, 0x6001), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x07fa, 0x1196), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x083a, 0x4505), .driver_info = DEVICE_ZD1211B },
84
	{ USB_DEVICE(0x083a, 0xe501), .driver_info = DEVICE_ZD1211B },
85
	{ USB_DEVICE(0x083a, 0xe503), .driver_info = DEVICE_ZD1211B },
86
	{ USB_DEVICE(0x083a, 0xe506), .driver_info = DEVICE_ZD1211B },
87 88
	{ USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x0ace, 0xb215), .driver_info = DEVICE_ZD1211B },
D
Daniel Drake 已提交
89
	{ USB_DEVICE(0x0b05, 0x171b), .driver_info = DEVICE_ZD1211B },
90
	{ USB_DEVICE(0x0baf, 0x0121), .driver_info = DEVICE_ZD1211B },
91
	{ USB_DEVICE(0x0cde, 0x001a), .driver_info = DEVICE_ZD1211B },
92
	{ USB_DEVICE(0x0df6, 0x0036), .driver_info = DEVICE_ZD1211B },
93 94 95 96 97
	{ USB_DEVICE(0x129b, 0x1667), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x13b1, 0x0024), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x1582, 0x6003), .driver_info = DEVICE_ZD1211B },
	{ USB_DEVICE(0x2019, 0x5303), .driver_info = DEVICE_ZD1211B },
98
	{ USB_DEVICE(0x2019, 0xed01), .driver_info = DEVICE_ZD1211B },
99 100
	/* "Driverless" devices that need ejecting */
	{ USB_DEVICE(0x0ace, 0x2011), .driver_info = DEVICE_INSTALLER },
101
	{ USB_DEVICE(0x0ace, 0x20ff), .driver_info = DEVICE_INSTALLER },
102 103 104 105 106 107 108 109 110 111 112 113 114
	{}
};

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("USB driver for devices with the ZD1211 chip.");
MODULE_AUTHOR("Ulrich Kunitz");
MODULE_AUTHOR("Daniel Drake");
MODULE_VERSION("1.0");
MODULE_DEVICE_TABLE(usb, usb_ids);

#define FW_ZD1211_PREFIX	"zd1211/zd1211_"
#define FW_ZD1211B_PREFIX	"zd1211/zd1211b_"

115 116 117
static bool check_read_regs(struct zd_usb *usb, struct usb_req_read_regs *req,
			    unsigned int count);

118
/* USB device initialization */
119
static void int_urb_complete(struct urb *urb);
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190

static int request_fw_file(
	const struct firmware **fw, const char *name, struct device *device)
{
	int r;

	dev_dbg_f(device, "fw name %s\n", name);

	r = request_firmware(fw, name, device);
	if (r)
		dev_err(device,
		       "Could not load firmware file %s. Error number %d\n",
		       name, r);
	return r;
}

static inline u16 get_bcdDevice(const struct usb_device *udev)
{
	return le16_to_cpu(udev->descriptor.bcdDevice);
}

enum upload_code_flags {
	REBOOT = 1,
};

/* Ensures that MAX_TRANSFER_SIZE is even. */
#define MAX_TRANSFER_SIZE (USB_MAX_TRANSFER_SIZE & ~1)

static int upload_code(struct usb_device *udev,
	const u8 *data, size_t size, u16 code_offset, int flags)
{
	u8 *p;
	int r;

	/* USB request blocks need "kmalloced" buffers.
	 */
	p = kmalloc(MAX_TRANSFER_SIZE, GFP_KERNEL);
	if (!p) {
		dev_err(&udev->dev, "out of memory\n");
		r = -ENOMEM;
		goto error;
	}

	size &= ~1;
	while (size > 0) {
		size_t transfer_size = size <= MAX_TRANSFER_SIZE ?
			size : MAX_TRANSFER_SIZE;

		dev_dbg_f(&udev->dev, "transfer size %zu\n", transfer_size);

		memcpy(p, data, transfer_size);
		r = usb_control_msg(udev, usb_sndctrlpipe(udev, 0),
			USB_REQ_FIRMWARE_DOWNLOAD,
			USB_DIR_OUT | USB_TYPE_VENDOR,
			code_offset, 0, p, transfer_size, 1000 /* ms */);
		if (r < 0) {
			dev_err(&udev->dev,
			       "USB control request for firmware upload"
			       " failed. Error number %d\n", r);
			goto error;
		}
		transfer_size = r & ~1;

		size -= transfer_size;
		data += transfer_size;
		code_offset += transfer_size/sizeof(u16);
	}

	if (flags & REBOOT) {
		u8 ret;

191
		/* Use "DMA-aware" buffer. */
192 193 194
		r = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
			USB_REQ_FIRMWARE_CONFIRM,
			USB_DIR_IN | USB_TYPE_VENDOR,
195
			0, 0, p, sizeof(ret), 5000 /* ms */);
196 197 198 199 200 201 202 203
		if (r != sizeof(ret)) {
			dev_err(&udev->dev,
				"control request firmeware confirmation failed."
				" Return value %d\n", r);
			if (r >= 0)
				r = -ENODEV;
			goto error;
		}
204
		ret = p[0];
205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
		if (ret & 0x80) {
			dev_err(&udev->dev,
				"Internal error while downloading."
				" Firmware confirm return value %#04x\n",
				(unsigned int)ret);
			r = -ENODEV;
			goto error;
		}
		dev_dbg_f(&udev->dev, "firmware confirm return value %#04x\n",
			(unsigned int)ret);
	}

	r = 0;
error:
	kfree(p);
	return r;
}

static u16 get_word(const void *data, u16 offset)
{
	const __le16 *p = data;
	return le16_to_cpu(p[offset]);
}

229
static char *get_fw_name(struct zd_usb *usb, char *buffer, size_t size,
230 231 232
	               const char* postfix)
{
	scnprintf(buffer, size, "%s%s",
233
		usb->is_zd1211b ?
234 235 236 237 238
			FW_ZD1211B_PREFIX : FW_ZD1211_PREFIX,
		postfix);
	return buffer;
}

239
static int handle_version_mismatch(struct zd_usb *usb,
240 241
	const struct firmware *ub_fw)
{
242
	struct usb_device *udev = zd_usb_to_usbdev(usb);
243 244 245 246 247 248
	const struct firmware *ur_fw = NULL;
	int offset;
	int r = 0;
	char fw_name[128];

	r = request_fw_file(&ur_fw,
249
		get_fw_name(usb, fw_name, sizeof(fw_name), "ur"),
250 251 252 253
		&udev->dev);
	if (r)
		goto error;

254
	r = upload_code(udev, ur_fw->data, ur_fw->size, FW_START, REBOOT);
255 256 257
	if (r)
		goto error;

258
	offset = (E2P_BOOT_CODE_OFFSET * sizeof(u16));
259
	r = upload_code(udev, ub_fw->data + offset, ub_fw->size - offset,
260
		E2P_START + E2P_BOOT_CODE_OFFSET, REBOOT);
261 262 263 264 265 266 267 268 269 270 271

	/* At this point, the vendor driver downloads the whole firmware
	 * image, hacks around with version IDs, and uploads it again,
	 * completely overwriting the boot code. We do not do this here as
	 * it is not required on any tested devices, and it is suspected to
	 * cause problems. */
error:
	release_firmware(ur_fw);
	return r;
}

272
static int upload_firmware(struct zd_usb *usb)
273 274 275 276
{
	int r;
	u16 fw_bcdDevice;
	u16 bcdDevice;
277
	struct usb_device *udev = zd_usb_to_usbdev(usb);
278 279 280 281 282 283 284
	const struct firmware *ub_fw = NULL;
	const struct firmware *uph_fw = NULL;
	char fw_name[128];

	bcdDevice = get_bcdDevice(udev);

	r = request_fw_file(&ub_fw,
285
		get_fw_name(usb, fw_name, sizeof(fw_name), "ub"),
286 287 288 289
		&udev->dev);
	if (r)
		goto error;

290
	fw_bcdDevice = get_word(ub_fw->data, E2P_DATA_OFFSET);
291 292 293

	if (fw_bcdDevice != bcdDevice) {
		dev_info(&udev->dev,
294 295 296 297 298 299
			"firmware version %#06x and device bootcode version "
			"%#06x differ\n", fw_bcdDevice, bcdDevice);
		if (bcdDevice <= 0x4313)
			dev_warn(&udev->dev, "device has old bootcode, please "
				"report success or failure\n");

300
		r = handle_version_mismatch(usb, ub_fw);
301 302
		if (r)
			goto error;
303 304 305 306 307 308 309 310
	} else {
		dev_dbg_f(&udev->dev,
			"firmware device id %#06x is equal to the "
			"actual device id\n", fw_bcdDevice);
	}


	r = request_fw_file(&uph_fw,
311
		get_fw_name(usb, fw_name, sizeof(fw_name), "uphr"),
312 313 314 315
		&udev->dev);
	if (r)
		goto error;

316
	r = upload_code(udev, uph_fw->data, uph_fw->size, FW_START, REBOOT);
317 318 319 320 321 322 323 324 325 326 327 328 329
	if (r) {
		dev_err(&udev->dev,
			"Could not upload firmware code uph. Error number %d\n",
			r);
	}

	/* FALL-THROUGH */
error:
	release_firmware(ub_fw);
	release_firmware(uph_fw);
	return r;
}

B
Ben Hutchings 已提交
330 331 332 333 334 335 336
MODULE_FIRMWARE(FW_ZD1211B_PREFIX "ur");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "ur");
MODULE_FIRMWARE(FW_ZD1211B_PREFIX "ub");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "ub");
MODULE_FIRMWARE(FW_ZD1211B_PREFIX "uphr");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "uphr");

337 338 339 340 341 342
/* Read data from device address space using "firmware interface" which does
 * not require firmware to be loaded. */
int zd_usb_read_fw(struct zd_usb *usb, zd_addr_t addr, u8 *data, u16 len)
{
	int r;
	struct usb_device *udev = zd_usb_to_usbdev(usb);
343
	u8 *buf;
344

345 346 347 348
	/* Use "DMA-aware" buffer. */
	buf = kmalloc(len, GFP_KERNEL);
	if (!buf)
		return -ENOMEM;
349 350
	r = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
		USB_REQ_FIRMWARE_READ_DATA, USB_DIR_IN | 0x40, addr, 0,
351
		buf, len, 5000);
352 353 354
	if (r < 0) {
		dev_err(&udev->dev,
			"read over firmware interface failed: %d\n", r);
355
		goto exit;
356 357 358 359
	} else if (r != len) {
		dev_err(&udev->dev,
			"incomplete read over firmware interface: %d/%d\n",
			r, len);
360 361
		r = -EIO;
		goto exit;
362
	}
363 364 365 366 367
	r = 0;
	memcpy(data, buf, len);
exit:
	kfree(buf);
	return r;
368 369
}

370 371
#define urb_dev(urb) (&(urb)->dev->dev)

372 373 374 375 376 377 378 379 380 381 382 383 384 385
static inline void handle_regs_int_override(struct urb *urb)
{
	struct zd_usb *usb = urb->context;
	struct zd_usb_interrupt *intr = &usb->intr;

	spin_lock(&intr->lock);
	if (atomic_read(&intr->read_regs_enabled)) {
		atomic_set(&intr->read_regs_enabled, 0);
		intr->read_regs_int_overridden = 1;
		complete(&intr->read_regs.completion);
	}
	spin_unlock(&intr->lock);
}

386 387 388 389 390
static inline void handle_regs_int(struct urb *urb)
{
	struct zd_usb *usb = urb->context;
	struct zd_usb_interrupt *intr = &usb->intr;
	int len;
391
	u16 int_num;
392 393 394 395

	ZD_ASSERT(in_interrupt());
	spin_lock(&intr->lock);

A
Al Viro 已提交
396
	int_num = le16_to_cpu(*(__le16 *)(urb->transfer_buffer+2));
397 398
	if (int_num == CR_INTERRUPT) {
		struct zd_mac *mac = zd_hw_mac(zd_usb_to_hw(urb->context));
399
		spin_lock(&mac->lock);
400 401
		memcpy(&mac->intr_buffer, urb->transfer_buffer,
				USB_MAX_EP_INT_BUFFER);
402
		spin_unlock(&mac->lock);
403
		schedule_work(&mac->process_intr);
404 405 406
	} else if (atomic_read(&intr->read_regs_enabled)) {
		len = urb->actual_length;
		intr->read_regs.length = urb->actual_length;
407 408
		if (len > sizeof(intr->read_regs.buffer))
			len = sizeof(intr->read_regs.buffer);
409

410
		memcpy(intr->read_regs.buffer, urb->transfer_buffer, len);
411 412 413 414 415 416 417 418 419 420 421 422 423

		/* Sometimes USB_INT_ID_REGS is not overridden, but comes after
		 * USB_INT_ID_RETRY_FAILED. Read-reg retry then gets this
		 * delayed USB_INT_ID_REGS, but leaves USB_INT_ID_REGS of
		 * retry unhandled. Next read-reg command then might catch
		 * this wrong USB_INT_ID_REGS. Fix by ignoring wrong reads.
		 */
		if (!check_read_regs(usb, intr->read_regs.req,
						intr->read_regs.req_count))
			goto out;

		atomic_set(&intr->read_regs_enabled, 0);
		intr->read_regs_int_overridden = 0;
424
		complete(&intr->read_regs.completion);
425

426 427 428 429 430
		goto out;
	}

out:
	spin_unlock(&intr->lock);
431 432 433 434

	/* CR_INTERRUPT might override read_reg too. */
	if (int_num == CR_INTERRUPT && atomic_read(&intr->read_regs_enabled))
		handle_regs_int_override(urb);
435 436
}

437
static void int_urb_complete(struct urb *urb)
438 439 440
{
	int r;
	struct usb_int_header *hdr;
441 442
	struct zd_usb *usb;
	struct zd_usb_interrupt *intr;
443 444 445 446 447 448 449 450 451 452

	switch (urb->status) {
	case 0:
		break;
	case -ESHUTDOWN:
	case -EINVAL:
	case -ENODEV:
	case -ENOENT:
	case -ECONNRESET:
	case -EPIPE:
453
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
454
		return;
455
	default:
456
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
457 458 459 460 461 462 463 464 465 466 467 468 469 470
		goto resubmit;
	}

	if (urb->actual_length < sizeof(hdr)) {
		dev_dbg_f(urb_dev(urb), "error: urb %p to small\n", urb);
		goto resubmit;
	}

	hdr = urb->transfer_buffer;
	if (hdr->type != USB_INT_TYPE) {
		dev_dbg_f(urb_dev(urb), "error: urb %p wrong type\n", urb);
		goto resubmit;
	}

471 472 473 474 475 476 477 478
	/* USB_INT_ID_RETRY_FAILED triggered by tx-urb submit can override
	 * pending USB_INT_ID_REGS causing read command timeout.
	 */
	usb = urb->context;
	intr = &usb->intr;
	if (hdr->id != USB_INT_ID_REGS && atomic_read(&intr->read_regs_enabled))
		handle_regs_int_override(urb);

479 480 481 482 483
	switch (hdr->id) {
	case USB_INT_ID_REGS:
		handle_regs_int(urb);
		break;
	case USB_INT_ID_RETRY_FAILED:
484
		zd_mac_tx_failed(urb);
485 486 487 488 489 490 491 492 493 494
		break;
	default:
		dev_dbg_f(urb_dev(urb), "error: urb %p unknown id %x\n", urb,
			(unsigned int)hdr->id);
		goto resubmit;
	}

resubmit:
	r = usb_submit_urb(urb, GFP_ATOMIC);
	if (r) {
495 496 497
		dev_dbg_f(urb_dev(urb), "error: resubmit urb %p err code %d\n",
			  urb, r);
		/* TODO: add worker to reset intr->urb */
498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
	}
	return;
}

static inline int int_urb_interval(struct usb_device *udev)
{
	switch (udev->speed) {
	case USB_SPEED_HIGH:
		return 4;
	case USB_SPEED_LOW:
		return 10;
	case USB_SPEED_FULL:
	default:
		return 1;
	}
}

static inline int usb_int_enabled(struct zd_usb *usb)
{
	unsigned long flags;
	struct zd_usb_interrupt *intr = &usb->intr;
	struct urb *urb;

	spin_lock_irqsave(&intr->lock, flags);
	urb = intr->urb;
	spin_unlock_irqrestore(&intr->lock, flags);
	return urb != NULL;
}

int zd_usb_enable_int(struct zd_usb *usb)
{
	int r;
530
	struct usb_device *udev = zd_usb_to_usbdev(usb);
531 532 533 534 535
	struct zd_usb_interrupt *intr = &usb->intr;
	struct urb *urb;

	dev_dbg_f(zd_usb_dev(usb), "\n");

536
	urb = usb_alloc_urb(0, GFP_KERNEL);
537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552
	if (!urb) {
		r = -ENOMEM;
		goto out;
	}

	ZD_ASSERT(!irqs_disabled());
	spin_lock_irq(&intr->lock);
	if (intr->urb) {
		spin_unlock_irq(&intr->lock);
		r = 0;
		goto error_free_urb;
	}
	intr->urb = urb;
	spin_unlock_irq(&intr->lock);

	r = -ENOMEM;
553 554 555
	intr->buffer = usb_alloc_coherent(udev, USB_MAX_EP_INT_BUFFER,
					  GFP_KERNEL, &intr->buffer_dma);
	if (!intr->buffer) {
556 557 558 559 560 561
		dev_dbg_f(zd_usb_dev(usb),
			"couldn't allocate transfer_buffer\n");
		goto error_set_urb_null;
	}

	usb_fill_int_urb(urb, udev, usb_rcvintpipe(udev, EP_INT_IN),
562
			 intr->buffer, USB_MAX_EP_INT_BUFFER,
563 564
			 int_urb_complete, usb,
			 intr->interval);
565 566
	urb->transfer_dma = intr->buffer_dma;
	urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
567 568

	dev_dbg_f(zd_usb_dev(usb), "submit urb %p\n", intr->urb);
569
	r = usb_submit_urb(urb, GFP_KERNEL);
570 571 572 573 574 575 576 577
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
			 "Couldn't submit urb. Error number %d\n", r);
		goto error;
	}

	return 0;
error:
578 579
	usb_free_coherent(udev, USB_MAX_EP_INT_BUFFER,
			  intr->buffer, intr->buffer_dma);
580 581 582 583 584 585 586 587 588 589 590 591 592
error_set_urb_null:
	spin_lock_irq(&intr->lock);
	intr->urb = NULL;
	spin_unlock_irq(&intr->lock);
error_free_urb:
	usb_free_urb(urb);
out:
	return r;
}

void zd_usb_disable_int(struct zd_usb *usb)
{
	unsigned long flags;
593
	struct usb_device *udev = zd_usb_to_usbdev(usb);
594 595
	struct zd_usb_interrupt *intr = &usb->intr;
	struct urb *urb;
596 597
	void *buffer;
	dma_addr_t buffer_dma;
598 599 600 601 602 603 604 605

	spin_lock_irqsave(&intr->lock, flags);
	urb = intr->urb;
	if (!urb) {
		spin_unlock_irqrestore(&intr->lock, flags);
		return;
	}
	intr->urb = NULL;
606 607 608
	buffer = intr->buffer;
	buffer_dma = intr->buffer_dma;
	intr->buffer = NULL;
609 610 611 612 613
	spin_unlock_irqrestore(&intr->lock, flags);

	usb_kill_urb(urb);
	dev_dbg_f(zd_usb_dev(usb), "urb %p killed\n", urb);
	usb_free_urb(urb);
614 615 616 617

	if (buffer)
		usb_free_coherent(udev, USB_MAX_EP_INT_BUFFER,
				  buffer, buffer_dma);
618 619 620 621 622 623 624 625 626 627
}

static void handle_rx_packet(struct zd_usb *usb, const u8 *buffer,
			     unsigned int length)
{
	int i;
	const struct rx_length_info *length_info;

	if (length < sizeof(struct rx_length_info)) {
		/* It's not a complete packet anyhow. */
628 629
		dev_dbg_f(zd_usb_dev(usb), "invalid, small RX packet : %d\n",
					   length);
630 631 632 633 634 635 636 637 638 639 640 641 642
		return;
	}
	length_info = (struct rx_length_info *)
		(buffer + length - sizeof(struct rx_length_info));

	/* It might be that three frames are merged into a single URB
	 * transaction. We have to check for the length info tag.
	 *
	 * While testing we discovered that length_info might be unaligned,
	 * because if USB transactions are merged, the last packet will not
	 * be padded. Unaligned access might also happen if the length_info
	 * structure is not present.
	 */
643
	if (get_unaligned_le16(&length_info->tag) == RX_LENGTH_INFO_TAG)
644
	{
645 646
		unsigned int l, k, n;
		for (i = 0, l = 0;; i++) {
647
			k = get_unaligned_le16(&length_info->length[i]);
648 649
			if (k == 0)
				return;
650 651 652
			n = l+k;
			if (n > length)
				return;
D
Daniel Drake 已提交
653
			zd_mac_rx(zd_usb_to_hw(usb), buffer+l, k);
654 655 656 657 658
			if (i >= 2)
				return;
			l = (n+3) & ~3;
		}
	} else {
D
Daniel Drake 已提交
659
		zd_mac_rx(zd_usb_to_hw(usb), buffer, length);
660 661 662
	}
}

663
static void rx_urb_complete(struct urb *urb)
664
{
665
	int r;
666 667 668 669 670 671 672 673 674 675 676 677 678 679
	struct zd_usb *usb;
	struct zd_usb_rx *rx;
	const u8 *buffer;
	unsigned int length;

	switch (urb->status) {
	case 0:
		break;
	case -ESHUTDOWN:
	case -EINVAL:
	case -ENODEV:
	case -ENOENT:
	case -ECONNRESET:
	case -EPIPE:
680
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
681
		return;
682 683 684 685 686 687 688 689 690 691
	default:
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
		goto resubmit;
	}

	buffer = urb->transfer_buffer;
	length = urb->actual_length;
	usb = urb->context;
	rx = &usb->rx;

692
	tasklet_schedule(&rx->reset_timer_tasklet);
693

694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721
	if (length%rx->usb_packet_size > rx->usb_packet_size-4) {
		/* If there is an old first fragment, we don't care. */
		dev_dbg_f(urb_dev(urb), "*** first fragment ***\n");
		ZD_ASSERT(length <= ARRAY_SIZE(rx->fragment));
		spin_lock(&rx->lock);
		memcpy(rx->fragment, buffer, length);
		rx->fragment_length = length;
		spin_unlock(&rx->lock);
		goto resubmit;
	}

	spin_lock(&rx->lock);
	if (rx->fragment_length > 0) {
		/* We are on a second fragment, we believe */
		ZD_ASSERT(length + rx->fragment_length <=
			  ARRAY_SIZE(rx->fragment));
		dev_dbg_f(urb_dev(urb), "*** second fragment ***\n");
		memcpy(rx->fragment+rx->fragment_length, buffer, length);
		handle_rx_packet(usb, rx->fragment,
			         rx->fragment_length + length);
		rx->fragment_length = 0;
		spin_unlock(&rx->lock);
	} else {
		spin_unlock(&rx->lock);
		handle_rx_packet(usb, buffer, length);
	}

resubmit:
722 723 724
	r = usb_submit_urb(urb, GFP_ATOMIC);
	if (r)
		dev_dbg_f(urb_dev(urb), "urb %p resubmit error %d\n", urb, r);
725 726
}

D
Daniel Drake 已提交
727
static struct urb *alloc_rx_urb(struct zd_usb *usb)
728 729 730 731 732
{
	struct usb_device *udev = zd_usb_to_usbdev(usb);
	struct urb *urb;
	void *buffer;

733
	urb = usb_alloc_urb(0, GFP_KERNEL);
734 735
	if (!urb)
		return NULL;
736 737
	buffer = usb_alloc_coherent(udev, USB_MAX_RX_SIZE, GFP_KERNEL,
				    &urb->transfer_dma);
738 739 740 741 742 743
	if (!buffer) {
		usb_free_urb(urb);
		return NULL;
	}

	usb_fill_bulk_urb(urb, udev, usb_rcvbulkpipe(udev, EP_DATA_IN),
744
			  buffer, USB_MAX_RX_SIZE,
745 746 747 748 749 750
			  rx_urb_complete, usb);
	urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;

	return urb;
}

D
Daniel Drake 已提交
751
static void free_rx_urb(struct urb *urb)
752 753 754
{
	if (!urb)
		return;
755 756
	usb_free_coherent(urb->dev, urb->transfer_buffer_length,
			  urb->transfer_buffer, urb->transfer_dma);
757 758 759
	usb_free_urb(urb);
}

760
static int __zd_usb_enable_rx(struct zd_usb *usb)
761 762 763 764 765 766 767 768
{
	int i, r;
	struct zd_usb_rx *rx = &usb->rx;
	struct urb **urbs;

	dev_dbg_f(zd_usb_dev(usb), "\n");

	r = -ENOMEM;
D
Daniel Drake 已提交
769
	urbs = kcalloc(RX_URBS_COUNT, sizeof(struct urb *), GFP_KERNEL);
770 771
	if (!urbs)
		goto error;
D
Daniel Drake 已提交
772 773
	for (i = 0; i < RX_URBS_COUNT; i++) {
		urbs[i] = alloc_rx_urb(usb);
774 775 776 777 778 779 780 781 782 783 784 785
		if (!urbs[i])
			goto error;
	}

	ZD_ASSERT(!irqs_disabled());
	spin_lock_irq(&rx->lock);
	if (rx->urbs) {
		spin_unlock_irq(&rx->lock);
		r = 0;
		goto error;
	}
	rx->urbs = urbs;
D
Daniel Drake 已提交
786
	rx->urbs_count = RX_URBS_COUNT;
787 788
	spin_unlock_irq(&rx->lock);

D
Daniel Drake 已提交
789
	for (i = 0; i < RX_URBS_COUNT; i++) {
790
		r = usb_submit_urb(urbs[i], GFP_KERNEL);
791 792 793 794 795 796
		if (r)
			goto error_submit;
	}

	return 0;
error_submit:
D
Daniel Drake 已提交
797
	for (i = 0; i < RX_URBS_COUNT; i++) {
798 799 800 801 802 803 804 805
		usb_kill_urb(urbs[i]);
	}
	spin_lock_irq(&rx->lock);
	rx->urbs = NULL;
	rx->urbs_count = 0;
	spin_unlock_irq(&rx->lock);
error:
	if (urbs) {
D
Daniel Drake 已提交
806 807
		for (i = 0; i < RX_URBS_COUNT; i++)
			free_rx_urb(urbs[i]);
808 809 810 811
	}
	return r;
}

812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
int zd_usb_enable_rx(struct zd_usb *usb)
{
	int r;
	struct zd_usb_rx *rx = &usb->rx;

	mutex_lock(&rx->setup_mutex);
	r = __zd_usb_enable_rx(usb);
	mutex_unlock(&rx->setup_mutex);

	zd_usb_reset_rx_idle_timer(usb);

	return r;
}

static void __zd_usb_disable_rx(struct zd_usb *usb)
827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842
{
	int i;
	unsigned long flags;
	struct urb **urbs;
	unsigned int count;
	struct zd_usb_rx *rx = &usb->rx;

	spin_lock_irqsave(&rx->lock, flags);
	urbs = rx->urbs;
	count = rx->urbs_count;
	spin_unlock_irqrestore(&rx->lock, flags);
	if (!urbs)
		return;

	for (i = 0; i < count; i++) {
		usb_kill_urb(urbs[i]);
D
Daniel Drake 已提交
843
		free_rx_urb(urbs[i]);
844 845 846 847 848 849 850 851 852
	}
	kfree(urbs);

	spin_lock_irqsave(&rx->lock, flags);
	rx->urbs = NULL;
	rx->urbs_count = 0;
	spin_unlock_irqrestore(&rx->lock, flags);
}

853 854 855 856 857 858 859 860
void zd_usb_disable_rx(struct zd_usb *usb)
{
	struct zd_usb_rx *rx = &usb->rx;

	mutex_lock(&rx->setup_mutex);
	__zd_usb_disable_rx(usb);
	mutex_unlock(&rx->setup_mutex);

861
	tasklet_kill(&rx->reset_timer_tasklet);
862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887
	cancel_delayed_work_sync(&rx->idle_work);
}

static void zd_usb_reset_rx(struct zd_usb *usb)
{
	bool do_reset;
	struct zd_usb_rx *rx = &usb->rx;
	unsigned long flags;

	mutex_lock(&rx->setup_mutex);

	spin_lock_irqsave(&rx->lock, flags);
	do_reset = rx->urbs != NULL;
	spin_unlock_irqrestore(&rx->lock, flags);

	if (do_reset) {
		__zd_usb_disable_rx(usb);
		__zd_usb_enable_rx(usb);
	}

	mutex_unlock(&rx->setup_mutex);

	if (do_reset)
		zd_usb_reset_rx_idle_timer(usb);
}

D
Daniel Drake 已提交
888 889 890 891 892 893 894 895 896 897
/**
 * zd_usb_disable_tx - disable transmission
 * @usb: the zd1211rw-private USB structure
 *
 * Frees all URBs in the free list and marks the transmission as disabled.
 */
void zd_usb_disable_tx(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;
	unsigned long flags;
898 899 900 901 902

	atomic_set(&tx->enabled, 0);

	/* kill all submitted tx-urbs */
	usb_kill_anchored_urbs(&tx->submitted);
D
Daniel Drake 已提交
903 904

	spin_lock_irqsave(&tx->lock, flags);
905
	WARN_ON(!skb_queue_empty(&tx->submitted_skbs));
906
	WARN_ON(tx->submitted_urbs != 0);
D
Daniel Drake 已提交
907
	tx->submitted_urbs = 0;
908 909
	spin_unlock_irqrestore(&tx->lock, flags);

D
Daniel Drake 已提交
910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927
	/* The stopped state is ignored, relying on ieee80211_wake_queues()
	 * in a potentionally following zd_usb_enable_tx().
	 */
}

/**
 * zd_usb_enable_tx - enables transmission
 * @usb: a &struct zd_usb pointer
 *
 * This function enables transmission and prepares the &zd_usb_tx data
 * structure.
 */
void zd_usb_enable_tx(struct zd_usb *usb)
{
	unsigned long flags;
	struct zd_usb_tx *tx = &usb->tx;

	spin_lock_irqsave(&tx->lock, flags);
928
	atomic_set(&tx->enabled, 1);
D
Daniel Drake 已提交
929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969
	tx->submitted_urbs = 0;
	ieee80211_wake_queues(zd_usb_to_hw(usb));
	tx->stopped = 0;
	spin_unlock_irqrestore(&tx->lock, flags);
}

static void tx_dec_submitted_urbs(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;
	unsigned long flags;

	spin_lock_irqsave(&tx->lock, flags);
	--tx->submitted_urbs;
	if (tx->stopped && tx->submitted_urbs <= ZD_USB_TX_LOW) {
		ieee80211_wake_queues(zd_usb_to_hw(usb));
		tx->stopped = 0;
	}
	spin_unlock_irqrestore(&tx->lock, flags);
}

static void tx_inc_submitted_urbs(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;
	unsigned long flags;

	spin_lock_irqsave(&tx->lock, flags);
	++tx->submitted_urbs;
	if (!tx->stopped && tx->submitted_urbs > ZD_USB_TX_HIGH) {
		ieee80211_stop_queues(zd_usb_to_hw(usb));
		tx->stopped = 1;
	}
	spin_unlock_irqrestore(&tx->lock, flags);
}

/**
 * tx_urb_complete - completes the execution of an URB
 * @urb: a URB
 *
 * This function is called if the URB has been transferred to a device or an
 * error has happened.
 */
970
static void tx_urb_complete(struct urb *urb)
971 972
{
	int r;
D
Daniel Drake 已提交
973
	struct sk_buff *skb;
974
	struct ieee80211_tx_info *info;
D
Daniel Drake 已提交
975
	struct zd_usb *usb;
976 977 978 979 980 981 982 983 984 985
	struct zd_usb_tx *tx;

	skb = (struct sk_buff *)urb->context;
	info = IEEE80211_SKB_CB(skb);
	/*
	 * grab 'usb' pointer before handing off the skb (since
	 * it might be freed by zd_mac_tx_to_dev or mac80211)
	 */
	usb = &zd_hw_mac(info->rate_driver_data[0])->chip.usb;
	tx = &usb->tx;
986 987 988 989 990 991 992 993 994

	switch (urb->status) {
	case 0:
		break;
	case -ESHUTDOWN:
	case -EINVAL:
	case -ENODEV:
	case -ENOENT:
	case -ECONNRESET:
995
	case -EPIPE:
996 997 998 999 1000 1001 1002
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
		break;
	default:
		dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status);
		goto resubmit;
	}
free_urb:
1003
	skb_unlink(skb, &usb->tx.submitted_skbs);
1004
	zd_mac_tx_to_dev(skb, urb->status);
1005
	usb_free_urb(urb);
D
Daniel Drake 已提交
1006
	tx_dec_submitted_urbs(usb);
1007 1008
	return;
resubmit:
1009
	usb_anchor_urb(urb, &tx->submitted);
1010 1011
	r = usb_submit_urb(urb, GFP_ATOMIC);
	if (r) {
1012
		usb_unanchor_urb(urb);
1013 1014 1015 1016 1017
		dev_dbg_f(urb_dev(urb), "error resubmit urb %p %d\n", urb, r);
		goto free_urb;
	}
}

D
Daniel Drake 已提交
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028
/**
 * zd_usb_tx: initiates transfer of a frame of the device
 *
 * @usb: the zd1211rw-private USB structure
 * @skb: a &struct sk_buff pointer
 *
 * This function tranmits a frame to the device. It doesn't wait for
 * completion. The frame must contain the control set and have all the
 * control set information available.
 *
 * The function returns 0 if the transfer has been successfully initiated.
1029
 */
D
Daniel Drake 已提交
1030
int zd_usb_tx(struct zd_usb *usb, struct sk_buff *skb)
1031 1032
{
	int r;
1033
	struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1034 1035
	struct usb_device *udev = zd_usb_to_usbdev(usb);
	struct urb *urb;
1036
	struct zd_usb_tx *tx = &usb->tx;
1037

1038 1039 1040 1041 1042 1043
	if (!atomic_read(&tx->enabled)) {
		r = -ENOENT;
		goto out;
	}

	urb = usb_alloc_urb(0, GFP_ATOMIC);
1044 1045 1046 1047 1048 1049
	if (!urb) {
		r = -ENOMEM;
		goto out;
	}

	usb_fill_bulk_urb(urb, udev, usb_sndbulkpipe(udev, EP_DATA_OUT),
D
Daniel Drake 已提交
1050
		          skb->data, skb->len, tx_urb_complete, skb);
1051

1052 1053
	info->rate_driver_data[1] = (void *)jiffies;
	skb_queue_tail(&tx->submitted_skbs, skb);
1054
	usb_anchor_urb(urb, &tx->submitted);
1055

1056
	r = usb_submit_urb(urb, GFP_ATOMIC);
1057
	if (r) {
1058
		dev_dbg_f(zd_usb_dev(usb), "error submit urb %p %d\n", urb, r);
1059
		usb_unanchor_urb(urb);
1060
		skb_unlink(skb, &tx->submitted_skbs);
1061
		goto error;
1062
	}
D
Daniel Drake 已提交
1063
	tx_inc_submitted_urbs(usb);
1064 1065
	return 0;
error:
1066
	usb_free_urb(urb);
1067 1068 1069 1070
out:
	return r;
}

1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140
static bool zd_tx_timeout(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;
	struct sk_buff_head *q = &tx->submitted_skbs;
	struct sk_buff *skb, *skbnext;
	struct ieee80211_tx_info *info;
	unsigned long flags, trans_start;
	bool have_timedout = false;

	spin_lock_irqsave(&q->lock, flags);
	skb_queue_walk_safe(q, skb, skbnext) {
		info = IEEE80211_SKB_CB(skb);
		trans_start = (unsigned long)info->rate_driver_data[1];

		if (time_is_before_jiffies(trans_start + ZD_TX_TIMEOUT)) {
			have_timedout = true;
			break;
		}
	}
	spin_unlock_irqrestore(&q->lock, flags);

	return have_timedout;
}

static void zd_tx_watchdog_handler(struct work_struct *work)
{
	struct zd_usb *usb =
		container_of(work, struct zd_usb, tx.watchdog_work.work);
	struct zd_usb_tx *tx = &usb->tx;

	if (!atomic_read(&tx->enabled) || !tx->watchdog_enabled)
		goto out;
	if (!zd_tx_timeout(usb))
		goto out;

	/* TX halted, try reset */
	dev_warn(zd_usb_dev(usb), "TX-stall detected, reseting device...");

	usb_queue_reset_device(usb->intf);

	/* reset will stop this worker, don't rearm */
	return;
out:
	queue_delayed_work(zd_workqueue, &tx->watchdog_work,
			   ZD_TX_WATCHDOG_INTERVAL);
}

void zd_tx_watchdog_enable(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;

	if (!tx->watchdog_enabled) {
		dev_dbg_f(zd_usb_dev(usb), "\n");
		queue_delayed_work(zd_workqueue, &tx->watchdog_work,
				   ZD_TX_WATCHDOG_INTERVAL);
		tx->watchdog_enabled = 1;
	}
}

void zd_tx_watchdog_disable(struct zd_usb *usb)
{
	struct zd_usb_tx *tx = &usb->tx;

	if (tx->watchdog_enabled) {
		dev_dbg_f(zd_usb_dev(usb), "\n");
		tx->watchdog_enabled = 0;
		cancel_delayed_work_sync(&tx->watchdog_work);
	}
}

1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155
static void zd_rx_idle_timer_handler(struct work_struct *work)
{
	struct zd_usb *usb =
		container_of(work, struct zd_usb, rx.idle_work.work);
	struct zd_mac *mac = zd_usb_to_mac(usb);

	if (!test_bit(ZD_DEVICE_RUNNING, &mac->flags))
		return;

	dev_dbg_f(zd_usb_dev(usb), "\n");

	/* 30 seconds since last rx, reset rx */
	zd_usb_reset_rx(usb);
}

1156 1157 1158 1159 1160 1161 1162
static void zd_usb_reset_rx_idle_timer_tasklet(unsigned long param)
{
	struct zd_usb *usb = (struct zd_usb *)param;

	zd_usb_reset_rx_idle_timer(usb);
}

1163 1164 1165 1166 1167 1168 1169 1170
void zd_usb_reset_rx_idle_timer(struct zd_usb *usb)
{
	struct zd_usb_rx *rx = &usb->rx;

	cancel_delayed_work(&rx->idle_work);
	queue_delayed_work(zd_workqueue, &rx->idle_work, ZD_RX_IDLE_INTERVAL);
}

1171 1172 1173 1174 1175 1176 1177
static inline void init_usb_interrupt(struct zd_usb *usb)
{
	struct zd_usb_interrupt *intr = &usb->intr;

	spin_lock_init(&intr->lock);
	intr->interval = int_urb_interval(zd_usb_to_usbdev(usb));
	init_completion(&intr->read_regs.completion);
1178
	atomic_set(&intr->read_regs_enabled, 0);
1179
	intr->read_regs.cr_int_addr = cpu_to_le16((u16)CR_INTERRUPT);
1180 1181 1182 1183 1184
}

static inline void init_usb_rx(struct zd_usb *usb)
{
	struct zd_usb_rx *rx = &usb->rx;
1185

1186
	spin_lock_init(&rx->lock);
1187
	mutex_init(&rx->setup_mutex);
1188 1189 1190 1191 1192 1193
	if (interface_to_usbdev(usb->intf)->speed == USB_SPEED_HIGH) {
		rx->usb_packet_size = 512;
	} else {
		rx->usb_packet_size = 64;
	}
	ZD_ASSERT(rx->fragment_length == 0);
1194
	INIT_DELAYED_WORK(&rx->idle_work, zd_rx_idle_timer_handler);
1195 1196
	rx->reset_timer_tasklet.func = zd_usb_reset_rx_idle_timer_tasklet;
	rx->reset_timer_tasklet.data = (unsigned long)usb;
1197 1198 1199 1200
}

static inline void init_usb_tx(struct zd_usb *usb)
{
D
Daniel Drake 已提交
1201
	struct zd_usb_tx *tx = &usb->tx;
1202

D
Daniel Drake 已提交
1203
	spin_lock_init(&tx->lock);
1204
	atomic_set(&tx->enabled, 0);
D
Daniel Drake 已提交
1205
	tx->stopped = 0;
1206
	skb_queue_head_init(&tx->submitted_skbs);
1207
	init_usb_anchor(&tx->submitted);
D
Daniel Drake 已提交
1208
	tx->submitted_urbs = 0;
1209 1210
	tx->watchdog_enabled = 0;
	INIT_DELAYED_WORK(&tx->watchdog_work, zd_tx_watchdog_handler);
1211 1212
}

D
Daniel Drake 已提交
1213
void zd_usb_init(struct zd_usb *usb, struct ieee80211_hw *hw,
1214 1215 1216 1217
	         struct usb_interface *intf)
{
	memset(usb, 0, sizeof(*usb));
	usb->intf = usb_get_intf(intf);
D
Daniel Drake 已提交
1218
	usb_set_intfdata(usb->intf, hw);
1219
	init_usb_anchor(&usb->submitted_cmds);
1220 1221 1222 1223 1224 1225 1226 1227 1228
	init_usb_interrupt(usb);
	init_usb_tx(usb);
	init_usb_rx(usb);
}

void zd_usb_clear(struct zd_usb *usb)
{
	usb_set_intfdata(usb->intf, NULL);
	usb_put_intf(usb->intf);
U
Ulrich Kunitz 已提交
1229
	ZD_MEMCLEAR(usb, sizeof(*usb));
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274
	/* FIXME: usb_interrupt, usb_tx, usb_rx? */
}

static const char *speed(enum usb_device_speed speed)
{
	switch (speed) {
	case USB_SPEED_LOW:
		return "low";
	case USB_SPEED_FULL:
		return "full";
	case USB_SPEED_HIGH:
		return "high";
	default:
		return "unknown speed";
	}
}

static int scnprint_id(struct usb_device *udev, char *buffer, size_t size)
{
	return scnprintf(buffer, size, "%04hx:%04hx v%04hx %s",
		le16_to_cpu(udev->descriptor.idVendor),
		le16_to_cpu(udev->descriptor.idProduct),
		get_bcdDevice(udev),
		speed(udev->speed));
}

int zd_usb_scnprint_id(struct zd_usb *usb, char *buffer, size_t size)
{
	struct usb_device *udev = interface_to_usbdev(usb->intf);
	return scnprint_id(udev, buffer, size);
}

#ifdef DEBUG
static void print_id(struct usb_device *udev)
{
	char buffer[40];

	scnprint_id(udev, buffer, sizeof(buffer));
	buffer[sizeof(buffer)-1] = 0;
	dev_dbg_f(&udev->dev, "%s\n", buffer);
}
#else
#define print_id(udev) do { } while (0)
#endif

1275 1276 1277 1278 1279 1280 1281 1282 1283 1284
static int eject_installer(struct usb_interface *intf)
{
	struct usb_device *udev = interface_to_usbdev(intf);
	struct usb_host_interface *iface_desc = &intf->altsetting[0];
	struct usb_endpoint_descriptor *endpoint;
	unsigned char *cmd;
	u8 bulk_out_ep;
	int r;

	/* Find bulk out endpoint */
1285 1286 1287 1288 1289 1290 1291 1292 1293
	for (r = 1; r >= 0; r--) {
		endpoint = &iface_desc->endpoint[r].desc;
		if (usb_endpoint_dir_out(endpoint) &&
		    usb_endpoint_xfer_bulk(endpoint)) {
			bulk_out_ep = endpoint->bEndpointAddress;
			break;
		}
	}
	if (r == -1) {
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326
		dev_err(&udev->dev,
			"zd1211rw: Could not find bulk out endpoint\n");
		return -ENODEV;
	}

	cmd = kzalloc(31, GFP_KERNEL);
	if (cmd == NULL)
		return -ENODEV;

	/* USB bulk command block */
	cmd[0] = 0x55;	/* bulk command signature */
	cmd[1] = 0x53;	/* bulk command signature */
	cmd[2] = 0x42;	/* bulk command signature */
	cmd[3] = 0x43;	/* bulk command signature */
	cmd[14] = 6;	/* command length */

	cmd[15] = 0x1b;	/* SCSI command: START STOP UNIT */
	cmd[19] = 0x2;	/* eject disc */

	dev_info(&udev->dev, "Ejecting virtual installer media...\n");
	r = usb_bulk_msg(udev, usb_sndbulkpipe(udev, bulk_out_ep),
		cmd, 31, NULL, 2000);
	kfree(cmd);
	if (r)
		return r;

	/* At this point, the device disconnects and reconnects with the real
	 * ID numbers. */

	usb_set_intfdata(intf, NULL);
	return 0;
}

1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347
int zd_usb_init_hw(struct zd_usb *usb)
{
	int r;
	struct zd_mac *mac = zd_usb_to_mac(usb);

	dev_dbg_f(zd_usb_dev(usb), "\n");

	r = upload_firmware(usb);
	if (r) {
		dev_err(zd_usb_dev(usb),
		       "couldn't load firmware. Error number %d\n", r);
		return r;
	}

	r = usb_reset_configuration(zd_usb_to_usbdev(usb));
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
			"couldn't reset configuration. Error number %d\n", r);
		return r;
	}

D
Daniel Drake 已提交
1348
	r = zd_mac_init_hw(mac->hw);
1349 1350 1351 1352 1353 1354 1355 1356 1357 1358
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
		         "couldn't initialize mac. Error number %d\n", r);
		return r;
	}

	usb->initialized = 1;
	return 0;
}

1359 1360 1361 1362
static int probe(struct usb_interface *intf, const struct usb_device_id *id)
{
	int r;
	struct usb_device *udev = interface_to_usbdev(intf);
D
Daniel Drake 已提交
1363 1364
	struct zd_usb *usb;
	struct ieee80211_hw *hw = NULL;
1365 1366 1367

	print_id(udev);

1368 1369 1370
	if (id->driver_info & DEVICE_INSTALLER)
		return eject_installer(intf);

1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381
	switch (udev->speed) {
	case USB_SPEED_LOW:
	case USB_SPEED_FULL:
	case USB_SPEED_HIGH:
		break;
	default:
		dev_dbg_f(&intf->dev, "Unknown USB speed\n");
		r = -ENODEV;
		goto error;
	}

D
Daniel Drake 已提交
1382 1383 1384 1385 1386 1387
	r = usb_reset_device(udev);
	if (r) {
		dev_err(&intf->dev,
			"couldn't reset usb device. Error number %d\n", r);
		goto error;
	}
1388

D
Daniel Drake 已提交
1389 1390
	hw = zd_mac_alloc_hw(intf);
	if (hw == NULL) {
1391 1392 1393 1394
		r = -ENOMEM;
		goto error;
	}

D
Daniel Drake 已提交
1395
	usb = &zd_hw_mac(hw)->chip.usb;
1396
	usb->is_zd1211b = (id->driver_info == DEVICE_ZD1211B) != 0;
1397

D
Daniel Drake 已提交
1398
	r = zd_mac_preinit_hw(hw);
1399 1400 1401 1402 1403 1404
	if (r) {
		dev_dbg_f(&intf->dev,
		         "couldn't initialize mac. Error number %d\n", r);
		goto error;
	}

D
Daniel Drake 已提交
1405
	r = ieee80211_register_hw(hw);
1406 1407
	if (r) {
		dev_dbg_f(&intf->dev,
D
Daniel Drake 已提交
1408
			 "couldn't register device. Error number %d\n", r);
1409 1410 1411 1412
		goto error;
	}

	dev_dbg_f(&intf->dev, "successful\n");
D
Daniel Drake 已提交
1413
	dev_info(&intf->dev, "%s\n", wiphy_name(hw->wiphy));
1414 1415 1416
	return 0;
error:
	usb_reset_device(interface_to_usbdev(intf));
D
Daniel Drake 已提交
1417 1418 1419 1420
	if (hw) {
		zd_mac_clear(zd_hw_mac(hw));
		ieee80211_free_hw(hw);
	}
1421 1422 1423 1424 1425
	return r;
}

static void disconnect(struct usb_interface *intf)
{
D
Daniel Drake 已提交
1426
	struct ieee80211_hw *hw = zd_intf_to_hw(intf);
1427 1428
	struct zd_mac *mac;
	struct zd_usb *usb;
1429

1430 1431
	/* Either something really bad happened, or we're just dealing with
	 * a DEVICE_INSTALLER. */
D
Daniel Drake 已提交
1432
	if (hw == NULL)
1433 1434
		return;

D
Daniel Drake 已提交
1435
	mac = zd_hw_mac(hw);
1436 1437
	usb = &mac->chip.usb;

1438 1439
	dev_dbg_f(zd_usb_dev(usb), "\n");

D
Daniel Drake 已提交
1440
	ieee80211_unregister_hw(hw);
1441 1442

	/* Just in case something has gone wrong! */
1443
	zd_usb_disable_tx(usb);
1444 1445 1446 1447 1448 1449 1450 1451 1452 1453
	zd_usb_disable_rx(usb);
	zd_usb_disable_int(usb);

	/* If the disconnect has been caused by a removal of the
	 * driver module, the reset allows reloading of the driver. If the
	 * reset will not be executed here, the upload of the firmware in the
	 * probe function caused by the reloading of the driver will fail.
	 */
	usb_reset_device(interface_to_usbdev(intf));

D
Daniel Drake 已提交
1454 1455
	zd_mac_clear(mac);
	ieee80211_free_hw(hw);
1456 1457 1458
	dev_dbg(&intf->dev, "disconnected\n");
}

1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537
static void zd_usb_resume(struct zd_usb *usb)
{
	struct zd_mac *mac = zd_usb_to_mac(usb);
	int r;

	dev_dbg_f(zd_usb_dev(usb), "\n");

	r = zd_op_start(zd_usb_to_hw(usb));
	if (r < 0) {
		dev_warn(zd_usb_dev(usb), "Device resume failed "
			 "with error code %d. Retrying...\n", r);
		if (usb->was_running)
			set_bit(ZD_DEVICE_RUNNING, &mac->flags);
		usb_queue_reset_device(usb->intf);
		return;
	}

	if (mac->type != NL80211_IFTYPE_UNSPECIFIED) {
		r = zd_restore_settings(mac);
		if (r < 0) {
			dev_dbg(zd_usb_dev(usb),
				"failed to restore settings, %d\n", r);
			return;
		}
	}
}

static void zd_usb_stop(struct zd_usb *usb)
{
	dev_dbg_f(zd_usb_dev(usb), "\n");

	zd_op_stop(zd_usb_to_hw(usb));

	zd_usb_disable_tx(usb);
	zd_usb_disable_rx(usb);
	zd_usb_disable_int(usb);

	usb->initialized = 0;
}

static int pre_reset(struct usb_interface *intf)
{
	struct ieee80211_hw *hw = usb_get_intfdata(intf);
	struct zd_mac *mac;
	struct zd_usb *usb;

	if (!hw || intf->condition != USB_INTERFACE_BOUND)
		return 0;

	mac = zd_hw_mac(hw);
	usb = &mac->chip.usb;

	usb->was_running = test_bit(ZD_DEVICE_RUNNING, &mac->flags);

	zd_usb_stop(usb);

	mutex_lock(&mac->chip.mutex);
	return 0;
}

static int post_reset(struct usb_interface *intf)
{
	struct ieee80211_hw *hw = usb_get_intfdata(intf);
	struct zd_mac *mac;
	struct zd_usb *usb;

	if (!hw || intf->condition != USB_INTERFACE_BOUND)
		return 0;

	mac = zd_hw_mac(hw);
	usb = &mac->chip.usb;

	mutex_unlock(&mac->chip.mutex);

	if (usb->was_running)
		zd_usb_resume(usb);
	return 0;
}

1538
static struct usb_driver driver = {
D
Daniel Drake 已提交
1539
	.name		= KBUILD_MODNAME,
1540 1541 1542
	.id_table	= usb_ids,
	.probe		= probe,
	.disconnect	= disconnect,
1543 1544
	.pre_reset	= pre_reset,
	.post_reset	= post_reset,
1545 1546
};

1547 1548
struct workqueue_struct *zd_workqueue;

1549 1550 1551 1552
static int __init usb_init(void)
{
	int r;

U
Ulrich Kunitz 已提交
1553
	pr_debug("%s usb_init()\n", driver.name);
1554

1555 1556
	zd_workqueue = create_singlethread_workqueue(driver.name);
	if (zd_workqueue == NULL) {
U
Ulrich Kunitz 已提交
1557
		printk(KERN_ERR "%s couldn't create workqueue\n", driver.name);
1558 1559 1560
		return -ENOMEM;
	}

1561 1562
	r = usb_register(&driver);
	if (r) {
1563
		destroy_workqueue(zd_workqueue);
U
Ulrich Kunitz 已提交
1564 1565
		printk(KERN_ERR "%s usb_register() failed. Error number %d\n",
		       driver.name, r);
1566 1567 1568
		return r;
	}

U
Ulrich Kunitz 已提交
1569
	pr_debug("%s initialized\n", driver.name);
1570 1571 1572 1573 1574
	return 0;
}

static void __exit usb_exit(void)
{
U
Ulrich Kunitz 已提交
1575
	pr_debug("%s usb_exit()\n", driver.name);
1576
	usb_deregister(&driver);
1577
	destroy_workqueue(zd_workqueue);
1578 1579 1580 1581 1582
}

module_init(usb_init);
module_exit(usb_exit);

J
Jussi Kivilinna 已提交
1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607
static int zd_ep_regs_out_msg(struct usb_device *udev, void *data, int len,
			      int *actual_length, int timeout)
{
	/* In USB 2.0 mode EP_REGS_OUT endpoint is interrupt type. However in
	 * USB 1.1 mode endpoint is bulk. Select correct type URB by endpoint
	 * descriptor.
	 */
	struct usb_host_endpoint *ep;
	unsigned int pipe;

	pipe = usb_sndintpipe(udev, EP_REGS_OUT);
	ep = usb_pipe_endpoint(udev, pipe);
	if (!ep)
		return -EINVAL;

	if (usb_endpoint_xfer_int(&ep->desc)) {
		return usb_interrupt_msg(udev, pipe, data, len,
					 actual_length, timeout);
	} else {
		pipe = usb_sndbulkpipe(udev, EP_REGS_OUT);
		return usb_bulk_msg(udev, pipe, data, len, actual_length,
				    timeout);
	}
}

1608 1609 1610 1611 1612
static int usb_int_regs_length(unsigned int count)
{
	return sizeof(struct usb_int_regs) + count * sizeof(struct reg_data);
}

1613 1614 1615
static void prepare_read_regs_int(struct zd_usb *usb,
				  struct usb_req_read_regs *req,
				  unsigned int count)
1616 1617 1618
{
	struct zd_usb_interrupt *intr = &usb->intr;

1619
	spin_lock_irq(&intr->lock);
1620 1621 1622
	atomic_set(&intr->read_regs_enabled, 1);
	intr->read_regs.req = req;
	intr->read_regs.req_count = count;
1623
	INIT_COMPLETION(intr->read_regs.completion);
1624 1625 1626 1627 1628 1629 1630 1631
	spin_unlock_irq(&intr->lock);
}

static void disable_read_regs_int(struct zd_usb *usb)
{
	struct zd_usb_interrupt *intr = &usb->intr;

	spin_lock_irq(&intr->lock);
1632
	atomic_set(&intr->read_regs_enabled, 0);
1633
	spin_unlock_irq(&intr->lock);
1634 1635
}

1636 1637
static bool check_read_regs(struct zd_usb *usb, struct usb_req_read_regs *req,
			    unsigned int count)
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650
{
	int i;
	struct zd_usb_interrupt *intr = &usb->intr;
	struct read_regs_int *rr = &intr->read_regs;
	struct usb_int_regs *regs = (struct usb_int_regs *)rr->buffer;

	/* The created block size seems to be larger than expected.
	 * However results appear to be correct.
	 */
	if (rr->length < usb_int_regs_length(count)) {
		dev_dbg_f(zd_usb_dev(usb),
			 "error: actual length %d less than expected %d\n",
			 rr->length, usb_int_regs_length(count));
1651
		return false;
1652
	}
1653

1654 1655 1656 1657
	if (rr->length > sizeof(rr->buffer)) {
		dev_dbg_f(zd_usb_dev(usb),
			 "error: actual length %d exceeds buffer size %zu\n",
			 rr->length, sizeof(rr->buffer));
1658
		return false;
1659 1660 1661 1662 1663 1664 1665 1666 1667
	}

	for (i = 0; i < count; i++) {
		struct reg_data *rd = &regs->regs[i];
		if (rd->addr != req->addr[i]) {
			dev_dbg_f(zd_usb_dev(usb),
				 "rd[%d] addr %#06hx expected %#06hx\n", i,
				 le16_to_cpu(rd->addr),
				 le16_to_cpu(req->addr[i]));
1668
			return false;
1669
		}
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700
	}

	return true;
}

static int get_results(struct zd_usb *usb, u16 *values,
		       struct usb_req_read_regs *req, unsigned int count,
		       bool *retry)
{
	int r;
	int i;
	struct zd_usb_interrupt *intr = &usb->intr;
	struct read_regs_int *rr = &intr->read_regs;
	struct usb_int_regs *regs = (struct usb_int_regs *)rr->buffer;

	spin_lock_irq(&intr->lock);

	r = -EIO;

	/* Read failed because firmware bug? */
	*retry = !!intr->read_regs_int_overridden;
	if (*retry)
		goto error_unlock;

	if (!check_read_regs(usb, req, count)) {
		dev_dbg_f(zd_usb_dev(usb), "error: invalid read regs\n");
		goto error_unlock;
	}

	for (i = 0; i < count; i++) {
		struct reg_data *rd = &regs->regs[i];
1701 1702 1703 1704 1705
		values[i] = le16_to_cpu(rd->value);
	}

	r = 0;
error_unlock:
1706
	spin_unlock_irq(&intr->lock);
1707 1708 1709 1710 1711 1712
	return r;
}

int zd_usb_ioread16v(struct zd_usb *usb, u16 *values,
	             const zd_addr_t *addresses, unsigned int count)
{
1713
	int r, i, req_len, actual_req_len, try_count = 0;
1714 1715 1716
	struct usb_device *udev;
	struct usb_req_read_regs *req = NULL;
	unsigned long timeout;
1717
	bool retry = false;
1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734

	if (count < 1) {
		dev_dbg_f(zd_usb_dev(usb), "error: count is zero\n");
		return -EINVAL;
	}
	if (count > USB_MAX_IOREAD16_COUNT) {
		dev_dbg_f(zd_usb_dev(usb),
			 "error: count %u exceeds possible max %u\n",
			 count, USB_MAX_IOREAD16_COUNT);
		return -EINVAL;
	}
	if (in_atomic()) {
		dev_dbg_f(zd_usb_dev(usb),
			 "error: io in atomic context not supported\n");
		return -EWOULDBLOCK;
	}
	if (!usb_int_enabled(usb)) {
1735
		dev_dbg_f(zd_usb_dev(usb),
1736 1737 1738 1739
			  "error: usb interrupt not enabled\n");
		return -EWOULDBLOCK;
	}

1740 1741 1742 1743 1744 1745
	ZD_ASSERT(mutex_is_locked(&zd_usb_to_chip(usb)->mutex));
	BUILD_BUG_ON(sizeof(struct usb_req_read_regs) + USB_MAX_IOREAD16_COUNT *
		     sizeof(__le16) > sizeof(usb->req_buf));
	BUG_ON(sizeof(struct usb_req_read_regs) + count * sizeof(__le16) >
	       sizeof(usb->req_buf));

1746
	req_len = sizeof(struct usb_req_read_regs) + count * sizeof(__le16);
1747 1748
	req = (void *)usb->req_buf;

1749 1750
	req->id = cpu_to_le16(USB_REQ_READ_REGS);
	for (i = 0; i < count; i++)
1751
		req->addr[i] = cpu_to_le16((u16)addresses[i]);
1752

1753 1754
retry_read:
	try_count++;
1755
	udev = zd_usb_to_usbdev(usb);
1756
	prepare_read_regs_int(usb, req, count);
J
Jussi Kivilinna 已提交
1757
	r = zd_ep_regs_out_msg(udev, req, req_len, &actual_req_len, 50 /*ms*/);
1758 1759
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
J
Jussi Kivilinna 已提交
1760
			"error in zd_ep_regs_out_msg(). Error number %d\n", r);
1761 1762 1763
		goto error;
	}
	if (req_len != actual_req_len) {
J
Jussi Kivilinna 已提交
1764
		dev_dbg_f(zd_usb_dev(usb), "error in zd_ep_regs_out_msg()\n"
1765 1766 1767 1768 1769 1770 1771
			" req_len %d != actual_req_len %d\n",
			req_len, actual_req_len);
		r = -EIO;
		goto error;
	}

	timeout = wait_for_completion_timeout(&usb->intr.read_regs.completion,
1772
					      msecs_to_jiffies(50));
1773 1774 1775 1776 1777 1778 1779
	if (!timeout) {
		disable_read_regs_int(usb);
		dev_dbg_f(zd_usb_dev(usb), "read timed out\n");
		r = -ETIMEDOUT;
		goto error;
	}

1780 1781 1782 1783 1784 1785
	r = get_results(usb, values, req, count, &retry);
	if (retry && try_count < 20) {
		dev_dbg_f(zd_usb_dev(usb), "read retry, tries so far: %d\n",
				try_count);
		goto retry_read;
	}
1786 1787 1788 1789
error:
	return r;
}

1790 1791 1792 1793 1794 1795
static void iowrite16v_urb_complete(struct urb *urb)
{
	struct zd_usb *usb = urb->context;

	if (urb->status && !usb->cmd_error)
		usb->cmd_error = urb->status;
1796 1797 1798 1799

	if (!usb->cmd_error &&
			urb->actual_length != urb->transfer_buffer_length)
		usb->cmd_error = -EIO;
1800 1801 1802 1803
}

static int zd_submit_waiting_urb(struct zd_usb *usb, bool last)
{
1804
	int r = 0;
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829
	struct urb *urb = usb->urb_async_waiting;

	if (!urb)
		return 0;

	usb->urb_async_waiting = NULL;

	if (!last)
		urb->transfer_flags |= URB_NO_INTERRUPT;

	usb_anchor_urb(urb, &usb->submitted_cmds);
	r = usb_submit_urb(urb, GFP_KERNEL);
	if (r) {
		usb_unanchor_urb(urb);
		dev_dbg_f(zd_usb_dev(usb),
			"error in usb_submit_urb(). Error number %d\n", r);
		goto error;
	}

	/* fall-through with r == 0 */
error:
	usb_free_urb(urb);
	return r;
}

1830
void zd_usb_iowrite16v_async_start(struct zd_usb *usb)
1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842
{
	ZD_ASSERT(usb_anchor_empty(&usb->submitted_cmds));
	ZD_ASSERT(usb->urb_async_waiting == NULL);
	ZD_ASSERT(!usb->in_async);

	ZD_ASSERT(mutex_is_locked(&zd_usb_to_chip(usb)->mutex));

	usb->in_async = 1;
	usb->cmd_error = 0;
	usb->urb_async_waiting = NULL;
}

1843
int zd_usb_iowrite16v_async_end(struct zd_usb *usb, unsigned int timeout)
1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878
{
	int r;

	ZD_ASSERT(mutex_is_locked(&zd_usb_to_chip(usb)->mutex));
	ZD_ASSERT(usb->in_async);

	/* Submit last iowrite16v URB */
	r = zd_submit_waiting_urb(usb, true);
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
			"error in zd_submit_waiting_usb(). "
			"Error number %d\n", r);

		usb_kill_anchored_urbs(&usb->submitted_cmds);
		goto error;
	}

	if (timeout)
		timeout = usb_wait_anchor_empty_timeout(&usb->submitted_cmds,
							timeout);
	if (!timeout) {
		usb_kill_anchored_urbs(&usb->submitted_cmds);
		if (usb->cmd_error == -ENOENT) {
			dev_dbg_f(zd_usb_dev(usb), "timed out");
			r = -ETIMEDOUT;
			goto error;
		}
	}

	r = usb->cmd_error;
error:
	usb->in_async = 0;
	return r;
}

1879 1880
int zd_usb_iowrite16v_async(struct zd_usb *usb, const struct zd_ioreq16 *ioreqs,
			    unsigned int count)
1881 1882 1883 1884
{
	int r;
	struct usb_device *udev;
	struct usb_req_write_regs *req = NULL;
1885 1886 1887 1888 1889 1890
	int i, req_len;
	struct urb *urb;
	struct usb_host_endpoint *ep;

	ZD_ASSERT(mutex_is_locked(&zd_usb_to_chip(usb)->mutex));
	ZD_ASSERT(usb->in_async);
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905

	if (count == 0)
		return 0;
	if (count > USB_MAX_IOWRITE16_COUNT) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: count %u exceeds possible max %u\n",
			count, USB_MAX_IOWRITE16_COUNT);
		return -EINVAL;
	}
	if (in_atomic()) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: io in atomic context not supported\n");
		return -EWOULDBLOCK;
	}

1906 1907 1908 1909 1910 1911 1912 1913 1914
	udev = zd_usb_to_usbdev(usb);

	ep = usb_pipe_endpoint(udev, usb_sndintpipe(udev, EP_REGS_OUT));
	if (!ep)
		return -ENOENT;

	urb = usb_alloc_urb(0, GFP_KERNEL);
	if (!urb)
		return -ENOMEM;
1915

1916 1917
	req_len = sizeof(struct usb_req_write_regs) +
		  count * sizeof(struct reg_data);
1918 1919 1920 1921 1922
	req = kmalloc(req_len, GFP_KERNEL);
	if (!req) {
		r = -ENOMEM;
		goto error;
	}
1923 1924 1925 1926

	req->id = cpu_to_le16(USB_REQ_WRITE_REGS);
	for (i = 0; i < count; i++) {
		struct reg_data *rw  = &req->reg_writes[i];
1927
		rw->addr = cpu_to_le16((u16)ioreqs[i].addr);
1928 1929 1930
		rw->value = cpu_to_le16(ioreqs[i].value);
	}

J
Jussi Kivilinna 已提交
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941
	/* In USB 2.0 mode endpoint is interrupt type. However in USB 1.1 mode
	 * endpoint is bulk. Select correct type URB by endpoint descriptor.
	 */
	if (usb_endpoint_xfer_int(&ep->desc))
		usb_fill_int_urb(urb, udev, usb_sndintpipe(udev, EP_REGS_OUT),
				 req, req_len, iowrite16v_urb_complete, usb,
				 ep->desc.bInterval);
	else
		usb_fill_bulk_urb(urb, udev, usb_sndbulkpipe(udev, EP_REGS_OUT),
				  req, req_len, iowrite16v_urb_complete, usb);

1942
	urb->transfer_flags |= URB_FREE_BUFFER;
1943 1944 1945

	/* Submit previous URB */
	r = zd_submit_waiting_urb(usb, false);
1946 1947
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
1948 1949
			"error in zd_submit_waiting_usb(). "
			"Error number %d\n", r);
1950 1951 1952
		goto error;
	}

1953 1954 1955 1956 1957
	/* Delay submit so that URB_NO_INTERRUPT flag can be set for all URBs
	 * of currect batch except for very last.
	 */
	usb->urb_async_waiting = urb;
	return 0;
1958
error:
1959
	usb_free_urb(urb);
1960 1961 1962
	return r;
}

1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976
int zd_usb_iowrite16v(struct zd_usb *usb, const struct zd_ioreq16 *ioreqs,
			unsigned int count)
{
	int r;

	zd_usb_iowrite16v_async_start(usb);
	r = zd_usb_iowrite16v_async(usb, ioreqs, count);
	if (r) {
		zd_usb_iowrite16v_async_end(usb, 0);
		return r;
	}
	return zd_usb_iowrite16v_async_end(usb, 50 /* ms */);
}

1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013
int zd_usb_rfwrite(struct zd_usb *usb, u32 value, u8 bits)
{
	int r;
	struct usb_device *udev;
	struct usb_req_rfwrite *req = NULL;
	int i, req_len, actual_req_len;
	u16 bit_value_template;

	if (in_atomic()) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: io in atomic context not supported\n");
		return -EWOULDBLOCK;
	}
	if (bits < USB_MIN_RFWRITE_BIT_COUNT) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: bits %d are smaller than"
			" USB_MIN_RFWRITE_BIT_COUNT %d\n",
			bits, USB_MIN_RFWRITE_BIT_COUNT);
		return -EINVAL;
	}
	if (bits > USB_MAX_RFWRITE_BIT_COUNT) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: bits %d exceed USB_MAX_RFWRITE_BIT_COUNT %d\n",
			bits, USB_MAX_RFWRITE_BIT_COUNT);
		return -EINVAL;
	}
#ifdef DEBUG
	if (value & (~0UL << bits)) {
		dev_dbg_f(zd_usb_dev(usb),
			"error: value %#09x has bits >= %d set\n",
			value, bits);
		return -EINVAL;
	}
#endif /* DEBUG */

	dev_dbg_f(zd_usb_dev(usb), "value %#09x bits %d\n", value, bits);

2014
	r = zd_usb_ioread16(usb, &bit_value_template, ZD_CR203);
2015 2016
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
2017
			"error %d: Couldn't read ZD_CR203\n", r);
2018
		return r;
2019 2020 2021
	}
	bit_value_template &= ~(RF_IF_LE|RF_CLK|RF_DATA);

2022 2023 2024 2025 2026 2027 2028
	ZD_ASSERT(mutex_is_locked(&zd_usb_to_chip(usb)->mutex));
	BUILD_BUG_ON(sizeof(struct usb_req_rfwrite) +
		     USB_MAX_RFWRITE_BIT_COUNT * sizeof(__le16) >
		     sizeof(usb->req_buf));
	BUG_ON(sizeof(struct usb_req_rfwrite) + bits * sizeof(__le16) >
	       sizeof(usb->req_buf));

2029
	req_len = sizeof(struct usb_req_rfwrite) + bits * sizeof(__le16);
2030
	req = (void *)usb->req_buf;
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044

	req->id = cpu_to_le16(USB_REQ_WRITE_RF);
	/* 1: 3683a, but not used in ZYDAS driver */
	req->value = cpu_to_le16(2);
	req->bits = cpu_to_le16(bits);

	for (i = 0; i < bits; i++) {
		u16 bv = bit_value_template;
		if (value & (1 << (bits-1-i)))
			bv |= RF_DATA;
		req->bit_values[i] = cpu_to_le16(bv);
	}

	udev = zd_usb_to_usbdev(usb);
J
Jussi Kivilinna 已提交
2045
	r = zd_ep_regs_out_msg(udev, req, req_len, &actual_req_len, 50 /*ms*/);
2046 2047
	if (r) {
		dev_dbg_f(zd_usb_dev(usb),
J
Jussi Kivilinna 已提交
2048
			"error in zd_ep_regs_out_msg(). Error number %d\n", r);
2049 2050 2051
		goto out;
	}
	if (req_len != actual_req_len) {
J
Jussi Kivilinna 已提交
2052
		dev_dbg_f(zd_usb_dev(usb), "error in zd_ep_regs_out_msg()"
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062
			" req_len %d != actual_req_len %d\n",
			req_len, actual_req_len);
		r = -EIO;
		goto out;
	}

	/* FALL-THROUGH with r == 0 */
out:
	return r;
}