commit | 35b8b92c85167cee4f6ee44934f0ef8b909a4ed9 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Oct 16 16:16:32 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 28 11:49:30 2020 -0400 |
tree | f14733b3ecdf1a9ad54926fadd8c540e5f830a4a | |
parent | 90a979d7887ba75b05143f6704c9638e775635e2 [diff] |
drivers: mux: mmio-based syscon mux controller This adds a driver for mmio-based syscon multiplexers controlled by bitfields in a syscon register range. This is heavily based on the linux mmio-mux driver. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Pratyush Yadav <p.yadav@ti.com>