summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl
AgeCommit message (Expand)AuthorLines
2026-03-31nfc: nfcmrvl: refactor endpoint lookupJohan Hovold-16/+4
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski-40/+36
2026-03-09nfc: nfcmrvl: convert to gpio descriptorsJialu Xu-40/+36
2026-03-03NFC: nfcmrvl: Replace strcpy() with strscpy()Tomasz Unger-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-01-18nfc: mrvl: Don't use "proxy" headersAndy Shevchenko-2/+7
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2024-03-29nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring-18/+7
2023-03-16nfc: mrvl: Move platform_data struct into driverRob Herring-2/+28
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-11-23nfc: mrvl: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-21nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing-1/+3
2022-10-30nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing-1/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski-6/+6
2022-06-08nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang-2/+14
2022-05-01nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König-2/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski-3/+1
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski-6/+0
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski-1/+1
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski-7/+7
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski-13/+15
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski-1/+1
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski-6/+2
2021-05-31nfc: mrvl: simplify with module_driverKrzysztof Kozlowski-17/+1
2021-05-31nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski-20/+20
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski-101/+13
2021-05-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski-5/+0
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski-2/+2
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava-6/+6
2019-11-20nfc: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-10-06nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing-1/+0
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold-4/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold-3/+2
2018-06-28NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook-4/+3
2017-11-06nfc: nfcmrvl: constify i2c_device_idArvind Yadav-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-18NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold-5/+4
2017-06-18NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold-3/+1
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold-0/+3