linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] power: supply: tps65217: Support USB charger feature
@ 2016-12-18  2:54 Milo Kim
  2016-12-18  2:54 ` [PATCH v3 1/7] power: supply: tps65217: Use 'poll_task' on unloading the module Milo Kim
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Milo Kim @ 2016-12-18  2:54 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: Enric Balletbo i Serra, linux-pm, linux-kernel, Milo Kim

TPS65217 device supports two charger inputs - AC and USB.
Currently, only AC charger is supported. This patch-set adds USB charger 
feature. Tested on Beaglebone black.

Patch 1: Preceding step of the main patch
Patch 2: Main patch
Patch 3 ~ 7: Naming changes for generic power supply class structure

v3:
  Reorder the patches to avoid bisection issue

v2:
  Regenerate the patchset for better code review

Milo Kim (7):
  power: supply: tps65217: Use 'poll_task' on unloading the module
  power: supply: tps65217: Support USB charger interrupt
  power: supply: tps65217: Use generic name for charger online
  power: supply: tps65217: Use generic name for power supply structure
  power: supply: tps65217: Use generic name for power supply property
  power: supply: tps65217: Use generic name for get_property()
  power: supply: tps65217: Use generic charger name

 drivers/power/supply/tps65217_charger.c | 99 ++++++++++++++++++---------------
 1 file changed, 53 insertions(+), 46 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2016-12-18 12:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-18  2:54 [PATCH v3 0/7] power: supply: tps65217: Support USB charger feature Milo Kim
2016-12-18  2:54 ` [PATCH v3 1/7] power: supply: tps65217: Use 'poll_task' on unloading the module Milo Kim
2016-12-18  2:54 ` [PATCH v3 2/7] power: supply: tps65217: Support USB charger interrupt Milo Kim
2016-12-18  2:54 ` [PATCH v3 3/7] power: supply: tps65217: Use generic name for charger online Milo Kim
2016-12-18  2:54 ` [PATCH v3 4/7] power: supply: tps65217: Use generic name for power supply structure Milo Kim
2016-12-18  2:54 ` [PATCH v3 5/7] power: supply: tps65217: Use generic name for power supply property Milo Kim
2016-12-18  2:54 ` [PATCH v3 6/7] power: supply: tps65217: Use generic name for get_property() Milo Kim
2016-12-18  2:54 ` [PATCH v3 7/7] power: supply: tps65217: Use generic charger name Milo Kim
2016-12-18 12:28 ` [PATCH v3 0/7] power: supply: tps65217: Support USB charger feature Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).