aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-15staging: most: deregister net and video config subsystems with configFSChristian Gromm2-0/+2
2019-06-15staging: android: fix style problemSaiyam Doshi1-1/+2
2019-06-13staging: rtl8723bs: Remove rtw_btcoex_Initialize()Nishka Dasgupta3-8/+2
2019-06-13staging: rtl8723bs: hal: Replace function _InitQueuePriority()Nishka Dasgupta1-6/+1
2019-06-13staging: rtl8723bs: Fix typo in function nameNishka Dasgupta3-3/+3
2019-06-13staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl()Nishka Dasgupta3-7/+1
2019-06-13staging: rtl8723bs: Replace function rtw_free_network_queue()Nishka Dasgupta2-9/+1
2019-06-13staging: rtl8723bs: core: Remove wrapper functionsNishka Dasgupta1-19/+3
2019-06-13staging: rtl8723bs: core: Remove function enable_rate_adaptive()Nishka Dasgupta1-7/+1
2019-06-13staging: rtl8723bs: core: Replace function Set_MSR()Nishka Dasgupta2-7/+2
2019-06-13staging: rtl8723bs: core: Remove eeprom_write16()Nishka Dasgupta1-62/+0
2019-06-13staging: rtl8723bs: core: Remove function read_eeprom_content()Nishka Dasgupta1-11/+0
2019-06-13staging: rtl8723bs: core: Remove function eeprom_read_sz()Nishka Dasgupta1-47/+0
2019-06-13staging: rtl8188eu: Change type of rtw_get_sec_ie()Nishka Dasgupta2-5/+3
2019-06-13staging: most: register net and video config subsystems with configFSChristian Gromm2-2/+22
2019-06-13staging: rtl8712: Fixed CamelCase wkFilterRxFF0 renamed to wk_filter_rx_ff0Deepak Mishra3-3/+3
2019-06-13staging: rtl8712: Fixed CamelCase lockRxFF0Filter renamed to lock_rx_ff0_filterDeepak Mishra3-4/+4
2019-06-13staging: rtl8723bs: hal: Change return type to void from u8Hariprasad Kelam2-3/+2
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix braces {} are not necessary for single statement blocksHariprasad Kelam1-10/+6
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix spaces preferred around unary operatorHariprasad Kelam1-6/+6
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix Comparison to NULLHariprasad Kelam1-1/+1
2019-06-13staging: rtl8723bs: fix issue Comparison to NULLHariprasad Kelam1-12/+12
2019-06-13staging: rtl8723bs: fix spaces required around unary operatorHariprasad Kelam1-18/+18
2019-06-13staging: rtl8712: remove the leading spacesLi Mingshuo1-2/+2
2019-06-13staging: rtl8723bs: os_dep: Remove variable posNishka Dasgupta1-2/+1
2019-06-13staging: rtl8723bs: rtw_get_sec_ie(): Change return typeNishka Dasgupta3-6/+3
2019-06-13staging: rtl8723bs: core: rtw_mlme_ext.c: Remove unused variablesNishka Dasgupta1-9/+0
2019-06-13staging: rtl8723bs: hal: rtl8723b_cmd.c: Remove variablesNishka Dasgupta1-6/+0
2019-06-13staging: rtl8723bs: core: Remove variable change_priorityNishka Dasgupta1-6/+4
2019-06-13staging: rtl8723bs: hal: hal_btcoex.c: Remove variablesNishka Dasgupta1-8/+2
2019-06-13staging: rtl8723bs: hal: sdio_halinit.c: Remove variablesNishka Dasgupta1-11/+0
2019-06-13staging: rtl8723bs: os_dep: ioctl_linux.c: Remove return variablesNishka Dasgupta1-9/+3
2019-06-13staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()Nishka Dasgupta2-6/+2
2019-06-13staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()Nishka Dasgupta3-7/+3
2019-06-13staging: rtl8712: Change return values of r8712_createbss_cmd()Nishka Dasgupta3-5/+5
2019-06-13staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta3-9/+7
2019-06-13staging: kpc2000: removed DMA AIO implementation.Jeremy Sowden3-86/+21
2019-06-13staging: kpc2000: remove unnecessary comments in kp2000_pcie_probeSimon Sandström1-33/+5
2019-06-13staging: kpc2000: improve label names in kp2000_pcie_probeSimon Sandström1-22/+20
2019-06-13Staging: kpc2000: kpc_dma: Make some symbols staticYueHaibing1-1/+1
2019-06-13staging: kpc2000: Fix: 'kpc_dma_del_device' and other symbols were not declaredRishiraj Manwatkar1-3/+3
2019-06-10staging: rtl8712: removed unused variables from struct _adapterDeepak Mishra1-4/+0
2019-06-10staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_threadDeepak Mishra2-4/+4
2019-06-10staging: rtl8712: Removed redundant code from function oid_rt_pro_write_register_hdlDeepak Mishra2-6/+0
2019-06-10staging: rtl8712: Fixed CamelCase for EepromAddressSizeDeepak Mishra3-5/+5
2019-06-10staging: rtl8723bs: provide spaces around unary operatorsHariprasad Kelam1-3/+3
2019-06-10staging: rtl8723bs: fix issue "Using comparison to true is error prone"Hariprasad Kelam1-1/+1
2019-06-10staging: rtl8723bs: fix warning comparison to NULLHariprasad Kelam1-1/+1
2019-06-10staging: rtl8723bs: hal: move common code to macroHariprasad Kelam1-451/+291
2019-06-10staging: kpc2000: remove unnecessary debug prints in kpc_dma_driver.cSimon Sandström1-4/+0