index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
nfcmrvl
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfc: mrvl: spi: drop driver owner assignment
Krzysztof Kozlowski
2024-03-29
1
-1
/
+0
*
nfc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-22
1
-1
/
+1
*
nfc: mrvl: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
4
-18
/
+7
*
nfc: mrvl: Move platform_data struct into driver
Rob Herring
2023-03-16
1
-2
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-1
/
+3
|
\
|
*
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
Shang XiaoJing
2022-11-21
1
-1
/
+3
*
|
nfc: mrvl: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
|
/
*
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
Shang XiaoJing
2022-10-30
1
-1
/
+6
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
nfc: nfcmrvl: Fix irq_of_parse_and_map() return value
Krzysztof Kozlowski
2022-06-28
2
-6
/
+6
*
nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
Xiaohui Zhang
2022-06-08
1
-2
/
+14
*
nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...
Duoming Zhou
2022-05-01
1
-1
/
+1
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-2
/
+1
*
nfc: mrvl: drop unneeded memory allocation fail messages
Krzysztof Kozlowski
2021-09-13
1
-3
/
+1
*
nfc: mrvl: remove unused header includes
Krzysztof Kozlowski
2021-08-26
2
-6
/
+0
*
nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
Krzysztof Kozlowski
2021-07-30
1
-1
/
+1
*
nfc: mrvl: constify static nfcmrvl_if_ops
Krzysztof Kozlowski
2021-07-29
6
-7
/
+7
*
nfc: mrvl: constify several pointers
Krzysztof Kozlowski
2021-07-29
6
-13
/
+15
*
nfc: constify nci_ops
Krzysztof Kozlowski
2021-07-25
1
-1
/
+1
*
nfc: mrvl: reduce the scope of local variables
Krzysztof Kozlowski
2021-06-03
1
-2
/
+4
*
nfc: mrvl: remove useless "continue" at end of loop
Krzysztof Kozlowski
2021-06-03
1
-6
/
+2
*
nfc: mrvl: simplify with module_driver
Krzysztof Kozlowski
2021-05-31
1
-17
/
+1
*
nfc: mrvl: correct minor coding style violations
Krzysztof Kozlowski
2021-05-31
3
-20
/
+20
*
nfc: mrvl: use SPDX-License-Identifier
Krzysztof Kozlowski
2021-05-31
8
-101
/
+13
*
nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check
Krzysztof Kozlowski
2021-05-28
1
-5
/
+0
*
nfc: mrvl: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
2021-05-28
2
-2
/
+2
*
NFC: nfcmrvl: fix kernel-doc syntax in file headers
Aditya Srivastava
2021-05-23
6
-6
/
+6
*
nfc: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-20
1
-1
/
+1
*
nfc: nfcmrvl: fix platform_no_drv_owner.cocci warning
YueHaibing
2019-10-06
1
-1
/
+0
*
NFC: nfcmrvl: fix gpio-handling regression
Johan Hovold
2019-08-05
3
-4
/
+5
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
NFC: nfcmrvl_uart: fix OF child-node lookup
Johan Hovold
2018-10-23
1
-3
/
+2
*
NFC: nfcmrvl_usb: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-06-28
1
-2
/
+3
*
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
2017-11-21
1
-4
/
+3
*
nfc: nfcmrvl: constify i2c_device_id
Arvind Yadav
2017-11-06
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
NFC: nfcmrvl: allow gpio 0 for reset signalling
Johan Hovold
2017-06-18
1
-5
/
+4
*
NFC: nfcmrvl_usb: use interface as phy device
Johan Hovold
2017-06-18
1
-3
/
+1
*
NFC: nfcmrvl_uart: fix device-node leak during probe
Johan Hovold
2017-06-18
1
-0
/
+3
*
NFC: nfcmrvl: fix firmware-management initialisation
Johan Hovold
2017-06-18
1
-7
/
+9
*
NFC: nfcmrvl: use nfc-device for firmware download
Johan Hovold
2017-06-18
1
-2
/
+5
*
NFC: nfcmrvl: do not use device-managed resources
Johan Hovold
2017-06-18
1
-8
/
+11
*
NFC: nfcmrvl_uart: add missing tty-device sanity check
Johan Hovold
2017-06-18
1
-4
/
+4
*
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
1
-2
/
+2
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-3
/
+3
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
3
-7
/
+6
*
nfc: fix get_unaligned_...() misuses
Al Viro
2017-04-17
1
-3
/
+2
*
NFC: nfcmrvl: double free on error path
Dan Carpenter
2017-04-02
1
-3
/
+2
*
NFC: nfcmrvl: Include unaligned.h instead of access_ok.h
Tobias Klauser
2017-04-01
1
-1
/
+1
[next]