Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpiolib: Hook up WM8994 gpio_to_irq()

Not sure where this went.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Mark Brown and committed by
Samuel Ortiz
deb26e92 f337134f

+1
+1
drivers/gpio/wm8994-gpio.c
··· 140 140 .get = wm8994_gpio_get, 141 141 .direction_output = wm8994_gpio_direction_out, 142 142 .set = wm8994_gpio_set, 143 + .to_irq = wm8994_gpio_to_irq, 143 144 .dbg_show = wm8994_gpio_dbg_show, 144 145 .can_sleep = 1, 145 146 };