summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/nfc/nfc-hci.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski1-1/+1
Neither the core nor the drivers modify the passed pointer to struct nfc_llc_ops, so make it a pointer to const for correctness and safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-15docs: nfc: add it to the driver-api bookMauro Carvalho Chehab1-0/+311
Most of the descriptions here are oriented to a Kernel developer. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>