commit | 01e7dc89d060413fd639635618de506093730964 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 26 11:29:42 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Aug 12 08:54:05 2011 +0100 |
tree | 4fd1f5563c3446155e18fe76d4789ca6fe17b791 | |
parent | 22fe67837614469f8e86c97e9e43d46270701b33 [diff] |
ARM: gpio: consolidate gpio_to_irq Many of the gpio_to_irq implementations use the gpiolib version of this function. Provide the standard gpiolib gpio_to_irq() for everyone, but allow platforms to override it if they wish. Add the neccessary overrides for those platforms which do not use the standard definition. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>