aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmi.h
diff options
context:
space:
mode:
authorNick Dyer <nick@shmanahar.org>2018-06-05 10:17:51 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-06-05 10:33:35 -0700
commit24d28e4f1271cb2f91613dada8f2acccd00eff56 (patch)
treec1b0b3e5a9bfc33fc89e383c540315251b8979c1 /include/linux/rmi.h
parentInput: goldfish_events - fix checkpatch warnings (diff)
downloadlinux-dev-24d28e4f1271cb2f91613dada8f2acccd00eff56.tar.xz
linux-dev-24d28e4f1271cb2f91613dada8f2acccd00eff56.zip
Input: synaptics-rmi4 - convert irq distribution to irq_domain
Convert the RMI driver to use the standard mechanism for distributing IRQs to the various functions. Tested on: * S7300 (F11, F34, F54) * S7817 (F12, F34, F54) Signed-off-by: Nick Dyer <nick@shmanahar.org> Acked-by: Christopher Heiny <cheiny@synaptics.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/rmi.h')
-rw-r--r--include/linux/rmi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rmi.h b/include/linux/rmi.h
index 64125443f8a6..5ef5c7c412a7 100644
--- a/include/linux/rmi.h
+++ b/include/linux/rmi.h
@@ -354,6 +354,8 @@ struct rmi_driver_data {
struct mutex irq_mutex;
struct input_dev *input;
+ struct irq_domain *irqdomain;
+
u8 pdt_props;
u8 num_rx_electrodes;