commit | ddf0e1c20d8b72c409e4c954002069445babc762 | [log] [tgz] |
---|---|---|
author | Martin Sperl <kernel@martin.sperl.org> | Thu Oct 15 10:09:11 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 16 15:34:26 2015 +0100 |
tree | 27fd4239ee6f8be8a3fa0445c70edcfc5d7d3739 | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f [diff] |
spi: bcm2835: 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>