Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-07 Thread Michał Kępień
> On Mon, Jun 5, 2017 at 8:03 PM, Darren Hart wrote: > > On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: > >> I know I have probably started sounding like a broken record by now, but > >> I still have not seen any response (apart from the typos getting fixed)

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-07 Thread Michał Kępień
> On Mon, Jun 5, 2017 at 8:03 PM, Darren Hart wrote: > > On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: > >> I know I have probably started sounding like a broken record by now, but > >> I still have not seen any response (apart from the typos getting fixed) > >> to my comments on

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-06 Thread Andy Lutomirski
On Mon, Jun 5, 2017 at 8:03 PM, Darren Hart wrote: > On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: >> I know I have probably started sounding like a broken record by now, but >> I still have not seen any response (apart from the typos getting fixed) >> to my

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-06 Thread Andy Lutomirski
On Mon, Jun 5, 2017 at 8:03 PM, Darren Hart wrote: > On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: >> I know I have probably started sounding like a broken record by now, but >> I still have not seen any response (apart from the typos getting fixed) >> to my comments on this

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-05 Thread Darren Hart
On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: > I know I have probably started sounding like a broken record by now, but > I still have not seen any response (apart from the typos getting fixed) > to my comments on this patch which I posted in January 2016 [1]. > > None of the

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-05 Thread Darren Hart
On Thu, Jun 01, 2017 at 10:43:39PM +0200, Michał Kępień wrote: > I know I have probably started sounding like a broken record by now, but > I still have not seen any response (apart from the typos getting fixed) > to my comments on this patch which I posted in January 2016 [1]. > > None of the

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-01 Thread Michał Kępień
I know I have probably started sounding like a broken record by now, but I still have not seen any response (apart from the typos getting fixed) to my comments on this patch which I posted in January 2016 [1]. None of the issues I found back then are really critical, but I did point out a

Re: [PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-06-01 Thread Michał Kępień
I know I have probably started sounding like a broken record by now, but I still have not seen any response (apart from the typos getting fixed) to my comments on this patch which I posted in January 2016 [1]. None of the issues I found back then are really critical, but I did point out a

[PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-05-26 Thread Darren Hart
From: Andy Lutomirski At some point, we will want sub-drivers to get references to other devices on the same WMI bus. This change is needed to avoid races. This ends up simplifying the setup code and fixing some leaks, too. Signed-off-by: Andy Lutomirski Cc:

[PATCH 09/16] platform/x86: wmi: Instantiate all devices before adding them

2017-05-26 Thread Darren Hart
From: Andy Lutomirski At some point, we will want sub-drivers to get references to other devices on the same WMI bus. This change is needed to avoid races. This ends up simplifying the setup code and fixing some leaks, too. Signed-off-by: Andy Lutomirski Cc: Andy Lutomirski Cc: Mario