diff options
author | Grygorii Strashko <[email protected]> | 2015-03-23 14:18:25 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2015-03-27 11:04:45 +0100 |
commit | 4a58d2296f602202839d563d680cf0b2d677337f (patch) | |
tree | 731d4651d947bff01195f559a53afd2823172645 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 04ebcbd82ec3b6fb88644e983f85224e95cf55e5 (diff) |
gpio: omap: convert debounce functions switch to use gpio offset
Convert debounce 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
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 <[email protected]>
Tested-by: Aaro Koskinen <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Grygorii Strashko <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions