From: dwalker@codeaurora.org (Daniel Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 04/12] arm: mm: cache-l2x0: add l2x0 suspend and resume functions
Date: Fri, 29 Jan 2010 06:35:42 -0800 [thread overview]
Message-ID: <1264775742.5109.43.camel@desktop> (raw)
In-Reply-To: <20100129141407.GA16712@n2100.arm.linux.org.uk>
On Fri, 2010-01-29 at 14:14 +0000, Russell King - ARM Linux wrote:
> > +static inline void l2x0_flush_all(void)
> > +{
> > + /* clean and invalidate all ways */
> > + sync_writel(0xff, L2X0_CLEAN_INV_WAY, 0xff);
> > + cache_sync();
> > +}
>
> Note that this patch is out of date; it won't apply to current kernels
> and build.
Do you generally prefer patches against current -rc kernels, or against
-next (or you development tree)?
Daniel
prev parent reply other threads:[~2010-01-29 14:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-28 22:59 [RFC PATCH 04/12] arm: mm: cache-l2x0: add l2x0 suspend and resume functions Daniel Walker
2010-01-29 6:49 ` Pavel Machek
2010-01-29 17:54 ` Ruan, Willie
2010-01-29 11:08 ` [RFC PATCH 04/12] arm: mm: cache-l2x0: add l2x0 suspend and resumefunctions Catalin Marinas
2010-01-29 17:55 ` [RFC PATCH 04/12] arm: mm: cache-l2x0: add l2x0 suspend and resume functions Ruan, Willie
2010-01-29 17:59 ` Daniel Walker
2010-01-29 18:23 ` Ruan, Willie
2010-01-29 18:29 ` Daniel Walker
2010-01-29 19:03 ` Russell King - ARM Linux
2010-01-29 19:12 ` Daniel Walker
2010-01-29 19:43 ` Russell King - ARM Linux
2010-01-29 20:01 ` Daniel Walker
2010-01-29 14:14 ` Russell King - ARM Linux
2010-01-29 14:35 ` Daniel Walker [this message]
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=1264775742.5109.43.camel@desktop \
--to=dwalker@codeaurora.org \
--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 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.