summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200/cw1200_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+2
|\
| * wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call.Solomon Peachy2013-10-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-071-2/+2
|\ \ | |/ |/|
| * wireless: cw1200: use dev_get_platdata()Jingoo Han2013-09-261-2/+2
* | cw1200: Use a threaded oneshot irq handler for cw1200_spiSolomon Peachy2013-09-261-3/+4
* | Revert "cw1200: Don't perform SPI transfers in interrupt context"Solomon Peachy2013-09-261-16/+3Star
|/
* 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-091-3/+16
* cw1200: Fix up a large pile of sparse warningsSolomon Peachy2013-06-241-12/+20
* cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy2013-06-111-3/+1Star
* cw1200: rename the cw1200 platform definition headerSolomon Peachy2013-06-031-1/+1
* cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy2013-06-031-19/+14Star
* cw1200: Reference correct 'powerup' GPIO signal.Solomon Peachy2013-06-031-1/+1
* cw1200: move platform_data header to correct location.Solomon Peachy2013-06-031-1/+1
* cw1200: Rename 'sbus' to 'hwbus'Solomon Peachy2013-06-031-19/+19
* cw1200: remove unused including <linux/version.h>Wei Yongjun2013-05-301-1/+0Star
* cw1200: use module_spi_driver to simplify the codeWei Yongjun2013-05-301-14/+1Star
* cw1200: Fix compile with CONFIG_PM=nSolomon Peachy2013-05-301-0/+4
* cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy2013-05-291-0/+480