summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep/osdep_service.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13staging: r8188eu: remove unused defineMartin Kaiser1-2/+0
2021-09-13staging: r8188eu: remove _rtw_mutex_{init,free}Pavel Skripkin1-10/+0
2021-08-19staging: r8188eu: remove function _rtw_zvmallocPhillip Potter1-9/+0
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter1-1/+1
2021-08-19staging: r8188eu: remove function _rtw_vmallocPhillip Potter1-8/+1
2021-08-17staging: r8188eu: clean up spacing style issues in os_dep dirMichael Straube1-8/+8
2021-08-12staging: r8188eu: Fix smatch warnings in os_dep/*.cLarry Finger1-1/+1
2021-08-11staging: r8188eu: os_dep: Hoist vmalloc.h include into osdep_service.hNathan Chancellor1-1/+0
2021-08-10staging: r8188eu: remove unnecessary parentheses in os_dep dirMichael Straube1-2/+2
2021-08-10staging: r8188eu: remove an RT_TRACE print from osdep_service.cMartin Kaiser1-4/+2
2021-08-05staging: r8188eu: Remove wrapper rtw_sleep_schedulable()Larry Finger1-12/+0
2021-08-05staging: r8188eu: Remove wrapper rtw_get_time_interval_ms()Larry Finger1-5/+0
2021-08-05staging: r8188eu: Remove wrapper rtw_udelay_os()Larry Finger1-5/+0
2021-08-05staging: r8188eu: Remove wrapper rtw_mdelay_os()Larry Finger1-5/+0
2021-08-05staging: r8188eu: Remove wrapper routine rtw_msleep_os()Larry Finger1-5/+0
2021-08-05staging: r8188eu: Remove rtw_yield_os()Larry Finger1-5/+0
2021-08-05staging: r8188eu: Remove rtw_buf_free()Larry Finger1-7/+0
2021-08-05staging: r8188eu: Remove all calls to _rtw_spinlock_free()Larry Finger1-4/+0
2021-08-05staging: r8188eu: Remove wrapper around vfreeLarry Finger1-6/+1
2021-08-05staging: r8188eu: Remove wrappers for kalloc() and kzalloc()Larry Finger1-24/+4
2021-08-05staging: r8188eu: Remove wrapper around do_divLarry Finger1-5/+0
2021-08-05staging: r8188eu: Remove rtw_division64()Larry Finger1-6/+0
2021-08-05staging: r8188eu: Remove 4 empty routines from os_sep/service.cLarry Finger1-16/+0
2021-08-05staging: r8188eu: Remove wrappers for atomic operationsLarry Finger1-50/+0
2021-08-05staging: r8188eu: Remove set but unused variablesFabio M. De Francesco1-2/+1
2021-08-02Revert "staging: r8188eu: remove rtw_buf_free() function"Greg Kroah-Hartman1-0/+7
2021-07-30staging: r8188eu: fix include directory messGreg Kroah-Hartman1-5/+5
2021-07-30staging: r8188eu: remove rtw_buf_free() functionGreg Kroah-Hartman1-7/+0
2021-07-30staging: r8188eu: remove rtw_mfree2d() functionGreg Kroah-Hartman1-5/+0
2021-07-30staging: r8188eu: clean up comparsions to NULL in os_dep directoryMichael Straube1-3/+3
2021-07-30staging: r8188eu: Convert header copyright info to SPDX format, part 5Larry Finger1-19/+2
2021-07-28staging: r8188eu: introduce new os_dep dir for RTL8188eu driverPhillip Potter1-0/+535