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 -
>  2 files changed, 34 insertions(+), 1 deletion(-)
>

Reviewed-by: Bin Meng 


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 
> ---
> 
>  drivers/misc/p2sb-uclass.c | 10 ++
>  include/p2sb.h | 25 -
>  2 files changed, 34 insertions(+), 1 deletion(-)
> 

Reviewed-by: Wolfgang Wallner 

Tested-by: Wolfgang Wallner 
Tested on an Apollo Lake-based board.