From: Helge Deller <deller@gmx.de>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-arch@vger.kernel.org, linux-parisc@vger.kernel.org
Subject: Re: [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS
Date: Sun, 26 Jun 2022 11:39:06 +0200 [thread overview]
Message-ID: <2d4476f2-496e-8fea-6be9-9b610302523e@gmx.de> (raw)
In-Reply-To: <20220624155226.2889613-4-arnd@kernel.org>
On 6/24/22 17:52, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> All architecture-independent users of virt_to_bus() and bus_to_virt()
> have been fixed to use the dma mapping interfaces or have been
> removed now. This means the definitions on most architectures, and the
> CONFIG_VIRT_TO_BUS symbol are now obsolete and can be removed.
>
> The only exceptions to this are a few network and scsi drivers for m68k
> Amiga and VME machines and ppc32 Macintosh. These drivers work correctly
> with the old interfaces and are probably not worth changing.
>
> On alpha and parisc, virt_to_bus() were still used in asm/floppy.h.
> alpha can use isa_virt_to_bus() like x86 does, and parisc can just
> open-code the virt_to_phys() here, as this is architecture specific
> code.
>
> I tried updating the bus-virt-phys-mapping.rst documentation, which
> started as an email from Linus to explain some details of the Linux-2.0
> driver interfaces. The bits about virt_to_bus() were declared obsolete
> backin 2000, and the rest is not all that relevant any more, so in the
> end I just decided to remove the file completely.
>
> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Thanks for this cleanup!
You may add:
Acked-by: Helge Deller <deller@gmx.de> # parisc
Helge
> ---
> .../core-api/bus-virt-phys-mapping.rst | 220 ------------------
> Documentation/core-api/dma-api-howto.rst | 14 --
> Documentation/core-api/index.rst | 1 -
> .../translations/zh_CN/core-api/index.rst | 1 -
> arch/alpha/Kconfig | 1 -
> arch/alpha/include/asm/floppy.h | 2 +-
> arch/alpha/include/asm/io.h | 8 +-
> arch/ia64/Kconfig | 1 -
> arch/ia64/include/asm/io.h | 8 -
> arch/m68k/Kconfig | 1 -
> arch/m68k/include/asm/virtconvert.h | 4 +-
> arch/microblaze/Kconfig | 1 -
> arch/microblaze/include/asm/io.h | 2 -
> arch/mips/Kconfig | 1 -
> arch/mips/include/asm/io.h | 9 -
> arch/parisc/Kconfig | 1 -
> arch/parisc/include/asm/floppy.h | 4 +-
> arch/parisc/include/asm/io.h | 2 -
> arch/powerpc/Kconfig | 1 -
> arch/powerpc/include/asm/io.h | 2 -
> arch/riscv/include/asm/page.h | 1 -
> arch/x86/Kconfig | 1 -
> arch/x86/include/asm/io.h | 9 -
> arch/xtensa/Kconfig | 1 -
> arch/xtensa/include/asm/io.h | 3 -
> include/asm-generic/io.h | 14 --
> mm/Kconfig | 8 -
> 27 files changed, 10 insertions(+), 311 deletions(-)
> delete mode 100644 Documentation/core-api/bus-virt-phys-mapping.rst
next prev parent reply other threads:[~2022-06-26 9:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-24 15:52 [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS Arnd Bergmann
2022-06-24 15:52 ` [PATCH v3 1/3] scsi: BusLogic remove bus_to_virt Arnd Bergmann
2022-06-24 16:38 ` Khalid Aziz
2022-06-24 15:52 ` [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS Arnd Bergmann
2022-06-26 9:39 ` Helge Deller [this message]
2022-06-24 17:08 ` [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS Arnd Bergmann
2022-06-28 2:59 ` Martin K. Petersen
2022-06-28 11:31 ` Arnd Bergmann
2022-07-07 21:47 ` Martin K. Petersen
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=2d4476f2-496e-8fea-6be9-9b610302523e@gmx.de \
--to=deller@gmx.de \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-parisc@vger.kernel.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