Re: [PATCH v1 29/43] p2sb: Add a method to hide the bus

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > The P2SB bus needs to be hidden in some cases so that it does not get > auto-configured by Linux. Add a method for this. > > Signed-off-by: Simon Glass > --- > > drivers/misc/p2sb-uclass.c | 10 ++ > include/p2sb.h | 25

Re: [PATCH v1 29/43] p2sb: Add a method to hide the bus

2020-06-23 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 29/43] p2sb: Add a method to hide the bus > > The P2SB bus needs to be hidden in some cases so that it does not get > auto-configured by Linux. Add a method for this. > > Signed-off-by: Simon Glass > --- > >