Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-20 Thread Tom Rini
On Sat, Mar 20, 2021 at 02:59:05PM +1300, Simon Glass wrote: > Hi Tom, > > On Sat, 20 Mar 2021 at 14:06, Tom Rini wrote: > > > > On Sat, Mar 20, 2021 at 12:54:00PM +1300, Simon Glass wrote: > > > On Sat, 20 Mar 2021 at 09:42, Tom Rini wrote: > > > > > > > > On Tue, Mar 16, 2021 at 09:51:44PM +01

Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-19 Thread Simon Glass
Hi Tom, On Sat, 20 Mar 2021 at 14:06, Tom Rini wrote: > > On Sat, Mar 20, 2021 at 12:54:00PM +1300, Simon Glass wrote: > > On Sat, 20 Mar 2021 at 09:42, Tom Rini wrote: > > > > > > On Tue, Mar 16, 2021 at 09:51:44PM +0100, Dario Binacchi wrote: > > > > > > > The module defines a duplicate uclass

Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-19 Thread Tom Rini
On Sat, Mar 20, 2021 at 12:54:00PM +1300, Simon Glass wrote: > On Sat, 20 Mar 2021 at 09:42, Tom Rini wrote: > > > > On Tue, Mar 16, 2021 at 09:51:44PM +0100, Dario Binacchi wrote: > > > > > The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but > > > it is not allowed. This break

Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-19 Thread Simon Glass
On Sat, 20 Mar 2021 at 09:42, Tom Rini wrote: > > On Tue, Mar 16, 2021 at 09:51:44PM +0100, Dario Binacchi wrote: > > > The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but > > it is not allowed. This breaks of-platdata and makes the result > > non-deterministic. > > > > The dri

Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-19 Thread Tom Rini
On Tue, Mar 16, 2021 at 09:51:44PM +0100, Dario Binacchi wrote: > The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but > it is not allowed. This breaks of-platdata and makes the result > non-deterministic. > > The driver does not need to be an uclass driver, so lets remove it.

Re: [PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-17 Thread Simon Glass
On Wed, 17 Mar 2021 at 09:51, Dario Binacchi wrote: > > The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but > it is not allowed. This breaks of-platdata and makes the result > non-deterministic. > > The driver does not need to be an uclass driver, so lets remove it. I > had tur

[PATCH v2] bus: ti-sysc: change in a normal driver

2021-03-16 Thread Dario Binacchi
The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but it is not allowed. This breaks of-platdata and makes the result non-deterministic. The driver does not need to be an uclass driver, so lets remove it. I had turned it into an uclass driver because I thought wrongly it had to c