index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
dwc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/keystone' into next
Bjorn Helgaas
1
-1
/
+4
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/endpoint' into next
Bjorn Helgaas
2
-19
/
+36
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/dwc' into next
Bjorn Helgaas
10
-336
/
+579
2018-01-31
PCI: endpoint: Add the function number as argument to EPC ops
Cyrille Pitchen
1
-8
/
+12
2018-01-31
PCI: Regroup all PCI related entries into drivers/pci/Makefile
Cyrille Pitchen
1
-0
/
+2
2018-01-23
PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
Jaehoon Chung
1
-1
/
+2
2018-01-10
PCI: dra7xx: Iterate over INTx status bits
Vignesh R
1
-3
/
+7
2018-01-10
PCI: dra7xx: Fix legacy INTD IRQ handling
Vignesh R
1
-1
/
+2
2018-01-03
PCI: qcom: Account for const type of of_device_id.data
Julia Lawall
1
-2
/
+2
2018-01-03
PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep()
Wei Yongjun
1
-2
/
+2
2018-01-02
PCI: exynos: Remove deprecated PHY initialization code
Jaehoon Chung
1
-208
/
+11
2017-12-21
PCI: dwc: artpec6: Add support for the ARTPEC-7 SoC
Niklas Cassel
1
-4
/
+183
2017-12-21
PCI: dwc: artpec6: Deassert the core before waiting for PHY
Niklas Cassel
1
-16
/
+29
2017-12-21
PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument
Niklas Cassel
4
-7
/
+17
2017-12-21
PCI: dwc: artpec6: Add support for endpoint mode
Niklas Cassel
2
-11
/
+164
2017-12-21
PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functions
Niklas Cassel
1
-26
/
+29
2017-12-21
PCI: dwc: artpec6: Use BIT and GENMASK macros
Niklas Cassel
1
-17
/
+17
2017-12-21
PCI: dwc: artpec6: Remove unused defines
Niklas Cassel
1
-3
/
+0
2017-12-21
PCI: dwc: dra7xx: Help compiler to remove unused code
Niklas Cassel
1
-0
/
+10
2017-12-21
PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probe
Niklas Cassel
1
-4
/
+2
2017-12-21
PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep mode
Niklas Cassel
2
-26
/
+23
2017-12-21
PCI: designware-ep: Add generic function for raising MSI irq
Niklas Cassel
2
-0
/
+44
2017-12-21
PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()
Niklas Cassel
3
-10
/
+6
2017-12-21
PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_init
Niklas Cassel
2
-0
/
+12
2017-12-21
PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable
Niklas Cassel
1
-0
/
+8
2017-12-21
PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits
Niklas Cassel
2
-1
/
+4
2017-12-21
PCI: dwc: Use the DMA-API to get the MSI address
Niklas Cassel
2
-4
/
+14
2017-12-20
pci: dwc: pci-dra7xx: Make shutdown handler static
Vignesh R
1
-1
/
+1
2017-12-19
PCI: keystone: Fix interrupt-controller-node lookup
Johan Hovold
1
-1
/
+4
2017-12-19
PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
Kishon Vijay Abraham I
2
-9
/
+4
2017-12-19
PCI: designware-ep: Fix find_first_zero_bit() usage
Niklas Cassel
2
-10
/
+32
2017-11-16
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-0
/
+510
2017-11-14
Merge branch 'pci/host-layerscape' into next
Bjorn Helgaas
1
-0
/
+12
2017-11-14
Merge branch 'pci/host-hisi' into next
Bjorn Helgaas
3
-0
/
+481
2017-11-14
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+16
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
PCI: hisi: Add HiSilicon STB SoC PCIe controller driver
Jianguo Sun
3
-0
/
+481
2017-10-23
PCI: dra7xx: Create functional dependency between PCIe and PHY
Kishon Vijay Abraham I
1
-0
/
+16
2017-10-20
PCI: layerscape: Change default error response behavior
Minghuan Lian
1
-0
/
+11
2017-10-12
PCI: layerscape: Add support for ls1012a
Hou Zhiqiang
1
-0
/
+1
2017-10-11
PCI: dra7xx: Add shutdown handler to cleanly turn off clocks
Keerthy
1
-0
/
+17
2017-09-07
Merge branch 'pci/trivial' into next
Bjorn Helgaas
7
-12
/
+11
2017-09-07
Merge branch 'pci/endpoint' into next
Bjorn Helgaas
3
-5
/
+16
2017-09-07
Merge branch 'pci/host-spear13xx' into next
Bjorn Helgaas
1
-2
/
+2
2017-09-07
Merge branch 'pci/host-qcom' into next
Bjorn Helgaas
1
-87
/
+300
2017-09-07
Merge branch 'pci/host-layerscape' into next
Bjorn Helgaas
4
-49
/
+90
2017-09-07
Merge branch 'pci/host-kirin' into next
Bjorn Helgaas
1
-1
/
+1
2017-09-07
Merge branch 'pci/host-keystone' into next
Bjorn Helgaas
3
-18
/
+4
2017-09-07
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-3
/
+4
2017-09-07
Merge branch 'pci/host-hisi' into next
Bjorn Helgaas
1
-4
/
+1
[next]