From: Angelo Dureghello <angelo@sysam.it>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/3] m68k: cache: add an empty stub functions for invalidate/flush dcache
Date: Fri, 05 Jun 2015 23:29:03 +0200 [thread overview]
Message-ID: <5572149F.1010900@sysam.it> (raw)
In-Reply-To: <1433490452-26402-2-git-send-email-josh.wu@atmel.com>
On 05/06/2015 09:47, Josh Wu 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>
> ---
>
> Changes in v2: new added.
>
> arch/m68k/lib/cache.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
Acked-by: Angelo Dureghello <angelo@sysam.it>
next prev parent reply other threads:[~2015-06-05 21:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-05 7:47 [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache Josh Wu
2015-06-05 7:47 ` [U-Boot] [PATCH v2 2/3] m68k: cache: add an empty stub functions " Josh Wu
2015-06-05 21:29 ` Angelo Dureghello [this message]
2015-06-05 7:47 ` [U-Boot] [PATCH v2 3/3] usb: ohci: enable cache support Josh Wu
2015-06-05 13:18 ` [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache Marek Vasut
2015-06-08 2:05 ` Josh Wu
2015-06-08 8:26 ` Marek Vasut
2015-06-08 9:15 ` Josh Wu
2015-06-08 13:20 ` Tom Rini
2015-06-09 3:54 ` Josh Wu
2015-06-09 13:11 ` Tom Rini
2015-06-10 9:49 ` Josh Wu
2015-06-10 9:58 ` Marek Vasut
2015-06-11 5:03 ` Josh Wu
2015-06-10 18:20 ` Tom Rini
2015-06-11 5:21 ` [U-Boot] [resend][PATCH 0/2] ARM: cache: clean up the code to drop the empty stub functions Josh Wu
2015-06-11 5:21 ` [U-Boot] [PATCH 1/2] ARM: cache: drop the empty dcache functions as we have it in lib/cache.c Josh Wu
2015-09-12 9:14 ` Albert ARIBAUD
2015-09-12 13:17 ` Tom Rini
2015-06-11 5:21 ` [U-Boot] [PATCH 2/2] ARM: cache: implement a default flush_cache() function Josh Wu
2015-07-01 2:01 ` [U-Boot] [resend][PATCH 0/2] ARM: cache: clean up the code to drop the empty stub functions Josh Wu
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=5572149F.1010900@sysam.it \
--to=angelo@sysam.it \
--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.