aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01staging: kpc2000: drop useless softdep statementJean Delvare1-1/+0
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman7-42/+74
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_IsLpsOn()Nishka Dasgupta3-8/+2
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SuspendNotify()Nishka Dasgupta3-9/+3
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SetManualControl()Nishka Dasgupta3-8/+3
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SpecialPacketNotify()Nishka Dasgupta3-7/+2
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_LpsNotify()Nishka Dasgupta3-8/+2
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_IpsNotify()Nishka Dasgupta4-9/+3
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_IQKNotify()Nishka Dasgupta3-8/+2
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_HAL_Initialize()Nishka Dasgupta3-8/+2
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_PowerOnSetting()Nishka Dasgupta3-7/+1
2019-07-01staging: rtl8723bs: Remove function rtw_modular64()Nishka Dasgupta4-9/+2
2019-07-01staging: rtl8723bs: Replace function odm_SignalScaleMapping()Nishka Dasgupta1-6/+1
2019-07-01staging: rtl8723bs: Remove rtw_hal_networktype_to_raid()Nishka Dasgupta5-11/+4
2019-07-01staging: rtl8723bs: Change return type of networktype_to_raid_ex()Nishka Dasgupta1-1/+1
2019-07-01staging: rtl8723bs: Remove rtw_hal_c2h_evt_read()Nishka Dasgupta4-8/+2
2019-07-01staging: rtl8723bs: hal: Remove function clearinterrupt8723bsdio()Nishka Dasgupta1-35/+0
2019-07-01staging: rtl8723bs: core: Remove function wait_eeprom_cmd_done()Nishka Dasgupta1-19/+0
2019-07-01staging: rtl8723bs: hal: Remove function PHY_CalculateBitShift()Nishka Dasgupta1-24/+0
2019-07-01staging: rtl8723bs: hal: Remove PHY_RFShadowRecorverFlagSetAll()Nishka Dasgupta1-18/+0
2019-07-01staging: rtl8723bs: hal: Remove PHY_RFShadowRefresh()Nishka Dasgupta1-17/+0
2019-07-01staging: rtl8723bs: hal: Replace function rtl8723b_set_rssi_cmd()Nishka Dasgupta1-6/+1
2019-07-01staging: rtl8723bs: hal: sdio_halinit: Remove set but unused varilable pHalDataHariprasad Kelam1-5/+0
2019-07-01staging: rtl8723bs: hal: rtl8723b_rf6052: collect return status directlyHariprasad Kelam1-3/+1
2019-07-01staging: rtl8723bs: hal: rtl8723b_hal_init: remove set but unused variable pHalDataHariprasad Kelam1-2/+0
2019-07-01staging: rtl8723bs: hal: rtl8723b_cmd: remove set but unused variableHariprasad Kelam1-2/+0
2019-07-01staging: rtl8712: Replace function r8712_dequeue_cmd()Nishka Dasgupta1-6/+1
2019-07-01staging: rtl8712: Replace function r8712_enqueue_cmd()Nishka Dasgupta1-10/+7
2019-07-01staging: rtl8712: r8712_xmit_resource_alloc(): Change return valuesNishka Dasgupta2-3/+4
2019-07-01staging: rtl8712: _r8712_init_sta_priv(): Change return valuesNishka Dasgupta3-5/+6
2019-07-01staging: rtl8712: _r8712_free_sta_priv(): Change return typeNishka Dasgupta2-3/+2
2019-07-01staging: rtl8712: mp_start_test(): Change return valuesNishka Dasgupta1-3/+3
2019-07-01staging: rtl8712: r8712_parse_wpa2_ie(): Change return valuesNishka Dasgupta2-7/+7
2019-07-01staging: rtl8712: r8712_parse_wpa_ie(): Change return valuesNishka Dasgupta2-7/+7
2019-07-01staging: rtl8712: Change return values of r8712_getrfreg_cmd()Nishka Dasgupta3-6/+6
2019-07-01staging: kpc2000: remove needless 'break'Fabian Krueger1-1/+0
2019-07-01staging: kpc2000: introduce __func__Fabian Krueger1-3/+5
2019-07-01staging: kpc2000: introduce 'unsigned int'Fabian Krueger1-2/+2
2019-07-01staging: kpc2000: introduce usage of __packedFabian Krueger1-3/+3
2019-07-01staging: kpc2000: blank lines after declarationFabian Krueger1-0/+4
2019-07-01staging: kpc2000: add line breaksFabian Krueger1-12/+22
2019-07-01staging: rtl8192u: Remove function dm_backup_dynamic_mechanism_state()Nishka Dasgupta2-13/+0
2019-07-01staging: rtl8192u: Change type of rtl8192_rx_initiate()Nishka Dasgupta1-3/+1
2019-07-01staging: rtl8723bs: hal: hal_btcoex: Remove unneeded variable PHalDataHariprasad Kelam1-2/+0
2019-07-01staging: rtl8723bs: hal: hal_btcoex: Using comparison to true is error proneHariprasad Kelam1-5/+5
2019-07-01staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bitDave Stevenson1-7/+7
2019-07-01staging: bcm2835-camera: Set the field value within each bufferDave Stevenson1-0/+1
2019-07-01staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFSDave Stevenson1-0/+16
2019-07-01staging: bcm2835-camera: Fix stride on RGB3/BGR3 formatsDave Stevenson1-6/+20
2019-07-01staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2-8/+8