commit | d3ec6654f5e6fb7009a888f76d70f3f6e35695e4 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 26 13:43:24 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 30 13:20:19 2017 -0700 |
tree | 2e62ee00ab54d909a323e711dc6f01d400859c8a | |
parent | 4d91f5abe9648893f74c11ec1c2cc922769022e4 [diff] |
drivers: gpio: add system call handlers Many APIs had two versions, by port and by pin, which called the same API with different parameters. This has been reorganized to reduce the number of system calls. Callback registration API skipped. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>