summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pcie.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding1-886/+0
2013-03-30ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h>Stephen Warren1-2/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-04ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-16ARM: tegra: select SPARSE_IRQStephen Warren1-0/+3
2012-11-05ARM: tegra: move iomap.h to mach-tegraStephen Warren1-1/+1
2012-10-02Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-73/+22
2012-08-23ARM: PCI: Use PCI Express Capability accessorsJiang Liu1-11/+1
2012-08-13Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann1-73/+22
2012-07-26ARM: tegra: use fixed PCI i/o mappingRob Herring1-73/+22
2012-06-11ARM: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-3/+3
2012-05-13ARM: PCI: get rid of pci_std_swizzle()Russell King1-1/+0
2012-03-28Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+12
2012-03-18arm/tegra: pcie: fix return value of functionDmitry Artamonow1-3/+3
2012-03-08arm/tegra: add timeout to PCIe PLL lock detection loopDmitry Artamonow1-3/+11
2012-02-24arm/PCI: get rid of device resource fixupsBjorn Helgaas1-3/+3
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-4/+5
2012-01-07arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-4/+5
2011-12-20arm/tegra: PCIe: Remove include of mach/pinmux.hStephen Warren1-1/+0
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-14ARM: tegra: pcie: 0 -> NULL changesOlof Johansson1-1/+1
2011-10-14ARM: tegra: pcie: include board.hOlof Johansson1-0/+2
2011-10-14ARM: tegra: pcie: don't cast __iomem pointersOlof Johansson1-2/+2
2011-07-30Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-12ARM: convert PCI defines to variablesRob Herring1-0/+2
2011-03-04ARM: tegra: add PCI Express power gatingMike Rapoport1-2/+20
2011-03-04ARM: tegra: PCIE minor code refactoringMike Rapoport1-9/+9
2010-10-22tegra: add PCI Express supportMike Rapoport1-0/+915