summaryrefslogtreecommitdiff
path: root/include/soc/tegra/cpuidle.h
AgeCommit message (Collapse)Author
2016-06-30soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARMThierry Reding
The PCIe host controller found on Tegra20 has a hardware bug that causes PCIe interrupts to get lost when LP2 is enabled. Stub out the workaround on 64-bit ARM because none of the more recent Tegra SoC generations seem to have this bug anymore. Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding
In order to not clutter the include/linux directory with SoC specific headers, move the Tegra-specific headers out into a separate directory. Signed-off-by: Thierry Reding <treding@nvidia.com>