summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks7010_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2018-05-201-2/+2
* staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos2018-05-141-2/+2
* staging: ks7010: replace unsigned char type with u8Sergio Paracuellos2018-05-141-1/+1
* staging: ks7010: remove no necessary blank lineSergio Paracuellos2018-05-141-1/+0
* staging: ks7010: change local variable type in ks_wlan_hw_rxSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: refactor ks7010_sme_enqueue_events functionSergio Paracuellos2018-05-061-18/+13
* staging: ks7010: change local variable type in ks7010_sdio_init_irqsSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: change some local variables type in ks_sdio_interruptSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: change local variable type in ks7010_rw_functionSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: change local variable type in _ks_wlan_hw_power_saveSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: use u8 instead of unsigned char in write_to_device functionSergio Paracuellos2018-05-061-3/+2
* staging: ks7010: change netdev_dbg msg to avoid a long lineSergio Paracuellos2018-05-061-1/+6
* staging: ks7010: avoid ks_sdio_card dependency in ks_wlan headerSergio Paracuellos2018-05-061-16/+36
* staging: ks7010: move tx and rx queues definitions into ks_wlan.h headerSergio Paracuellos2018-05-061-45/+0
* staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos2018-05-061-4/+1
* staging: ks7010: assign dev_alloc_name() result to variable before check itSergio Paracuellos2018-04-251-1/+3
* staging: ks7010: use u8 instead of unsigned char for firmware buffersSergio Paracuellos2018-04-251-3/+3
* staging: ks7010: fix error paths in ks7010_sdio_remove functionSergio Paracuellos2018-04-251-21/+21
* staging: ks7010: check sdio_set_block_size return valueSergio Paracuellos2018-04-251-0/+3
* staging: ks7010: replace create_workqueue with alloc_workqueueSergio Paracuellos2018-04-251-1/+1
* staging: ks7010: move MODULE_DEVICE_TABLE related codeSergio Paracuellos2018-04-251-7/+7
* staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx functionSergio Paracuellos2018-04-251-5/+3
* staging: ks7010: review debug and error messages in ks7010_sdio sourceSergio Paracuellos2018-04-251-20/+18
* staging: ks7010: review comment style in ks7010_sdio source fileSergio Paracuellos2018-04-251-3/+8
* staging: ks7010: add REG suffix to sdio register definitionsSergio Paracuellos2018-04-251-48/+48
* staging: ks7010: delete not used definitions in ks7010_sdio sourceSergio Paracuellos2018-04-251-3/+0
* staging: ks7010: move sdio specific register definitions into source fileSergio Paracuellos2018-04-251-0/+72
* staging: ks7010: move ROM_FILE definition into source fileSergio Paracuellos2018-04-251-0/+1
* staging: ks7010: init local variables when they are declared in ks7010_sdio_p...Sergio Paracuellos2018-04-231-5/+2
* staging: ks7010: review includes of ks7010_sdio fileSergio Paracuellos2018-04-231-5/+3
* staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos2018-04-231-0/+1
* staging: ks7010: use linux circular buffer header macros to handle tx and rx ...Sergio Paracuellos2018-04-231-19/+30
* staging: ks7010: use msecs_to_jiffies in ks7010_rw_function functionSergio Paracuellos2018-04-231-4/+4
* staging: ks7010: change sdio related read/write function parameter typesSergio Paracuellos2018-04-231-7/+7
* staging: ks7010: fix remaining long line warnings in ks7010_sdio sourceSergio Paracuellos2018-04-231-2/+4
* staging: ks7010: remove nonsense commentSergio Paracuellos2018-04-231-1/+1
* staging: ks7010_sdio: fix NULL pointer dereference and memory leakGustavo A. R. Silva2018-04-231-2/+1
* staging: ks7010: Replace mdelay with usleep_range in ks7010_upload_firmwareJia-Ju Bai2018-04-231-1/+1
* staging: ks7010: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-04-231-2/+1
* staging: ks7010: fix some style issues about long linesSergio Paracuellos2018-04-231-2/+5
* staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_fi...Sergio Paracuellos2018-04-231-29/+43
* staging: ks7010: fix error handling in ks7010_upload_firmwareSergio Paracuellos2018-04-231-0/+3
* staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_e...Sergio Paracuellos2018-04-231-14/+19
* staging: ks7010: factor out ks_wlan_private init process into ks7010_private_...Sergio Paracuellos2018-04-231-22/+28
* staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqsSergio Paracuellos2018-04-231-11/+21
* staging: ks7010: fix label to jump to in error caseSergio Paracuellos2018-04-231-1/+2
* staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqsSergio Paracuellos2018-04-231-16/+27
* staging: ks7010: remove unnecessary 'out of memory' messageSergio Paracuellos2018-04-231-3/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_stop_request_t'.Quytelda Kahja2018-04-231-1/+1
OpenPOWER on IntegriCloud