commit | 07bce09e11f5007635d7f9e6bc55679dd6ed18bd | [log] [tgz] |
---|---|---|
author | Martin Sperl <kernel@martin.sperl.org> | Thu Oct 15 10:10:20 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 16 15:35:33 2015 +0100 |
tree | e5f073eb8e787acbd6d11903eaadf2bf7901434e | |
parent | 72aac02b3730fa0e2e1ccab57712a94400344f8a [diff] |
spi: bcm2835aux: change initialization order and switch to platform_get_irq Change the initialization order of the HW so that the interrupt is only requested after the HW is initialized Also the use of irq_of_parse_and_map is replaced by platform_get_irq. Signed-off-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>