commit | 1b455466549f46bab0a75a7a296a9331a38fd6fa | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Mon Oct 01 16:33:53 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:25:58 2007 +0200 |
tree | 2b912166ff08995d3508cf1888280a5a47d01a53 | |
parent | edec49616c7b4ad7ceb3b936a8d95b10652ee677 [diff] |
Sysace: Move structure allocation from bus binding into common code Split the determination of device registers/irqs/etc from the actual allocation and initialization of the device structure. This cleans up the code a bit in preparation to add an of_platform bus binding Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>