linux/drivers/staging/dgnc
Aishwarya Pant 5e38c984db staging: dgnc: replace udelay with usleep_range
Fix checkpatch warning on dgnc_cls.c: CHECK usleep_range is preferred
over udelay. udelay(t) in function cls_uart_init is within non-atomic
context and can be safely replaced by usleep_range(t, t + delta) where
delta is t (as t is between 10 and 20 microseconds).

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-06 09:39:54 +01:00
..
dgnc_cls.c staging: dgnc: replace udelay with usleep_range 2017-03-06 09:39:54 +01:00
dgnc_cls.h staging: dgnc: dgnc_cls.h Spelling correction 2016-11-19 14:21:58 +01:00
dgnc_driver.c staging: dgnc: remove sysfs files 2016-12-01 09:57:49 +01:00
dgnc_driver.h staging: dgnc: remove sysfs files 2016-12-01 09:57:49 +01:00
dgnc_mgmt.c staging: dgnc: dgnc_mgmt.c Comment style modifications 2016-11-19 14:25:11 +01:00
dgnc_mgmt.h dgnc: clean up comments at start of files 2015-03-12 11:11:17 +01:00
dgnc_neo.c staging: dgnc: dgnc_neo.c Comment style modifications 2016-11-19 14:25:11 +01:00
dgnc_neo.h staging: dgnc: dgnc_neo.h Spelling correction 2016-11-19 14:25:11 +01:00
dgnc_pci.h staging: dgnc: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
dgnc_tty.c sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 2017-03-02 08:42:32 +01:00
dgnc_tty.h staging: dgnc: fix unnamed parameter 2016-12-06 10:18:07 +01:00
dgnc_utils.c sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 2017-03-02 08:42:32 +01:00
dgnc_utils.h dgnc: remove unused dgnc_ioctl_name() command 2015-03-24 15:40:59 +01:00
digi.h staging: dgnc: digi.h Spelling correction 2016-11-21 11:10:56 +01:00
Kconfig
Makefile staging: dgnc: remove sysfs files 2016-12-01 09:57:49 +01:00
TODO staging: dgnc: update TODO file 2017-01-03 15:34:06 +01:00