summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King2016-06-251-1/+1
* staging: wilc1000: remove typedef from sdio_cmd53_tChaehyun Lim2016-03-031-5/+5
* staging: wilc1000: remove typedef from struct sdio_cmd52_tChaehyun Lim2016-03-031-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-111-1/+1
* staging: wilc1000: sdio_init: add resume argumentGlen Lee2016-02-031-15/+19
* staging: wilc1000: add sdio resume/suspendGlen Lee2016-02-031-0/+72
* staging: wilc1000: remove wilc_sdio_initGlen Lee2016-02-031-10/+0
* staging: wilc1000: fix always return 0 errorGlen Lee2016-02-031-2/+0
* 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/+0
* 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/+2
* 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/+0
* 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/+17
* staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann2015-12-181-59/+46
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-31/+31
* staging/wilc1000: remove unused functionsArnd Bergmann2015-12-181-56/+0
* staging: wilc1000: change parameter type of hif_initGlen Lee2015-11-151-1/+2
* staging: wilc1000: remove os_contextGlen Lee2015-11-151-2/+0
* staging: wilc1000: linux_sdio_init: remove parameter pvGlen Lee2015-11-151-1/+1
* staging: wilc1000: call linux_sdio_init instead of io_initGlen Lee2015-11-151-5/+3
* staging: wilc1000: remove function pointer sdio_set_default_speedGlen Lee2015-11-151-4/+1
* staging: wilc1000: remove function pointer sdio_set_max_speedGlen Lee2015-11-151-3/+1
* staging: wilc1000: remove function pointer sdio_cmd53Glen Lee2015-11-151-8/+6
* staging: wilc1000: remove function pointer sdio_cmd52Glen Lee2015-11-151-27/+26
* staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim2015-11-151-1/+1
* staging: wilc1000: remove unused functionsLeo Kim2015-10-081-22/+0
* 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/+0
* staging: wilc1000: remove commented codesChaehyun Lim2015-09-151-2/+0
* 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-121-3/+0
* staging: wilc1000: remove unnecessary inner bracesTony Cho2015-07-291-16/+14
* staging: wilc1000: remove warnings on unnecessary bracesTony Cho2015-07-291-3/+2
* staging: wilc1000: remove a dead preprocessor conditionalsTony Cho2015-07-291-26/+0
* staging: wilc1000: remove preprocessor conditionals unusedTony Cho2015-07-291-173/+1
* staging: wilc1000: remove the warnings on unnecessary bracesTony Cho2015-07-291-18/+10
* 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/+0
* staging: wilc1000: remove commented codeChaehyun Lim2015-06-181-44/+0
OpenPOWER on IntegriCloud