summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos
2018-05-20staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"Colin Ian King
2018-05-20staging: wlan-ng: fix coding style issues in p80211netdev.cTim Collier
2018-05-20staging: wlan-ng: fix coding style issues in p80211netdev.hTim Collier
2018-05-20Staging: goldfish: Kconfig: fixed code style issueankit patel
2018-05-20Delete the goldfish_nand driver.Roman Kiryanov
2018-05-15staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott
2018-05-15staging: mt7621-gpio: add SPDX identifierSergio Paracuellos
2018-05-15staging: mt7621-gpio: fix some warnings because of lines exceeded 80 charactersSergio Paracuellos
2018-05-15staging: lustre: obdclass: change object lookup to no wait modeLai Siyao
2018-05-15staging: mt7621-eth: Remove unused variableKamal Heib
2018-05-15staging: ks7010: Remove unused defineNathan Chancellor
2018-05-15staging: rtl8723bs: Fix checkpatch.pl errorsSidong Yang
2018-05-15staging: android: ion: Check return value of ion_buffer_kmap_getNathan Chancellor
2018-05-15staging: speakup: use true/false instead of 1/0Samuel Thibault
2018-05-15Staging:Comedi:comedi_compat32.c: Lindent changesPratik Jain
2018-05-14staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos
2018-05-14staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos
2018-05-14staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos
2018-05-14staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos
2018-05-14staging: ks7010: replace cast types in assignments in hostif_phy_information_...Sergio Paracuellos
2018-05-14staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos
2018-05-14staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Sergio Paracuellos
2018-05-14staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos
2018-05-14staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos
2018-05-14staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos
2018-05-14staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos
2018-05-14staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos
2018-05-14staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Sergio Paracuellos
2018-05-14staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos
2018-05-14staging: ks7010: replace not standard uint type to unsigned intSergio Paracuellos
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainSergio Paracuellos
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainSergio Paracuellos
2018-05-14staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateSergio 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-14staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTHSergio Paracuellos
2018-05-14staging: bcm2835: Use BIT_ULL macroKilian Köppchen
2018-05-14staging: mt7621-eth: Refactor ethtool statsKamal Heib
2018-05-14staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused...Ajay Singh
2018-05-14staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh
2018-05-14staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structureAjay Singh
2018-05-14staging: wilc1000: added comments for mutex and spinlock_tAjay Singh
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh
2018-05-14staging: wilc1000: added #define for setting radiotap headerAjay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in wilc_sdio structAjay Singh
2018-05-14staging: wilc1000: refactor del_station() to avoid parenthesis misalignmentAjay Singh
2018-05-14staging: wilc1000: rename u8security to avoid datatype in variable nameAjay Singh