commit | 0d827a4343b596b71a1741328c4e5687ce654e19 | [log] [tgz] |
---|---|---|
author | Peter De Schrijver <pdeschrijver@nvidia.com> | Thu Jun 12 18:36:40 2014 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 17 14:37:12 2014 +0200 |
tree | 338b4adf171c306b382c0c4eb577bc10386fc458 | |
parent | 155dfc7b543345ed45521900bbd32c0db4ea266e [diff] |
soc/tegra: 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> Signed-off-by: Thierry Reding <treding@nvidia.com>