index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
/
pci-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
2018-06-08
1
-2531
/
+0
*
PCI: Move private DT related functions into private header
Rob Herring
2018-05-14
1
-0
/
+2
*
PCI: tegra: Add power management support
Manikanta Maddireddy
2018-03-19
1
-67
/
+113
*
PCI: tegra: Add loadable kernel module support
Manikanta Maddireddy
2018-03-02
1
-3
/
+100
*
PCI: tegra: Free resources on probe failure
Manikanta Maddireddy
2018-03-02
1
-20
/
+79
*
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-02-01
1
-14
/
+1
|
\
|
*
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
2018-01-28
1
-14
/
+1
*
|
Merge remote-tracking branch 'lorenzo/pci/tegra' into next
Bjorn Helgaas
2018-02-01
1
-122
/
+33
|
\
\
|
*
|
PCI: tegra: Use bus->sysdata to store and get host private data
Manikanta Maddireddy
2018-01-15
1
-4
/
+3
|
*
|
PCI: tegra: Refactor configuration space mapping code
Vidya Sagar
2017-12-21
1
-118
/
+30
|
|
/
*
|
PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on Tegra
Manikanta Maddireddy
2018-01-11
1
-1
/
+0
*
|
PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64
Bjorn Helgaas
2017-12-18
1
-1
/
+1
|
/
*
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
1
-27
/
+131
|
\
|
*
PCI: tegra: Add Tegra186 PCIe support
Manikanta Maddireddy
2017-10-18
1
-25
/
+109
|
*
PCI: tegra: Use generic accessors where possible
Thierry Reding
2017-10-11
1
-2
/
+22
*
|
Revert "PCI: tegra: Do not allocate MSI target memory"
Thierry Reding
2017-10-10
1
-16
/
+6
|
/
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2017-09-07
1
-2
/
+1
|
\
|
*
PCI: Convert to using %pOF instead of full_name()
Rob Herring
2017-08-24
1
-2
/
+1
*
|
PCI: tegra: Explicitly request exclusive reset control
Philipp Zabel
2017-08-03
1
-3
/
+3
|
/
*
PCI: tegra: Do not allocate MSI target memory
Thierry Reding
2017-07-02
1
-6
/
+16
*
PCI: tegra: Support MSI 64-bit addressing
Thierry Reding
2017-07-02
1
-7
/
+6
*
PCI: tegra: Drop pci_fixup_irqs()
Lorenzo Pieralisi
2017-07-02
1
-1
/
+2
*
PCI: Make pci_register_host_bridge() PCI core internal
Lorenzo Pieralisi
2017-06-28
1
-3
/
+1
*
PCI: tegra: Fix host bridge memory leakage
Lorenzo Pieralisi
2017-06-28
1
-1
/
+1
*
PCI: tegra: Update PCI config space remap function
Lorenzo Pieralisi
2017-04-24
1
-2
/
+2
*
PCI: tegra: Add Tegra210 support
Thierry Reding
2016-12-07
1
-8
/
+34
*
PCI: tegra: Implement PCA enable workaround
Thierry Reding
2016-12-07
1
-0
/
+13
*
PCI: tegra: Use new pci_register_host_bridge() interface
Arnd Bergmann
2016-12-07
1
-51
/
+54
*
PCI: tegra: Remove unused platform data
Bjorn Helgaas
2016-10-11
1
-1
/
+0
*
PCI: tegra: Add local struct device pointers
Bjorn Helgaas
2016-10-11
1
-112
/
+122
*
PCI: tegra: Fix argument order in tegra_pcie_phy_disable()
Bjorn Helgaas
2016-10-11
1
-1
/
+1
*
-
.
Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...
Bjorn Helgaas
2016-10-05
1
-26
/
+21
|
\
\
|
|
*
PCI: tegra: Use of_device_get_match_data()
Thierry Reding
2016-08-18
1
-6
/
+1
|
|
*
PCI: tegra: Remove redundant _data suffix
Thierry Reding
2016-08-18
1
-21
/
+21
|
|
/
*
/
PCI: tegra: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
2016-09-06
1
-2
/
+5
|
/
*
Merge branch 'pci/host-tegra' into next
Bjorn Helgaas
2016-08-01
1
-30
/
+25
|
\
|
*
PCI: tegra: Program PADS_REFCLK_CFG* registers with per-SoC values
Stephen Warren
2016-07-26
1
-13
/
+8
|
*
PCI: tegra: Program PADS_REFCLK_CFG* always, not just on legacy SoCs
Stephen Warren
2016-07-26
1
-6
/
+9
|
*
PCI: tegra: Stop setting pcibios_min_mem
Thierry Reding
2016-07-25
1
-2
/
+0
|
*
PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific one
Thierry Reding
2016-07-25
1
-1
/
+1
|
*
PCI: tegra: Use lower-case hex consistently for register definitions
Thierry Reding
2016-07-25
1
-11
/
+11
|
|
|
\
*
-
.
\
Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next
Bjorn Helgaas
2016-08-01
1
-37
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
PCI: tegra: Request host bridge window resources with core function
Bjorn Helgaas
2016-06-25
1
-12
/
+4
|
|
*
PCI: tegra: Remove top-level resource from hierarchy
Bjorn Helgaas
2016-06-25
1
-20
/
+3
|
|
/
|
/
|
|
*
PCI: tegra: Make explicitly non-modular
Paul Gortmaker
2016-08-01
1
-7
/
+4
|
/
*
PCI: tegra: Support per-lane PHYs
Thierry Reding
2016-04-29
1
-17
/
+227
*
PCI: tegra: Remove misleading PHYS_OFFSET
Thierry Reding
2016-03-08
1
-1
/
+1
*
PCI: tegra: Track bus -> CPU mapping
Thierry Reding
2016-03-08
1
-0
/
+28
*
PCI: tegra: Remove unused struct tegra_pcie.num_ports field
Thierry Reding
2016-03-08
1
-1
/
+0
*
PCI: tegra: Implement ->{add,remove}_bus() callbacks
Thierry Reding
2016-03-08
1
-20
/
+34
[next]