aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep/usb_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-30staging: r8188eu: fix missing unlock in rtw_resume()Yang Yingliang1-1/+3
2021-10-24staging: r8188eu: Use a Mutex instead of a binary SemaphoreFabio M. De Francesco1-4/+4
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-13staging: r8188eu: remove specific device tableMartin Kaiser1-29/+0
2021-10-13staging: r8188eu: remove an unused defineMartin Kaiser1-2/+0
2021-10-10staging: r8188eu: rename rtl8188eu_set_hal_ops()Michael Straube1-2/+2
2021-10-10staging: r8188eu: interface type is always usbMartin Kaiser1-3/+0
2021-10-10staging: r8188eu: chip_type is write-onlyMartin Kaiser1-7/+0
2021-10-05staging: r8188eu: remove inirp_deinit from struct hal_opsMichael Straube1-1/+1
2021-10-05staging: r8188eu: remove inirp_init from struct hal_opsMichael Straube1-1/+1
2021-09-27staging: r8188eu: remove mutex 'usb_vendor_req_mutex'Pavel Skripkin1-24/+0
2021-09-27staging: r8188eu: remove shared buffer for USB requestsPavel Skripkin1-13/+1
2021-09-27staging: r8188eu: remove rtw_proc_{init,remove}_one()Michael Straube1-1/+0
2021-09-18staging: r8188eu: remove rtw_hw_resumeMartin Kaiser1-39/+0
2021-09-18staging: r8188eu: brfoffbyhw is always falseMartin Kaiser1-1/+0
2021-09-17staging: r8188eu: remove core/rtw_io.cPavel Skripkin1-1/+7
2021-09-13staging: r8188eu: remove rtw_hw_suspendMartin Kaiser1-59/+0
2021-09-13staging: r8188eu: os_dep: simplifiy the rtw_resume functionSaurav Girepunje1-18/+2
2021-09-13staging: r8188eu: remove the remaining usb endpoint functionsMartin Kaiser1-15/+0
2021-09-13staging: r8188eu: remove unused function RT_usb_endpoint_numMartin Kaiser1-5/+0
2021-09-13staging: r8188eu: remove unused function RT_usb_endpoint_is_bulk_inMartin Kaiser1-10/+0
2021-09-13staging: r8188eu: remove unused function usb_endpoint_is_intMartin Kaiser1-10/+0
2021-09-13staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}Larry Finger1-4/+0
2021-09-13staging: r8188eu: remove _rtw_mutex_{init,free}Pavel Skripkin1-4/+4
2021-09-13staging: r8188eu: remove useless checkPavel Skripkin1-3/+0
2021-09-13staging: r8188eu: remove read_chip_version from hal_opsMichael Straube1-1/+2
2021-09-13staging: r8188eu: remove read_adapter_info from hal_opsMichael Straube1-1/+1
2021-09-13staging: r8188eu: remove intf_chip_configure from hal_opsMichael Straube1-1/+1
2021-08-26staging: r8188eu: make rtw_deinit_intf_priv return voidPavel Skripkin1-4/+1
2021-08-26staging: r8188eu: remove unnecessary castMartin Kaiser1-1/+1
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter1-1/+1
2021-08-17staging: r8188eu: clean up spacing style issues in os_dep dirMichael Straube1-1/+1
2021-08-16staging: r8188eu: Remove unnecessary ret variable in rtw_drv_init()Nathan Chancellor1-6/+2
2021-08-13staging: r8188eu: Reorganize error handling in rtw_drv_init()Nathan Chancellor1-10/+10
2021-08-12staging: r8188eu: Fix smatch warnings in os_dep/*.cLarry Finger1-61/+56
2021-08-12staging: r8188eu: (trivial) remove a duplicate debug printMartin Kaiser1-1/+0
2021-08-12staging: r8188eu: remove unused function parametersMartin Kaiser1-5/+4
2021-08-10staging: r8188eu: remove unnecessary parentheses in os_dep dirMichael Straube1-1/+1
2021-08-10staging: r8188eu: remove RT_TRACE prints from usb_intf.cMartin Kaiser1-47/+4
2021-08-05staging: r8188eu: Remove wrapper around vfreeLarry Finger1-1/+1
2021-08-05staging: r8188eu: Remove wrappers for kalloc() and kzalloc()Larry Finger1-2/+2
2021-08-05staging: r8188eu: Remove 4 empty routines from os_sep/service.cLarry Finger1-4/+0
2021-08-05staging: r8188eu: remove return from void functionsMichael Straube1-2/+0
2021-07-30staging: r8188eu: fix include directory messGreg Kroah-Hartman1-11/+10
2021-07-30staging: r8188eu: clean up comparsions to NULL in os_dep directoryMichael Straube1-6/+6
2021-07-30staging: r8188eu: Remove header file include/rtw_version.hLarry Finger1-1/+0
2021-07-30staging: r8188eu: Remove header file include/usb_hal.hLarry Finger1-2/+1
2021-07-30staging: r8188eu: Convert header copyright info to SPDX format, part 5Larry Finger1-19/+3
2021-07-28staging: r8188eu: introduce new os_dep dir for RTL8188eu driverPhillip Potter1-0/+863