summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-23staging: fbtft: Fixed lines exceeding columns limitRenato Soma1-4/+9
2018-04-23staging: wilc1000: Augment TODO file with GPIO work itemLinus Walleij1-0/+4
2018-04-23staging: olpc_dcon: Augment TODO file with GPIO work itemLinus Walleij1-0/+4
2018-04-23staging: nvec: Augment TODO file with GPIO work itemLinus Walleij1-0/+5
2018-04-23staging: gpio-mt7621: Include the right headerLinus Walleij1-1/+1
2018-04-23staging: atomisp: Augment TODO file with GPIO work itemLinus Walleij1-0/+5
2018-04-23staging: iio: Augment TODO file with GPIO work itemLinus Walleij1-1/+8
2018-04-23staging: greybus: Add TODO file with GPIO work itemsLinus Walleij1-0/+5
2018-04-23staging: fbtft: Add TODO file with GPIO work itemLinus Walleij1-0/+4
2018-04-23staging: emxx_udc: Add GPIO descriptor work to TODOLinus Walleij1-0/+2
2018-04-23staging: ks7010: init local variables when they are declared in ks7010_sdio_p...Sergio Paracuellos1-5/+2
2018-04-23staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos1-20/+19
2018-04-23staging: ks7010: review includes of michael_mic.c fileSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: review includes of ks7010_sdio fileSergio Paracuellos1-5/+3
2018-04-23staging: ks7010: remove enum from ks_wlan.h headerSergio Paracuellos1-8/+0
2018-04-23staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos2-15/+5
2018-04-23staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos1-15/+3
2018-04-23staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos1-8/+3
2018-04-23staging: ks7010: refactor ks_wlan_set_rx_gain functionSergio Paracuellos1-8/+3
2018-04-23staging: ks7010: change if-else condition assignment to use ternary operatorSergio Paracuellos1-4/+1
2018-04-23staging: ks7010: refactor ks_wlan_set_encode functionSergio Paracuellos1-53/+31
2018-04-23staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encodeSergio Paracuellos1-13/+4
2018-04-23staging: ks7010: remove not used enum in eap_packet header fileSergio Paracuellos1-6/+0
2018-04-23staging: ks7010: remove struct ieee802_1x_eapol_keySergio Paracuellos1-41/+0
2018-04-23staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirmSergio Paracuellos1-6/+1
2018-04-23staging: ks7010: refactor code for hostif_sme_sleep_set functionSergio Paracuellos1-12/+6
2018-04-23staging: ks7010: remove nonsense break from case blockSergio Paracuellos1-1/+0
2018-04-23staging: ks7010: change return value of ks_wlan_do_power_save functionSergio Paracuellos1-3/+1
2018-04-23staging: ks7010: use linux circular buffer header macros to handle tx and rx ...Sergio 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: remove '\' character from michael_block functionSergio Paracuellos1-2/+2
2018-04-23staging: ks7010: remove nosense #if 1 directiveSergio Paracuellos1-2/+1
2018-04-23staging: ks7010: remove KS_WLAN_MEM_FLAG definitionSergio Paracuellos1-4/+2
2018-04-23staging: ks7010: rewrite hif_align_size inline functionSergio Paracuellos1-4/+2
2018-04-23staging: ks7010: remove KS_ATOM preprocessor condtional codeSergio Paracuellos1-4/+0
2018-04-23staging: ks7010: move and rename DEVICE_ALIGNMENT into correct headerSergio Paracuellos2-11/+4
2018-04-23staging: ks7010: indent enum properly in eap_packet.h header fileSergio Paracuellos1-2/+5
2018-04-23staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct e...Sergio Paracuellos1-2/+2
2018-04-23staging: ks7010: remove two redefined defines in eap_packet.h headerSergio Paracuellos1-3/+0
2018-04-23staging: ks7010: remove EAPOL_VERSION preprocessor definitionSergio Paracuellos1-2/+0
2018-04-23staging: ks7010: remove not used enum values from eap_packet.h headerSergio Paracuellos1-17/+0
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_fi...Sergio Paracuellos1-29/+43