All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] ARM: l2c: Add support for the "arm, shared-override" property
Date: Thu, 16 Jul 2015 07:59:40 +0000	[thread overview]
Message-ID: <CAMuHMdX2ko3f8s7dnvwk2w-L3CPt_O-vaJ4Bbj+EHUvin7uVRg@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdV8MhkOP+cfZx1HHaOctccrGmKp9RQBLuqy-NS1SQCh8Q@mail.gmail.com>

On Fri, Jun 26, 2015 at 9:15 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Thu, Jun 25, 2015 at 11:19 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>> On 06/02/2015 09:20 AM, Michal Simek wrote:
>>> On 05/15/2015 03:55 PM, Catalin Marinas wrote:
>>>> On Fri, May 15, 2015 at 11:10:28AM +0100, Russell King - ARM
>>>> Linux wrote:
>>>>> On Thu, May 07, 2015 at 05:02:57PM +0100, Catalin Marinas
>>>>> wrote:
>>>>>> On Thu, May 07, 2015 at 11:27:11AM +0200, Geert Uytterhoeven
>>>>>> wrote:
>>>>>>> diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt index
>>>>>>> 0dbabe9a6b0abb91..2484aed78c86546d 100644 ---
>>>>>>> a/Documentation/devicetree/bindings/arm/l2cc.txt +++
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt @@ -67,6
>>>>>>> +67,12 @@ Optional properties: disable if zero. -
>>>>>>> arm,prefetch-offset : Override prefetch offset value. Valid
>>>>>>> values are 0-7, 15, 23, and 31. +- arm,shared-override :
>>>>>>> The default behavior of the pl310 cache controller with +
>>>>>>> respect to the shareable attribute is to transform "normal
>>>>>>> memory +  non-cacheable transactions" into "cacheable no
>>>>>>> allocate" (for reads) or +  "write through no write
>>>>>>> allocate" (for writes). +  On systems where this may cause
>>>>>>> DMA buffer corruption, this property must be +  specified
>>>>>>> to indicate that such transforms are precluded.
>
>>>>>> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
>
>> I do not see this in linux-next, and would like to use this.
>>
>> Geert have you submitted this through this patch submission page?
>> http://www.arm.linux.org.uk/developer/patches/
>
> Thanks for reminding me!
>
> Submitted with Catalin's Acked-by.

Now included in today's arm/for-next. Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	Michal Simek <monstr@monstr.eu>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Mark Rutland <mark.rutland@arm.com>,
	Rob Herring <robh@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Pawel Moll <pawel.moll@arm.com>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Simon Horman <horms@verge.net.au>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2] ARM: l2c: Add support for the "arm, shared-override" property
Date: Thu, 16 Jul 2015 09:59:40 +0200	[thread overview]
Message-ID: <CAMuHMdX2ko3f8s7dnvwk2w-L3CPt_O-vaJ4Bbj+EHUvin7uVRg@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdV8MhkOP+cfZx1HHaOctccrGmKp9RQBLuqy-NS1SQCh8Q@mail.gmail.com>

On Fri, Jun 26, 2015 at 9:15 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Thu, Jun 25, 2015 at 11:19 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>> On 06/02/2015 09:20 AM, Michal Simek wrote:
>>> On 05/15/2015 03:55 PM, Catalin Marinas wrote:
>>>> On Fri, May 15, 2015 at 11:10:28AM +0100, Russell King - ARM
>>>> Linux wrote:
>>>>> On Thu, May 07, 2015 at 05:02:57PM +0100, Catalin Marinas
>>>>> wrote:
>>>>>> On Thu, May 07, 2015 at 11:27:11AM +0200, Geert Uytterhoeven
>>>>>> wrote:
>>>>>>> diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt index
>>>>>>> 0dbabe9a6b0abb91..2484aed78c86546d 100644 ---
>>>>>>> a/Documentation/devicetree/bindings/arm/l2cc.txt +++
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt @@ -67,6
>>>>>>> +67,12 @@ Optional properties: disable if zero. -
>>>>>>> arm,prefetch-offset : Override prefetch offset value. Valid
>>>>>>> values are 0-7, 15, 23, and 31. +- arm,shared-override :
>>>>>>> The default behavior of the pl310 cache controller with +
>>>>>>> respect to the shareable attribute is to transform "normal
>>>>>>> memory +  non-cacheable transactions" into "cacheable no
>>>>>>> allocate" (for reads) or +  "write through no write
>>>>>>> allocate" (for writes). +  On systems where this may cause
>>>>>>> DMA buffer corruption, this property must be +  specified
>>>>>>> to indicate that such transforms are precluded.
>
>>>>>> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
>
>> I do not see this in linux-next, and would like to use this.
>>
>> Geert have you submitted this through this patch submission page?
>> http://www.arm.linux.org.uk/developer/patches/
>
> Thanks for reminding me!
>
> Submitted with Catalin's Acked-by.

