All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two bq24190 PM improvments
@ 2017-01-20 22:04 Tony Lindgren
  2017-01-20 22:04 ` [PATCH 1/2] power: bq24190_charger: Check the interrupt status on resume Tony Lindgren
  2017-01-20 22:04 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
  0 siblings, 2 replies; 34+ messages in thread
From: Tony Lindgren @ 2017-01-20 22:04 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: Liam Breck, Mark A . Greer, linux-pm, linux-omap

Hi,

Here are the two bq24190 patches rebased against current power-supply
tree now that Liam's changes are applied.

I've kept Mark's acks as the changes were minor and mostly limited to
bq24190_probe() basedon Liam's changes.

Regards,

Tony


Changes from earlier set:

- Separated from Liam's changes that are now in the power-supply tree

- Moved bdi->initialized before devm_request_threaded_irq() as suggested
  by Liam

- Added missing return value check for pm_runtime_get() as suggested by
  Liam

- Updated against current power-supply tree, mostly for the probe error
  handling

Tony Lindgren (2):
  power: bq24190_charger: Check the interrupt status on resume
  power: bq24190_charger: Use PM runtime autosuspend

 drivers/power/supply/bq24190_charger.c | 180 ++++++++++++++++++++++++++-------
 1 file changed, 143 insertions(+), 37 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCHv2 0/2] Two bq24190 PM improvments
@ 2017-01-31  0:02 Tony Lindgren
  2017-01-31  0:02 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
  0 siblings, 1 reply; 34+ messages in thread
From: Tony Lindgren @ 2017-01-31  0:02 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: Liam Breck, Mark A . Greer, linux-pm, linux-omap

Hi,

Here's a repost of the two bq24190 patches rebased against current
power-supply tree.

Regards,

Tony

Changes from v1:

- Call pm_runtime_dont_use_autosuspend() and pm_runtime_put_sync()
  unconditionally in bq24190_remove() as suggested by Liam

Changes from earlier set:

- Separated from Liam's changes that are now in the power-supply tree

- Moved bdi->initialized before devm_request_threaded_irq() as suggested
  by Liam

  - Added missing return value check for pm_runtime_get() as suggested by
    Liam

    - Updated against current power-supply tree, mostly for the probe error
      handling

Tony Lindgren (2):
  power: bq24190_charger: Check the interrupt status on resume
  power: bq24190_charger: Use PM runtime autosuspend

 drivers/power/supply/bq24190_charger.c | 211 +++++++++++++++++++++++++--------
 1 file changed, 161 insertions(+), 50 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCHv3 0/2] Two bq24190 PM improvments
@ 2017-02-03 23:09 Tony Lindgren
  2017-02-03 23:09 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
  0 siblings, 1 reply; 34+ messages in thread
From: Tony Lindgren @ 2017-02-03 23:09 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: Liam Breck, Mark A . Greer, linux-pm, linux-omap

Hi all,

Here's a repost of the two bq24190 patches against current power-supply
tree.

Regards,

Tony

Changes from v2:
- Several improvments for error handling and cosmetic issues based
  on comments by Liam Breck

Changes from v1:

- Call pm_runtime_dont_use_autosuspend() and pm_runtime_put_sync()
  unconditionally in bq24190_remove() as suggested by Liam

Changes from earlier set:

- Separated from Liam's changes that are now in the power-supply tree

- Moved bdi->initialized before devm_request_threaded_irq() as suggested
  by Liam

- Added missing return value check for pm_runtime_get() as suggested by
  Liam

- Updated against current power-supply tree, mostly for the probe error
  handling

Tony Lindgren (2):
  power: bq24190_charger: Check the interrupt status on resume
  power: bq24190_charger: Use PM runtime autosuspend

 drivers/power/supply/bq24190_charger.c | 213 +++++++++++++++++++++++++--------
 1 file changed, 163 insertions(+), 50 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCHv4 0/2] Two bq24190 PM improvments
@ 2017-02-08 23:12 Tony Lindgren
  2017-02-08 23:13 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
  0 siblings, 1 reply; 34+ messages in thread
From: Tony Lindgren @ 2017-02-08 23:12 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: Liam Breck, Mark A . Greer, linux-pm, linux-omap

Hi all,

Here's v4 repost of the two bq24190 patches against current power-supply
tree.

Regards,

Tony

Changes from v3:
- More runtime PM error handling fixes

Changes from v2:
- Several improvments for error handling and cosmetic issues based
  on comments by Liam Breck

Changes from v1:

- Call pm_runtime_dont_use_autosuspend() and pm_runtime_put_sync()
  unconditionally in bq24190_remove() as suggested by Liam

Changes from earlier set:

- Separated from Liam's changes that are now in the power-supply tree

- Moved bdi->initialized before devm_request_threaded_irq() as suggested
  by Liam

- Added missing return value check for pm_runtime_get() as suggested by
  Liam

- Updated against current power-supply tree, mostly for the probe error
  handling


Tony Lindgren (2):
  power: bq24190_charger: Check the interrupt status on resume
  power: bq24190_charger: Use PM runtime autosuspend

 drivers/power/supply/bq24190_charger.c | 214 +++++++++++++++++++++++++--------
 1 file changed, 164 insertions(+), 50 deletions(-)

-- 
2.11.1

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

end of thread, other threads:[~2017-02-08 23:13 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 22:04 [PATCH 0/2] Two bq24190 PM improvments Tony Lindgren
2017-01-20 22:04 ` [PATCH 1/2] power: bq24190_charger: Check the interrupt status on resume Tony Lindgren
2017-01-21  8:08   ` Liam Breck
2017-01-22  1:51     ` Sebastian Reichel
2017-01-22  1:54   ` Sebastian Reichel
2017-01-24  0:47     ` Tony Lindgren
2017-01-20 22:04 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
2017-01-21  0:47   ` Liam Breck
2017-01-24  1:27     ` Tony Lindgren
2017-01-24  3:34       ` Liam Breck
2017-01-24 18:29         ` Tony Lindgren
2017-01-24 23:05           ` Mark Greer
2017-01-26 16:20             ` Tony Lindgren
2017-01-26 23:56           ` Liam Breck
2017-01-30 23:55             ` Tony Lindgren
2017-01-31  0:01               ` Liam Breck
2017-01-31  0:04                 ` Tony Lindgren
2017-01-31  0:02 [PATCHv2 0/2] Two bq24190 PM improvments Tony Lindgren
2017-01-31  0:02 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
2017-01-31  0:14   ` Liam Breck
2017-01-31  0:36     ` Tony Lindgren
2017-02-03  1:43       ` Liam Breck
2017-02-03  3:44         ` Tony Lindgren
2017-02-03 10:38       ` Liam Breck
2017-02-03 18:54         ` Tony Lindgren
2017-02-03 21:00           ` Liam Breck
2017-02-03 21:17             ` Tony Lindgren
2017-02-03 21:44               ` Liam Breck
2017-02-03 22:28                 ` Tony Lindgren
2017-02-04  0:23               ` Liam Breck
2017-02-07 16:01                 ` Tony Lindgren
2017-02-07 18:20                   ` Liam Breck
2017-02-03 23:09 [PATCHv3 0/2] Two bq24190 PM improvments Tony Lindgren
2017-02-03 23:09 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren
2017-02-08 21:32   ` Tony Lindgren
2017-02-08 23:12 [PATCHv4 0/2] Two bq24190 PM improvments Tony Lindgren
2017-02-08 23:13 ` [PATCH 2/2] power: bq24190_charger: Use PM runtime autosuspend Tony Lindgren

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.