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-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
2017-08-19
PCI: kirin: Constify dw_pcie_host_ops structure
Bhumika Goyal
1
-1
/
+1
2017-08-19
PCI: hisi: Constify dw_pcie_host_ops structure
Bhumika Goyal
1
-1
/
+1
2017-08-16
PCI: keystone: Use PCI_NUM_INTX
Bjorn Helgaas
3
-6
/
+4
2017-08-16
PCI: keystone: Remove duplicate MAX_*_IRQS defs
Bjorn Helgaas
1
-4
/
+0
2017-08-16
PCI: keystone-dw: Remove unused ks_pcie, pci variables
Shawn Lin
1
-8
/
+0
2017-08-16
PCI: dra7xx: Use PCI_NUM_INTX
Bjorn Helgaas
1
-1
/
+1
2017-08-03
PCI: armada8k: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+3
2017-08-03
PCI: hisi: Remove unused variable driver
Shawn Lin
1
-3
/
+0
2017-08-03
PCI: qcom: Allow ->post_init() to fail
Bjorn Andersson
1
-3
/
+17
2017-08-03
PCI: qcom: Don't unroll init if ->init() fails
Bjorn Andersson
1
-1
/
+1
2017-08-03
PCI: imx6: Explicitly request exclusive reset control
Philipp Zabel
1
-3
/
+4
2017-08-03
PCI: dwc: designware: Handle ->host_init() failures
Bjorn Andersson
13
-18
/
+47
2017-08-02
PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically
Jisheng Zhang
1
-1
/
+1
2017-08-02
PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static
Carlos Palminha
1
-4
/
+6
2017-07-04
Merge branch 'pci/host-qcom' into next
Bjorn Helgaas
1
-58
/
+377
2017-07-04
Merge branch 'pci/host-kirin' into next
Bjorn Helgaas
3
-0
/
+528
2017-07-03
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-1
/
+36
2017-07-03
Merge branch 'pci/host-dra7xx' into next
Bjorn Helgaas
2
-2
/
+3
2017-07-03
Merge branch 'pci/host-designware' into next
Bjorn Helgaas
11
-15
/
+17
2017-07-03
Merge branch 'pci/irq-fixups' into next
Bjorn Helgaas
1
-19
/
+24
2017-07-02
PCI: qcom: Limit TLP size to 2K to work around hardware issue
Srinivas Kandagatla
1
-0
/
+13
2017-07-02
PCI: qcom: Fix spelling mistake: "asser" -> "assert"
Colin Ian King
1
-1
/
+1
2017-07-02
PCI: qcom: Reorder to put v0 functions together, v1 functions together, etc
Bjorn Helgaas
1
-61
/
+61
2017-07-02
PCI: qcom: Add support for IPQ4019 PCIe controller
John Crispin
1
-0
/
+306
2017-07-02
PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driver
Xiaowei Song
3
-0
/
+528
2017-07-02
PCI: imx6: Add regulator support
Quentin Schulz
1
-1
/
+36
2017-07-02
PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAIN
Arvind Yadav
1
-2
/
+2
2017-07-02
PCI: dwc: dra7xx: Depend on appropriate SoC or compile test
Peter Robinson
1
-0
/
+1
2017-07-02
PCI: dwc: Constify dw_pcie_host_ops structures
Jisheng Zhang
11
-13
/
+13
2017-07-02
PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD
Jisheng Zhang
2
-2
/
+4
2017-07-02
PCI: designware: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-5
/
+2
2017-07-02
PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-14
/
+22
2017-05-22
PCI: imx6: Fix config read timeout handling
Lucas Stach
1
-3
/
+30
2017-05-08
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-179
/
+1177
2017-04-28
PCI: Don't allow unbinding host controllers that aren't prepared
Brian Norris
7
-0
/
+8
2017-04-28
Merge branch 'pci/ioremap' into next
Bjorn Helgaas
7
-14
/
+15
2017-04-28
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-54
/
+144
2017-04-28
PCI: dwc: dra7xx: Workaround for errata id i870
Kishon Vijay Abraham I
1
-0
/
+49
2017-04-28
PCI: dwc: dra7xx: Add EP mode support
Kishon Vijay Abraham I
4
-18
/
+221
2017-04-28
PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...
Kishon Vijay Abraham I
1
-6
/
+18
2017-04-28
PCI: dwc: designware: Add EP mode support
Kishon Vijay Abraham I
5
-0
/
+578
2017-04-25
PCI: imx6: Fix spelling mistake: "contol" -> "control"
Colin Ian King
1
-2
/
+2
2017-04-24
PCI: keystone-dw: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: layerscape: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: hisi: Update PCI config space remap function
Lorenzo Pieralisi
1
-4
/
+3
[prev]
[next]