linux-stable/drivers/soc/ixp4xx
Linus Walleij ecc133c6da soc: ixp4xx: qmgr: Pass resources
Instead of using hardcoded base address implicitly
obtained through <linux/io.h>, pass the physical base
for the QMGR block as a memory resource and remap
it in the driver.

Also pass the two IRQs as resources and obtain them
in the driver.

Use devm_* accessors and simplify the error path in the
process. Drop memory region request as this is done by
the devm_ioremap* functions.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-04-23 16:02:16 +02:00
..
ixp4xx-npe.c soc: ixp4xx: npe: Pass addresses as resources 2019-04-23 16:02:15 +02:00
ixp4xx-qmgr.c soc: ixp4xx: qmgr: Pass resources 2019-04-23 16:02:16 +02:00
Kconfig
Makefile