index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
nfcmrvl
/
i2c.c
Age
Commit message (
Expand
)
Author
2023-05-22
nfc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-03-16
nfc: mrvl: Use of_property_read_bool() for boolean properties
Rob Herring
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-23
nfc: mrvl: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-21
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
Shang XiaoJing
2022-10-30
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
Shang XiaoJing
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-28
nfc: nfcmrvl: Fix irq_of_parse_and_map() return value
Krzysztof Kozlowski
2021-08-26
nfc: mrvl: remove unused header includes
Krzysztof Kozlowski
2021-07-29
nfc: mrvl: constify static nfcmrvl_if_ops
Krzysztof Kozlowski
2021-07-29
nfc: mrvl: constify several pointers
Krzysztof Kozlowski
2021-05-31
nfc: mrvl: use SPDX-License-Identifier
Krzysztof Kozlowski
2021-05-28
nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check
Krzysztof Kozlowski
2021-05-28
nfc: mrvl: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
2021-05-23
NFC: nfcmrvl: fix kernel-doc syntax in file headers
Aditya Srivastava
2019-10-06
nfc: nfcmrvl: fix platform_no_drv_owner.cocci warning
YueHaibing
2017-11-06
nfc: nfcmrvl: constify i2c_device_id
Arvind Yadav
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2015-10-27
NFC: nfcmrvl: update device tree bindings for Marvell NFC
Vincent Cuissard
2015-10-27
NFC: nfcmrvl: add i2c driver
Vincent Cuissard