aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29staging: rtl8723bs: Use common packet header constantsPascal Terjan3-10/+6
2020-05-29staging: sm750fb: Add names to proc_setBLANK argsIgor Ribeiro Barbosa Duarte1-1/+1
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm1-0/+1
2020-05-27staging: vchiq: Get rid of VCHIQ_SERVICE_OPENEND callback reasonNicolas Saenz Julienne2-13/+0
2020-05-27staging: vchiq: move vchiq_release_message() into vchiqNicolas Saenz Julienne2-3/+5
2020-05-27staging: vchi: Get rid of C++ guardsNicolas Saenz Julienne1-8/+0
2020-05-27staging: vchi: Get rid of not implemented function declarationsNicolas Saenz Julienne1-59/+0
2020-05-27staging: vchi: Get rid of vchiq_status_to_vchi()Nicolas Saenz Julienne1-14/+11
2020-05-27staging: vchi: Get rid of vchi_service_set_option()Nicolas Saenz Julienne2-36/+0
2020-05-27staging: vchi: Merge vchi_msg_queue() into vchi_queue_kernel_message()Nicolas Saenz Julienne1-25/+4
2020-05-27staging: vchiq: Move copy callback handling into vchiqNicolas Saenz Julienne4-33/+22
2020-05-27staging: vchi: Get rid of vchi_queue_user_message()Nicolas Saenz Julienne2-40/+0
2020-05-27staging: vchi: Get rid of vchi_service_destroy()Nicolas Saenz Julienne2-22/+0
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm1-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm1-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm1-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm1-5/+6
2020-05-27staging: vt6656: Fix warning: unused variable vnt_frame_timeMalcolm Priestley1-4/+0
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley6-43/+31
2020-05-27staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff.Malcolm Priestley1-6/+11
2020-05-27staging: greybus: loopback: fix a spelling error.Till Varoquaux1-1/+1
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller1-18/+31
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller1-1/+1
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller5-3/+52
2020-05-27staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller2-14/+0
2020-05-27staging: wfx: do not declare variables inside loopsJérôme Pouiller1-4/+2
2020-05-27staging: wfx: drop unused variableJérôme Pouiller1-5/+0
2020-05-27staging: rtl8188eu: make some arrays static constMichael Straube1-10/+11
2020-05-27staging: rtl8188eu: clean up some declarationsMichael Straube1-16/+17
2020-05-27staging/rtl8192e: Remove function callback castsOscar Carter1-11/+13
2020-05-27staging: vt6656: Fix vnt_tx_usb_header static checker warningMalcolm Priestley2-11/+6
2020-05-27staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASKPascal Terjan1-8/+1
2020-05-27staging: rtl8192e: Using comparison to true is error proneJohn Oldman1-3/+3
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman267-1109/+2057
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-31/+105
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds60-192/+377
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-05-23Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-48/+152
2020-05-23net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-05-23net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko1-0/+4
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart5-10/+21
2020-05-23net: stmmac: don't attach interface until resume finishesLeon Yu1-2/+2
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang4-4/+7
2020-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+16