[U-Boot] [PATCH v1 1/4] drivers: Add a new framework for multiplexer devices

Bin Meng bmeng.cn at gmail.com
Tue Nov 5 01:37:50 UTC 2019


+Alex who once worked in MUX on LS1028 IIRC.

On Wed, Oct 2, 2019 at 8:47 PM Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>
> Add a new subsystem that handles multiplexer controllers. The API is the
> same as in Linux.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
>  drivers/Kconfig               |   2 +
>  drivers/Makefile              |   1 +
>  drivers/mux/Kconfig           |   7 +
>  drivers/mux/Makefile          |   6 +
>  drivers/mux/mux-uclass.c      | 296 ++++++++++++++++++++++++++++++++++
>  include/dm/uclass-id.h        |   1 +
>  include/dt-bindings/mux/mux.h |  17 ++
>  include/mux-internal.h        |  80 +++++++++
>  include/mux.h                 | 114 +++++++++++++
>  9 files changed, 524 insertions(+)
>  create mode 100644 drivers/mux/Kconfig
>  create mode 100644 drivers/mux/Makefile
>  create mode 100644 drivers/mux/mux-uclass.c
>  create mode 100644 include/dt-bindings/mux/mux.h
>  create mode 100644 include/mux-internal.h
>  create mode 100644 include/mux.h
>

Regards,
Bin


More information about the U-Boot mailing list