]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Rename pm_init() as clk_init() and make SoC-specific
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 2 May 2008 13:21:40 +0000 (15:21 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 27 May 2008 13:27:30 +0000 (15:27 +0200)
commit3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
treeac5b3936c2d476be86ef9e66fdb3c1d228912357
parent4f5972c3b2454c22957f2842cfe64ec8118e015b
avr32: Rename pm_init() as clk_init() and make SoC-specific

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>
cpu/at32ap/at32ap700x/Makefile
cpu/at32ap/at32ap700x/clk.c [new file with mode: 0644]
cpu/at32ap/at32ap700x/sm.h [moved from cpu/at32ap/sm.h with 100% similarity]
cpu/at32ap/cpu.c
include/asm-avr32/arch-at32ap700x/clk.h