]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpiolib.h
Merge remote-tracking branch 'pm/linux-next'
[karo-tx-linux.git] / drivers / gpio / gpiolib.h
index e69c7157cdad16986735c69219703526f0793857..98ab08c0aa2d2d13344b6af003e6696129193907 100644 (file)
@@ -97,7 +97,10 @@ struct gpio_desc {
 #define FLAG_USED_AS_IRQ 9     /* GPIO is connected to an IRQ */
 #define FLAG_IS_HOGGED 11      /* GPIO is hogged */
 
+       /* Connection label */
        const char              *label;
+       /* Name of the GPIO */
+       const char              *name;
 };
 
 int gpiod_request(struct gpio_desc *desc, const char *label);