Skip to content
Commit 87c49e20 authored by Haojian Zhuang's avatar Haojian Zhuang
Browse files

ARM: pxa: use chained interrupt for GPIO0 and GPIO1



GPIO0 and GPIO1 are linked to unique interrupt line in PXA series,
others are linked to another interrupt line. All GPIO are linked to one
interrupt line in MMP series.

Since gpio driver is shared between PXA series and MMP series, define
GPIO0 and GPIO1 as chained interrupt chip. So we can move out gpio code
from irq.c to gpio-pxa.c.

Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 6384fdad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment