Re: PM domain change on unbound devices warning on ipmi_si unload

2016-02-03 Thread Steven Rostedt
On Wed, 03 Feb 2016 01:56:45 +0100 "Rafael J. Wysocki" wrote: > Does this help: https://patchwork.kernel.org/patch/8170821/ ? Yep! Tested-by: Steven Rostedt -- Steve

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-02-02 Thread Joe Lawrence
On 02/02/2016 07:56 PM, Rafael J. Wysocki wrote: Does this help: https://patchwork.kernel.org/patch/8170821/ ? No more warnings on ipmi_si removal over here with that patch. Thanks, -- Joe

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-02-02 Thread Rafael J. Wysocki
On Sunday, January 31, 2016 11:38:21 PM Tomas Winkler wrote: > On Fri, Jan 29, 2016 at 11:45 PM, Rafael J. Wysocki > wrote: > > On Friday, January 29, 2016 12:56:14 PM Joe Lawrence wrote: > >> On 01/29/2016 12:01 PM, Steven Rostedt wrote: > >> > On Thu, Jan 28, 2016 at 02:13:04PM -0600, Corey Min

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-31 Thread Tomas Winkler
On Fri, Jan 29, 2016 at 11:45 PM, Rafael J. Wysocki wrote: > On Friday, January 29, 2016 12:56:14 PM Joe Lawrence wrote: >> On 01/29/2016 12:01 PM, Steven Rostedt wrote: >> > On Thu, Jan 28, 2016 at 02:13:04PM -0600, Corey Minyard wrote: >> >> Tomeu, you added that check in >> >> >> >> [989561de9b

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-29 Thread Rafael J. Wysocki
On Friday, January 29, 2016 12:56:14 PM Joe Lawrence wrote: > On 01/29/2016 12:01 PM, Steven Rostedt wrote: > > On Thu, Jan 28, 2016 at 02:13:04PM -0600, Corey Minyard wrote: > >> Tomeu, you added that check in > >> > >> [989561de9b5112999475b406557d9c7e9e59c041] PM / Domains: add setter for > >> d

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-29 Thread Joe Lawrence
On 01/29/2016 12:01 PM, Steven Rostedt wrote: > On Thu, Jan 28, 2016 at 02:13:04PM -0600, Corey Minyard wrote: >> Tomeu, you added that check in >> >> [989561de9b5112999475b406557d9c7e9e59c041] PM / Domains: add setter for >> dev.pm_domain >> >> and either something is wrong in the platform device

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-29 Thread Steven Rostedt
On Thu, Jan 28, 2016 at 02:13:04PM -0600, Corey Minyard wrote: > Tomeu, you added that check in > > [989561de9b5112999475b406557d9c7e9e59c041] PM / Domains: add setter for > dev.pm_domain > > and either something is wrong in the platform device handling or elsewhere > in the device code, if > tha

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-28 Thread Corey Minyard
Tomeu, you added that check in [989561de9b5112999475b406557d9c7e9e59c041] PM / Domains: add setter for dev.pm_domain and either something is wrong in the platform device handling or elsewhere in the device code, if that check is valid. -corey On 01/28/2016 07:56 AM, Corey Minyard wrote: O

Re: PM domain change on unbound devices warning on ipmi_si unload

2016-01-28 Thread Corey Minyard
On 01/27/2016 10:45 PM, Joe Lawrence wrote: Starting in 4.5-rc1, I noticed this warning on ipmi_si driver removal: % modprobe ipmi_si % rmmod ipmi_si Yes, I had just noticed this yesterday and I was going to try to trace it down today. I had assumed it was an IPMI driver problem, but after lo