commit | 8ee40d327a386e211c0787f112bf2a9b588816cf | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 11 17:09:43 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 16 11:16:08 2021 -0500 |
tree | 39fea42225c6db8e171c59533daa5c7ec9945838 | |
parent | e29d0192a5f3b52b1308579a219b30921b644f42 [diff] |
IOMUX: Introduce iomux_replace_device() Some console devices may appear or disappear at run time. In order to support such a hotplug mechanism introduce a new iomux_replace_device() helper to update the list of devices without altering environment. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>