commit | e82c6106b04b85879d802bbbeaed30d9b10a92e2 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Thu Oct 23 14:42:19 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Thu Oct 23 15:18:33 2008 +0200 |
tree | 99758574cb3555001fff0cb3aebc0de654e7e9a3 | |
parent | e3f91ca48162c3eb70450314a4d09384fccb92fa [diff] |
avr32: Fix GPIO initcall breakage Add essential system devices, including GPIO controllers, automatically at core_initcall time. This ensures that the devices are there when the PIO driver gets initialized at postcore_initcall, fixing a bug exposed by commit d6634db8fe1784d0a8e4e156970fec034708446e "avr32: Use platform_driver_probe for pio platform driver". Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>