aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07staging: wilc1000: remove 'linux_' prefix in function namesAjay Singh1-5/+5
2019-02-07staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c fileAjay Singh1-46/+46
2019-02-07staging: wilc1000: avoid function forward declaration in wilc_sdio.c fileAjay Singh1-48/+43
2018-12-20staging: wilc1000: fix missing read_write setting when reading dataColin Ian King1-0/+1
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh1-1/+2
2018-11-12staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source fileAjay Singh1-0/+19
2018-09-25staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh1-3/+1
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh1-20/+34
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-3/+2
2018-08-02staging: wilc1000: fix compilation warning for ARCH PowerPCAjay Singh1-1/+1
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-2/+2
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-9/+1
2018-07-24staging: wilc1000: use descriptor-based interface for GPIOAjay Singh1-7/+16
2018-07-24staging: wilc1000: change compatible string from atmel to microchipAjay Singh1-2/+9
2018-07-24staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh1-1/+1
2018-07-24staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh1-2/+2
2018-05-14staging: wilc1000: fix line over 80 chars in wilc_sdio structAjay Singh1-1/+2
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-8/+2
2018-04-26staging: wilc1000: remove unnecessary assingment from 'if' conditionsAjay Singh1-6/+6
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh1-42/+42
2018-02-16staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext()Ajay Singh1-2/+5
2018-02-16staging: wilc1000: fix too many leading tabs warning in sdio_clear_int_ext()Ajay Singh1-69/+65
2018-02-16staging: wilc1000: remove unnecessary comments to avoid line over 80 char issueAjay Singh1-4/+4
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-2/+2
2017-11-28staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman1-0/+1
2017-03-29drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/infoPushkar Jambhlekar1-4/+0
2017-03-29drivers/staging/wilc1000: Using __func__ instead of hardcoded function namePushkar Jambhlekar1-2/+2
2017-03-09Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel comment styleGeorgios Emmanouil1-8/+5
2017-01-16staging:wilc1000:wilc_sdio.c Deleted un-needed blank linesScott Matheina1-3/+0
2017-01-16staging:wilc1000:wilc_sdio.c Aligns code match open parenthesisScott Matheina1-1/+1
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-1/+2
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King1-1/+1
2016-03-03staging: wilc1000: remove typedef from sdio_cmd53_tChaehyun Lim1-5/+5
2016-03-03staging: wilc1000: remove typedef from struct sdio_cmd52_tChaehyun Lim1-13/+13
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal1-4/+4
2016-02-11staging: wilc1000: Remove unneeded parentheses in assignmentJanani Ravichandran1-1/+1
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee1-15/+19
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee1-0/+72
2016-02-03staging: wilc1000: remove wilc_sdio_initGlen Lee1-10/+0
2016-02-03staging: wilc1000: fix always return 0 errorGlen Lee1-2/+0
2015-12-21staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee1-1/+163
2015-12-21staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee1-18/+33
2015-12-21staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee1-10/+16
2015-12-21staging: wilc1000: remove unused functionsGlen Lee1-94/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee1-1/+1
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee1-52/+99
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-6/+2
2015-12-18staging: wilc1000: wilc_sdio_cmd53: pass struct wilcGlen Lee1-6/+6
2015-12-18staging: wilc1000: wilc_sdio_cmd52: pass struct wilcGlen Lee1-21/+21
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee1-42/+42