summaryrefslogtreecommitdiff
path: root/sound/oss/mpu401.h
blob: 0ad1e9ee74f7f4b5b1c983761a6c562072b22eee (plain)
1
2
3
4
5
6
7
8
9
10
11

/*	From uart401.c */
int probe_uart401 (struct address_info *hw_config, struct module *owner);
void unload_uart401 (struct address_info *hw_config);

irqreturn_t uart401intr (int irq, void *dev_id);

/*	From mpu401.c */
int probe_mpu401(struct address_info *hw_config, struct resource *ports);
int attach_mpu401(struct address_info * hw_config, struct module *owner);
void unload_mpu401(struct address_info *hw_info);
try.torokhov@gmail.com>2017-01-04 20:57:22 -0800 committerWolfram Sang <wsa@the-dreams.de>2017-01-12 20:06:15 +0100 commit331c34255293cd02d395b7097008b509ba89e60e (patch) tree90c079b378ecb58eaa9dac6341ae9c776bc97019 /net/sched parent30f939feaeee23e21391cfc7b484f012eb189c3c (diff)
i2c: do not enable fall back to Host Notify by default
Falling back unconditionally to HostNotify as primary client's interrupt breaks some drivers which alter their functionality depending on whether interrupt is present or not, so let's introduce a board flag telling I2C core explicitly if we want wired interrupt or HostNotify-based one: I2C_CLIENT_HOST_NOTIFY. For DT-based systems we introduce "host-notify" property that we convert to I2C_CLIENT_HOST_NOTIFY board flag. Tested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'net/sched')