Hi, (break your lines at 80-chars) On Fri, Mar 11, 2011 at 12:43:47PM +0000, kalle.jokiniemi@xxxxxxxxx wrote: > There is also a problem with USB eating a lot of current from the PMIC > (TWL5030) after boot, though It seemed to not be the case with > upstream linux-usb, so need to just find the right patch to backport > to our meego kernel. That bug is here: > > https://bugs.meego.com/show_bug.cgi?id=14369 looks like regulators are left on by bootloader and driver assumes regulators are off. What you can is, instead of setting twl->asleep to one always, read it from HW. Commit 461c317705eca5cac09a360f488715927fd0a927 might help. But be sure to guarantee regulator enable/disable balancing. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html