From 0f44e4f13105a77b07fe3d7a5bb47c09c72f4926 Mon Sep 17 00:00:00 2001 From: Ghanim Fodi Date: Sun, 21 Aug 2016 12:05:45 +0300 Subject: msm: ipa3: Update registers configurations for IPAv3.5/3.5.1 IPA v3.5 and v3.5.1 introduces changes to several IPA registers. Some registers have new fields, some fields are shifted and others are removed. This change updates IPAHAL to support these changes. CRs-fixed: 1055677 Change-Id: I2046318ba40beca75bdc2f40554fc9a458da5581 Signed-off-by: Ghanim Fodi --- include/linux/ipa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/ipa.h b/include/linux/ipa.h index 5f85508353c9..d85cf54cc785 100644 --- a/include/linux/ipa.h +++ b/include/linux/ipa.h @@ -764,6 +764,7 @@ enum ipa_irq_type { IPA_TX_SUSPEND_IRQ, IPA_TX_HOLB_DROP_IRQ, IPA_BAM_IDLE_IRQ, + IPA_BAM_GSI_IDLE_IRQ = IPA_BAM_IDLE_IRQ, IPA_IRQ_MAX }; -- cgit v1.2.3