summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-07165-7449/+5131
|\
| * staging: rtl8723bs: Use common packet header constantsPascal Terjan2020-05-293-10/+6
| * staging: sm750fb: Add names to proc_setBLANK argsIgor Ribeiro Barbosa Duarte2020-05-291-1/+1
| * staging: most: usb: init return value in default path of switch/case expressionChristian Gromm2020-05-291-0/+1
| * staging: vchiq: Get rid of VCHIQ_SERVICE_OPENEND callback reasonNicolas Saenz Julienne2020-05-272-13/+0
| * staging: vchiq: move vchiq_release_message() into vchiqNicolas Saenz Julienne2020-05-272-3/+5
| * staging: vchi: Get rid of C++ guardsNicolas Saenz Julienne2020-05-271-8/+0
| * staging: vchi: Get rid of not implemented function declarationsNicolas Saenz Julienne2020-05-271-59/+0
| * staging: vchi: Get rid of vchiq_status_to_vchi()Nicolas Saenz Julienne2020-05-271-14/+11
| * staging: vchi: Get rid of vchi_service_set_option()Nicolas Saenz Julienne2020-05-272-36/+0
| * staging: vchi: Merge vchi_msg_queue() into vchi_queue_kernel_message()Nicolas Saenz Julienne2020-05-271-25/+4
| * staging: vchiq: Move copy callback handling into vchiqNicolas Saenz Julienne2020-05-274-33/+22
| * staging: vchi: Get rid of vchi_queue_user_message()Nicolas Saenz Julienne2020-05-272-40/+0
| * staging: vchi: Get rid of vchi_service_destroy()Nicolas Saenz Julienne2020-05-272-22/+0
| * staging: most: usb: use function sysfs_streqChristian Gromm2020-05-271-6/+6
| * staging: most: usb: add missing put_device callsChristian Gromm2020-05-271-0/+2
| * staging: most: usb: use correct error codesChristian Gromm2020-05-271-3/+3
| * staging: most: usb: replace code to calculate array indexChristian Gromm2020-05-271-3/+8
| * staging: most: usb: don't use error path to exit function on successChristian Gromm2020-05-271-2/+2
| * staging: most: usb: move allocation of URB out of critical sectionChristian Gromm2020-05-271-7/+5
| * staging: most: usb: return 0 instead of variableChristian Gromm2020-05-271-2/+2
| * staging: most: usb: change return value of function drci_rd_regChristian Gromm2020-05-271-5/+7
| * staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm2020-05-271-3/+6
| * staging: most: usb: change order of function parametersChristian Gromm2020-05-271-5/+6
| * staging: vt6656: Fix warning: unused variable vnt_frame_timeMalcolm Priestley2020-05-271-4/+0
| * staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley2020-05-276-43/+31
| * staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff.Malcolm Priestley2020-05-271-6/+11
| * staging: greybus: loopback: fix a spelling error.Till Varoquaux2020-05-271-1/+1
| * staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller2020-05-271-18/+31
| * staging: wfx: retrieve the PS status from the vifJérôme Pouiller2020-05-271-1/+1
| * staging: wfx: add support for tx_power_loopJérôme Pouiller2020-05-275-3/+52
| * staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller2020-05-272-14/+0
| * staging: wfx: do not declare variables inside loopsJérôme Pouiller2020-05-271-4/+2
| * staging: wfx: drop unused variableJérôme Pouiller2020-05-271-5/+0
| * staging: rtl8188eu: make some arrays static constMichael Straube2020-05-271-10/+11
| * staging: rtl8188eu: clean up some declarationsMichael Straube2020-05-271-16/+17
| * staging/rtl8192e: Remove function callback castsOscar Carter2020-05-271-11/+13
| * staging: vt6656: Fix vnt_tx_usb_header static checker warningMalcolm Priestley2020-05-272-11/+6
| * staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASKPascal Terjan2020-05-271-8/+1
| * staging: rtl8192e: Using comparison to true is error proneJohn Oldman2020-05-271-3/+3
| * Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-254-13/+21
| |\
| * | staging: vt6656: move key frag controls to vnt_fill_txkeyMalcolm Priestley2020-05-221-18/+5
| * | staging: vt6656: Move calling point of vnt_fill_txkey.Malcolm Priestley2020-05-221-96/+95
| * | staging: vt6656: Move tx_key inside vnt_fill_txkey.Malcolm Priestley2020-05-221-4/+3
| * | staging: vt6656: move tx_body_size/payload_len to skb->lenMalcolm Priestley2020-05-221-5/+5
| * | staging: vt6656: Move key_buffer inside vnt_fill_txkey.Malcolm Priestley2020-05-221-9/+9
| * | staging: vt6656: rxtx use ieee80211_tx_info for rts/cts controlMalcolm Priestley2020-05-221-14/+10
| * | staging: vt6656: use ieee80211_tx_info to replace need_micMalcolm Priestley2020-05-221-16/+23
| * | staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkeyMalcolm Priestley2020-05-221-22/+15
| * | staging: vt6656: rxtx remove unused need_ackMalcolm Priestley2020-05-222-5/+1