summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl
Commit message (Expand)AuthorAgeFilesLines
* nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-164-18/+7
* nfc: mrvl: Move platform_data struct into driverRob Herring2023-03-161-2/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+3
|\
| * nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-11-211-1/+3
* | nfc: mrvl: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
|/
* nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-10-301-1/+6
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-282-6/+6
* nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang2022-06-081-2/+14
* nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou2022-05-011-1/+1
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
* nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* nfc: mrvl: remove unused header includesKrzysztof Kozlowski2021-08-262-6/+0
* nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski2021-07-301-1/+1
* nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-296-7/+7
* nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-296-13/+15
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski2021-06-031-2/+4
* nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski2021-06-031-6/+2
* nfc: mrvl: simplify with module_driverKrzysztof Kozlowski2021-05-311-17/+1
* nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski2021-05-313-20/+20
* nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski2021-05-318-101/+13
* nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski2021-05-281-5/+0
* nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-282-2/+2
* NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava2021-05-236-6/+6
* nfc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold2019-08-053-4/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-10-231-3/+2
* NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+3
* nfc: nfcmrvl: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2017-06-181-5/+4
* NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold2017-06-181-3/+1
* NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold2017-06-181-0/+3
* NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-06-181-7/+9
* NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-06-181-2/+5
* NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-06-181-8/+11
* NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-06-181-4/+4
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-163-7/+6
* nfc: fix get_unaligned_...() misusesAl Viro2017-04-171-3/+2
* NFC: nfcmrvl: double free on error pathDan Carpenter2017-04-021-3/+2
* NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser2017-04-011-1/+1