Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6806db5d authored by Lina Iyer's avatar Lina Iyer
Browse files

drivers: pinctrl: msm: fix GIC warning for IRQ_TYPE_NONE



When drivers request GPIO as IRQ, we would not know the trigger type of
the IRQ. Assumption of any one particular type could cause failure if
the driver requests a different trigger type in request_irq.

Use IRQ_TYPE_NONE when creating the mapping for the IRQ, but assume a
trigger type when setting up the parents to avoid GIC from complaining
about incorrect type.

Change-Id: I0443713099b15a11691ae1f7f5dd17b7879577c0
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 2fd9b6ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment