commit | 2bce0211f08078f20f8456bba53587db3dc2392d | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 21 14:30:00 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:12 2021 -0500 |
tree | ec6896b66a95dd99a15810beeb404e69704b616d | |
parent | 4e8d61f769ab1db65b738461de811559e6529cce [diff] |
console: Introduce console_start() and console_stop() In the future we would like to stop unused consoles and also add a reference counting to avoid imbalanced calls to ->start() and ->stop() in some cases. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>