All of lore.kernel.org
 help / color / mirror / Atom feed
* some cache related patches
@ 2010-03-18  7:16 Sascha Hauer
  2010-03-18  7:16 ` [PATCH 1/2] armv5: use proper cache flush function Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sascha Hauer @ 2010-03-18  7:16 UTC (permalink / raw)
  To: barebox


Hi,

Here are some cache related patches for ARM.

Sascha

The following changes since commit c6f4ea0dcf2ee03e2fee8130e0fe87ecaa98efb2:
  Juergen Beisert (1):
        Make some help comments less confusing

are available in the git repository at:

  git://git.pengutronix.de/git/barebox.git pu

Sascha Hauer (2):
      armv5: use proper cache flush function
      remove unused file arch/arm/cpu/cache.S

 arch/arm/cpu/Makefile      |    2 +-
 arch/arm/cpu/cache-armv5.S |  113 ++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/cpu/cache.S       |   70 ---------------------------
 3 files changed, 114 insertions(+), 71 deletions(-)
 create mode 100644 arch/arm/cpu/cache-armv5.S
 delete mode 100644 arch/arm/cpu/cache.S


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2010-03-22  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18  7:16 some cache related patches Sascha Hauer
2010-03-18  7:16 ` [PATCH 1/2] armv5: use proper cache flush function Sascha Hauer
2010-03-19 15:20   ` Eric Bénard
2010-03-22  7:30     ` Sascha Hauer
2010-03-18  7:16 ` [PATCH 2/2] remove unused file arch/arm/cpu/cache.S Sascha Hauer
2010-03-22  7:30 ` some cache related patches Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.