Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | nfc: constify nfc_llc_ops | Krzysztof Kozlowski | |
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-15 | docs: nfc: add it to the driver-api book | Mauro Carvalho Chehab | |
Most of the descriptions here are oriented to a Kernel developer. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> |