Go to file
Bongsu Jeon 7ec27c9e97 nfc: s3fwrn5: Remove the delay for NFC sleep
Remove the delay for NFC sleep because the delay is only needed to
guarantee that the NFC is awake.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-12-16 13:09:35 -08:00
Documentation net/connector: Add const qualifier to cb_id 2020-12-16 11:06:49 -08:00
LICENSES
arch Staging / IIO driver patches for 5.11-rc1 2020-12-15 14:18:40 -08:00
block
certs
crypto
drivers nfc: s3fwrn5: Remove the delay for NFC sleep 2020-12-16 13:09:35 -08:00
fs
include phy: fix kdoc warning 2020-12-16 13:08:18 -08:00
init
ipc
kernel
lib
mm
net tipc: do sanity check payload of a netlink message 2020-12-16 12:45:02 -08:00
samples
scripts
security
sound Staging / IIO driver patches for 5.11-rc1 2020-12-15 14:18:40 -08:00
tools Staging / IIO driver patches for 5.11-rc1 2020-12-15 14:18:40 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Staging / IIO driver patches for 5.11-rc1 2020-12-15 14:18:40 -08:00
Makefile
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.