index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-06-01
nfc: pn533: drop ftrace-like debugging messages
Krzysztof Kozlowski
3
-55
/
+0
2021-06-01
nfc: mrvl: simplify with module_driver
Krzysztof Kozlowski
1
-17
/
+1
2021-06-01
nfc: mrvl: correct minor coding style violations
Krzysztof Kozlowski
3
-20
/
+20
2021-06-01
nfc: mrvl: use SPDX-License-Identifier
Krzysztof Kozlowski
8
-101
/
+13
2021-06-01
nfc: mei_phy: drop ftrace-like debugging messages
Krzysztof Kozlowski
1
-8
/
+0
2021-06-01
nfc: fdp: drop ftrace-like debugging messages
Krzysztof Kozlowski
3
-43
/
+1
2021-05-29
nfc: st95hf: mark ACPI and OF device ID tables as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2021-05-29
nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused
Krzysztof Kozlowski
1
-2
/
+2
2021-05-29
nfc: st-nci: mark ACPI and OF device ID tables as maybe unused
Krzysztof Kozlowski
2
-4
/
+4
2021-05-29
nfc: pn544: mark ACPI and OF device ID tables as maybe unused
Krzysztof Kozlowski
1
-2
/
+2
2021-05-29
nfc: s3fwrn5: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2021-05-29
nfc: pn533: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2021-05-29
nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check
Krzysztof Kozlowski
1
-5
/
+0
2021-05-29
nfc: mrvl: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
2
-2
/
+2
[prev]
[next]