All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
To: Thomas Petazzoni
	<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	arnd-r2nGTMty4D4@public.gmane.org,
	geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org,
	"Hauke Mehrtens" <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>,
	catalin.marinas-5wv7dgnIgG8@public.gmane.org,
	"Gregory Clément"
	<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v4] ARM: l2c: add options to overwrite prefetching behavior
Date: Thu, 11 Jun 2015 10:39:07 +0100	[thread overview]
Message-ID: <20150611093907.GW7557@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20150611093417.GV7557-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>

On Thu, Jun 11, 2015 at 10:34:17AM +0100, Russell King - ARM Linux wrote:
> On Thu, Jun 11, 2015 at 11:24:59AM +0200, Thomas Petazzoni wrote:
> > Dear Hauke Mehrtens,
> > 
> > On Wed, 10 Jun 2015 21:26:35 +0200, Hauke Mehrtens wrote:
> > 
> > > Thanks for asking, I did not know Russell's patch process, but Florian
> > > guided me and now it is submitted, see
> > > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=8391/1
> > 
> > I tested your patch, and I'm not sure how it can work for you, because
> > the changes made to the PREFETCH_CTRL register on the data/instruction
> > prefetch bits are later overridden by changes made to the AUX_CTRL
> > register.
> 
> There's also a patch I sent on May 14th which needs to be applied for this
> to work, and fixes the above.
> 
> > How does your patch handles the fact that the prefetch data and
> > prefetch instr are cloned between PREFETCH_CTRL and AUX_CTRL ?
> 
> It needs my patch.

... in fact, please see all the other L2C patches queued in my tree.
Hauke's patch is designed to be applied on top of these patches, not
to 4.1-rc directly.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4] ARM: l2c: add options to overwrite prefetching behavior
Date: Thu, 11 Jun 2015 10:39:07 +0100	[thread overview]
Message-ID: <20150611093907.GW7557@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20150611093417.GV7557@n2100.arm.linux.org.uk>

On Thu, Jun 11, 2015 at 10:34:17AM +0100, Russell King - ARM Linux wrote:
> On Thu, Jun 11, 2015 at 11:24:59AM +0200, Thomas Petazzoni wrote:
> > Dear Hauke Mehrtens,
> > 
> > On Wed, 10 Jun 2015 21:26:35 +0200, Hauke Mehrtens wrote:
> > 
> > > Thanks for asking, I did not know Russell's patch process, but Florian
> > > guided me and now it is submitted, see
> > > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=8391/1
> > 
> > I tested your patch, and I'm not sure how it can work for you, because
> > the changes made to the PREFETCH_CTRL register on the data/instruction
> > prefetch bits are later overridden by changes made to the AUX_CTRL
> > register.
> 
> There's also a patch I sent on May 14th which needs to be applied for this
> to work, and fixes the above.
> 
> > How does your patch handles the fact that the prefetch data and
> > prefetch instr are cloned between PREFETCH_CTRL and AUX_CTRL ?
> 
> It needs my patch.

... in fact, please see all the other L2C patches queued in my tree.
Hauke's patch is designed to be applied on top of these patches, not
to 4.1-rc directly.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.

  parent reply	other threads:[~2015-06-11  9:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 23:19 [PATCH v4] ARM: l2c: add options to overwrite prefetching behavior Hauke Mehrtens
2015-05-29 23:19 ` Hauke Mehrtens
     [not found] ` <1432941541-18588-1-git-send-email-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2015-06-10 15:21   ` Thomas Petazzoni
2015-06-10 15:21     ` Thomas Petazzoni
     [not found]     ` <20150610172100.230c0e71-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-06-10 19:26       ` Hauke Mehrtens
2015-06-10 19:26         ` Hauke Mehrtens
     [not found]         ` <55788F6B.7060406-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2015-06-11  7:26           ` Thomas Petazzoni
2015-06-11  7:26             ` Thomas Petazzoni
2015-06-11  9:24           ` Thomas Petazzoni
2015-06-11  9:24             ` Thomas Petazzoni
     [not found]             ` <20150611112459.6590ab05-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-06-11  9:34               ` Russell King - ARM Linux
2015-06-11  9:34                 ` Russell King - ARM Linux
     [not found]                 ` <20150611093417.GV7557-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2015-06-11  9:39                   ` Russell King - ARM Linux [this message]
2015-06-11  9:39                     ` Russell King - ARM Linux
     [not found]                     ` <20150611093907.GW7557-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2015-06-11  9:47                       ` Thomas Petazzoni
2015-06-11  9:47                         ` Thomas Petazzoni
2015-06-10 16:57   ` Florian Fainelli
2015-06-10 16:57     ` Florian Fainelli

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=20150611093907.GW7557@n2100.arm.linux.org.uk \
    --to=linux-lfz/pmaqli7xmaaqvzeohq@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org \
    --cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.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.