On Mon, Nov 5, 2012 at 2:50 PM, Rafael J. Wysocki <rjw@xxxxxxx> wrote: > On Monday, November 05, 2012 02:28:45 PM Linus Walleij wrote: >> But since Grant merged the gpiolib-of.c thing and is still the >> main maintainer I can atleast chicken out by referring to him >> this time ... hit me back if he doesn't respond and I will >> have to refactor the world or something. > > No need to be grumpy. :-) Just a little bit ... sorry. > I forgot to mention that we want to hook up _existing_ drivers to those things, > and they already use the global GPIO numbers, don't they? Yes they do, usually this is either passed from the platform using platform data or handled by device tree lookups to individual drivers. So you will have to modify each such existing driver to do ACPI probe akin to the DT codepath and call acpi_get_gpio() on every pin they need going forward. But that is the plan I guess. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html