Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | arm/imx: fix return type of callback passed to of_irq_init() | Shawn Guo | 2011-12-01 | |
| | | | | | | | | | | | | | | | | | | | | | | The of_irq_init() expects the callback passed by .data of of_device_id return 'int' instead of 'void'. This patch fixes it to have irq_init_cb() return the correct value, and in turn have the secondary interrupt controller (gpio in this case) initialized properly and also eliminate the error message 'of_irq_init: children remain, but no parents' which was overlooked before. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> | |||
* | | ARM: imx6q: move clock register map to machine_desc.map_io | Richard Zhao | 2011-11-17 | |
|/ | | | | | | | | map_io is the only place to call iotable_init. Signed-off-by: Richard Zhao <richard.zhao@linaro.org> [shawn.guo: rename imx_clock_map_io() to imx6q_clock_map_io()] Signed-off-by: Shawn Guo <shawn.guo@linaro.org> | |||
* | arm/imx6q: add device tree machine support | Shawn Guo | 2011-10-31 | |
It adds generic device tree based machine support for imx6q. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> |