aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh3-31/+38
2018-09-25staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh2-6/+1
2018-09-25staging: wilc1000: avoid use of 'g_spi' static variableAjay Singh1-22/+36
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh3-20/+36
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh3-35/+15
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh4-15/+15
2018-09-25staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh2-9/+9
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh6-70/+138
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh3-12/+17
2018-09-25staging: wilc1000: remove unused wid from cfg structAjay Singh1-107/+0
2018-09-25staging: wilc1000: remove unused wid type valuesAjay Singh1-4/+0
2018-09-25staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte structAjay Singh1-1/+1
2018-09-25staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...Ajay Singh1-2/+1
2018-09-25staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh1-8/+4
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh2-8/+4
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-3/+1
2018-09-25staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh1-9/+6
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh1-8/+3
2018-09-25staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()Ajay Singh1-6/+5
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay Singh2-3/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh2-4/+2
2018-09-25staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh1-6/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh2-4/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh2-5/+3
2018-09-25staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor1-3/+0
2018-09-25staging: rtlwifi: Use proper enumerated types for Wi-Fi only interfaceNathan Chancellor1-3/+3
2018-09-25Staging: rtlwifi: remove unnecessary NULL checkKarthik Nishanth1-1/+1
2018-09-25staging: vc04_services: Remove spaces after '*'Aymen Qader1-3/+3
2018-09-25staging: vc04_services: Remove unused macrosAymen Qader1-38/+0
2018-09-25staging: vc04_services: Use tabs instead of spacesAymen Qader1-58/+58
2018-09-25staging: vc04_services: Fix "space prohibited"Aymen Qader2-54/+54
2018-09-25staging: vc04_services: Remove unused vchiq_genversion scriptTuomas Tynkkynen1-88/+0
2018-09-25staging/vc04_services: Use correct cache line sizePhil Elwell3-11/+33
2018-09-20staging: rtl8188eu: clean function definitions - styleMichael Straube1-7/+2
2018-09-20staging: rtl8188eu: rename parameter of Hal_GetChnlGroup88E()Michael Straube1-7/+7
2018-09-20staging: rtl8188eu: change return type of Hal_GetChnlGroup88E()Michael Straube1-19/+12
2018-09-20staging: rtl8188eu: remove 5 GHz code from Hal_GetChnlGroup88E()Michael Straube1-47/+13
2018-09-20staging: vboxvideo: Add vbox_bo_k[un]map helper functionsHans de Goede3-13/+36
2018-09-20staging: vboxvideo: Move bo_[un]resere calls into vbox_bo_[un]pinHans de Goede4-73/+42
2018-09-20staging: vboxvideo: Fix NULL ptr deref in vbox_set_up_input_mapping()Hans de Goede1-4/+4
2018-09-20staging: vboxvideo: Move pin / unpin of fb out of vbox_crtc_set_base_and_modeHans de Goede3-30/+32
2018-09-20staging: vboxvideo: Init fb_info.fix.smem once from fbdev_createHans de Goede3-13/+5
2018-09-20staging: vboxvideo: Expose creation of universal primary planeHans de Goede1-4/+74
2018-09-20staging: vboxvideo: Add fl_flag argument to vbox_fb_pin() helperHans de Goede1-3/+3
2018-09-20staging: vboxvideo: Fold vbox_drm_resume() into vbox_pm_resume()Hans de Goede1-17/+11
2018-09-20staging: vboxvideo: Embed drm_device into driver structureHans de Goede7-122/+111
2018-09-20staging: vboxvideo: Fold driver_load/unload into probe/remove functionsHans de Goede3-81/+63
2018-09-20staging: vboxvideo: Move setup of modesetting from driver_load to mode_initHans de Goede2-50/+57
2018-09-20staging: rtl8712: replace licence header with SPDX licence idAndré Lehmann1-9/+1
2018-09-20staging: vboxvideo: Let DRM core handle connector registeringHans de Goede1-1/+0