]> git.baikalelectronics.ru Git - kernel.git/commit
of: dma: Make of_dma_deconfigure() public
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 10 Apr 2017 11:20:58 +0000 (16:50 +0530)
committerJoerg Roedel <jroedel@suse.de>
Thu, 20 Apr 2017 14:31:06 +0000 (16:31 +0200)
commit8f45443f36e40d8dd0a9bb5fe0faf4fcd4081080
tree17593ea7a459226d34e83bda3b3437241fba53f7
parented55046326e67939edab1c18497976b2b57adabf
of: dma: Make of_dma_deconfigure() public

As part of moving DMA initializing to probe time the
of_dma_deconfigure() function will need to be called from different
source files. Make it public and move it to drivers/of/device.c where
the of_dma_configure() function is.

Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/of/device.c
drivers/of/platform.c
include/linux/of_device.h