index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
st21nfcb
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfc: st-nci: Rename st21nfcb to st-nci
Christophe Ricard
2015-06-10
9
-1791
/
+0
*
NFC: st21nfcb: Configure CLF with NCI proprietary command
Christophe Ricard
2015-06-09
3
-1
/
+29
*
NFC: st21nfcb: disable irq when st21nfcb is disabled
Christophe Ricard
2015-06-09
1
-4
/
+4
*
NFC: st21nfcb: Move powered flag from phy to ndlc layer
Christophe Ricard
2015-06-09
3
-5
/
+5
*
NFC: st21nfcb: Move st21nfcb_nci_remove in ndlc_remove
Christophe Ricard
2015-06-09
1
-2
/
+2
*
NFC: st21nfcb: Add support for nci proprietary commands
Christophe Ricard
2015-06-09
2
-0
/
+27
*
NFC: st21nfcb: Fix st21nfcb_nci_close
Christophe Ricard
2015-06-09
1
-1
/
+3
*
NFC: st21nfcb: Add ndlc_close in st21nfcb_nci_remove
Christophe Ricard
2015-06-09
1
-0
/
+4
*
NFC: st21nfcb: remove st21nfcb_nci_i2c_disable
Christophe Ricard
2015-06-09
1
-3
/
+0
*
NFC: st21nfcb: Do not remove header once the payload is sent
Christophe Ricard
2015-06-09
1
-7
/
+0
*
NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer
Firo Yang
2015-06-09
1
-3
/
+0
*
NFC: logging neatening
Joe Perches
2015-04-07
2
-7
/
+3
*
nfc: st21nfcb: Add additional comments about EVT_TRANSACTION
Christophe Ricard
2015-04-06
1
-1
/
+8
*
nfc: st21nfcb: Add missing break statement in switch section
Christophe Ricard
2015-04-06
1
-0
/
+1
*
NFC: st21nfcb: Retry i2c_master_send if it returns a negative value
Christophe Ricard
2015-04-06
1
-2
/
+2
*
NFC: st21nfcb: Fix memory leak in secure element probing stage
Christophe Ricard
2015-04-05
1
-4
/
+2
*
NFC: nci: Move NFCEE discovery logic
Christophe Ricard
2015-02-04
1
-4
/
+0
*
NFC: nci: Move logical connection structure allocation
Christophe Ricard
2015-02-04
1
-1
/
+1
*
NFC: nci: Support all destinations type when creating a connection
Christophe Ricard
2015-02-04
1
-10
/
+28
*
NFC: st21nfcb: Add HCI transaction event support
Christophe Ricard
2015-02-02
1
-1
/
+22
*
NFC: st21nfcb: Add support for secure element
Christophe Ricard
2015-02-02
5
-2
/
+746
*
NFC: st21nfcb: Fix "NULL pointer dereference" possible error
Christophe Ricard
2015-01-26
1
-7
/
+11
*
NFC: st21nfcb: Avoid use of skb after free
Christophe Ricard
2015-01-26
1
-1
/
+1
*
NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"
Christophe Ricard
2015-01-26
1
-1
/
+0
*
NFC: dts: st21nfcb: Fix compatible string spelling to follow other drivers
Christophe Ricard
2015-01-26
1
-0
/
+1
*
NFC: st21nfcb: Fix reported error
Christophe Ricard
2014-12-02
1
-2
/
+2
*
NFC: st21nfcb: Remove useless pr_info
Christophe Ricard
2014-12-02
1
-2
/
+0
*
NFC: st21nfcb: Improve ndlc comment
Christophe Ricard
2014-12-02
1
-1
/
+1
*
NFC: st21nfcb: Remove gpio_irq field in static and dts configuration
Christophe Ricard
2014-12-02
1
-29
/
+1
*
NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLE
Christophe Ricard
2014-12-02
1
-0
/
+3
*
Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-10-05
5
-67
/
+39
|
\
|
*
NFC: st21nfcb: remove error output
Christophe Ricard
2014-09-24
1
-3
/
+1
|
*
NFC: st21nfcb: Add ISO15693 Reader/Writer support
Christophe Ricard
2014-09-24
1
-0
/
+1
|
*
NFC: nci: Add support for proprietary RF Protocols
Christophe Ricard
2014-09-24
1
-0
/
+10
|
*
NFC: st21nfcb: Fix improper ndlc T2 management
Christophe Ricard
2014-09-24
1
-1
/
+5
|
*
NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.
Christophe Ricard
2014-09-24
2
-15
/
+8
|
*
NFC: st21nfcb: Remove useless headers
Christophe Ricard
2014-09-08
3
-11
/
+0
|
*
NFC: st21nfcb: Fix logic when running into i2c read retry
Christophe Ricard
2014-09-08
1
-1
/
+3
|
*
NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointer
Christophe Ricard
2014-09-07
1
-10
/
+5
|
*
NFC: st21nfcb: Remove useless new line in nfc_err call
Christophe Ricard
2014-09-07
1
-2
/
+1
|
*
NFC: st21nfcb: Remove double assignment of .owner in struct device_driver
Christophe Ricard
2014-09-07
1
-1
/
+0
|
*
NFC: st21nfcb: Convert to use devm_gpio_request_one
Christophe Ricard
2014-09-07
1
-24
/
+6
|
*
NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...
Christophe Ricard
2014-09-07
1
-1
/
+1
*
|
NFC: st21nfcb: Fix depmod dependency cycle
Christophe Ricard
2014-09-07
1
-2
/
+3
|
/
*
NFC: st21nfcb: few code clean up
Christophe Ricard
2014-07-23
1
-8
/
+8
*
NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chip
Christophe Ricard
2014-07-23
7
-0
/
+1012