linux/drivers/staging/dgnc
Aishwarya Pant 105d3b970b staging: dgnc: replace usleep_range with udelay
udelay is impelmented using a busy-wait loop and consumes CPU cycles
while usleep_range is implemented using interrupts.cls_flush_uart_write()
is called after a channel lock is acquired i.e. an atomic context.
Hence delay in this method should use udelay instead of usleep_range.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-07 07:37:01 +01:00
..
dgnc_cls.c staging: dgnc: replace usleep_range with udelay 2017-03-07 07:37:01 +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 staging: dgnc: Constify ktermios structure 2017-03-07 07:37:01 +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