index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-26
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-36
/
+301
2015-06-13
NFC: nfcmrvl: set PB_BAIL_OUT at setup
Vincent Cuissard
2
-0
/
+9
2015-06-13
NFC: nfcmrvl: Allow ISO15693 protocol
Vincent Cuissard
1
-0
/
+1
2015-06-13
NFC: nfcmrvl: small fix in USB driver
Vincent Cuissard
1
-0
/
+1
2015-06-11
NFC: nfcmrvl: add UART driver
Vincent Cuissard
4
-0
/
+246
2015-06-11
NFC: nfcmrvl: add platform_data and DT configuration
Vincent Cuissard
3
-26
/
+82
2015-06-11
NFC: nfcmrvl: add chip reset management
Vincent Cuissard
2
-0
/
+38
2015-06-11
NFC: nfcmrvl: update USB device id
Vincent Cuissard
1
-1
/
+2
2015-06-11
NFC: nfcmrvl: update nci recv frame API
Vincent Cuissard
3
-16
/
+23
2015-06-11
NFC: nfcmrvl: add support of HCI-based transport
Vincent Cuissard
3
-4
/
+52
2015-06-11
NFC: nfcmrvl: remove integration related settings
Vincent Cuissard
1
-9
/
+0
2015-06-10
nfc: st-nci: Rename st21nfcb to st-nci
Christophe Ricard
15
-544
/
+547
2015-06-09
NFC: st21nfcb: Configure CLF with NCI proprietary command
Christophe Ricard
3
-1
/
+29
2015-06-09
NFC: st21nfcb: disable irq when st21nfcb is disabled
Christophe Ricard
1
-4
/
+4
2015-06-09
NFC: st21nfcb: Move powered flag from phy to ndlc layer
Christophe Ricard
3
-5
/
+5
2015-06-09
NFC: st21nfcb: Move st21nfcb_nci_remove in ndlc_remove
Christophe Ricard
1
-2
/
+2
2015-06-09
NFC: st21nfcb: Add support for nci proprietary commands
Christophe Ricard
2
-0
/
+27
2015-06-09
NFC: st21nfcb: Fix st21nfcb_nci_close
Christophe Ricard
1
-1
/
+3
2015-06-09
NFC: st21nfcb: Add ndlc_close in st21nfcb_nci_remove
Christophe Ricard
1
-0
/
+4
2015-06-09
NFC: st21nfcb: remove st21nfcb_nci_i2c_disable
Christophe Ricard
1
-3
/
+0
2015-06-09
NFC: st21nfcb: Do not remove header once the payload is sent
Christophe Ricard
1
-7
/
+0
2015-06-09
NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer
Firo Yang
1
-3
/
+0
2015-06-09
NFC: pn544: use flags argument of devm_gpiod_get to set direction
Uwe Kleine-König
1
-32
/
+11
2015-06-09
NFC: microread: drop unused variable
Tomas Winkler
1
-3
/
+0
2015-06-09
NFC: Remove obsolete setting of DEBUG
Valentin Rothberg
2
-4
/
+0
2015-06-08
NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands
Mark A. Greer
1
-4
/
+19
2015-06-08
NFC: nxp-nci: Fix build warning
Samuel Ortiz
1
-0
/
+1
2015-06-08
NFC: nxp-nci_i2c: Add support for enumerating through ACPI
Oleg Zhurakivskyy
1
-0
/
+51
2015-05-31
mei: fix up uuid matching
Greg Kroah-Hartman
1
-1
/
+1
2015-05-24
NFC: mei_phy: adjust mei nfc header according the spec
Tomas Winkler
1
-27
/
+31
2015-05-24
NFC: mei_phy: move all nfc logic from mei driver to nfc
Tomas Winkler
2
-35
/
+293
2015-05-24
mei: bus: report also uuid in module alias
Tomas Winkler
3
-2
/
+5
2015-04-07
NFC: logging neatening
Joe Perches
8
-43
/
+36
2015-04-06
NFC: pn533: fix error return code
Julia Lawall
1
-1
/
+3
2015-04-06
NFC: nxp-nci: Release firmware when switching to FW mode fails
Samuel Ortiz
1
-1
/
+3
2015-04-06
NFC: nxp-nxi: Remove useless fw pointer check
Samuel Ortiz
1
-2
/
+1
2015-04-06
nfc: st21nfca: Add additional comments about EVT_TRANSACTION
Christophe Ricard
1
-1
/
+10
2015-04-06
nfc: st21nfcb: Add additional comments about EVT_TRANSACTION
Christophe Ricard
1
-1
/
+8
2015-04-06
nfc: st21nfcb: Add missing break statement in switch section
Christophe Ricard
1
-0
/
+1
2015-04-06
NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter name
Christophe Ricard
1
-2
/
+2
2015-04-06
NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copy
Christophe Ricard
1
-1
/
+1
2015-04-06
NFC: st21nfcb: Retry i2c_master_send if it returns a negative value
Christophe Ricard
1
-2
/
+2
2015-04-05
NFC: st21nfcb: Fix memory leak in secure element probing stage
Christophe Ricard
1
-4
/
+2
2015-03-26
NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver
Clément Perrochaud
3
-0
/
+429
2015-03-26
NFC: nxp-nci: Add support for NXP NCI chips
Clément Perrochaud
7
-0
/
+623
2015-02-04
NFC: nci: Move NFCEE discovery logic
Christophe Ricard
1
-4
/
+0
2015-02-04
NFC: nci: Move logical connection structure allocation
Christophe Ricard
1
-1
/
+1
2015-02-04
NFC: nci: Support all destinations type when creating a connection
Christophe Ricard
1
-10
/
+28
2015-02-02
NFC: st21nfca: Add HCI transaction event support
Christophe Ricard
1
-0
/
+21
2015-02-02
NFC: st21nfcb: Add HCI transaction event support
Christophe Ricard
1
-1
/
+22
[next]