Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-25 Thread Ulf Hansson
On 24 September 2014 21:52, Russell King - ARM Linux wrote: > On Wed, Sep 24, 2014 at 03:47:17PM -0400, Alan Stern wrote: >> On Wed, 24 Sep 2014, Pavel Machek wrote: >> >> > On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: >> > > Add a simple getter pm_runtime_is_irq_safe() for quering

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-25 Thread Krzysztof Kozlowski
On śro, 2014-09-24 at 19:53 +0200, Pavel Machek wrote: > On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: > > Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime > > PM IRQ safe was set or not. > > > > Various bus drivers implementing runtime PM may use choose to

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-25 Thread Krzysztof Kozlowski
On śro, 2014-09-24 at 19:53 +0200, Pavel Machek wrote: On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers implementing runtime PM may use choose to suspend

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-25 Thread Ulf Hansson
On 24 September 2014 21:52, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Sep 24, 2014 at 03:47:17PM -0400, Alan Stern wrote: On Wed, 24 Sep 2014, Pavel Machek wrote: On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: Add a simple getter pm_runtime_is_irq_safe() for

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Russell King - ARM Linux
On Wed, Sep 24, 2014 at 03:47:17PM -0400, Alan Stern wrote: > On Wed, 24 Sep 2014, Pavel Machek wrote: > > > On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: > > > Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime > > > PM IRQ safe was set or not. > > > > > > Various

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Alan Stern
On Wed, 24 Sep 2014, Pavel Machek wrote: > On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: > > Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime > > PM IRQ safe was set or not. > > > > Various bus drivers implementing runtime PM may use choose to suspend > >

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Pavel Machek
On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: > Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime > PM IRQ safe was set or not. > > Various bus drivers implementing runtime PM may use choose to suspend > differently based on IRQ safeness status of child driver

[PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Krzysztof Kozlowski
Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers implementing runtime PM may use choose to suspend differently based on IRQ safeness status of child driver (e.g. do not unprepare the clock if IRQ safe is not set).

[PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Krzysztof Kozlowski
Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers implementing runtime PM may use choose to suspend differently based on IRQ safeness status of child driver (e.g. do not unprepare the clock if IRQ safe is not set).

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Pavel Machek
On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers implementing runtime PM may use choose to suspend differently based on IRQ safeness status of child driver (e.g. do

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Alan Stern
On Wed, 24 Sep 2014, Pavel Machek wrote: On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers implementing runtime PM may use choose to suspend differently based

Re: [PATCH v7 1/5] PM / Runtime: Add getter for quering the IRQ safe option

2014-09-24 Thread Russell King - ARM Linux
On Wed, Sep 24, 2014 at 03:47:17PM -0400, Alan Stern wrote: On Wed, 24 Sep 2014, Pavel Machek wrote: On Wed 2014-09-24 15:50:08, Krzysztof Kozlowski wrote: Add a simple getter pm_runtime_is_irq_safe() for quering whether runtime PM IRQ safe was set or not. Various bus drivers