On Tue, Aug 4, 2015 at 11:23 AM, Markus Pargmann <mpa@xxxxxxxxxxxxxx> wrote: > The gpio hogging functions are currently only used for gpio-hogging. But > these functions are widely generic ones which parse gpio device nodes in > the DT. > > Signed-off-by: Markus Pargmann <mpa@xxxxxxxxxxxxxx> (...) > /** > - * of_get_gpio_hog() - Get a GPIO hog descriptor, names and flags for GPIO API > + * of_parse_gpio() - Get a GPIO hog descriptor, names and flags for GPIO API It's not a good name, too generic. It could easily be assued this is for something wider. of_parse_own_gpio() or something, indicating that this pertains to the chip itself and not to outside users, would be better. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html