Re: [PATCH] gpiolib: Document new gpio_chip.init_valid_mask field

2019-07-04 Thread Linus Walleij
On Mon, Jul 1, 2019 at 4:26 PM Geert Uytterhoeven wrote: > A new field init_valid_mask was added to struct gpio_chip, but it was > not documented. > > Fixes: f8ec92a9f63b3b11 ("gpiolib: Add init_valid_mask exported function") > Signed-off-by: Geert Uytterhoeven Patch applied. Yours, Linus Wall

[PATCH] gpiolib: Document new gpio_chip.init_valid_mask field

2019-07-01 Thread Geert Uytterhoeven
A new field init_valid_mask was added to struct gpio_chip, but it was not documented. Fixes: f8ec92a9f63b3b11 ("gpiolib: Add init_valid_mask exported function") Signed-off-by: Geert Uytterhoeven --- include/linux/gpio/driver.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/g