Commit d0a3457d38adbad37e43ffe6b763360b2bfe71d9
Committed by
Dmitry Torokhov
1 parent
f77621cc64
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
Input: adp5588 - add support for gpio names
Signed-off-by: Jean-François Dagenais <jeff.dagenais@gmail.com> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff
drivers/input/keyboard/adp5588-keys.c
include/linux/i2c/adp5588.h
... | ... | @@ -157,6 +157,7 @@ |
157 | 157 | |
158 | 158 | struct adp5588_gpio_platform_data { |
159 | 159 | int gpio_start; /* GPIO Chip base # */ |
160 | + const char *const *names; | |
160 | 161 | unsigned irq_base; /* interrupt base # */ |
161 | 162 | unsigned pullup_dis_mask; /* Pull-Up Disable Mask */ |
162 | 163 | int (*setup)(struct i2c_client *client, |