summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove unused filesGlen Lee2015-12-211-10/+0Star
* staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee2015-12-211-160/+0Star
* staging: wilc1000: linux_sdio_probe: use return valueGlen Lee2015-12-211-4/+5
* staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee2015-12-211-4/+2Star
* staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee2015-12-211-5/+2Star
* staging: wilc1000: linux_wlan_sdio.c: remove bracesGlen Lee2015-12-211-2/+1Star
* staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80Glen Lee2015-12-211-4/+9
* staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee2015-12-211-9/+9
* staging: wilc1000: remove unused variableGlen Lee2015-12-181-3/+0Star
* staging: wilc1000: wilc_sdio_cmd53: pass struct wilcGlen Lee2015-12-181-2/+2
* staging: wilc1000: wilc_sdio_cmd52: pass struct wilcGlen Lee2015-12-181-2/+2
* staging: wilc1000: remove sdio speed control codesGlen Lee2015-12-181-52/+0Star
* staging/wilc1000: use more regular probingArnd Bergmann2015-12-181-19/+11Star
* staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann2015-12-181-10/+11
* staging/wilc1000: pass hif operations through initializationArnd Bergmann2015-12-181-1/+2
* staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann2015-12-181-9/+9
* staging/wilc1000: use device pointer for phy creationArnd Bergmann2015-12-181-1/+1
* staging/wilc1000: pass io_type to wilc_netdev_initArnd Bergmann2015-12-181-2/+2
* staging/wilc1000: unify device pointerArnd Bergmann2015-12-181-27/+6Star
* staging/wilc1000: move init/exit functions to driver filesArnd Bergmann2015-12-181-2/+14
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-25/+25
* staging/wilc1000: make symbols static if possibleArnd Bergmann2015-12-181-2/+2
* staging/wilc1000: remove unused functionsArnd Bergmann2015-12-181-11/+0Star
* staging: wilc1000: linux_sdio_init: remove parameter pvGlen Lee2015-11-161-1/+1
* staging: wilc1000: wl_wlan_cleanup: add argument struct wilcGlen Lee2015-11-161-1/+1
* staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGlen Lee2015-10-291-2/+5
* staging: wilc1000: assign pointer of g_linux_wlan to sdio device dataTony Cho2015-10-251-2/+3
* staging: wilc1000: introduce struct wilc_sdio for sdio dataTony Cho2015-10-251-0/+16
* staging: wilc1000: remove COMPLEMENT_BOOTTony Cho2015-10-251-9/+0Star
* staging: wilc1000: move clean up codes into wl_wlan_cleanup functionTony Cho2015-10-251-4/+1Star
* staging: wilc1000: remove extern declarations of g_linux_wlanTony Cho2015-10-171-1/+0Star
* staging: wilc1000: Add terminating entry for wilc_sdio_idsAxel Lin2015-09-141-0/+1
* staging: wilc1000: remove unused NM73131_0_BOARDKim, Leo2015-09-131-7/+1Star
* staging: wilc1000: add a blank line after declarationChaehyun Lim2015-09-131-0/+1
* staging: wilc1000: Remove unused extern declarationsChandra S Gorentla2015-08-091-1/+0Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+249