Re: [PATCH v4 1/4] dm: core: Bind another driver with the same compatible string

2022-03-30 Thread Michal Simek
ne 24. 10. 2021 v 22:01 odesílatel Simon Glass napsal: > > Hi Michal, > > On Fri, 15 Oct 2021 at 07:17, Michal Simek wrote: > > > > When one IP can have multiple configurations (like timer and PWM) covered > > by multiple drivers. Because it is the same IP it should also have the same > >

Re: [PATCH v4 1/4] dm: core: Bind another driver with the same compatible string

2021-10-24 Thread Simon Glass
Hi Michal, On Fri, 15 Oct 2021 at 07:17, Michal Simek wrote: > > When one IP can have multiple configurations (like timer and PWM) covered > by multiple drivers. Because it is the same IP it should also have the same > compatible string. > Current code look for the first driver which matches

[PATCH v4 1/4] dm: core: Bind another driver with the same compatible string

2021-10-15 Thread Michal Simek
When one IP can have multiple configurations (like timer and PWM) covered by multiple drivers. Because it is the same IP it should also have the same compatible string. Current code look for the first driver which matches compatible string and call bind function. If this is not the right driver