summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-222-8/+26
* NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko2017-06-222-48/+11
* NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko2017-06-222-58/+28
* NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-06-222-14/+2
* NFC: st-nci: Get rid of platform dataAndy Shevchenko2017-06-224-114/+4
* NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+12
* NFC: fdp: Convert to use devres APIAndy Shevchenko2017-06-222-16/+9
* NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko2017-06-221-10/+2
* NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-221-52/+10
* NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+14
* NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-221-2/+1
* NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2017-06-182-6/+5
* NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold2017-06-181-3/+1
* NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold2017-06-181-0/+3
* NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-06-181-7/+9
* NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-06-181-2/+5
* NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-06-181-8/+11
* NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-06-181-4/+4
* NFC: fix broken device allocationJohan Hovold2017-06-182-15/+19
* NFC: trf7970a: Clean up coding style issuesMark Greer2017-06-181-144/+147
* NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2017-06-182-37/+26
* NFC: trf7970a: Enable pins are active high not active lowMark Greer2017-06-181-2/+2
* NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2017-06-182-12/+1
* NFC: trf7970a: Remove useless commentMark Greer2017-06-181-1/+1
* NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer2017-06-181-3/+3
* NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer2017-06-181-1/+1
* NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer2017-06-181-2/+4
* MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainerMark Greer2017-06-181-0/+8
* net: dsa: Fix legacy probingFlorian Fainelli2017-06-181-11/+8
* tls: update KconfigDave Watson2017-06-181-2/+5
* Merge branch 'net-remove-dst-garbage-collector-logic'David S. Miller2017-06-1817-466/+218
|\
| * net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang2017-06-181-1/+1
| * net: reorder all the dst flagsWei Wang2017-06-181-5/+5
| * net: remove DST_NOCACHE flagWei Wang2017-06-188-25/+17
| * net: remove DST_NOGC flagWei Wang2017-06-186-19/+9
| * net: remove dst gc related codeWei Wang2017-06-183-235/+0
| * decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-181-17/+19
| * xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-183-36/+32
| * ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-183-49/+1
| * ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-182-45/+19
| * ipv6: call dst_hold_safe() properlyWei Wang2017-06-182-4/+4
| * ipv6: call dst_dev_put() properlyWei Wang2017-06-181-0/+2
| * ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-183-21/+50
| * ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-182-16/+5
| * ipv4: call dst_hold_safe() properlyWei Wang2017-06-182-4/+4
| * ipv4: call dst_dev_put() properlyWei Wang2017-06-182-0/+6
| * ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-182-4/+20
| * net: introduce a new function dst_dev_put()Wei Wang2017-06-182-0/+25
| * net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-182-3/+22
| * net: use loopback dev when generating blackhole routeWei Wang2017-06-182-5/+6