All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: light: apds9960: add system-wide suspend
@ 2017-04-13  2:16 Matt Ranostay
  2017-04-13 18:21 ` Matt Ranostay
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Ranostay @ 2017-04-13  2:16 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

APDS9960 can safefully force runtime suspend if the system wants
to enter system-wide suspend

Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
---
 drivers/iio/light/apds9960.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
index a4304edc3e0f..67da1287e987 100644
--- a/drivers/iio/light/apds9960.c
+++ b/drivers/iio/light/apds9960.c
@@ -1112,6 +1112,8 @@ static int apds9960_runtime_resume(struct device *dev)
 #endif
 
 static const struct dev_pm_ops apds9960_pm_ops = {
+	SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
+				pm_runtime_force_resume)
 	SET_RUNTIME_PM_OPS(apds9960_runtime_suspend,
 			   apds9960_runtime_resume, NULL)
 };
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] iio: light: apds9960: add system-wide suspend
  2017-04-13  2:16 [PATCH] iio: light: apds9960: add system-wide suspend Matt Ranostay
@ 2017-04-13 18:21 ` Matt Ranostay
  2017-04-14 15:44   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Ranostay @ 2017-04-13 18:21 UTC (permalink / raw)
  To: open list:IIO SUBSYSTEM AND...; +Cc: Jonathan Cameron, Matt Ranostay

On Wed, Apr 12, 2017 at 7:16 PM, Matt Ranostay
<matt.ranostay@konsulko.com> wrote:
> APDS9960 can safefully force runtime suspend if the system wants

Yikes! Typo should be -> safely

> to enter system-wide suspend
>
> Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
> ---
>  drivers/iio/light/apds9960.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
> index a4304edc3e0f..67da1287e987 100644
> --- a/drivers/iio/light/apds9960.c
> +++ b/drivers/iio/light/apds9960.c
> @@ -1112,6 +1112,8 @@ static int apds9960_runtime_resume(struct device *dev)
>  #endif
>
>  static const struct dev_pm_ops apds9960_pm_ops = {
> +       SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
> +                               pm_runtime_force_resume)
>         SET_RUNTIME_PM_OPS(apds9960_runtime_suspend,
>                            apds9960_runtime_resume, NULL)
>  };
> --
> 2.11.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] iio: light: apds9960: add system-wide suspend
  2017-04-13 18:21 ` Matt Ranostay
@ 2017-04-14 15:44   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2017-04-14 15:44 UTC (permalink / raw)
  To: Matt Ranostay, open list:IIO SUBSYSTEM AND...

On 13/04/17 19:21, Matt Ranostay wrote:
> On Wed, Apr 12, 2017 at 7:16 PM, Matt Ranostay
> <matt.ranostay@konsulko.com> wrote:
>> APDS9960 can safefully force runtime suspend if the system wants
> 
> Yikes! Typo should be -> safely
Applied and fixed up typo.

Jonathan
> 
>> to enter system-wide suspend
>>
>> Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
>> ---
>>  drivers/iio/light/apds9960.c | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
>> index a4304edc3e0f..67da1287e987 100644
>> --- a/drivers/iio/light/apds9960.c
>> +++ b/drivers/iio/light/apds9960.c
>> @@ -1112,6 +1112,8 @@ static int apds9960_runtime_resume(struct device *dev)
>>  #endif
>>
>>  static const struct dev_pm_ops apds9960_pm_ops = {
>> +       SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
>> +                               pm_runtime_force_resume)
>>         SET_RUNTIME_PM_OPS(apds9960_runtime_suspend,
>>                            apds9960_runtime_resume, NULL)
>>  };
>> --
>> 2.11.0
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-14 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  2:16 [PATCH] iio: light: apds9960: add system-wide suspend Matt Ranostay
2017-04-13 18:21 ` Matt Ranostay
2017-04-14 15:44   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.