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