summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200
Commit message (Expand)AuthorAgeFilesLines
* wireless: cw1200: use dev_get_platdata()Jingoo Han2013-09-261-2/+2
* cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
* cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-08-201-1/+1
* | cw1200: When debug is enabled, display all wakeup conditions for the wait_eve...Solomon Peachy2013-08-281-2/+2
* | cw1200: Display the correct default reference clock.Solomon Peachy2013-08-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-091-5/+2Star
|\ \
| * | cw1200: Fix spurious BUG_ON() trigger when starting AP mode.Solomon Peachy2013-08-051-5/+2Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-251-1/+1
|\| |
| * | cw1200: Fix OOPS in monitor modeSolomon Peachy2013-07-221-1/+1
| |/
* / cw1200: Fix incorrect endianness annotation in a header fieldSolomon Peachy2013-07-221-1/+1
|/
* cw1200: Fix up a large pile of sparse warningsSolomon Peachy2013-06-2410-97/+102
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-121-4/+9
|\
| * Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-06-041-4/+9
* | cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy2013-06-119-75/+80
* | cw1200: Eliminate the ETF debug/engineering code.Solomon Peachy2013-06-117-349/+2Star
* | cw1200: Remove "ITP" debug subsystem.Solomon Peachy2013-06-118-905/+3Star
* | cw1200: handle allocation failure in wsm_event_indication()Dan Carpenter2013-06-101-0/+2
* | cw1200: read beyond end of array in debug codeDan Carpenter2013-06-101-3/+2Star
* | cw1200: Sanity-check arguments in copy_from_user()Solomon Peachy2013-06-101-4/+14
* | cw1200: hwio: Remove an unnecessary gotoJoe Perches2013-06-101-1/+0Star
|/
* cw1200: rename the cw1200 platform definition headerSolomon Peachy2013-06-032-2/+2
* cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy2013-06-034-121/+30Star
* cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy2013-06-033-91/+41Star
* cw1200: Reference correct 'powerup' GPIO signal.Solomon Peachy2013-06-032-2/+2
* cw1200: move platform_data header to correct location.Solomon Peachy2013-06-033-3/+3
* cw1200: Rename 'sbus' to 'hwbus'Solomon Peachy2013-06-0310-123/+119Star
* cw1200: remove unused including <linux/version.h>Wei Yongjun2013-05-303-3/+0Star
* cw1200: use module_spi_driver to simplify the codeWei Yongjun2013-05-301-14/+1Star
* cw1200: convert to use simple_open()Wei Yongjun2013-05-301-7/+1Star
* cw1200: remove duplicated include from wsm.cWei Yongjun2013-05-301-1/+0Star
* cw1200: Fix compile with CONFIG_PM=nSolomon Peachy2013-05-305-4/+27
* cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy2013-05-2930-0/+14986