Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: versatile: switch to DT only booting and remove legacy code | Rob Herring | 2015-12-15 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | With DT support for clocks, irqchips, timers, and PCI now in place, DT based booting has feature parity with non-DT legacy boot. The final piece is actually enabling common clock support on Versatile. Enabling full DT support requires either removing the old Versatile clock code, updating the legacy boot to use the common clock code, or making DT and legacy boot mutually exclusive. Given that removing legacy boot code is the goal anyway, I am going with the 1st option. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Mike Turquette <mturquette@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | ARM: Indirect round/set_rate operations through clk structure | Russell King | 2010-05-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: Make Integrator/Versatile/Reaview VCO code similar | Russell King | 2010-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: Realview/Versatile/Integrator: separate out common clock code | Russell King | 2010-05-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | [ARM] versatile: convert to clkdev and lookup clocks by device name | Russell King | 2008-11-27 | 1 | -0/+7 |
People often point to the Integrator/Versatile/Realview implementations to justify using the consumer name as the sole selector for clocks. Eliminate this excuse by changing the Versatile implementation, so it provides a better example of how it should be done. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |