This patchset makes the arm926ejs/at91/clock.c features available to arm920t/at91 devices. This is a first step to replace at91rm9200_usart by atmel_usart driver.
This change was already discussed in mid.gmane.org/banlktimn29vmaygb5csmdcys-xx6zd_...@mail.gmail.com The patchset is on top of current atmel/master. It would be nice if we can get this change into 2011.06. The changes for at91rm9200 removal are ongoing (atmel_usart is required!) but will most probable not be finished for 2011.06 release. Therefore it is not a must to get these changes in now. Andreas Bießmann (2): at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91 arm920t/at91: use new clock features from libat91-common Makefile | 3 + arch/arm/cpu/arm920t/at91/Makefile | 1 + arch/arm/cpu/arm926ejs/at91/Makefile | 1 - arch/arm/cpu/arm926ejs/at91/clock.c | 215 --------------------------- arch/arm/include/asm/arch-at91/at91rm9200.h | 1 + arch/arm/lib/at91/Makefile | 45 ++++++ arch/arm/lib/at91/clock.c | 215 +++++++++++++++++++++++++++ include/configs/at91rm9200ek.h | 3 + include/configs/cpuat91.h | 5 +- include/configs/eb_cpux9k2.h | 4 +- 10 files changed, 273 insertions(+), 220 deletions(-) delete mode 100644 arch/arm/cpu/arm926ejs/at91/clock.c create mode 100644 arch/arm/lib/at91/Makefile create mode 100644 arch/arm/lib/at91/clock.c -- 1.7.5.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot