All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync
@ 2015-03-11  6:20 Vaishali Thakkar
  2015-03-11  6:20 ` [RESEND PATCH 1/2] Staging: rtl8712: Eliminate use of _cancel_timer_ex Vaishali Thakkar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vaishali Thakkar @ 2015-03-11  6:20 UTC (permalink / raw)
  To: outreachy-kernel

This patch-set introduces the use of timer API function
del_timer_sync instead of driver specific functions
_cancel_timer_ex and _cancel_timer. Though definition
of these functions were returning del_timer, here
del_timer_sync is a preferred solution as besides
deactivating a timer, it also ensures that the timer is
stopped on all CPUs before the driver exists.

All of these changes are done using Coccinelle.

Vaishali Thakkar (2):
  Staging: rtl8712: Eliminate _cancel_timer_ex
  Staging: rtl8712: Eliminate use of _cancel_timer

 drivers/staging/rtl8712/os_intfs.c        |  14 +--
 drivers/staging/rtl8712/osdep_service.h   |  11 ---
 drivers/staging/rtl8712/rtl8712_led.c     | 146 +++++++++++++++---------------
 drivers/staging/rtl8712/rtl871x_cmd.c     |   3 +-
 drivers/staging/rtl8712/rtl871x_mlme.c    |  10 +-
 drivers/staging/rtl8712/rtl871x_pwrctrl.c |   2 +-
 drivers/staging/rtl8712/rtl871x_sta_mgt.c |   2 +-
 drivers/staging/rtl8712/rtl871x_xmit.c    |   5 +-
 8 files changed, 88 insertions(+), 105 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-16 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11  6:20 [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync Vaishali Thakkar
2015-03-11  6:20 ` [RESEND PATCH 1/2] Staging: rtl8712: Eliminate use of _cancel_timer_ex Vaishali Thakkar
2015-03-11  6:21 ` [RESEND PATCH 2/2] Staging: rtl8712: Eliminate use of _cancel_timer Vaishali Thakkar
2015-03-16 14:47 ` [Outreachy kernel] [RESEND PATCH 0/2] Staging: rtl8712: Use del_timer_sync Greg KH
2015-03-16 14:52   ` 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.