Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | avr32: Rename pm_init() as clk_init() and make SoC-specific | Haavard Skinnemoen | 2008-05-27 | -1/+1 |
| | | | | | | | | pm_init() was always more about clock initialization than anything else. Dealing with PLLs, clock gating and such is also inherently SoC-specific, so move it into a SoC-specific directory. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | |||
* | AVR32: Rename at32ap7000 -> at32ap700x | Haavard Skinnemoen | 2007-12-17 | -0/+43 |
The SoC-specific code for all the AT32AP700x CPUs is practically identical; the only difference is that some chips have less features than others. By doing this rename, we can add support for the AP7000 derivatives simply by making some features conditional. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> |