All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v3, 1/4] m68k: cache: add an empty stub functions for invalidate/flush dcache
Date: Thu, 13 Aug 2015 09:20:02 -0400	[thread overview]
Message-ID: <20150813132002.GV25532@bill-the-cat> (raw)
In-Reply-To: <1437968418-21319-2-git-send-email-josh.wu@atmel.com>

On Mon, Jul 27, 2015 at 11:40:15AM +0800, Wu, Josh wrote:

> Since some driver like ohci, lcd used dcache functions. But m68k don't
> implement the invalidate_dcache_range()/flush_dcache_range() functions.
> 
> To avoid compiling errors this patch adds an weak empty stub function
> for all m68k cpu.
> 
> Also each cpu can implement its own implementation. If not implemented
> then by default is using an empty function.
> 
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
> Acked-by: Angelo Dureghello <angelo@sysam.it>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150813/35450a8e/attachment.sig>

  reply	other threads:[~2015-08-13 13:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27  3:40 [U-Boot] [PATCH v3 0/4] ARM & m68k: cache: add weak cache code then enable usb cache support Josh Wu
2015-07-27  3:40 ` [U-Boot] [PATCH v3 1/4] m68k: cache: add an empty stub functions for invalidate/flush dcache Josh Wu
2015-08-13 13:20   ` Tom Rini [this message]
2015-07-27  3:40 ` [U-Boot] [PATCH v3 2/4] ARM: cache: add an empty stub function " Josh Wu
2015-07-27 16:31   ` York Sun
2015-07-28  2:17     ` Josh Wu
2015-07-28  4:24       ` York Sun
2015-07-28  5:06         ` Josh Wu
2015-07-28  5:21           ` York Sun
2015-08-04  6:50             ` Josh Wu
2015-08-04 15:30   ` York Sun
2015-08-05  7:32     ` Josh Wu
2015-08-13 13:20   ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-07-27  3:40 ` [U-Boot] [PATCH v3 3/4] ARM: cache: implement a default weak flush_cache() function Josh Wu
2015-08-13 13:20   ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-07-27  3:40 ` [U-Boot] [PATCH v3 4/4] usb: ohci: enable cache support Josh Wu
2015-08-13 13:20   ` [U-Boot] [U-Boot,v3,4/4] " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150813132002.GV25532@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.