summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>2017-06-05 12:08:01 -0700
committerLee Jones <lee.jones@linaro.org>2017-06-19 15:44:10 +0100
commit4533d8551b7dc594f5d203c1dc6c1527a21ad61d (patch)
treeb4c959109c35f0407da723efff5e065497ada83b /drivers/crypto
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadlinux-stable-4533d8551b7dc594f5d203c1dc6c1527a21ad61d.tar.gz
linux-stable-4533d8551b7dc594f5d203c1dc6c1527a21ad61d.tar.bz2
linux-stable-4533d8551b7dc594f5d203c1dc6c1527a21ad61d.zip
mfd: intel_soc_pmic_bxtwc: Fix TMU interrupt index
TMU interrupts are registered as a separate interrupt chip, and hence it should start its interrupt index(BXTWC_TMU_IRQ) number from 0. But currently, BXTWC_TMU_IRQ is defined as part of enum bxtwc_irqs_level2 and its index value is 11. Since this index value is used when calculating .num_irqs of regmap_irq_chip_tmu, it incorrectly reports number of IRQs as 12 instead of actual value of 1. This patch fixes this issue by creating new enum of tmu IRQs and resetting its starting index to 0. Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions