]> git.baikalelectronics.ru Git - kernel.git/commit
arch/*/: remove CONFIG_VIRT_TO_BUS
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 May 2022 19:59:02 +0000 (21:59 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jun 2022 11:20:21 +0000 (13:20 +0200)
commit0dc301227060783728746d35b05bcb9384ead089
treee928f62456119eba18604dc474ab018d9c572ac1
parent3ab28903a387f479eaf6056fe195bed42743beab
arch/*/: remove CONFIG_VIRT_TO_BUS

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)
Acked-by: Helge Deller <deller@gmx.de> # parisc
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
27 files changed:
Documentation/core-api/bus-virt-phys-mapping.rst [deleted file]
Documentation/core-api/dma-api-howto.rst
Documentation/core-api/index.rst
Documentation/translations/zh_CN/core-api/index.rst
arch/alpha/Kconfig
arch/alpha/include/asm/floppy.h
arch/alpha/include/asm/io.h
arch/ia64/Kconfig
arch/ia64/include/asm/io.h
arch/m68k/Kconfig
arch/m68k/include/asm/virtconvert.h
arch/microblaze/Kconfig
arch/microblaze/include/asm/io.h
arch/mips/Kconfig
arch/mips/include/asm/io.h
arch/parisc/Kconfig
arch/parisc/include/asm/floppy.h
arch/parisc/include/asm/io.h
arch/powerpc/Kconfig
arch/powerpc/include/asm/io.h
arch/riscv/include/asm/page.h
arch/x86/Kconfig
arch/x86/include/asm/io.h
arch/xtensa/Kconfig
arch/xtensa/include/asm/io.h
include/asm-generic/io.h
mm/Kconfig