summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200/cw1200_spi.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-09cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy1-0/+9
2013-09-09cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy1-3/+16
2013-06-24cw1200: Fix up a large pile of sparse warningsSolomon Peachy1-12/+20
2013-06-11cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy1-3/+1
2013-06-03cw1200: rename the cw1200 platform definition headerSolomon Peachy1-1/+1
2013-06-03cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy1-19/+14
2013-06-03cw1200: Reference correct 'powerup' GPIO signal.Solomon Peachy1-1/+1
2013-06-03cw1200: move platform_data header to correct location.Solomon Peachy1-1/+1
2013-06-03cw1200: Rename 'sbus' to 'hwbus'Solomon Peachy1-19/+19
2013-05-30cw1200: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-05-30cw1200: use module_spi_driver to simplify the codeWei Yongjun1-14/+1
2013-05-30cw1200: Fix compile with CONFIG_PM=nSolomon Peachy1-0/+4
2013-05-29cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy1-0/+480