commit | 0b76c5412146c1c9e8aef495d2926f31351bc3c0 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Aug 20 16:43:32 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Sep 03 09:31:44 2012 +0800 |
tree | e99af001689a62706776681577c1bcafa9d85b5f | |
parent | d9875690d9b89a866022ff49e3fcea892345ad92 [diff] |
gpio/mxs: adopt irq_domain support for mxs gpio driver Remove irq_domain_add_legacy call from mach-mxs.c and have the gpio driver adopt irqdomain support, so that we can have the mapping between gpio and irq number available without using virtual_irq_start and MXS_GPIO_IRQ_START. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>