Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0a3457d authored by Jean-François Dagenais's avatar Jean-François Dagenais Committed by Dmitry Torokhov
Browse files

Input: adp5588 - add support for gpio names

parent f77621cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ static int __devinit adp5588_gpio_add(struct adp5588_kpad *kpad)
	kpad->gc.base = gpio_data->gpio_start;
	kpad->gc.label = kpad->client->name;
	kpad->gc.owner = THIS_MODULE;
	kpad->gc.names = gpio_data->names;

	mutex_init(&kpad->gpio_lock);

+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ struct i2c_client; /* forward declaration */

struct adp5588_gpio_platform_data {
	int gpio_start;		/* GPIO Chip base # */
	const char *const *names;
	unsigned irq_base;	/* interrupt base # */
	unsigned pullup_dis_mask; /* Pull-Up Disable Mask */
	int	(*setup)(struct i2c_client *client,