All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: rtl8712: Use mod_timer and setup_timer
@ 2015-02-27 17:55 Vaishali Thakkar
  2015-02-27 17:55 ` [PATCH 1/2] Staging: rtl8712: Eliminate use of _set_timer Vaishali Thakkar
  2015-02-27 17:56 ` [PATCH 2/2] Staging: rtl8712: Eliminate use of _init_timer Vaishali Thakkar
  0 siblings, 2 replies; 5+ messages in thread
From: Vaishali Thakkar @ 2015-02-27 17:55 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 changes
are done using Coccinelle.

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

 drivers/staging/rtl8712/mlme_linux.c        |  34 +--
 drivers/staging/rtl8712/os_intfs.c          |  11 +-
 drivers/staging/rtl8712/osdep_service.h     |  14 --
 drivers/staging/rtl8712/recv_linux.c        |   5 +-
 drivers/staging/rtl8712/rtl8712_led.c       | 327 +++++++++++++++-------------
 drivers/staging/rtl8712/rtl8712_recv.c      |   4 +-
 drivers/staging/rtl8712/rtl871x_cmd.c       |   9 +-
 drivers/staging/rtl8712/rtl871x_ioctl_set.c |   3 +-
 drivers/staging/rtl8712/rtl871x_mlme.c      |  14 +-
 drivers/staging/rtl8712/rtl871x_pwrctrl.c   |   4 +-
 10 files changed, 221 insertions(+), 204 deletions(-)

-- 
1.9.1



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 17:55 [PATCH 0/2] Staging: rtl8712: Use mod_timer and setup_timer Vaishali Thakkar
2015-02-27 17:55 ` [PATCH 1/2] Staging: rtl8712: Eliminate use of _set_timer Vaishali Thakkar
2015-02-27 17:56 ` [PATCH 2/2] Staging: rtl8712: Eliminate use of _init_timer Vaishali Thakkar
2015-03-02  1:03   ` [Outreachy kernel] " Greg KH
2015-03-02  3:23     ` 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.