Now included in today's arm/for-next. Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: geert@linux-m68k.org (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: l2c: Add support for the "arm, shared-override" property
Date: Thu, 16 Jul 2015 09:59:40 +0200	[thread overview]
Message-ID: <CAMuHMdX2ko3f8s7dnvwk2w-L3CPt_O-vaJ4Bbj+EHUvin7uVRg@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdV8MhkOP+cfZx1HHaOctccrGmKp9RQBLuqy-NS1SQCh8Q@mail.gmail.com>

On Fri, Jun 26, 2015 at 9:15 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Thu, Jun 25, 2015 at 11:19 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>> On 06/02/2015 09:20 AM, Michal Simek wrote:
>>> On 05/15/2015 03:55 PM, Catalin Marinas wrote:
>>>> On Fri, May 15, 2015 at 11:10:28AM +0100, Russell King - ARM
>>>> Linux wrote:
>>>>> On Thu, May 07, 2015 at 05:02:57PM +0100, Catalin Marinas
>>>>> wrote:
>>>>>> On Thu, May 07, 2015 at 11:27:11AM +0200, Geert Uytterhoeven
>>>>>> wrote:
>>>>>>> diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt index
>>>>>>> 0dbabe9a6b0abb91..2484aed78c86546d 100644 ---
>>>>>>> a/Documentation/devicetree/bindings/arm/l2cc.txt +++
>>>>>>> b/Documentation/devicetree/bindings/arm/l2cc.txt @@ -67,6
>>>>>>> +67,12 @@ Optional properties: disable if zero. -
>>>>>>> arm,prefetch-offset : Override prefetch offset value. Valid
>>>>>>> values are 0-7, 15, 23, and 31. +- arm,shared-override :
>>>>>>> The default behavior of the pl310 cache controller with +
>>>>>>> respect to the shareable attribute is to transform "normal
>>>>>>> memory +  non-cacheable transactions" into "cacheable no
>>>>>>> allocate" (for reads) or +  "write through no write
>>>>>>> allocate" (for writes). +  On systems where this may cause
>>>>>>> DMA buffer corruption, this property must be +  specified
>>>>>>> to indicate that such transforms are precluded.
>
>>>>>> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
>
>> I do not see this in linux-next, and would like to use this.
>>
>> Geert have you submitted this through this patch submission page?
>> http://www.arm.linux.org.uk/developer/patches/
>
> Thanks for reminding me!
>
> Submitted with Catalin's Acked-by.

Now included in today's arm/for-next. Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2015-07-16  7:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07  9:27 [PATCH v2] ARM: l2c: Add support for the "arm,shared-override" property Geert Uytterhoeven
2015-05-07  9:27 ` [PATCH v2] ARM: l2c: Add support for the "arm, shared-override" property Geert Uytterhoeven
2015-05-07  9:27 ` [PATCH v2] ARM: l2c: Add support for the "arm,shared-override" property Geert Uytterhoeven
2015-05-07 16:02 ` [PATCH v2] ARM: l2c: Add support for the "arm, shared-override" property Catalin Marinas
2015-05-07 16:02   ` Catalin Marinas
2015-05-07 16:02   ` Catalin Marinas
2015-05-15 10:10   ` Russell King - ARM Linux
2015-05-15 10:10     ` Russell King - ARM Linux
2015-05-15 10:10     ` Russell King - ARM Linux
2015-05-15 13:55     ` Catalin Marinas
2015-05-15 13:55       ` Catalin Marinas
2015-05-15 13:55       ` Catalin Marinas
2015-06-02  7:20       ` Michal Simek
2015-06-02  7:20         ` Michal Simek
2015-06-02  7:20         ` Michal Simek
2015-06-25 21:19         ` Hauke Mehrtens
2015-06-25 21:19           ` Hauke Mehrtens
2015-06-25 21:19           ` Hauke Mehrtens
2015-06-26  7:15           ` Geert Uytterhoeven
2015-06-26  7:15             ` Geert Uytterhoeven
2015-06-26  7:15             ` Geert Uytterhoeven
2015-07-16  7:59             ` Geert Uytterhoeven [this message]
2015-07-16  7:59               ` Geert Uytterhoeven
2015-07-16  7:59               ` Geert Uytterhoeven

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=CAMuHMdX2ko3f8s7dnvwk2w-L3CPt_O-vaJ4Bbj+EHUvin7uVRg@mail.gmail.com \
    --to=geert@linux-m68k.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.