summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks7010_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: ks7010: replace IS_HIF_CONF with inline functionSergio Paracuellos2018-04-231-1/+1
* staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directiveSergio Paracuellos2018-03-221-5/+4
* staging: ks7010: replace DPRINTK traces in favour of netdev_*Sergio Paracuellos2018-03-191-42/+42
* staging: ks7010: remove useless DPRINTK tracesSergio Paracuellos2018-03-191-58/+0
* Staging: ks7010: sdio: Convert RX/TX queue macros into real functions.Quytelda Kahja2018-02-221-13/+33
* staging: ks7010: Fix coding style and remove checkpatch.pl warnings.Jonathan Whitaker2017-08-311-4/+0
* staging/ks7010: Fix type assignment for struct hostif_hdrCezary Gapinski2017-05-151-4/+6
* staging: ks7010: make abbreviation mgmt uniformTobin C. Harding2017-04-281-2/+2
* staging: ks7010: abstract connection statusTobin C. Harding2017-04-281-1/+1
* staging: ks7010: fix checkpatch SPLIT_STRINGTobin C. Harding2017-04-181-2/+2
* staging: ks7010: refactor SDIO read/write helpersTobin C. Harding2017-04-181-106/+81
* staging: ks7010: fix checkpatch LINE_SPACINGTobin C. Harding2017-04-181-1/+0
* staging: ks7010: fix checkpatch SPACE_BEFORE_TABTobin C. Harding2017-04-181-1/+1
* staging: ks7010: remove err_ from non-error path labelTobin C. Harding2017-04-181-5/+5
* staging: ks7010: clean up SDIO source commentsTobin C. Harding2017-04-181-27/+5
* staging: ks7010: move hw info into dev private dataTobin C. Harding2017-04-181-42/+28
OpenPOWER on IntegriCloud