All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 5/7] ARM: shmobile: sh73a0: Use ioremap() to map L2C registers
Date: Wed, 18 Nov 2020 11:49:59 +0300	[thread overview]
Message-ID: <d87571dc-cdba-2e47-c185-e5a9f8bdcbc7@gmail.com> (raw)
In-Reply-To: <CAMuHMdW7Auao=4YMxaY+19qUPciY+vCd+cJeOUHM0+4Bu3ZKDQ@mail.gmail.com>

On 18.11.2020 11:44, Geert Uytterhoeven wrote:

[...]
>>> Replace using the legacy IOMEM() macro to map the L2C registers by
>>
>>      Mapping? Else it doesn't rhyme. ;-)
> 
> Can you please elaborate?

    Replace using ... to mapping ..., no? Or rather s/to/with/?

>>> ioremap().
> 
> Gr{oetje,eeting}s,
> 
>                          Geert

MBR, Sergei

WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 5/7] ARM: shmobile: sh73a0: Use ioremap() to map L2C registers
Date: Wed, 18 Nov 2020 11:49:59 +0300	[thread overview]
Message-ID: <d87571dc-cdba-2e47-c185-e5a9f8bdcbc7@gmail.com> (raw)
In-Reply-To: <CAMuHMdW7Auao=4YMxaY+19qUPciY+vCd+cJeOUHM0+4Bu3ZKDQ@mail.gmail.com>

On 18.11.2020 11:44, Geert Uytterhoeven wrote:

[...]
>>> Replace using the legacy IOMEM() macro to map the L2C registers by
>>
>>      Mapping? Else it doesn't rhyme. ;-)
> 
> Can you please elaborate?

    Replace using ... to mapping ..., no? Or rather s/to/with/?

>>> ioremap().
> 
> Gr{oetje,eeting}s,
> 
>                          Geert

MBR, Sergei

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-18  8:50 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 10:30 [PATCH 0/7] ARM: shmobile: Remove IOMEM and static mappings Geert Uytterhoeven
2020-11-17 10:30 ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 1/7] ARM: shmobile: r8a7778: Introduce HPBREG_BASE Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 2/7] ARM: shmobile: r8a7779: Use ioremap() to map INTC2 registers Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 12:25   ` Arnd Bergmann
2020-11-17 12:25     ` Arnd Bergmann
2020-11-17 14:19     ` Geert Uytterhoeven
2020-11-17 14:19       ` Geert Uytterhoeven
2020-11-17 14:39       ` Arnd Bergmann
2020-11-17 14:39         ` Arnd Bergmann
2020-11-17 14:47         ` Geert Uytterhoeven
2020-11-17 14:47           ` Geert Uytterhoeven
2020-11-17 15:05           ` Arnd Bergmann
2020-11-17 15:05             ` Arnd Bergmann
2020-11-17 15:52             ` Geert Uytterhoeven
2020-11-17 15:52               ` Geert Uytterhoeven
2020-11-17 16:37               ` Arnd Bergmann
2020-11-17 16:37                 ` Arnd Bergmann
2020-11-17 16:49                 ` Geert Uytterhoeven
2020-11-17 16:49                   ` Geert Uytterhoeven
2020-11-18  8:26                   ` Arnd Bergmann
2020-11-18  8:26                     ` Arnd Bergmann
2020-11-18  8:40                     ` Geert Uytterhoeven
2020-11-18  8:40                       ` Geert Uytterhoeven
2020-11-18 10:24                       ` John Paul Adrian Glaubitz
2020-11-18 10:24                         ` John Paul Adrian Glaubitz
2020-11-18 10:48                         ` Arnd Bergmann
2020-11-18 10:48                           ` Arnd Bergmann
2020-11-18 10:57                           ` John Paul Adrian Glaubitz
2020-11-18 10:57                             ` John Paul Adrian Glaubitz
2020-11-18 12:57                             ` Arnd Bergmann
2020-11-18 12:57                               ` Arnd Bergmann
2020-11-18  8:30                 ` Arnd Bergmann
2020-11-18  8:30                   ` Arnd Bergmann
2020-11-17 10:30 ` [PATCH 3/7] ARM: shmobile: r8a7779: Use ioremap() to map SMP registers Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 4/7] ARM: shmobile: r8a7779: Remove obsolete static mappings Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 5/7] ARM: shmobile: sh73a0: Use ioremap() to map L2C registers Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-18  8:32   ` Sergei Shtylyov
2020-11-18  8:32     ` Sergei Shtylyov
2020-11-18  8:44     ` Geert Uytterhoeven
2020-11-18  8:44       ` Geert Uytterhoeven
2020-11-18  8:49       ` Sergei Shtylyov [this message]
2020-11-18  8:49         ` Sergei Shtylyov
2020-11-18  9:22         ` Geert Uytterhoeven
2020-11-18  9:22           ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 6/7] ARM: shmobile: sh73a0: Use ioremap() to map SMP registers Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 10:30 ` [PATCH 7/7] ARM: shmobile: sh73a0: Remove obsolete static mapping Geert Uytterhoeven
2020-11-17 10:30   ` Geert Uytterhoeven
2020-11-17 12:27 ` [PATCH 0/7] ARM: shmobile: Remove IOMEM and static mappings Arnd Bergmann
2020-11-17 12:27   ` Arnd Bergmann

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=d87571dc-cdba-2e47-c185-e5a9f8bdcbc7@gmail.com \
    --to=sergei.shtylyov@gmail.com \
    --cc=arnd@arndb.de \
    --cc=geert@linux-m68k.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.