diff options
author | Vladimir Zapolskiy <[email protected]> | 2015-12-22 16:37:28 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2015-12-26 22:28:43 +0100 |
commit | 60befd2ea1c2061775838ea7bac5cc2b1353afd0 (patch) | |
tree | 9bd578c65dd61d662d43423e6a27786280f51956 /tools/perf/scripts/python/sctop.py | |
parent | 723a63034eaf10ad36eff28496667f8e2a9f5da3 (diff) |
gpio: update gpiochip .get() callback description
Since gpiochip .get() callback may return a negative error value, it
strictly limits the range of possible non-error returned values to
a subset of [30:0] bitmask, however on practice on success all
gpiochip drivers return either 0 for low signal or 1 for high signal,
this is assured by "gpio: *: Be sure to clamp return value" series of
changes. To avoid any confusion, misinterpretation and potential
errors while developing gpiochip drivers in future convert this
implicit assumption to a mandatory rule.
For output signals with unknown output signal state gpiochip drivers
should return a negative error instead of 0.
Signed-off-by: Vladimir Zapolskiy <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions