summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2018-04-25staging: ks7010: avoid use of brackets in single line ifSergio Paracuellos1-2/+1
2018-04-25staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos1-13/+4
2018-04-25staging: ks7010: use definitions from kernel headers in hostif_data_indicatio...Sergio Paracuellos1-2/+3
2018-04-25staging: ks7010: join some debug traces in get_current_ap functionSergio Paracuellos1-12/+14
2018-04-25staging: ks7010: avoid some if-else code in get_current_ap functionSergio Paracuellos1-18/+7
2018-04-25staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos1-79/+0
2018-04-25staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos1-233/+213
2018-04-25staging: ks7010: review includes of ks_hostif fileSergio Paracuellos1-7/+4
2018-04-25staging: ks7010: removes data_buff field of ks_wlan_private structSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: remove two fields of ks_wlan_private structSergio Paracuellos1-2/+0
2018-04-25staging: ks7010: avoid blank line between definitions in hostif_data_requestSergio Paracuellos1-1/+0
2018-04-25staging: ks7010: fix warning aout long line in init_requestSergio Paracuellos1-1/+2
2018-04-25staging: ks7010: remove superfluous comments in ks_hostif source fileSergio Paracuellos1-32/+7
2018-04-25staging: ks7010: avoid one level indentation in devio_rec_ind functionSergio Paracuellos1-15/+16
2018-04-25staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos3-5/+4
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 Paracuellos2-69/+72
2018-04-25staging: ks7010: move ROM_FILE definition into source fileSergio Paracuellos2-2/+1
2018-04-25staging: ks7010: avoid casts in michael_mic_function callsSergio Paracuellos3-13/+8
2018-04-25staging: mt7621-mmc: Fix calculation typo in msdc_init_gpd_bdChristian Lütke-Stetzkamp1-1/+1
2018-04-25staging: mt7621-mmc: Remove unused card_workqueue from msdc_hostChristian Lütke-Stetzkamp1-4/+0
2018-04-25staging: mt7621-mmc: Remove old references to taskletChristian Lütke-Stetzkamp2-24/+0
2018-04-25staging: mt7621-mmc: Add annotations about held locksChristian Lütke-Stetzkamp1-0/+2
2018-04-25staging: mt7621-mmc: Correct datatypes for io and sanitize io accessChristian Lütke-Stetzkamp2-45/+58
2018-04-25staging: mt7621-mmc: Replace dma dir with mmc_get_dma_dirChristian Lütke-Stetzkamp1-4/+5
2018-04-25staging: mt7621-mmc: Fix dma_map_sg may map to fewer entriesChristian Lütke-Stetzkamp1-2/+4
2018-04-25staging: mt7621-mmc: Remove multiple assignmentsChristian Lütke-Stetzkamp1-3/+4
2018-04-25staging: mt7621-mmc: Fix dereference before check in msdc_drv_pmChristian Lütke-Stetzkamp1-3/+3
2018-04-23Revert "staging: nvec: Augment TODO file with GPIO work item"Marc Dietrich1-5/+0
2018-04-23staging: fsl-dpaa2/rtc: add rtc driverYangbo Lu7-2/+1251
2018-04-23drivers/staging/fsl-mc: Fix DPIO error path issueRoy Pledge1-5/+1
2018-04-23drivers/staging/fsl-mc: Use devm_memremap/devm_ioremap for DPIORoy Pledge3-7/+18
2018-04-23staging: rtl8192u: Replace mdelay with usleep_range in dm_TXPowerTrackingCall...Jia-Ju Bai1-2/+2
2018-04-23staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnectJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in prism2_wep_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_tkip_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_ccmp_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192e: Fixed coding style around a plus signJoao Dalben1-1/+1
2018-04-23staging: comedi: cb_pcidas64: fix alignment of function parametersGabriel Francisco Mandaji1-3/+3