diff options
| author | Javier Martinez Canillas <[email protected]> | 2014-04-06 16:58:13 +0200 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2014-04-28 12:35:08 -0700 |
| commit | caebd9db7677166994570db69210cdaa3e30e1fb (patch) | |
| tree | 9108e44c69001ff2e4b1e51a92bc01d350efd0ca /tools/perf/scripts/python | |
| parent | 0815c2c0934feb0a99e24bddb8b319f94ae22c9e (diff) | |
gpio: omap: convert to use irq_domain_add_simple()
The GPIO OMAP driver supports different OMAP SoC families and
not all of them have the needed support to use the linear IRQ
domain mapping like OMAP1 that use the legacy domain mapping.
But this special check is not necessary since the simple IRQ
domain mapping is able to handle both cases. Having a zero
IRQ offset will be interpreted as a linear domain case while
a non-zero value will be interpreted as a legacy domain case.
Signed-off-by: Javier Martinez Canillas <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Tested-by: Tony Lindgren <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions