]> git.karo-electronics.de Git - karo-tx-linux.git/commit
misc: fuse: move APB DMA into Tegra20 fuse driver
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 12 Jun 2014 15:36:40 +0000 (18:36 +0300)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Jun 2014 18:34:09 +0000 (12:34 -0600)
commit672c9216c5404e9b4e04655ded8b5ac855864c10
tree075a4c3b1201a7e8387bf00b29d6abd170d6458c
parent72d0b2d655d08802b2d014fee2f83f6099e8deaf
misc: fuse: move APB DMA into Tegra20 fuse driver

The Tegra20 fuse driver is the only user of tegra_apb_readl_using_dma().
Therefore we can simply the code by incorporating the APB DMA handling into
the driver directly. tegra_apb_writel_using_dma() is dropped because there
are no users.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/apbio.c [deleted file]
arch/arm/mach-tegra/apbio.h [deleted file]
arch/arm/mach-tegra/tegra.c
drivers/misc/fuse/tegra/fuse-tegra20.c
include/linux/tegra-soc.h