aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks7010_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-06staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeQinglang Miao1-1/+3
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-03-10staging: ks7010: remove line over 80 charactersPayal Kshirsagar1-1/+2
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta1-1/+1
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos1-2/+2
2018-05-14staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos1-2/+2
2018-05-14staging: ks7010: replace unsigned char type with u8Sergio Paracuellos1-1/+1
2018-05-14staging: ks7010: remove no necessary blank lineSergio Paracuellos1-1/+0
2018-05-06staging: ks7010: change local variable type in ks_wlan_hw_rxSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor ks7010_sme_enqueue_events functionSergio Paracuellos1-18/+13
2018-05-06staging: ks7010: change local variable type in ks7010_sdio_init_irqsSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change some local variables type in ks_sdio_interruptSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in ks7010_rw_functionSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in _ks_wlan_hw_power_saveSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u8 instead of unsigned char in write_to_device functionSergio Paracuellos1-3/+2
2018-05-06staging: ks7010: change netdev_dbg msg to avoid a long lineSergio Paracuellos1-1/+6
2018-05-06staging: ks7010: avoid ks_sdio_card dependency in ks_wlan headerSergio Paracuellos1-16/+36
2018-05-06staging: ks7010: move tx and rx queues definitions into ks_wlan.h headerSergio Paracuellos1-45/+0
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos1-4/+1
2018-04-25staging: ks7010: assign dev_alloc_name() result to variable before check itSergio Paracuellos1-1/+3
2018-04-25staging: ks7010: use u8 instead of unsigned char for firmware buffersSergio Paracuellos1-3/+3
2018-04-25staging: ks7010: fix error paths in ks7010_sdio_remove functionSergio Paracuellos1-21/+21
2018-04-25staging: ks7010: check sdio_set_block_size return valueSergio Paracuellos1-0/+3
2018-04-25staging: ks7010: replace create_workqueue with alloc_workqueueSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: move MODULE_DEVICE_TABLE related codeSergio Paracuellos1-7/+7
2018-04-25staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx functionSergio Paracuellos1-5/+3
2018-04-25staging: ks7010: review debug and error messages in ks7010_sdio sourceSergio Paracuellos1-20/+18
2018-04-25staging: ks7010: review comment style in ks7010_sdio source fileSergio Paracuellos1-3/+8
2018-04-25staging: ks7010: add REG suffix to sdio register definitionsSergio Paracuellos1-48/+48
2018-04-25staging: ks7010: delete not used definitions in ks7010_sdio sourceSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: move sdio specific register definitions into source fileSergio Paracuellos1-0/+72
2018-04-25staging: ks7010: move ROM_FILE definition into source fileSergio Paracuellos1-0/+1
2018-04-23staging: ks7010: init local variables when they are declared in ks7010_sdio_probeSergio Paracuellos1-5/+2
2018-04-23staging: ks7010: review includes of ks7010_sdio fileSergio Paracuellos1-5/+3
2018-04-23staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos1-0/+1
2018-04-23staging: ks7010: use linux circular buffer header macros to handle tx and rx queuesSergio Paracuellos1-19/+30
2018-04-23staging: ks7010: use msecs_to_jiffies in ks7010_rw_function functionSergio Paracuellos1-4/+4
2018-04-23staging: ks7010: change sdio related read/write function parameter typesSergio Paracuellos1-7/+7
2018-04-23staging: ks7010: fix remaining long line warnings in ks7010_sdio sourceSergio Paracuellos1-2/+4
2018-04-23staging: ks7010: remove nonsense commentSergio Paracuellos1-1/+1
2018-04-23staging: ks7010_sdio: fix NULL pointer dereference and memory leakGustavo A. R. Silva1-2/+1
2018-04-23staging: ks7010: Replace mdelay with usleep_range in ks7010_upload_firmwareJia-Ju Bai1-1/+1
2018-04-23staging: ks7010: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-2/+1
2018-04-23staging: ks7010: fix some style issues about long linesSergio Paracuellos1-2/+5
2018-04-23staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_firmwareSergio Paracuellos1-29/+43
2018-04-23staging: ks7010: fix error handling in ks7010_upload_firmwareSergio Paracuellos1-0/+3
2018-04-23staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_eventsSergio Paracuellos1-14/+19
2018-04-23staging: ks7010: factor out ks_wlan_private init process into ks7010_private_initSergio Paracuellos1-22/+28
2018-04-23staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqsSergio Paracuellos1-11/+21