summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/uart.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | net: nci: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-4/+2
|/
* net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NFC: nci: Remove dead codePeter Hurley2016-01-271-8/+1
* NFC: nci: fix mistake in uart generic driverVincent Cuissard2015-06-151-1/+1
* NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-111-1/+0
* NFC: nci: add generic uart supportVincent Cuissard2015-06-111-0/+495