commit | aeef9915b9a40d257ec94f9900a3fb4a15da2ab7 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Wed Sep 26 16:48:36 2012 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Sep 28 14:05:06 2012 +0100 |
tree | 3c3e9d9707b763047f1fe4a445bc5d71d9addd36 | |
parent | 8e5d0661b3948f3c5a143f32d192710375822af2 [diff] |
spi/pl022: use more managed resources This switches the PL022 SPI driver to use devm_* managed resources for IRQ, clocks, ioremap and GPIO. Prior to this, the GPIOs would even leak. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>