commit | b93f59e15cdf7308b6e7f760c87fadf1b6f491bd | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 26 13:24:34 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 30 13:20:19 2017 -0700 |
tree | 5838fa0233a958be9c0c97e5a2be3f2c2eb6f2cc | |
parent | 4c305a51e9864072a152a87f547a7bf958f5df77 [diff] |
drivers: uart: add system call handlers Certain interrupt-driven APIs were excluded as they are intended only to be called from ISRs, or involve registering a callback which runs in interrupt context. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>