linux/drivers/nfc/nxp-nci
Nicholas Mc Guire 96bd0b5e55 nfc: nxp-nci: use msleep for long delays
ulseep_range() uses hrtimers and provides no advantage over msleep()
for larger delays. For this large delay msleep() is preferable.

Fixes: commit 6be88670fc ("NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver")
Link: http://lkml.org/lkml/2017/1/11/377
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-04-02 00:29:53 +02:00
..
core.c
firmware.c NFC: nxp-nci: Include unaligned.h instead of access_ok.h 2017-04-01 23:52:25 +02:00
i2c.c nfc: nxp-nci: use msleep for long delays 2017-04-02 00:29:53 +02:00
Kconfig
Makefile
nxp-nci.h