On Thu, Oct 22, 2015 at 10:32:27AM +0200, Linus Walleij wrote: > +/** > + * struct gpiochip_info - Information about a certain GPIO chip > + * @name: the name of this GPIO chip > + * @lines: number of GPIO lines on this chip > + */ > +struct gpiochip_info { > + char name[32]; To be pendantic, s/char/__u8/ Otherwise, looks good, but I don't see the read/write protocol here, is that in a later patch? thanks, greg k-h -- 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