Re: [PATCH 2/3] components: multiple components for a device

2019-02-07 Thread Rafael J. Wysocki
On Thu, Feb 7, 2019 at 11:40 PM Daniel Vetter wrote: > > On Wed, Feb 06, 2019 at 11:57:04PM +0100, Rafael J. Wysocki wrote: > > ) On Wed, Feb 6, 2019 at 5:46 PM Daniel Vetter > > wrote: > > > > > > Component framework is extended to support multiple components for > > > a struct device. These wi

Re: [PATCH 2/3] components: multiple components for a device

2019-02-07 Thread Daniel Vetter
On Wed, Feb 06, 2019 at 11:57:04PM +0100, Rafael J. Wysocki wrote: > ) On Wed, Feb 6, 2019 at 5:46 PM Daniel Vetter wrote: > > > > Component framework is extended to support multiple components for > > a struct device. These will be matched with different masters based on > > its sub component val

Re: [PATCH 2/3] components: multiple components for a device

2019-02-07 Thread Daniel Vetter
On Wed, Feb 06, 2019 at 11:57:04PM +0100, Rafael J. Wysocki wrote: > ) On Wed, Feb 6, 2019 at 5:46 PM Daniel Vetter wrote: > > > > Component framework is extended to support multiple components for > > a struct device. These will be matched with different masters based on > > its sub component val

Re: [PATCH 2/3] components: multiple components for a device

2019-02-06 Thread Rafael J. Wysocki
) On Wed, Feb 6, 2019 at 5:46 PM Daniel Vetter wrote: > > Component framework is extended to support multiple components for > a struct device. These will be matched with different masters based on > its sub component value. > > We are introducing this, as I915 needs two different components > wit

[PATCH 2/3] components: multiple components for a device

2019-02-06 Thread Daniel Vetter
Component framework is extended to support multiple components for a struct device. These will be matched with different masters based on its sub component value. We are introducing this, as I915 needs two different components with different subcomponent value, which will be matched to two differe