summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh2019-07-011-4/+3Star
* staging: wilc1000: remove 'linux_' prefix in function namesAjay Singh2019-02-071-5/+5
* staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c fileAjay Singh2019-02-071-46/+46
* staging: wilc1000: avoid function forward declaration in wilc_sdio.c fileAjay Singh2019-02-071-48/+43Star
* staging: wilc1000: fix missing read_write setting when reading dataColin Ian King2018-12-201-0/+1
* staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh2018-11-121-1/+2
* staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source fileAjay Singh2018-11-121-0/+19
* staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh2018-09-251-3/+1Star
* staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh2018-09-251-20/+34
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-3/+2Star
* staging: wilc1000: fix compilation warning for ARCH PowerPCAjay Singh2018-08-021-1/+1
* staging: wilc1000: fix endianness warnings reported by sparseAjay Singh2018-08-021-2/+2
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-9/+1Star
* staging: wilc1000: use descriptor-based interface for GPIOAjay Singh2018-07-241-7/+16
* staging: wilc1000: change compatible string from atmel to microchipAjay Singh2018-07-241-2/+9
* staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh2018-07-241-1/+1
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-241-2/+2
* staging: wilc1000: fix line over 80 chars in wilc_sdio structAjay Singh2018-05-141-1/+2
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-8/+2Star
* staging: wilc1000: remove unnecessary assingment from 'if' conditionsAjay Singh2018-04-261-6/+6
* staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh2018-04-251-42/+42
* staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext()Ajay Singh2018-02-161-2/+5
* staging: wilc1000: fix too many leading tabs warning in sdio_clear_int_ext()Ajay Singh2018-02-161-69/+65Star
* staging: wilc1000: remove unnecessary comments to avoid line over 80 char issueAjay Singh2018-02-161-4/+4
* staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-231-2/+2
* staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman2017-11-281-0/+1
* drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/infoPushkar Jambhlekar2017-03-291-4/+0Star
* drivers/staging/wilc1000: Using __func__ instead of hardcoded function namePushkar Jambhlekar2017-03-291-2/+2
* Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel commen...Georgios Emmanouil2017-03-091-8/+5Star
* staging:wilc1000:wilc_sdio.c Deleted un-needed blank linesScott Matheina2017-01-161-3/+0Star
* staging:wilc1000:wilc_sdio.c Aligns code match open parenthesisScott Matheina2017-01-161-1/+1
* staging: wilc1000: Remove unnecessary extern variables.Elise Lennion2016-10-171-1/+2
* staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King2016-06-251-1/+1
* 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