From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: cache flushing LoUIS API
Date: Thu, 27 Sep 2012 23:27:11 +0100 [thread overview]
Message-ID: <20120927222711.GA7916@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20120927161552.GA5001@e102568-lin.cambridge.arm.com>
On Thu, Sep 27, 2012 at 05:15:52PM +0100, Lorenzo Pieralisi wrote:
> Russell,
>
> Do you think it is sufficient/proper or you see other issues ?
>
> If it is ok I can fold it into the series and prepare a new pull request.
Looks fine to me.
>
> Thanks a lot for your help and sorry again.
> Lorenzo
>
> -- >8 --
> Subject: [PATCH] ARM: mm: fix cache LoUIS API for xscale and feroceon
>
> Some architectures like xscale and feroceon have cache API variants that
> map cache flushing functions as aliases to the base architecture.
> This patch adds the required aliases to complete the implementation of
> cache flushing LoUIS API.
>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> ---
> arch/arm/mm/proc-feroceon.S | 1 +
> arch/arm/mm/proc-xscale.S | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/arch/arm/mm/proc-feroceon.S b/arch/arm/mm/proc-feroceon.S
> index 85e5e3b..4106b09 100644
> --- a/arch/arm/mm/proc-feroceon.S
> +++ b/arch/arm/mm/proc-feroceon.S
> @@ -434,6 +434,7 @@ ENDPROC(feroceon_dma_unmap_area)
> range_alias flush_icache_all
> range_alias flush_user_cache_all
> range_alias flush_kern_cache_all
> + range_alias flush_kern_cache_louis
> range_alias flush_user_cache_range
> range_alias coherent_kern_range
> range_alias coherent_user_range
> diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S
> index b5ea31d..2551036 100644
> --- a/arch/arm/mm/proc-xscale.S
> +++ b/arch/arm/mm/proc-xscale.S
> @@ -442,6 +442,7 @@ ENDPROC(xscale_dma_unmap_area)
> a0_alias flush_icache_all
> a0_alias flush_user_cache_all
> a0_alias flush_kern_cache_all
> + a0_alias flush_kern_cache_louis
> a0_alias flush_user_cache_range
> a0_alias coherent_kern_range
> a0_alias coherent_user_range
> --
> 1.7.12
>
>
next prev parent reply other threads:[~2012-09-27 22:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-25 12:57 [GIT PULL] ARM: cache flushing LoUIS API Lorenzo Pieralisi
2012-09-27 11:48 ` Russell King - ARM Linux
2012-09-27 13:44 ` Lorenzo Pieralisi
2012-09-27 16:15 ` Lorenzo Pieralisi
2012-09-27 22:27 ` Russell King - ARM Linux [this message]
2012-09-28 6:41 ` Shilimkar, Santosh
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=20120927222711.GA7916@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).