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
2014-05-26
NFC: trf7970a: Add support for Felica Type 3 tags
Mark A. Greer
1
-1
/
+12
2014-05-26
NFC: port100: Add support for type 4B tag
Thierry Escande
1
-1
/
+35
2014-05-20
NFC: st21nfca: Add ISO15693 Reader/Writer support
Christophe Ricard
1
-1
/
+72
2014-05-20
NFC: st21nfca: Improve load_session
Christophe Ricard
1
-2
/
+19
2014-05-20
NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfca
Christophe Ricard
1
-19
/
+87
2014-05-05
NFC: st21nfca: Free buffer when a bad frame is detected
Christophe Ricard
1
-0
/
+1
2014-05-05
NFC: st21nfca: Synchronize i2c Tx and Rx path
Christophe Ricard
1
-0
/
+6
2014-05-05
NFC: st21nfca: Improved i2c Rx data correctness check
Christophe Ricard
1
-3
/
+26
2014-05-05
NFC: st21nfca: Fix st21nfca_hci_remove_len_crc tail room handling
Christophe Ricard
1
-12
/
+9
2014-05-05
NFC: st21nfca: Fix incorrect byte stuffing revocation
Christophe Ricard
1
-4
/
+3
2014-05-05
NFC: st21nfca: Remove few useless include
Christophe Ricard
1
-11
/
+0
2014-04-22
NFC: st21nfca: Improve st21nfca initialization by handling reboot properly
Christophe Ricard
1
-8
/
+39
2014-04-22
NFC: st21nfca: Reworked st21nfca_request_resources
Christophe Ricard
1
-16
/
+26
2014-04-22
NFC: st21nfca: st21nfca_hci_i2c_probe returns st21nfca_hci_probe result.
Christophe Ricard
1
-6
/
+1
2014-04-22
NFC: st21nfca: Add __packed to struct st21nfca_pipe_info
Christophe Ricard
1
-1
/
+1
2014-04-22
NFC: st21nfca: Remove sporadic wait_tab variable from functions.
Christophe Ricard
1
-4
/
+3
2014-04-22
NFC: st21nfca: Fix warning: array subscript is above array bounds
Christophe Ricard
1
-3
/
+3
2014-04-22
NFC: st21nfca: Fix sparse: cast to restricted __be16
Christophe Ricard
1
-1
/
+1
2014-04-22
NFC: pn544_i2c: Fix null pointer exception when not using platform data
Clement Perrochaud
1
-1
/
+5
2014-04-22
NFC: trf7970a: Add support for the ISO/IEC 14443-B and Type 4B tags
Mark A. Greer
1
-1
/
+7
2014-04-22
NFC: trf7970a: Add 'autosuspend-delay' DTS property
Mark A. Greer
1
-2
/
+17
2014-04-22
NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()
Mark A. Greer
1
-13
/
+6
2014-04-22
NFC: trf7970a: Add pm_runtime support
Mark A. Greer
1
-37
/
+85
2014-04-22
NFC: trf7970a: Turn RF on after hardware is configured
Mark A. Greer
1
-5
/
+16
2014-04-22
NFC: trf7970a: Set correct Vin voltage in Chip Status Control register
Mark A. Greer
1
-3
/
+8
2014-04-22
NFC: trf7970a: Allow different Modulator and SYS_CLK Control register values
Mark A. Greer
1
-1
/
+4
2014-04-22
NFC: trf7970a: Set 'Modulator and SYS_CLK Control' after 'ISO Control'
Mark A. Greer
1
-5
/
+5
2014-04-22
NFC: trf7970a: Only write 'ISO Control' when its changing
Mark A. Greer
1
-6
/
+19
2014-04-22
NFC: trf7970a: Reset FIFO when 'End of TX' Interrupt Occurs
Mark A. Greer
1
-1
/
+3
2014-04-22
NFC: trf7970a: Clear 'NFC Target Detection Level' register
Mark A. Greer
1
-0
/
+5
2014-04-22
NFC: trf7970a: Only abort a command if one is active
Mark A. Greer
1
-1
/
+12
2014-04-22
NFC: trf7970a: Increase TRF7970A_WAIT_FOR_RX_DATA_TIMEOUT to 20 ms
Mark A. Greer
1
-5
/
+5
2014-04-22
NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544
Clement Perrochaud
1
-17
/
+131
2014-04-22
NFC: st21nfca: Implement load_session HCI hook
Christophe Ricard
1
-1
/
+116
2014-04-22
NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC Chip
Christophe Ricard
7
-0
/
+1221
2014-03-11
NFC: trf7970a: Add ISO/IEC 15693 and Type 5 tag Support
Mark A. Greer
1
-4
/
+148
2014-03-11
NFC: trf7970a: Add support for Type 4A Tags
Mark A. Greer
1
-1
/
+3
2014-03-11
NFC: trf7970a: Add driver with ISO/IEC 14443 Type 2 Tag Support
Mark A. Greer
3
-0
/
+1237
2014-02-24
NFC: pn533: Convert to use USB_DEVICE macro
Axel Lin
1
-20
/
+8
2014-02-24
NFC: port100: Convert to use USB_DEVICE macro
Axel Lin
1
-4
/
+1
2014-02-17
NFC: port100: Add support for type 4A tag platform
Thierry Escande
1
-1
/
+6
2014-02-17
NFC: port100: Fix possible buffer overflow
Thierry Escande
1
-0
/
+13
2014-02-17
NFC: pn544: i2c: Support PN544 C3 secure firmware download
Arron Wang
1
-6
/
+174
2014-02-17
NFC: pn544: Pass hardware variant information when downloading firmware
Arron Wang
3
-3
/
+16
2014-01-09
NFC: nfcmrvl: Fix possible memory leak issue
Amitkumar Karwar
1
-2
/
+7
2014-01-07
NFC: nfcmrvl: Add setup handler
Amitkumar Karwar
2
-0
/
+21
2014-01-07
NFC: nfcmrvl: Initial commit for Marvell NFC driver
Amitkumar Karwar
7
-0
/
+680
2014-01-05
NFC: port100: Fix device leak
Alexey Khoroshilov
1
-0
/
+1
2014-01-04
NFC: pn533: Frame is invalid if ccid.datalen is 0
Samuel Ortiz
1
-0
/
+3
2014-01-04
NFC: pn544: Refactor hw_config values
Arman Uguray
1
-24
/
+24
[next]