ARM: tegra: export apb dma readl/writel
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 12 Jun 2014 15:36:35 +0000 (18:36 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 11:36:44 +0000 (13:36 +0200)
commit3f394f80645bf0c38a30042ba605c71663331035
tree6acabf07689afc6b71bb0409d100ffb732fcb236
parent304664eab93f9e95a8d28fbd9702ede88bb10cc5
ARM: tegra: export apb dma readl/writel

Export APB DMA readl and writel. These are needed because we can't
access the fuses directly on Tegra20 without potentially causing a
system hang. Also have the APB DMA readl and writel return an error in
case of a read failure instead of just returning zero or ignore write
failures.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/apbio.c
include/soc/tegra/fuse.h
This page took 0.030266 seconds and 5 git commands to generate.