diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-06-04 02:28:17 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-06-16 10:19:53 +0200 |
commit | 5e50311556c9f409a85740e3cb4c4511e7e27da0 (patch) | |
tree | a50f608dfe07f81af0dfc9d1934a3de76b456f15 /CREDITS | |
parent | Linux 5.8-rc1 (diff) | |
download | linux-5e50311556c9f409a85740e3cb4c4511e7e27da0.tar.xz linux-5e50311556c9f409a85740e3cb4c4511e7e27da0.zip |
pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage
Fix the following warnings caused by reusage of the same irq_chip
instance for all spmi-gpio gpio_irq_chip instances. Instead embed
irq_chip into pmic_gpio_state struct.
gpio gpiochip2: (c440000.qcom,spmi:pmic@2:gpio@c000): detected irqchip that is shared with multiple gpiochips: please fix the driver.
gpio gpiochip3: (c440000.qcom,spmi:pmic@4:gpio@c000): detected irqchip that is shared with multiple gpiochips: please fix the driver.
gpio gpiochip4: (c440000.qcom,spmi:pmic@a:gpio@c000): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200604002817.667160-1-dmitry.baryshkov@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions