diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
commit | d864991b220b7c62e81d21209e1fd978fd67352c (patch) | |
tree | b570a1ad6fc1b959c5bcda6ceca0b321319c01e0 /include/linux/gpio/driver.h | |
parent | a688c53a0277d8ea21d86a5c56884892e3442c5e (diff) | |
parent | bab5c80b211035739997ebd361a679fa85b39465 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly,
except the cls_u32.c one where I simply too the entire HEAD
chunk.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/gpio/driver.h')
-rw-r--r-- | include/linux/gpio/driver.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index 0ea328e71ec9..a4d5eb37744a 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
@@ -95,6 +95,13 @@ struct gpio_irq_chip { | |||
95 | unsigned int num_parents; | 95 | unsigned int num_parents; |
96 | 96 | ||
97 | /** | 97 | /** |
98 | * @parent_irq: | ||
99 | * | ||
100 | * For use by gpiochip_set_cascaded_irqchip() | ||
101 | */ | ||
102 | unsigned int parent_irq; | ||
103 | |||
104 | /** | ||
98 | * @parents: | 105 | * @parents: |
99 | * | 106 | * |
100 | * A list of interrupt parents of a GPIO chip. This is owned by the | 107 | * A list of interrupt parents of a GPIO chip. This is owned by the |