commit | 694cd5618c2ee263c025462e780354f28313b7a3 | [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 | 400797cad36850797307be3c56d2d5bc16aa02bb [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>