summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-01-12 17:00:23 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 08:03:14 -0800
commit0fdae42d361bbb431ca0ab0efed5126a94821177 (patch)
tree958a045aca3e40ca487dac67597496a7ed885115 /tools/perf/scripts/python/bin
parent49a367937fe4250144e24440e5a11ae4344202b1 (diff)
downloadkernel-0fdae42d361bbb431ca0ab0efed5126a94821177.tar.gz
gpiolib: annotate gpio-intialization with __must_check
Because GPIOs can have crucial functions especially in embedded systems, we are better safe than sorry regarding their configuration. For gpio_request, the documentation is simply enforced: <quote>"The return value of gpio_request() must be checked."</quote> For gpio_direction_* and gpio_request_*, we now act accordingly. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: Greg KH <gregkh@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
drivers: net: generalize napi_complete_done()Eric Dumazet 2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-01-16be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera 2017-01-16be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera 2017-01-16be2net: fix status check in be_cmd_pmac_add()Ivan Vecera 2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger 2017-01-07be2net: fix unicast list fillingIvan Vecera 2017-01-06be2net: fix accesses to unicast listIvan Vecera 2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-01-03benet: stricter vxlan offloading check in be_features_checkSabrina Dubroca 2017-01-02net: emulex: benet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes 2016-12-21be2net: Increase skb headroom size to 256 bytesKalesh A P 2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-12-06be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.Venkat Duvvuru 2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-11-16be2net: do not call napi_hash_del()Eric Dumazet 2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson 2016-10-09be2net: Enable VF link state setting for BE3Suresh Reddy 2016-10-09be2net: Fix TX stats for TSO packetsSriharsha Basavapatna 2016-10-09be2net: Update Copyright string in be_hw.hSriharsha Basavapatna 2016-10-09be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna 2016-10-09be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna 2016-09-25be2net: fix non static symbol warningsWei Yongjun 2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh 2016-09-19be2net: mark symbols static where possibleBaoyou Xie 2016-09-07be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna 2016-09-07be2net: Fix mac address collision in some configurationsSuresh Reddy 2016-09-07be2net: Avoid redundant addition of mac address in HWSuresh Reddy 2016-09-07be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur 2016-09-07be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur 2016-09-07be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna