summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/os_dep/osdep_service.c
AgeCommit message (Expand)Author
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-05staging: r8188eu: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2021-09-27staging: r8188eu: remove rtw_proc_{init,remove}_one()Michael Straube
2021-09-27staging: r8188eu: remove rtw_cbuf_full()Michael Straube
2021-09-27staging: r8188eu: remove rtw_cbuf_push()Michael Straube
2021-09-27staging: r8188eu: remove rtw_atoi()Michael Straube
2021-09-13staging: r8188eu: make _rtw_init_queue a macroPavel Skripkin
2021-09-13staging: r8188eu: remove unused defineMartin Kaiser
2021-09-13staging: r8188eu: remove _rtw_mutex_{init,free}Pavel Skripkin
2021-08-19staging: r8188eu: remove function _rtw_zvmallocPhillip Potter
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter
2021-08-19staging: r8188eu: remove function _rtw_vmallocPhillip Potter
2021-08-17staging: r8188eu: clean up spacing style issues in os_dep dirMichael Straube
2021-08-12staging: r8188eu: Fix smatch warnings in os_dep/*.cLarry Finger
2021-08-11staging: r8188eu: os_dep: Hoist vmalloc.h include into osdep_service.hNathan Chancellor
2021-08-10staging: r8188eu: remove unnecessary parentheses in os_dep dirMichael Straube
2021-08-10staging: r8188eu: remove an RT_TRACE print from osdep_service.cMartin Kaiser
2021-08-05staging: r8188eu: Remove wrapper rtw_sleep_schedulable()Larry Finger
2021-08-05staging: r8188eu: Remove wrapper rtw_get_time_interval_ms()Larry Finger
2021-08-05staging: r8188eu: Remove wrapper rtw_udelay_os()Larry Finger
2021-08-05staging: r8188eu: Remove wrapper rtw_mdelay_os()Larry Finger
2021-08-05staging: r8188eu: Remove wrapper routine rtw_msleep_os()Larry Finger
2021-08-05staging: r8188eu: Remove rtw_yield_os()Larry Finger
2021-08-05staging: r8188eu: Remove rtw_buf_free()Larry Finger
2021-08-05staging: r8188eu: Remove all calls to _rtw_spinlock_free()Larry Finger
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 wrapper around do_divLarry Finger
2021-08-05staging: r8188eu: Remove rtw_division64()Larry Finger
2021-08-05staging: r8188eu: Remove 4 empty routines from os_sep/service.cLarry Finger
2021-08-05staging: r8188eu: Remove wrappers for atomic operationsLarry Finger
2021-08-05staging: r8188eu: Remove set but unused variablesFabio M. De Francesco
2021-08-02Revert "staging: r8188eu: remove rtw_buf_free() function"Greg Kroah-Hartman
2021-07-30staging: r8188eu: fix include directory messGreg Kroah-Hartman
2021-07-30staging: r8188eu: remove rtw_buf_free() functionGreg Kroah-Hartman
2021-07-30staging: r8188eu: remove rtw_mfree2d() functionGreg Kroah-Hartman
2021-07-30staging: r8188eu: clean up comparsions to NULL in os_dep directoryMichael Straube
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