summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks7010_sdio.c
AgeCommit message (Expand)Author
2021-07-27staging: ks7010: Fix the initialization of the 'sleep_status' structureChristophe JAILLET
2020-11-06staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeQinglang Miao
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-03-10staging: ks7010: remove line over 80 charactersPayal Kshirsagar
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos
2018-05-14staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos
2018-05-14staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos
2018-05-14staging: ks7010: replace unsigned char type with u8Sergio Paracuellos
2018-05-14staging: ks7010: remove no necessary blank lineSergio Paracuellos
2018-05-06staging: ks7010: change local variable type in ks_wlan_hw_rxSergio Paracuellos
2018-05-06staging: ks7010: refactor ks7010_sme_enqueue_events functionSergio Paracuellos
2018-05-06staging: ks7010: change local variable type in ks7010_sdio_init_irqsSergio Paracuellos
2018-05-06staging: ks7010: change some local variables type in ks_sdio_interruptSergio Paracuellos
2018-05-06staging: ks7010: change local variable type in ks7010_rw_functionSergio Paracuellos
2018-05-06staging: ks7010: change local variable type in _ks_wlan_hw_power_saveSergio Paracuellos
2018-05-06staging: ks7010: use u8 instead of unsigned char in write_to_device functionSergio Paracuellos
2018-05-06staging: ks7010: change netdev_dbg msg to avoid a long lineSergio Paracuellos
2018-05-06staging: ks7010: avoid ks_sdio_card dependency in ks_wlan headerSergio Paracuellos
2018-05-06staging: ks7010: move tx and rx queues definitions into ks_wlan.h headerSergio Paracuellos
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos
2018-04-25staging: ks7010: assign dev_alloc_name() result to variable before check itSergio Paracuellos
2018-04-25staging: ks7010: use u8 instead of unsigned char for firmware buffersSergio Paracuellos
2018-04-25staging: ks7010: fix error paths in ks7010_sdio_remove functionSergio Paracuellos
2018-04-25staging: ks7010: check sdio_set_block_size return valueSergio Paracuellos
2018-04-25staging: ks7010: replace create_workqueue with alloc_workqueueSergio Paracuellos
2018-04-25staging: ks7010: move MODULE_DEVICE_TABLE related codeSergio Paracuellos
2018-04-25staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx functionSergio Paracuellos
2018-04-25staging: ks7010: review debug and error messages in ks7010_sdio sourceSergio Paracuellos
2018-04-25staging: ks7010: review comment style in ks7010_sdio source fileSergio Paracuellos
2018-04-25staging: ks7010: add REG suffix to sdio register definitionsSergio Paracuellos
2018-04-25staging: ks7010: delete not used definitions in ks7010_sdio sourceSergio Paracuellos
2018-04-25staging: ks7010: move sdio specific register definitions into source fileSergio Paracuellos
2018-04-25staging: ks7010: move ROM_FILE definition into source fileSergio Paracuellos
2018-04-23staging: ks7010: init local variables when they are declared in ks7010_sdio_p...Sergio Paracuellos
2018-04-23staging: ks7010: review includes of ks7010_sdio fileSergio Paracuellos
2018-04-23staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos
2018-04-23staging: ks7010: use linux circular buffer header macros to handle tx and rx ...Sergio Paracuellos
2018-04-23staging: ks7010: use msecs_to_jiffies in ks7010_rw_function functionSergio Paracuellos
2018-04-23staging: ks7010: change sdio related read/write function parameter typesSergio Paracuellos
2018-04-23staging: ks7010: fix remaining long line warnings in ks7010_sdio sourceSergio Paracuellos
2018-04-23staging: ks7010: remove nonsense commentSergio Paracuellos
2018-04-23staging: ks7010_sdio: fix NULL pointer dereference and memory leakGustavo A. R. Silva
2018-04-23staging: ks7010: Replace mdelay with usleep_range in ks7010_upload_firmwareJia-Ju Bai
2018-04-23staging: ks7010: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-04-23staging: ks7010: fix some style issues about long linesSergio Paracuellos
2018-04-23staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_fi...Sergio Paracuellos
2018-04-23staging: ks7010: fix error handling in ks7010_upload_firmwareSergio Paracuellos
2018-04-23staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_e...Sergio Paracuellos
2018-04-23staging: ks7010: factor out ks_wlan_private init process into ks7010_private_...Sergio Paracuellos