Re: [PATCH v5 0/5] Functional dependencies between devices

2016-11-02 Thread Hanjun Guo
On 10/28/2016 05:39 PM, Lukas Wunner wrote: On Thu, Oct 27, 2016 at 08:19:27PM +0800, Hanjun Guo wrote: I'm trying to using this patch set to solve the functional dependency between devices and irqchip, which are both ACPI platform devices. irqchip needs to be probed before the devices

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-11-02 Thread Hanjun Guo
On 10/28/2016 05:39 PM, Lukas Wunner wrote: On Thu, Oct 27, 2016 at 08:19:27PM +0800, Hanjun Guo wrote: I'm trying to using this patch set to solve the functional dependency between devices and irqchip, which are both ACPI platform devices. irqchip needs to be probed before the devices

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-28 Thread Lukas Wunner
On Thu, Oct 27, 2016 at 08:19:27PM +0800, Hanjun Guo wrote: > I'm trying to using this patch set to solve the functional dependency > between devices and irqchip, which are both ACPI platform devices. > irqchip needs to be probed before the devices connecting to them, > which specifically, it's

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-28 Thread Lukas Wunner
On Thu, Oct 27, 2016 at 08:19:27PM +0800, Hanjun Guo wrote: > I'm trying to using this patch set to solve the functional dependency > between devices and irqchip, which are both ACPI platform devices. > irqchip needs to be probed before the devices connecting to them, > which specifically, it's

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-27 Thread Greg Kroah-Hartman
On Mon, Oct 10, 2016 at 02:36:31PM +0200, Rafael J. Wysocki wrote: > Hi Everyone, > > > On Thursday, September 08, 2016 11:25:44 PM Rafael J. Wysocki wrote: > > > > [cut] > > > > > Time for another update. :-) > > > > Fewer changes this time, mostly to address issues found by Lukas and

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-27 Thread Greg Kroah-Hartman
On Mon, Oct 10, 2016 at 02:36:31PM +0200, Rafael J. Wysocki wrote: > Hi Everyone, > > > On Thursday, September 08, 2016 11:25:44 PM Rafael J. Wysocki wrote: > > > > [cut] > > > > > Time for another update. :-) > > > > Fewer changes this time, mostly to address issues found by Lukas and

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-20 Thread Rafael J. Wysocki
Hi, On Thu, Oct 20, 2016 at 12:21 PM, Marek Szyprowski wrote: > Hi Rafael, > > > On 2016-10-19 13:57, Rafael J. Wysocki wrote: >> >> On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski >> wrote: >>> >>> On 2016-10-10 14:36, Rafael J. Wysocki

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-20 Thread Rafael J. Wysocki
Hi, On Thu, Oct 20, 2016 at 12:21 PM, Marek Szyprowski wrote: > Hi Rafael, > > > On 2016-10-19 13:57, Rafael J. Wysocki wrote: >> >> On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski >> wrote: >>> >>> On 2016-10-10 14:36, Rafael J. Wysocki wrote: [...] One more update after

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-20 Thread Marek Szyprowski
Hi Rafael, On 2016-10-19 13:57, Rafael J. Wysocki wrote: On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski wrote: On 2016-10-10 14:36, Rafael J. Wysocki wrote: [...] One more update after some conversations during LinuxCon Europe. The main point was to make it

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-20 Thread Marek Szyprowski
Hi Rafael, On 2016-10-19 13:57, Rafael J. Wysocki wrote: On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski wrote: On 2016-10-10 14:36, Rafael J. Wysocki wrote: [...] One more update after some conversations during LinuxCon Europe. The main point was to make it possible for

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-19 Thread Rafael J. Wysocki
On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski wrote: > Hi Rafael, > > > On 2016-10-10 14:36, Rafael J. Wysocki wrote: >> >> [...] >> >> One more update after some conversations during LinuxCon Europe. >> >> The main point was to make it possible for

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-19 Thread Rafael J. Wysocki
On Tue, Oct 18, 2016 at 12:46 PM, Marek Szyprowski wrote: > Hi Rafael, > > > On 2016-10-10 14:36, Rafael J. Wysocki wrote: >> >> [...] >> >> One more update after some conversations during LinuxCon Europe. >> >> The main point was to make it possible for device_link_add() to figure out >> the >>

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-18 Thread Marek Szyprowski
Hi Rafael, On 2016-10-10 14:36, Rafael J. Wysocki wrote: [...] One more update after some conversations during LinuxCon Europe. The main point was to make it possible for device_link_add() to figure out the initial state of the link instead of expecting the caller to provide it which might

Re: [PATCH v5 0/5] Functional dependencies between devices

2016-10-18 Thread Marek Szyprowski
Hi Rafael, On 2016-10-10 14:36, Rafael J. Wysocki wrote: [...] One more update after some conversations during LinuxCon Europe. The main point was to make it possible for device_link_add() to figure out the initial state of the link instead of expecting the caller to provide it which might

[PATCH v5 0/5] Functional dependencies between devices

2016-10-10 Thread Rafael J. Wysocki
Hi Everyone, > On Thursday, September 08, 2016 11:25:44 PM Rafael J. Wysocki wrote: > [cut] > > Time for another update. :-) > > Fewer changes this time, mostly to address issues found by Lukas and Marek. > > The most significant one is to make device_link_add() cope with the case > when >

[PATCH v5 0/5] Functional dependencies between devices

2016-10-10 Thread Rafael J. Wysocki
Hi Everyone, > On Thursday, September 08, 2016 11:25:44 PM Rafael J. Wysocki wrote: > [cut] > > Time for another update. :-) > > Fewer changes this time, mostly to address issues found by Lukas and Marek. > > The most significant one is to make device_link_add() cope with the case > when >