summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove typedef from sdio_cmd53_tChaehyun Lim2016-03-041-5/+5
* staging: wilc1000: remove typedef from struct sdio_cmd52_tChaehyun Lim2016-03-041-13/+13
* Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal2016-02-201-4/+4
* staging: wilc1000: Remove unneeded parentheses in assignmentJanani Ravichandran2016-02-121-1/+1
* staging: wilc1000: sdio_init: add resume argumentGlen Lee2016-02-041-15/+19
* staging: wilc1000: add sdio resume/suspendGlen Lee2016-02-041-0/+72
* staging: wilc1000: remove wilc_sdio_initGlen Lee2016-02-041-10/+0Star
* staging: wilc1000: fix always return 0 errorGlen Lee2016-02-041-2/+0Star
* staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee2015-12-211-1/+163
* staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee2015-12-211-18/+33
* staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee2015-12-211-10/+16
* staging: wilc1000: remove unused functionsGlen Lee2015-12-211-94/+0Star
* staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee2015-12-211-1/+1
* staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee2015-12-211-52/+99
* staging: wilc1000: use kernel define byte order macrosGlen Lee2015-12-211-6/+2Star
* staging: wilc1000: wilc_sdio_cmd53: pass struct wilcGlen Lee2015-12-181-6/+6
* staging: wilc1000: wilc_sdio_cmd52: pass struct wilcGlen Lee2015-12-181-21/+21
* staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee2015-12-181-42/+42
* staging: wilc1000: remove sdio speed control codesGlen Lee2015-12-181-12/+0Star
* staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann2015-12-181-0/+2
* staging/wilc1000: pass hif operations through initializationArnd Bergmann2015-12-181-18/+17Star
* staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann2015-12-181-59/+46Star
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-31/+31
* staging/wilc1000: remove unused functionsArnd Bergmann2015-12-181-56/+0Star
* staging: wilc1000: change parameter type of hif_initGlen Lee2015-11-161-1/+2
* staging: wilc1000: remove os_contextGlen Lee2015-11-161-2/+0Star
* staging: wilc1000: linux_sdio_init: remove parameter pvGlen Lee2015-11-161-1/+1
* staging: wilc1000: call linux_sdio_init instead of io_initGlen Lee2015-11-161-5/+3Star
* staging: wilc1000: remove function pointer sdio_set_default_speedGlen Lee2015-11-161-4/+1Star
* staging: wilc1000: remove function pointer sdio_set_max_speedGlen Lee2015-11-161-3/+1Star
* staging: wilc1000: remove function pointer sdio_cmd53Glen Lee2015-11-161-8/+6Star
* staging: wilc1000: remove function pointer sdio_cmd52Glen Lee2015-11-161-27/+26Star
* staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim2015-11-161-1/+1
* staging: wilc1000: remove unused functionsLeo Kim2015-10-081-22/+0Star
* staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim2015-09-301-0/+1
* wilc1000 : Use BIT() macro where possibleAnish Bhatt2015-09-301-22/+22
* staging: wilc1000: remove function pointer os_waitGlen Lee2015-09-291-2/+0Star
* staging: wilc1000: remove commented codesChaehyun Lim2015-09-151-2/+0Star
* staging: wilc1000: use u32 instead of uint32_tChaehyun Lim2015-09-151-32/+32
* staging: wilc1000: use u8 instead of uint8_tChaehyun Lim2015-09-151-12/+12
* staging: wilc1000: remove unused global variablesTony Cho2015-09-131-3/+0Star
* staging: wilc1000: remove unnecessary inner bracesTony Cho2015-07-291-16/+14Star
* staging: wilc1000: remove warnings on unnecessary bracesTony Cho2015-07-291-3/+2Star
* staging: wilc1000: remove a dead preprocessor conditionalsTony Cho2015-07-291-26/+0Star
* staging: wilc1000: remove preprocessor conditionals unusedTony Cho2015-07-291-173/+1Star
* staging: wilc1000: remove the warnings on unnecessary bracesTony Cho2015-07-291-18/+10Star
* staging: wilc1000: remove the warnings on missing blank lineTony Cho2015-07-291-0/+11
* staging: wilc1000: remove warnings on the multiple line usesTony Cho2015-07-291-14/+0Star
* staging: wilc1000: remove commented codeChaehyun Lim2015-06-191-44/+0Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+1298