index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
dwc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
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-13
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
2017-09-07
Merge branch 'pci/host-exynos' into next
Bjorn Helgaas
1
-4
/
+4
2017-09-07
Merge branch 'pci/host-dra7xx' into next
Bjorn Helgaas
1
-4
/
+4
2017-09-07
Merge branch 'pci/host-designware' into next
Bjorn Helgaas
14
-28
/
+73
2017-09-07
Merge branch 'pci/host-artpec6' into next
Bjorn Helgaas
1
-2
/
+2
2017-09-05
PCI: spear13xx: Fix platform_get_irq() error handling
Fabio Estevam
1
-2
/
+2
2017-09-05
PCI: artpec6: Fix platform_get_irq() error handling
Fabio Estevam
1
-2
/
+2
2017-09-05
PCI: armada8k: Fix platform_get_irq() error handling
Fabio Estevam
1
-2
/
+2
2017-09-05
PCI: dra7xx: Fix platform_get_irq() error handling
Fabio Estevam
1
-1
/
+1
2017-09-05
PCI: exynos: Fix platform_get_irq() error handling
Fabio Estevam
1
-4
/
+4
2017-09-01
PCI: Fix typos and whitespace errors
Bjorn Helgaas
7
-12
/
+11
2017-08-29
PCI: layerscape: Add support for ls1088a
Hou Zhiqiang
1
-0
/
+1
2017-08-29
PCI: layerscape: Add support for ls2088a
Hou Zhiqiang
1
-0
/
+9
2017-08-29
PCI: artpec6: Stop enabling writes to DBI read-only registers
Hou Zhiqiang
1
-6
/
+0
2017-08-29
PCI: layerscape: Remove unnecessary class code fixup
Hou Zhiqiang
1
-9
/
+0
2017-08-29
PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
Hou Zhiqiang
1
-0
/
+6
2017-08-29
PCI: dwc: Add accessors for write permission of DBI read-only registers
Hou Zhiqiang
2
-3
/
+27
2017-08-29
PCI: layerscape: Disable outbound windows configured by bootloader
Hou Zhiqiang
1
-0
/
+17
2017-08-29
PCI: layerscape: Refactor ls1021_pcie_host_init()
Hou Zhiqiang
1
-10
/
+1
2017-08-29
PCI: designware-ep: Do not disable BARs during initialization
Kishon Vijay Abraham I
1
-4
/
+0
2017-08-29
PCI: dra7xx: Reset all BARs during initialization
Kishon Vijay Abraham I
1
-0
/
+13
2017-08-29
PCI: dwc: designware: Provide page_size to pci_epc_mem
Kishon Vijay Abraham I
2
-1
/
+3
2017-08-29
PCI: layerscape: Move generic init functions earlier in file
Hou Zhiqiang
1
-32
/
+32
2017-08-29
PCI: layerscape: Add class code and multifunction fixups for ls1021a
Hou Zhiqiang
1
-0
/
+5
2017-08-29
PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracket
Hou Zhiqiang
1
-1
/
+2
2017-08-29
PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init()
Hou Zhiqiang
1
-0
/
+2
2017-08-24
PCI: qcom: Add support for IPQ8074 PCIe controller
Varadarajan Narayanan
1
-1
/
+206
2017-08-24
PCI: qcom: Use block IP version for operations
Varadarajan Narayanan
1
-67
/
+71
2017-08-24
PCI: qcom: Explicitly request exclusive reset control
Philipp Zabel
1
-18
/
+22
2017-08-24
PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expanders
Fabio Estevam
1
-2
/
+2
2017-08-22
PCI: dwc: Clear MSI interrupt status after it is handled, not before
Faiz Abbas
1
-1
/
+1
2017-08-22
PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()
Gustavo A. R. Silva
1
-2
/
+2
[next]