git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5d066
)
spi/pl022: use more managed resources
author
Linus Walleij
<linus.walleij@stericsson.com>
Wed, 26 Sep 2012 14:48:36 +0000
(16:48 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 28 Sep 2012 13:05:06 +0000
(14:05 +0100)
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>
No differences found