aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/configs.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring1-4/+4
2017-06-22NFC: trf7970a: fix check of clock frequencies, use && instead of ||Colin Ian King1-1/+1
2017-06-22MAINTAINERS: Remove non-existing NFC platform data filesAndy Shevchenko1-2/+0
2017-06-22NFC: st-nci: Get rid of code duplication in ->probe()Andy Shevchenko2-103/+18
2017-06-22NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko2-8/+26
2017-06-22NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko2-48/+11
2017-06-22NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko2-58/+28
2017-06-22NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2-14/+2
2017-06-22NFC: st-nci: Get rid of platform dataAndy Shevchenko4-114/+4
2017-06-22NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+12
2017-06-22NFC: fdp: Convert to use devres APIAndy Shevchenko2-16/+9
2017-06-22NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko1-10/+2
2017-06-22NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko1-52/+10
2017-06-22NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+14
2017-06-22NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-2/+1
2017-06-18NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2-6/+5
2017-06-18NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold1-3/+1
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold1-0/+3
2017-06-18NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold1-7/+9
2017-06-18NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-06-18NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold1-8/+11
2017-06-18NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2017-06-18NFC: fix broken device allocationJohan Hovold2-15/+19
2017-06-18NFC: trf7970a: Clean up coding style issuesMark Greer1-144/+147
2017-06-18NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2-37/+26
2017-06-18NFC: trf7970a: Enable pins are active high not active lowMark Greer1-2/+2
2017-06-18NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2-12/+1
2017-06-18NFC: trf7970a: Remove useless commentMark Greer1-1/+1
2017-06-18NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer1-3/+3
2017-06-18NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer1-1/+1
2017-06-18NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer1-2/+4
2017-06-18MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainerMark Greer1-0/+8
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-17tls: update KconfigDave Watson1-2/+5
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-17net: reorder all the dst flagsWei Wang1-5/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang8-25/+17
2017-06-17net: remove DST_NOGC flagWei Wang6-19/+9
2017-06-17net: remove dst gc related codeWei Wang3-235/+0
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang1-17/+19
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang3-36/+32
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang3-49/+1
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-45/+19
2017-06-17ipv6: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-17ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang3-21/+50
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-17ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20