linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] twl4030: Various fixes for charing-from-USB
@ 2012-04-25  7:33 NeilBrown
  2012-04-25  7:33 ` [PATCH 1/6] twl4030_charger: Fix some typos NeilBrown
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: NeilBrown @ 2012-04-25  7:33 UTC (permalink / raw)
  To: Samuel Ortiz, Felipe Balbi, Grazvydas Ignotas, Greg Kroah-Hartman
  Cc: linux-kernel, linux-usb, linux-omap

Following are a collection of patches that I've need using for a while
to make sure the charge-from-usb on my GTA04 works.
Hopefully I've included the right people in the recipient list :-)

The issues are:
 - charge the backup battery as well as the main battery
 - charge from a charger which ties ID to ground via a resistor
 - charge while device is suspended, or when no gadget module is
   loaded (i.e. when the USB side thinks the phy should be powered
   down).

Questions and comments more welcome.

Thanks,
NeilBrown


---

NeilBrown (6):
      twl4030-usb: Don't report EVENT_ID when there is VBUS.
      twl4030-usb: Don't power down phy when it is in-use by charger.
      twl4030_charger: Allow charger to control the regulator that feeds it.
      twl4030_charger: allow charging whenever VBUS is present.
      twl4030_charger: add backup-battery charging.
      twl4030_charger: Fix some typos


 drivers/mfd/twl-core.c          |    9 ++--
 drivers/power/twl4030_charger.c |   86 +++++++++++++++++++++++++++++++++++----
 drivers/usb/otg/twl4030-usb.c   |   27 ++++++++----
 include/linux/i2c/twl.h         |    2 +
 4 files changed, 102 insertions(+), 22 deletions(-)

-- 
Signature


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

end of thread, other threads:[~2012-05-10 14:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-25  7:33 [PATCH 0/6] twl4030: Various fixes for charing-from-USB NeilBrown
2012-04-25  7:33 ` [PATCH 1/6] twl4030_charger: Fix some typos NeilBrown
2012-04-25  7:33 ` [PATCH 3/6] twl4030_charger: allow charging whenever VBUS is present NeilBrown
2012-04-25 11:33   ` Grazvydas Ignotas
2012-04-29 23:34     ` NeilBrown
2012-04-25  7:33 ` [PATCH 2/6] twl4030_charger: add backup-battery charging NeilBrown
2012-04-25  7:33 ` [PATCH 5/6] twl4030-usb: Don't power down phy when it is in-use by charger NeilBrown
2012-04-25  7:33 ` [PATCH 4/6] twl4030_charger: Allow charger to control the regulator that feeds it NeilBrown
2012-04-30 10:14   ` Tero Kristo
2012-05-01  1:01     ` NeilBrown
2012-05-09 16:06   ` Samuel Ortiz
2012-04-25  7:33 ` [PATCH 6/6] twl4030-usb: Don't report EVENT_ID when there is VBUS NeilBrown
2012-04-25  8:05   ` Felipe Balbi
2012-04-25 10:29     ` NeilBrown
2012-04-25 11:44   ` Grazvydas Ignotas
2012-04-25 11:31 ` [PATCH 0/6] twl4030: Various fixes for charing-from-USB Grazvydas Ignotas
2012-04-29 23:30   ` NeilBrown
2012-05-05 10:49     ` Anton Vorontsov
2012-05-05 10:52       ` Anton Vorontsov
2012-05-10  1:24 ` Peter Chen
2012-05-10  2:37   ` NeilBrown
2012-05-10  6:46     ` Chen Peter-B29397
2012-05-10 14:45     ` Alan Stern

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).