public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] unify hw level clock for at91 cores
@ 2011-06-07 23:27 Andreas Bießmann
  2011-06-07 23:27 ` [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91 Andreas Bießmann
  2011-06-07 23:27 ` [U-Boot] [PATCH 2/2] arm920t/at91: use new clock features from libat91-common Andreas Bießmann
  0 siblings, 2 replies; 11+ messages in thread
From: Andreas Bießmann @ 2011-06-07 23:27 UTC (permalink / raw)
  To: u-boot

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_6Zw at 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-26 17:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 23:27 [U-Boot] [PATCH 0/2] unify hw level clock for at91 cores Andreas Bießmann
2011-06-07 23:27 ` [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91 Andreas Bießmann
2011-06-09  9:38   ` Reinhard Meyer
2011-06-09  9:46     ` Andreas Bießmann
2011-06-09 10:23       ` Reinhard Meyer
2011-06-09 11:07         ` Andreas Bießmann
2011-06-07 23:27 ` [U-Boot] [PATCH 2/2] arm920t/at91: use new clock features from libat91-common Andreas Bießmann
2011-06-08 17:06   ` Jens Scharsig
2011-06-08 20:10     ` [U-Boot] [PATCH v2] " Andreas Bießmann
2011-06-26 17:39       ` Jens Scharsig
     [not found]     ` <1307563560-13358-1-git-send-email-andreas.devel@googlemail.com>
     [not found]       ` <4DF09096.2010201@emk-elektronik.de>
2011-06-09  9:49         ` Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox