index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
Merge 4.18-rc3 into usb-next
Greg Kroah-Hartman
1
-2
/
+2
2018-06-28
NFC: nfcmrvl_usb: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-06-25
NFC: pn533: Fix wrong GFP flag usage
Hans de Goede
1
-2
/
+2
2018-06-13
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
1
-2
/
+2
2018-05-31
NFC: pn533: don't send USB data off of the stack
Greg Kroah-Hartman
1
-12
/
+30
2017-11-22
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
3
-20
/
+20
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-10
/
+9
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
4
-23
/
+12
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
10
-10
/
+10
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2017-11-06
NFC: fdp: make struct nci_ops static
Colin Ian King
1
-1
/
+1
2017-11-06
nfc: s3fwrn5: make array match static const
Colin Ian King
1
-1
/
+1
2017-11-06
nfc: st21nfca: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: st-nci: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: s3fwrn5: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: pn544: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: pn533: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: nxp-nci: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: nfcmrvl: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-06
nfc: microread: constify i2c_device_id
Arvind Yadav
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-12
treewide: Fix typos in Kconfig
Masanari Iida
1
-2
/
+2
2017-07-02
Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
13
-592
/
+313
2017-06-28
NFC: trf7970a: Correct register settings for 27MHz clock
Geoff Lansberry
1
-0
/
+7
2017-06-23
NFC: add NULL checks to avoid potential NULL pointer dereference
Gustavo A. R. Silva
1
-2
/
+4
2017-06-23
Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"
Mark Greer
1
-21
/
+4
2017-06-23
NFC: trf7970a: fix check of clock frequencies, use && instead of ||
Colin Ian King
1
-1
/
+1
2017-06-23
NFC: st-nci: Get rid of code duplication in ->probe()
Andy Shevchenko
2
-103
/
+18
2017-06-23
NFC: st-nci: Add GPIO ACPI mapping table
Andy Shevchenko
2
-8
/
+26
2017-06-23
NFC: st-nci: Use unified device properties API meaningfully
Andy Shevchenko
2
-48
/
+11
2017-06-23
NFC: st-nci: Covert to use GPIO descriptor
Andy Shevchenko
2
-58
/
+28
2017-06-23
NFC: st-nci: Get rid of "interesting" use of interrupt polarity
Andy Shevchenko
2
-14
/
+2
2017-06-23
NFC: st-nci: Get rid of platform data
Andy Shevchenko
2
-82
/
+4
2017-06-23
NFC: fdp: Add GPIO ACPI mapping table
Andy Shevchenko
1
-4
/
+12
2017-06-23
NFC: fdp: Convert to use devres API
Andy Shevchenko
2
-16
/
+9
2017-06-23
NFC: fdp: Convert I2C driver to ->probe_new()
Andy Shevchenko
1
-10
/
+2
2017-06-23
NFC: st21nfca: Get rid of code duplication in ->probe()
Andy Shevchenko
1
-52
/
+10
2017-06-23
NFC: st21nfca: Add GPIO ACPI mapping table
Andy Shevchenko
1
-4
/
+14
2017-06-23
NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
1
-2
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-2
/
+2
2017-06-19
NFC: nfcmrvl: allow gpio 0 for reset signalling
Johan Hovold
1
-5
/
+4
2017-06-19
NFC: nfcmrvl_usb: use interface as phy device
Johan Hovold
1
-3
/
+1
2017-06-19
NFC: nfcmrvl_uart: fix device-node leak during probe
Johan Hovold
1
-0
/
+3
2017-06-19
NFC: nfcmrvl: fix firmware-management initialisation
Johan Hovold
1
-7
/
+9
2017-06-19
NFC: nfcmrvl: use nfc-device for firmware download
Johan Hovold
1
-2
/
+5
2017-06-19
NFC: nfcmrvl: do not use device-managed resources
Johan Hovold
1
-8
/
+11
2017-06-19
NFC: nfcmrvl_uart: add missing tty-device sanity check
Johan Hovold
1
-4
/
+4
2017-06-19
NFC: trf7970a: Clean up coding style issues
Mark Greer
1
-144
/
+147
2017-06-19
NFC: trf7970a: Convert to descriptor based GPIO interface
Mark Greer
2
-37
/
+26
2017-06-19
NFC: trf7970a: Remove support for 'vin-voltage-override' DT property
Mark Greer
1
-10
/
+1
[next]