lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 May 2012 09:24:23 +0800
From:	Peter Chen <peter.chen@...escale.com>
To:	NeilBrown <neilb@...e.de>
CC:	Samuel Ortiz <sameo@...ux.intel.com>, Felipe Balbi <balbi@...com>,
	Grazvydas Ignotas <notasas@...il.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	<linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>,
	<linux-omap@...r.kernel.org>
Subject: Re: [PATCH 0/6] twl4030: Various fixes for charing-from-USB

On Wed, Apr 25, 2012 at 05:33:10PM +1000, NeilBrown wrote:
> 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).
According to USB Spec, when the USB bus goes to suspend, the device
should not draw more than 2.5mA. So when the device is suspended,
it should notify the battery driver do NOT charge any more.
> 
> 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 

Best Regards,
Peter Chen

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists