commit | 66384eedd900f2f6bb00e4f16c2cb770d6b0066b | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Tue Jun 15 18:14:19 2010 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Jun 30 09:00:29 2010 +0200 |
tree | 31ed249270dec10263a6fded4a47e065ce46120d | |
parent | aa71251c5b8c673361281fbfd8be5a9ee8b9f4cc [diff] |
ARM: imx: Change the way nand devices are registered (generic part) 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>