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:
aa71251
)
ARM: imx: Change the way nand devices are registered (generic part)
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Tue, 15 Jun 2010 16:14:19 +0000
(18:14 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 30 Jun 2010 07:00:29 +0000
(09:00 +0200)
Instead of having a platform device defined in a devices.c and register
it in the machine file allocate it dynamically. This reduces the size
of needed memory as the new function is discarded after init and only
the existing devices are created.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
No differences found