Age | Commit message (Expand) | Author | Files | Lines |
2021-10-26 | nfc: port100: fix using -ERRNO as command type mask | Krzysztof Kozlowski | 1 | -2/+2 |
2021-10-20 | nfc: st95hf: Make spi remove() callback return zero | Uwe Kleine-König | 1 | -4/+2 |
2021-09-23 | nfc: st-nci: Add SPI ID matching DT compatible | Mark Brown | 1 | -0/+1 |
2021-08-26 | nfc: st95hf: remove unused header includes | Krzysztof Kozlowski | 1 | -1/+0 |
2021-08-26 | nfc: st21nfca: remove unused header includes | Krzysztof Kozlowski | 2 | -3/+0 |
2021-08-26 | nfc: st-nci: remove unused header includes | Krzysztof Kozlowski | 1 | -2/+0 |
2021-08-26 | nfc: pn544: remove unused header includes | Krzysztof Kozlowski | 1 | -1/+0 |
2021-08-26 | nfc: mrvl: remove unused header includes | Krzysztof Kozlowski | 2 | -6/+0 |
2021-08-26 | nfc: microread: remove unused header includes | Krzysztof Kozlowski | 2 | -2/+0 |
2021-08-18 | nfc: virtual_ncidev: Use wait queue instead of polling | Bongsu Jeon | 1 | -2/+7 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+2 |
2021-07-30 | nfc: constify local pointer variables | Krzysztof Kozlowski | 1 | -2/+2 |
2021-07-30 | nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-29 | nfc: mrvl: constify static nfcmrvl_if_ops | Krzysztof Kozlowski | 6 | -7/+7 |
2021-07-29 | nfc: mrvl: constify several pointers | Krzysztof Kozlowski | 6 | -13/+15 |
2021-07-29 | nfc: microread: constify several pointers | Krzysztof Kozlowski | 3 | -4/+4 |
2021-07-29 | nfc: fdp: constify several pointers | Krzysztof Kozlowski | 3 | -13/+13 |
2021-07-29 | nfc: fdp: use unsigned int as loop iterator | Krzysztof Kozlowski | 1 | -1/+2 |
2021-07-29 | nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg() | Krzysztof Kozlowski | 1 | -4/+4 |
2021-07-29 | nfc: nfcsim: constify drvdata (struct nfcsim) | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-29 | nfc: virtual_ncidev: constify pointer to nfc_dev | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-29 | nfc: trf7970a: constify several pointers | Krzysztof Kozlowski | 1 | -8/+9 |
2021-07-29 | nfc: port100: constify several pointers | Krzysztof Kozlowski | 1 | -17/+20 |
2021-07-29 | nfc: mei_phy: constify buffer passed to mei_nfc_send() | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-28 | nfc: nfcsim: fix use after free during module unload | Krzysztof Kozlowski | 1 | -2/+1 |
2021-07-28 | nfc: s3fwrn5: fix undefined parameter values in dev_err() | Tang Bin | 1 | -1/+1 |
2021-07-27 | nfc: s3fwrn5: fix undefined parameter values in dev_err() | Tang Bin | 1 | -1/+1 |
2021-07-26 | nfc: s3fwrn5: remove unnecessary label | wengjianfeng | 1 | -7/+5 |
2021-07-25 | nfc: constify nfc_digital_ops | Krzysztof Kozlowski | 4 | -4/+4 |
2021-07-25 | nfc: constify nfc_hci_ops | Krzysztof Kozlowski | 3 | -3/+3 |
2021-07-25 | nfc: constify nfc_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify nfc_hci_gate | Krzysztof Kozlowski | 3 | -3/+3 |
2021-07-25 | nfc: constify pointer to nfc_vendor_cmd | Krzysztof Kozlowski | 2 | -2/+2 |
2021-07-25 | nfc: st21nfca: constify file-scope arrays | Krzysztof Kozlowski | 1 | -2/+2 |
2021-07-25 | nfc: constify nfc_phy_ops | Krzysztof Kozlowski | 18 | -35/+37 |
2021-07-25 | nfc: constify nci_driver_ops (prop_ops and core_ops) | Krzysztof Kozlowski | 4 | -5/+5 |
2021-07-25 | nfc: s3fwrn5: constify nci_ops | Krzysztof Kozlowski | 3 | -12/+5 |
2021-07-25 | nfc: constify nci_ops | Krzysztof Kozlowski | 5 | -5/+7 |
2021-07-23 | nfc: port100: constify protocol list array | Krzysztof Kozlowski | 1 | -4/+4 |
2021-06-18 | NFC: nxp-nci: remove unnecessary label | wengjianfeng | 1 | -5/+2 |
2021-06-18 | NFC: nxp-nci: remove unnecessary labels | wengjianfeng | 1 | -26/+13 |
2021-06-11 | nfc: fdp: remove unnecessary labels | wengjianfeng | 1 | -5/+2 |
2021-06-03 | nfc: mrvl: reduce the scope of local variables | Krzysztof Kozlowski | 1 | -2/+4 |
2021-06-03 | nfc: mrvl: remove useless "continue" at end of loop | Krzysztof Kozlowski | 1 | -6/+2 |
2021-06-02 | NFC: microread: Remove redundant assignment to variable err | Nigel Christian | 1 | -1/+0 |
2021-06-01 | nfc: st95hf: fix indentation to tabs | Krzysztof Kozlowski | 1 | -2/+2 |
2021-06-01 | nfc: st-nci: drop ftrace-like debugging messages | Krzysztof Kozlowski | 3 | -16/+0 |
2021-06-01 | nfc: st21nfca: drop ftrace-like debugging messages | Krzysztof Kozlowski | 1 | -5/+0 |
2021-06-01 | nfc: pn544: drop ftrace-like debugging messages | Krzysztof Kozlowski | 1 | -7/+0 |
2021-06-01 | nfc: pn533: drop unneeded braces {} in if | Krzysztof Kozlowski | 1 | -2/+1 |