All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Staging: rtl8188eu: Use mod_timer and setup_timer
@ 2015-02-27  6:17 Vaishali Thakkar
  2015-02-27  6:18 ` [PATCH v2 1/2] Staging: rtl8188eu: Eliminate use of _set_timer Vaishali Thakkar
  2015-02-27  6:18 ` [PATCH v2 2/2] Staging: rtl8188eu: Eliminate use of _init_timer Vaishali Thakkar
  0 siblings, 2 replies; 5+ messages in thread
From: Vaishali Thakkar @ 2015-02-27  6:17 UTC (permalink / raw)
  To: outreachy-kernel

This patch-set introduces the use of timer API 
functions mod_timer and setup_timer instead of 
driver specific functions _set_timer and 
_init_timer respectively. Here, these chnages
are done using Coccinelle.

Vaishali Thakkar (2):
  Staging: rtl8188eu: Eliminate use of _set_timer
  Staging: rtl8188eu: Eliminate use of _init_timer

 drivers/staging/rtl8188eu/core/rtw_cmd.c          | 18 ++++---
 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c    |  3 +-
 drivers/staging/rtl8188eu/core/rtw_led.c          | 62 +++++++++++++++--------
 drivers/staging/rtl8188eu/core/rtw_mlme.c         | 15 ++++--
 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c     |  7 +--
 drivers/staging/rtl8188eu/core/rtw_pwrctrl.c      |  4 +-
 drivers/staging/rtl8188eu/core/rtw_recv.c         | 10 ++--
 drivers/staging/rtl8188eu/include/osdep_service.h | 14 -----
 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h  |  6 ++-
 drivers/staging/rtl8188eu/include/rtw_pwrctrl.h   |  3 +-
 drivers/staging/rtl8188eu/include/rtw_recv.h      |  4 +-
 drivers/staging/rtl8188eu/os_dep/mlme_linux.c     | 18 ++++---
 drivers/staging/rtl8188eu/os_dep/os_intfs.c       |  6 ++-
 drivers/staging/rtl8188eu/os_dep/recv_linux.c     |  4 +-
 14 files changed, 105 insertions(+), 69 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-02  3:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27  6:17 [PATCH v2 0/2] Staging: rtl8188eu: Use mod_timer and setup_timer Vaishali Thakkar
2015-02-27  6:18 ` [PATCH v2 1/2] Staging: rtl8188eu: Eliminate use of _set_timer Vaishali Thakkar
2015-03-01 23:18   ` [Outreachy kernel] " Greg KH
2015-03-02  3:21     ` Vaishali Thakkar
2015-02-27  6:18 ` [PATCH v2 2/2] Staging: rtl8188eu: Eliminate use of _init_timer Vaishali Thakkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.