diff options
author | Grygorii Strashko <grygorii.strashko@linaro.org> | 2015-03-23 14:18:27 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-03-27 11:06:22 +0100 |
commit | 9943f2611c33b9f651b23600d6c3f13478c7fb0d (patch) | |
tree | 0b8c431693e2f6ec00df6b454ca72ad03cea5505 /tools | |
parent | 37e14ecfb1f461621d4dd0b2d83a790c176212a4 (diff) | |
download | op-kernel-dev-9943f2611c33b9f651b23600d6c3f13478c7fb0d.zip op-kernel-dev-9943f2611c33b9f651b23600d6c3f13478c7fb0d.tar.gz |
gpio: omap: convert gpio irq functions to use GPIO offset
Convert GPIO IRQ functions to use GPIO offset instead of system
GPIO numbers. This allows to drop unneeded conversations between
system GPIO <-> GPIO offset which are done in many places and
many times.
It is safe to do now because:
- gpiolib always passes GPIO offset to GPIO controller
- OMAP GPIO driver converted to use IRQ domain, so
struct irq_data->hwirq contains GPIO offset
This is preparation step before removing:
#define GPIO_INDEX(bank, gpio)
#define GPIO_BIT(bank, gpio)
int omap_irq_to_gpio()
Tested-by: Tony Lindgren <tony@atomide.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Acked-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Grygorii Strashko <grygorii.strashko@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions