On Tue, Feb 10, 2009 at 03:08:14PM +0200, Kalle Jokiniemi wrote: > A bug has been discovered here. If the twl-regulator is not compiled in, > the twl4030-usb fails while trying to access the reg-fw interfaces (and reg-fw is the regulator framework? > not checking error values). Also it's bit confusing how we get different > error values if reg_fw is not compiled (no error) vs. reg_fw is > compiled, but twl_regulator is not... (error) The general model is that if you've got regulator API support enabled then you'll have the relevant regulator drivers enabled. The support for compiling out the core is intended to allow configurations that don't use regulators at all. This is a bit restrictive but works well for most users. -- 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