]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
of: Move of_dma_configure() to device.c to help re-use
authorMurali Karicheri <m-karicheri2@ti.com>
Tue, 3 Mar 2015 17:52:09 +0000 (12:52 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 3 Mar 2015 20:42:56 +0000 (14:42 -0600)
commit1f5c69aa51f9c7c8d2a5c2e4dc339f6c7d5c15cd
tree152d30ba274eddb828c0f5ea8d886ab82f96819a
parented748621031c2a205749997421e59fb4dfb1e909
of: Move of_dma_configure() to device.c to help re-use

Move of_dma_configure() to device.c so it can be re-used for PCI devices to
obtain DMA configuration from DT.  Also add a second argument so that for
PCI, the DT node of root bus host bridge can be used to obtain the DMA
configuration for the slave PCI device.

Tested-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> (AMD Seattle)
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Acked-by: Rob Herring <robh+dt@kernel.org>
CC: Joerg Roedel <joro@8bytes.org>
CC: Grant Likely <grant.likely@linaro.org>
CC: Russell King <linux@arm.linux.org.uk>
CC: Arnd Bergmann <arnd@arndb.de>
drivers/of/device.c
drivers/of/platform.c
include/linux/of_device.h