Re: [PATCH v3 1/6] drivers: Add a new framework for multiplexer devices

2020-06-16 Thread Simon Glass
On Thu, 11 Jun 2020 at 13:45, Pratyush Yadav wrote: > > From: Jean-Jacques Hiblot > > Add a new subsystem that handles multiplexer controllers. The API is the > same as in Linux. > > Signed-off-by: Jean-Jacques Hiblot > Signed-off-by: Pratyush Yadav > --- > drivers/Kconfig | 2

[PATCH v3 1/6] drivers: Add a new framework for multiplexer devices

2020-06-11 Thread Pratyush Yadav
From: Jean-Jacques Hiblot Add a new subsystem that handles multiplexer controllers. The API is the same as in Linux. Signed-off-by: Jean-Jacques Hiblot Signed-off-by: Pratyush Yadav --- drivers/Kconfig | 2 + drivers/Makefile | 1 + drivers/mux/Kconfig