]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
bus: ixp4xx: Add a driver for IXP4xx expansion bus
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 15 Jul 2021 23:53:34 +0000 (01:53 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Aug 2021 10:20:06 +0000 (12:20 +0200)
commit1c953bda90ca7e4a2574a738e41a04a2bbc03bd2
treefbdaeec78134a1f399737ad92a04059fb76f1b0d
parent3fbcc6763bb2b6410b2051c983275cd99ba1b5f2
bus: ixp4xx: Add a driver for IXP4xx expansion bus

The Intel IXP4xx SoCs have an expansion bus that is usually just
used for flash memory and configured by the boot loaders and can
be accessed using the "simple-bus".

However some devices need more elaborate configuration and then we
need to provide a proper 3-unit address space indicating chip
select for each device and provide timing and similar information.

Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
MAINTAINERS
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/intel-ixp4xx-eb.c [new file with mode: 0644]