aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep/osdep_service.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-23staging: rtl8188eu: os_dep: Remove useless cast on kzallocTapasweni Pathak1-1/+1
2014-07-09staging: rtl8188eu: Remove unused functions rtw_cbuf_[full, empty, push, pop]()navin patidar1-65/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_cbuf_alloc()navin patidar1-21/+0
2014-07-09staging: rtl8188eu: Use msecs_to_jiffies() instead of rtw_ms_to_systime()navin patidar1-5/+0
2014-07-09staging: rtl8188eu: use jiffies_to_msecs() instead of rtw_systime_to_ms()navin patidar1-6/+1
2014-07-09staging: rtl8188eu: Remove function rtw_alloc_etherdev()navin patidar1-23/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_change_ifname()navin patidar1-55/+0
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: osdep_service.c: Remove unused macronavin patidar1-2/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_get_time_interval_ms()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_division64()navin patidar1-6/+0
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar1-10/+1
2014-06-26staging: rtl8188eu: Use kstrtoul() for string to long conversionnavin patidar1-17/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_sleep_schedulable()navin patidar1-12/+0
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-6/+1
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-18/+1
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_list_insert_head()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove rtw_mfree2d(), wrapper for kfree()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-5/+0
2014-06-19staging: rtl8188eu: Remove empty files rtw_io.[c,h]navin patidar1-0/+1
2014-02-11staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger1-10/+0
2014-02-07staging: r8188eu: Remove wrappers around vfreeLarry Finger1-6/+1
2014-02-07staging: r8188eu: Remove wrappers around vmalloc and vzallocLarry Finger1-17/+1
2014-01-08staging: r8188eu: Remove wrapper around mutex_destroyLarry Finger1-5/+0
2014-01-08staging: r8188eu: Remove wrappers _rtw_free_sema, _rtw_up_sema, and _rtw_mutex_initLarry Finger1-14/+0
2014-01-08staging: r8188eu: Replace wrapper around sema_initLarry Finger1-5/+0
2014-01-08staging: r8188eu: Replace wrappers for atomic_inc and atomic_inc_returnLarry Finger1-10/+0
2014-01-08staging: r8188eu: Remove unused atomic_xxx wrappersLarry Finger1-35/+0
2014-01-08staging: r8188eu: Replace wrapper around atomic_set()Larry Finger1-5/+0
2014-01-08staging: r8188eu: Replace ATOMIC_T with atomic_tLarry Finger1-10/+10
2014-01-08staging: r8188eu: Remove wrapper code for rtw_suspend_lock_init, rtw_suspend_lock_uninit, rtw_lock_suspend, and rtw_unlock_suspendLarry Finger1-16/+0
2014-01-08staging: r8188eu: Replace wrapper rtw_yield_osLarry Finger1-5/+0
2014-01-08staging: r8188eu: Replace wrappers ODM_sleep_us and rtw_usleep_osLarry Finger1-8/+0
2013-12-20staging: r8188eu: Replace wrappers ODM_StallExecution, ODM_delay_us, and rtw_udelay_osLarry Finger1-5/+0
2013-12-20staging: r8188eu: Replace wrappers ODM_delay_ms() and rtw_mdelay_os() with a simple mdelayLarry Finger1-5/+0
2013-12-20staging: r8188eu: Replace wrappers ODM_sleep_ms() and rtw_msleep_os() with a simple msleepLarry Finger1-5/+0
2013-12-20staging: r8188eu: Replace rtw_get_current_time() with jiffiesLarry Finger1-7/+1
2013-12-20staging: r8188eu: Remove calls to _rtw_spinlock_freeLarry Finger1-4/+0
2013-12-20staging: r8188eu: Remove wrapper around spin_lock_initLarry Finger1-6/+1
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-208/+0
2013-11-10staging: rtl8188eu: correct code alignmentTeodora Baluta1-1/+1
2013-10-24rtl8188eu: remove dead codeAl Viro1-208/+0
2013-09-26staging: rtl8188eu: Fix typo in rtl8188eu/os_depMasanari Iida1-1/+1
2013-09-17staging: r8188eu: Fix smatch warning in os_dep/osdep_service.cLarry Finger1-1/+2
2013-08-22staging: r8188eu: Add files for new driver - part 16Larry Finger1-0/+815