summaryrefslogtreecommitdiffstats
path: root/drivers/mux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot2020-10-281-0/+1
| | | | | | | | | | 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>
* drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-281-0/+6
Add a new subsystem that handles multiplexer controllers. The API is the same as in Linux. 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> [trini: Update some error calls to use different functions or pass correct arguments] Signed-off-by: Tom Rini <trini@konsulko.com>