On Friday 16 January 2009, Peter Barada wrote: > I'm trying > initcall_sysbys_sync() to have my code called after the twl4040 > initializes, but before the devices come up. > > Is the the right way to approach this? Well, "subsys_initcall()" ... that should work. Declare the VAUX1 regulator in the normal way, and you can either hook up VAUX1 to the relevant device node and have it turn on the regulator, or just mark it as always_on. - Dave -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html