Age | Commit message (Expand) | Author | Files | Lines |
2013-08-26 | mwifiex: add missing endian conversions | Tobias Waldekranz | 1 | -3/+3 |
2013-08-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
2013-07-27 | mwifiex: Add missing endian conversion. | Tomasz Moń | 1 | -2/+2 |
2013-07-27 | mwifiex: code rearrangement in sdio.c | Amitkumar Karwar | 1 | -107/+104 |
2013-07-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -49/+42 |
2013-07-24 | mwifiex: replace mdelay with msleep | Amitkumar Karwar | 1 | -1/+1 |
2013-07-23 | mwifiex: fix IRQ enable/disable | Daniel Drake | 1 | -49/+42 |
2013-05-22 | mwifiex: add support for Marvell SD8897 chipset | Yogesh Ashok Powar | 1 | -52/+215 |
2013-05-22 | mwifiex: code rearrangement in multiport aggregation path | Amitkumar Karwar | 1 | -5/+12 |
2013-05-22 | mwifiex: define a macro for MPA base address | Amitkumar Karwar | 1 | -2/+2 |
2013-05-22 | mwifiex: do port calculations separately | Amitkumar Karwar | 1 | -12/+12 |
2013-05-22 | mwifiex: code rearrangement in mwifiex_get_rd_port() | Amitkumar Karwar | 1 | -14/+15 |
2013-05-22 | mwifiex: replace unnecessary u32 variables with u8 in sdio.c | Amitkumar Karwar | 1 | -13/+13 |
2013-05-22 | mwifiex: store SDIO chip specific information in separate structure | Amitkumar Karwar | 1 | -49/+67 |
2013-05-22 | mwifiex: use u32 variables for SDIO read/write port bitmap | Amitkumar Karwar | 1 | -20/+20 |
2013-02-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -9/+0 |
2013-02-22 | mwifiex: don't drop carrier flag over suspend | Daniel Drake | 1 | -9/+0 |
2013-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -15/+6 |
2013-02-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -6/+4 |
2013-02-04 | wireless: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 1 | -9/+2 |
2013-01-31 | mwifiex: do not overwrite error code from lower layer driver | Bing Zhao | 1 | -6/+4 |
2012-12-29 | mwifiex: don't use [delayed_]work_pending() | Tejun Heo | 1 | -5/+4 |
2012-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -5/+6 |
2012-11-16 | mwifiex: report error to MMC core if we cannot suspend | Bing Zhao | 1 | -5/+6 |
2012-11-14 | mwifiex: process RX packets in SDIO IRQ thread directly | Bing Zhao | 1 | -3/+3 |
2012-11-14 | mwifiex: add support for SDIO card reset | Amitkumar Karwar | 1 | -0/+33 |
2012-06-22 | mwifiex: fix bugs in event handling code | Amitkumar Karwar | 1 | -3/+3 |
2012-05-09 | mwifiex: add support for SD8786 sdio | WarheadsSE | 1 | -0/+7 |
2012-04-12 | mwifiex: use asynchronous firmware loading | Amitkumar Karwar | 1 | -0/+3 |
2012-03-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -94/+98 |
2012-03-14 | mwifiex: fix checkpatch --strict warnings/errors Part 6 | Yogesh Ashok Powar | 1 | -92/+96 |
2012-03-13 | mwifiex: use usleep_range instead of udelay | Yogesh Ashok Powar | 1 | -2/+2 |
2012-02-01 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -3/+1 |
2011-12-14 | mwifiex: proper cleanup when RX multiport aggregation fails | Avinash Patil | 1 | -3/+19 |
2011-11-18 | mwifiex: add support for Marvell sd8797 device | Bing Zhao | 1 | -2/+15 |
2011-11-10 | mwifiex: enable SDIO multiport aggregation | Amitkumar Karwar | 1 | -2/+2 |
2011-10-12 | mwifiex: add support for Marvell pcie8766 chipset | Amitkumar Karwar | 1 | -7/+12 |
2011-07-21 | mwifiex: disable auto deep sleep before unloading the driver | Amitkumar Karwar | 1 | -0/+3 |
2011-07-21 | mwifiex: check SDIO multi-port aggregation buffer room correctly | Amitkumar Karwar | 1 | -1/+1 |
2011-06-10 | mwifiex: get rid of global adapter pointer | Amitkumar Karwar | 1 | -31/+50 |
2011-06-01 | mwifiex: remove support for old chipsets W0/W1 | Amitkumar Karwar | 1 | -6/+2 |
2011-05-10 | mwifiex: fix null derefs, mem leaks and trivia | Christoph Fritz | 1 | -2/+3 |
2011-05-05 | mwifiex: remove unnecessary variable initialization | Yogesh Ashok Powar | 1 | -15/+15 |
2011-04-19 | mwifiex: remove redundant local variables and comments | Yogesh Ashok Powar | 1 | -13/+3 |
2011-04-14 | mwifiex: remove unused function parameters | Amitkumar Karwar | 1 | -10/+8 |
2011-04-14 | mwifiex: remove redundant "return" at end of void function | Yogesh Ashok Powar | 1 | -4/+0 |
2011-04-14 | mwifiex: cleanup ioctl wait queue and abstraction layer | Amitkumar Karwar | 1 | -6/+5 |
2011-03-30 | wireless: mwifiex: initial commit for Marvell mwifiex driver | Bing Zhao | 1 | -0/+1770 |