| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-24 | drivers: nfc: nfcsim: remove return value check of `dev_dir` | Jianuo Kuang | 1 | -5/+0 |
| 2023-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+5 |
| 2023-03-16 | nfc: mrvl: Use of_property_read_bool() for boolean properties | Rob Herring | 4 | -18/+7 |
| 2023-03-16 | nfc: mrvl: Move platform_data struct into driver | Rob Herring | 1 | -2/+28 |
| 2023-03-15 | nfc: trf7970a: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition | Zheng Wang | 1 | -2/+4 |
| 2023-03-10 | nfc: pn533: initialize struct pn533_out_arg properly | Fedor Pchelkin | 1 | -0/+1 |
| 2023-02-28 | nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro... | Kang Chen | 1 | -0/+4 |
| 2023-02-26 | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin | 2 | -0/+12 |
| 2023-01-09 | nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() | Minsuk Kang | 1 | -3/+41 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2 | -2/+2 |
| 2022-12-14 | nfc: pn533: Clear nfc_target before being used | Minsuk Kang | 1 | -0/+4 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -16/+46 |
| 2022-11-23 | nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION | Martin Faltesek | 1 | -15/+36 |
| 2022-11-23 | nfc: st-nci: fix memory leaks in EVT_TRANSACTION | Martin Faltesek | 1 | -1/+3 |
| 2022-11-23 | nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION | Martin Faltesek | 1 | -1/+1 |
| 2022-11-23 | nfc: st21nfca: i2c: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: st-nci: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: s3fwrn5: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: pn544: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: pn533: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | NFC: nxp-nci: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: mrvl: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | nfc: microread: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-21 | nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send() | Shang XiaoJing | 1 | -0/+1 |
| 2022-11-21 | nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() | Shang XiaoJing | 1 | -2/+6 |
| 2022-11-21 | nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() | Shang XiaoJing | 1 | -1/+3 |
| 2022-11-17 | NFC: nci: Allow to create multiple virtual nci devices | Dmitry Vyukov | 1 | -76/+71 |
| 2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -6/+26 |
| 2022-10-30 | nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() | Shang XiaoJing | 1 | -1/+6 |
| 2022-10-30 | nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send() | Shang XiaoJing | 1 | -2/+6 |
| 2022-10-30 | nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() | Shang XiaoJing | 1 | -2/+5 |
| 2022-10-30 | nfc: fdp: Fix potential memory leak in fdp_nci_send() | Shang XiaoJing | 1 | -1/+9 |
| 2022-10-28 | nfc: s3fwrn5: use devm_clk_get_optional_enabled() helper | Dmitry Torokhov | 1 | -14/+5 |
| 2022-10-20 | nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() | Shang XiaoJing | 1 | -0/+3 |
| 2022-09-16 | Merge tag 'v6.0-rc5' into i2c/for-mergewindow | Wolfram Sang | 1 | -0/+1 |
| 2022-08-22 | nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout | Duoming Zhou | 1 | -0/+1 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 9 | -27/+9 |
| 2022-07-13 | NFC: nxp-nci: add error reporting | Michael Walle | 1 | -0/+34 |
| 2022-06-29 | NFC: nxp-nci: don't print header length mismatch on i2c error | Michael Walle | 1 | -2/+6 |
| 2022-06-29 | NFC: nxp-nci: Don't issue a zero length i2c_master_read() | Michael Walle | 1 | -0/+3 |
| 2022-06-28 | nfc: nfcmrvl: Fix irq_of_parse_and_map() return value | Krzysztof Kozlowski | 2 | -6/+6 |
| 2022-06-08 | nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred | Xiaohui Zhang | 1 | -2/+14 |
| 2022-06-08 | nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION | Martin Faltesek | 1 | -30/+30 |
| 2022-06-08 | nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling | Martin Faltesek | 1 | -3/+10 |
| 2022-06-08 | nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION | Martin Faltesek | 1 | -1/+1 |
| 2022-05-19 | NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx | Duoming Zhou | 2 | -3/+15 |
| 2022-05-18 | nfc: pn533: Fix buggy cleanup order | Lin Ma | 1 | -2/+3 |
| 2022-05-01 | nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_... | Duoming Zhou | 1 | -1/+1 |
| 2022-03-18 | nfc: st21nfca: remove unnecessary skb check before kfree_skb() | Yang Yingliang | 1 | -2/+1 |
| 2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-03-09 | NFC: port100: fix use-after-free in port100_send_complete | Pavel Skripkin | 1 | -0/+2 |
| 2022-02-28 | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 4 | -11/+4 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 4 | -11/+4 |
| 2022-01-27 | nfc: use *_set_vendor_cmds() helpers | Jakub Kicinski | 2 | -3/+3 |
| 2022-01-12 | nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION | Jordy Zomer | 1 | -0/+10 |
| 2022-01-11 | nfc: pn544: make array rset_cmd static const | Colin Ian King | 1 | -1/+1 |
| 2021-12-30 | nfc: st21nfca: remove redundant assignment to variable i | Colin Ian King | 1 | -3/+1 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+20 |
| 2021-12-28 | NFC: st21nfca: Fix memory leak in device probe and remove | Wei Yongjun | 1 | -9/+20 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-11-26 | nfc: fdp: Merge the same judgment | wengjianfeng | 1 | -3/+1 |
| 2021-11-26 | nfc: virtual_ncidev: change default device permissions | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2021-11-07 | nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails | Chengfeng Ye | 1 | -3/+3 |
| 2021-11-07 | nfc: port100: lower verbosity of cancelled URB messages | Krzysztof Kozlowski | 1 | -3/+3 |
| 2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2021-10-26 | nfc: port100: fix using -ERRNO as command type mask | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+2 |
| 2021-10-20 | nfc: st95hf: Make spi remove() callback return zero | Uwe Kleine-König | 1 | -4/+2 |
| 2021-10-11 | nfc: microread: drop unneeded debug prints | Krzysztof Kozlowski | 2 | -6/+0 |
| 2021-10-11 | nfc: trf7970a: drop unneeded debug prints | Krzysztof Kozlowski | 1 | -8/+0 |
| 2021-10-11 | nfc: st21nfca: drop unneeded debug prints | Krzysztof Kozlowski | 2 | -8/+0 |
| 2021-10-11 | nfc: st-nci: drop unneeded debug prints | Krzysztof Kozlowski | 4 | -18/+0 |
| 2021-10-11 | nfc: s3fwrn5: simplify dereferencing pointer to struct device | Krzysztof Kozlowski | 2 | -29/+18 |
| 2021-10-07 | nfc: pn533: Constify pn533_phy_ops | Rikard Falkeborn | 5 | -6/+6 |
| 2021-10-07 | nfc: pn533: Constify serdev_device_ops | Rikard Falkeborn | 1 | -1/+1 |
| 2021-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2021-09-23 | nfc: st-nci: Add SPI ID matching DT compatible | Mark Brown | 1 | -0/+1 |
| 2021-09-13 | nfc: mrvl: drop unneeded memory allocation fail messages | Krzysztof Kozlowski | 1 | -3/+1 |
| 2021-09-13 | nfc: microread: drop unneeded memory allocation fail messages | Krzysztof Kozlowski | 1 | -3/+1 |
| 2021-09-13 | nfc: pn544: drop unneeded memory allocation fail messages | Krzysztof Kozlowski | 1 | -3/+1 |
| 2021-09-13 | nfc: pn544: drop unneeded debug prints | Krzysztof Kozlowski | 1 | -4/+0 |
| 2021-09-13 | nfc: pn533: use dev_err() instead of pr_err() | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-09-13 | nfc: pn533: drop unneeded debug prints | Krzysztof Kozlowski | 2 | -6/+0 |
| 2021-09-13 | nfc: fdp: drop unneeded debug prints | Krzysztof Kozlowski | 1 | -1/+0 |
| 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-01 | NFC: microread: Remove redundant assignment to variable err | Nigel Christian | 1 | -1/+0 |
| 2021-05-31 | nfc: st95hf: fix indentation to tabs | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-05-31 | nfc: st-nci: drop ftrace-like debugging messages | Krzysztof Kozlowski | 3 | -16/+0 |
| 2021-05-31 | nfc: st21nfca: drop ftrace-like debugging messages | Krzysztof Kozlowski | 1 | -5/+0 |
| 2021-05-31 | nfc: pn544: drop ftrace-like debugging messages | Krzysztof Kozlowski | 1 | -7/+0 |
| 2021-05-31 | nfc: pn533: drop unneeded braces {} in if | Krzysztof Kozlowski | 1 | -2/+1 |
| 2021-05-31 | nfc: pn533: drop ftrace-like debugging messages | Krzysztof Kozlowski | 3 | -55/+0 |
| 2021-05-31 | nfc: mrvl: simplify with module_driver | Krzysztof Kozlowski | 1 | -17/+1 |
| 2021-05-31 | nfc: mrvl: correct minor coding style violations | Krzysztof Kozlowski | 3 | -20/+20 |
| 2021-05-31 | nfc: mrvl: use SPDX-License-Identifier | Krzysztof Kozlowski | 8 | -101/+13 |
| 2021-05-31 | nfc: mei_phy: drop ftrace-like debugging messages | Krzysztof Kozlowski | 1 | -8/+0 |
| 2021-05-31 | nfc: fdp: drop ftrace-like debugging messages | Krzysztof Kozlowski | 3 | -43/+1 |
| 2021-05-28 | nfc: st95hf: mark ACPI and OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-05-28 | nfc: st-nci: mark ACPI and OF device ID tables as maybe unused | Krzysztof Kozlowski | 2 | -4/+4 |
| 2021-05-28 | nfc: pn544: mark ACPI and OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-05-28 | nfc: s3fwrn5: mark OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: pn533: mark OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check | Krzysztof Kozlowski | 1 | -5/+0 |
| 2021-05-28 | nfc: mrvl: mark OF device ID tables as maybe unused | Krzysztof Kozlowski | 2 | -2/+2 |
| 2021-05-28 | nfc: pn533: drop of_match_ptr from device ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: port100: correct kerneldoc for structure | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-05-28 | nfc: fdp: drop ACPI_PTR from device ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: fdp: correct kerneldoc for structure | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -6/+6 |
| 2021-05-26 | nfc: st-nci: remove unnecessary labels | wengjianfeng | 1 | -10/+5 |
| 2021-05-26 | nfc: st95hf: remove unnecessary assignment and label | wengjianfeng | 1 | -5/+2 |
| 2021-05-24 | nfc: st-nci: remove unnecessary assignment and label | wengjianfeng | 1 | -6/+2 |
| 2021-05-23 | NFC: nfcmrvl: fix kernel-doc syntax in file headers | Aditya Srivastava | 6 | -6/+6 |
| 2021-05-20 | NFC: st21nfca: remove unnecessary variable and labels | wengjianfeng | 1 | -41/+18 |
| 2021-05-19 | nfc: s3fwrn5: i2c: Enable optional clock from device tree | Stephan Gerhold | 1 | -2/+28 |
| 2021-04-13 | nfc: st-nci: remove unnecessary label | wengjianfeng | 1 | -5/+2 |
| 2021-04-12 | nfc: pn533: remove redundant assignment | wengjianfeng | 2 | -19/+6 |
| 2021-04-07 | nfc/fdp: remove unnecessary assignment and label | wengjianfeng | 1 | -26/+16 |
| 2021-04-06 | nfc: s3fwrn5: remove unnecessary label | wengjianfeng | 1 | -8/+4 |
| 2021-04-02 | nfc: pn533: prevent potential memory corruption | Dan Carpenter | 1 | -0/+3 |
| 2021-03-22 | NFC: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-03-18 | nfc/fdp: Simplify the return expression of fdp_nci_open() | zuoqilin | 1 | -4/+1 |
| 2021-02-24 | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+2 |
| 2021-02-09 | mei: bus: change remove callback to return void | Uwe Kleine-König | 2 | -6/+2 |
| 2021-02-08 | nfc: st-nci: Remove unnecessary variable | wengjianfeng | 1 | -2/+1 |
| 2021-02-04 | nfc: pn533: Fix typo issue | wengjianfeng | 1 | -2/+2 |
| 2021-01-29 | nfc: Add a virtual nci device driver | Bongsu Jeon | 3 | -0/+227 |
| 2021-01-25 | nfc: fix typo | wengjianfeng | 1 | -1/+1 |
| 2021-01-25 | nfc: fdp: fix typo issue | wengjianfeng | 1 | -1/+1 |
| 2020-12-16 | nfc: s3fwrn5: Remove unused NCI prop commands | Bongsu Jeon | 2 | -47/+0 |
| 2020-12-16 | nfc: s3fwrn5: Remove the delay for NFC sleep | Bongsu Jeon | 1 | -1/+2 |
| 2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 12 | -106/+398 |
| 2020-12-14 | nfc: pn533: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
| 2020-12-14 | nfc: s3fwrn5: Release the nfc firmware | Bongsu Jeon | 1 | -1/+3 |
| 2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2020-12-12 | nfc: s3fwrn5: let core configure the interrupt trigger | Krzysztof Kozlowski | 1 | -6/+1 |
| 2020-12-09 | nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c module | Bongsu Jeon | 1 | -1/+6 |
| 2020-12-04 | nfc: s3fwrn5: skip the NFC bootloader mode | Bongsu Jeon | 3 | -12/+23 |
| 2020-12-02 | nfc: s3fwrn5: Support a UART interface | Bongsu Jeon | 5 | -0/+223 |
| 2020-12-02 | nfc: s3fwrn5: extract the common phy blocks | Bongsu Jeon | 4 | -79/+139 |
| 2020-12-02 | nfc: s3fwrn5: reduce the EN_WAIT_TIME | Bongsu Jeon | 1 | -3/+3 |
| 2020-12-02 | NFC: nxp-nci: Make firmware GPIO pin optional | Frieder Schrempf | 1 | -1/+1 |
| 2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2020-11-24 | nfc: s3fwrn5: use signed integer for parsing GPIO numbers | Krzysztof Kozlowski | 1 | -2/+2 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
| 2020-11-18 | nfc: s3fwrn5: Change the error code | Bongsu Jeon | 1 | -4/+4 |
| 2020-11-18 | nfc: s3fwrn5: Fix the misspelling in a comment | Bongsu Jeon | 1 | -1/+1 |
| 2020-11-18 | nfc: s3fwrn5: Remove the max_payload | Bongsu Jeon | 3 | -7/+3 |
| 2020-10-20 | nfc: remove unneeded break | Tom Rix | 2 | -2/+0 |
| 2020-09-10 | nfc: s3fwrn5: Constify s3fwrn5_fw_info when not modified | Krzysztof Kozlowski | 2 | -3/+3 |
| 2020-09-10 | nfc: s3fwrn5: Add missing CRYPTO_HASH dependency | Krzysztof Kozlowski | 1 | -0/+1 |
| 2020-09-10 | nfc: s3fwrn5: Remove unneeded 'ret' variable | Krzysztof Kozlowski | 1 | -3/+1 |
| 2020-09-10 | nfc: s3fwrn5: Remove wrong vendor prefix from GPIOs | Krzysztof Kozlowski | 1 | -6/+14 |
| 2020-09-08 | nfc: pn533/usb.c: fix spelling of "functions" | Randy Dunlap | 1 | -1/+1 |
| 2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -6/+6 |
| 2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+1 |
| 2020-08-24 | NFC: st95hf: Fix memleak in st95hf_in_send_cmd | Dinghao Liu | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -5/+5 |