index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
nfcmrvl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
NFC: nfcmrvl: drop duplicate header gpio.h
Geliang Tang
2017-04-01
1
-1
/
+0
*
NFC: nfcmrvl: avoid being stuck on FW dnld timeout
Vincent Cuissard
2015-11-05
1
-3
/
+9
*
NFC: nfcmrvl: remove unneeded CONFIG_OF switches
Vincent Cuissard
2015-11-05
2
-24
/
+0
*
NFC: nfcmrvl: free reset gpio
Vincent Cuissard
2015-11-05
1
-0
/
+3
[next]