summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-08-26 20:27:04 -0700
committerDavid S. Miller <davem@davemloft.net>2015-08-27 14:24:46 -0700
commit4fa7508e9f1c64ae39516e40ee5495aaa4616ad7 (patch)
tree259ebc270b24a9496328c9c00be2012f7f01d440 /tools/perf/scripts/python
parent3b3ae880266d148bf73a573a766bc9b78c08d805 (diff)
downloadkernel-4fa7508e9f1c64ae39516e40ee5495aaa4616ad7.tar.gz
device property: Return -ENXIO if there is no suitable FW interface
Return -ENXIO if device property array access functions don't find a suitable firmware interface. This lets drivers decide if they should use available platform data instead. Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche 2017-05-01target/user: PGR SupportBryant G. Ly 2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra 2016-12-16target: Fix spelling mistake and unwrap multi-line textColin Ian King 2016-12-09target: Minimize #include directivesBart Van Assche