aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mhi.h
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2021-01-21 13:23:01 +0530
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2021-01-21 13:23:01 +0530
commitcdce2663ffb8b63ea278802e15e4d1300547e937 (patch)
tree943d2dfbbc27d4f71bb42e9d37731e564ae1415d /include/linux/mhi.h
parentmhi: pci_generic: Fix shared MSI vector support (diff)
parentmhi: use irq_flags if controller driver configures it (diff)
downloadwireguard-linux-cdce2663ffb8b63ea278802e15e4d1300547e937.tar.xz
wireguard-linux-cdce2663ffb8b63ea278802e15e4d1300547e937.zip
Merge branch 'mhi-ath11k-immutable' into mhi-next
Diffstat (limited to 'include/linux/mhi.h')
-rw-r--r--include/linux/mhi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mhi.h b/include/linux/mhi.h
index 48f5c9168ae0..fe6555496e27 100644
--- a/include/linux/mhi.h
+++ b/include/linux/mhi.h
@@ -354,6 +354,7 @@ struct mhi_controller_config {
* @fbc_download: MHI host needs to do complete image transfer (optional)
* @pre_init: MHI host needs to do pre-initialization before power up
* @wake_set: Device wakeup set flag
+ * @irq_flags: irq flags passed to request_irq (optional)
*
* Fields marked as (required) need to be populated by the controller driver
* before calling mhi_register_controller(). For the fields marked as (optional)
@@ -446,6 +447,7 @@ struct mhi_controller {
bool fbc_download;
bool pre_init;
bool wake_set;
+ unsigned long irq_flags;
};
/**