commit | bdb0d4c72fbda2a6813aceef54ea8a928ab8c506 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 21 14:30:01 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:37:03 2021 -0500 |
tree | c3a7ffa91b3bd9f971fb8bc2143221f07579d83b | |
parent | 2bce0211f08078f20f8456bba53587db3dc2392d [diff] |
console: Keep ->start() and ->stop() balanced There is no need to call ->start() for already started device. All the same, there is no need to call ->stop() for devices still in use. For now enforce this only for IOMUX case. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>