index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
st21nfca
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-06-20
1
-1
/
+1
*
nfc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-22
1
-1
/
+1
*
nfc: fix memory leak of se_io context in nfc_genl_se_io
Fedor Pchelkin
2023-02-26
1
-0
/
+6
*
nfc: st21nfca: i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
Martin Faltesek
2022-06-08
1
-30
/
+30
*
nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
Martin Faltesek
2022-06-08
1
-3
/
+10
*
nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
Martin Faltesek
2022-06-08
1
-1
/
+1
*
NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx
Duoming Zhou
2022-05-19
2
-3
/
+15
*
nfc: st21nfca: remove unnecessary skb check before kfree_skb()
Yang Yingliang
2022-03-18
1
-2
/
+1
*
nfc: use *_set_vendor_cmds() helpers
Jakub Kicinski
2022-01-27
1
-2
/
+2
*
nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
Jordy Zomer
2022-01-12
1
-0
/
+10
*
nfc: st21nfca: remove redundant assignment to variable i
Colin Ian King
2021-12-30
1
-3
/
+1
*
NFC: st21nfca: Fix memory leak in device probe and remove
Wei Yongjun
2021-12-28
1
-9
/
+20
*
nfc: st21nfca: drop unneeded debug prints
Krzysztof Kozlowski
2021-10-11
2
-8
/
+0
*
nfc: st21nfca: remove unused header includes
Krzysztof Kozlowski
2021-08-26
2
-3
/
+0
*
nfc: constify nfc_hci_ops
Krzysztof Kozlowski
2021-07-25
1
-1
/
+1
*
nfc: constify nfc_hci_gate
Krzysztof Kozlowski
2021-07-25
1
-1
/
+1
*
nfc: constify pointer to nfc_vendor_cmd
Krzysztof Kozlowski
2021-07-25
1
-1
/
+1
*
nfc: st21nfca: constify file-scope arrays
Krzysztof Kozlowski
2021-07-25
1
-2
/
+2
*
nfc: constify nfc_phy_ops
Krzysztof Kozlowski
2021-07-25
3
-4
/
+4
*
nfc: st21nfca: drop ftrace-like debugging messages
Krzysztof Kozlowski
2021-05-31
1
-5
/
+0
*
nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused
Krzysztof Kozlowski
2021-05-28
1
-2
/
+2
*
NFC: st21nfca: remove unnecessary variable and labels
wengjianfeng
2021-05-20
1
-41
/
+18
*
nfc: remove unneeded break
Tom Rix
2020-10-20
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
nfc: st21nfca: Remove unnecessary cast
Alex Dewar
2020-08-20
1
-2
/
+1
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
NFC: st21nfca: add missed kfree_skb() in an error path
Chuhong Yuan
2020-05-29
1
-1
/
+3
*
NFC: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-27
1
-2
/
+2
*
NFC: st21nfca: fix double free
Pan Bian
2019-11-06
1
-0
/
+1
*
st21nfca_connectivity_event_received: null check the allocation
Navid Emamdoost
2019-07-25
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399
Thomas Gleixner
2019-06-05
6
-72
/
+6
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
NFC: st21nfca: Fix fall-through warnings
Gustavo A. R. Silva
2019-04-09
1
-0
/
+2
*
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
2017-11-21
1
-8
/
+9
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-21
1
-6
/
+4
*
nfc: st21nfca: constify i2c_device_id
Arvind Yadav
2017-11-06
1
-1
/
+1
*
NFC: st21nfca: Get rid of code duplication in ->probe()
Andy Shevchenko
2017-06-22
1
-52
/
+10
*
NFC: st21nfca: Add GPIO ACPI mapping table
Andy Shevchenko
2017-06-22
1
-4
/
+14
*
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
1
-3
/
+3
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
3
-20
/
+20
*
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
2
-2
/
+2
*
NFC: st21nfca: Use unified device property API meaningfully
Andy Shevchenko
2017-04-05
1
-24
/
+5
*
NFC: st21nfca: Covert to use GPIO descriptor
Andy Shevchenko
2017-04-05
1
-27
/
+13
*
NFC: st21nfca: Get rid of "interesting" use of interrupt polarity
Andy Shevchenko
2017-04-05
1
-6
/
+1
*
NFC: st21nfca: Get rid of platform data
Andy Shevchenko
2017-04-05
1
-43
/
+3
*
NFC: st21nfca: Fix obvious typo when check error code
Andy Shevchenko
2017-04-05
1
-2
/
+2
[next]