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
/
controller
/
dwc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-01
PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-29
PCI: uniphier: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-3
/
+8
2019-03-29
PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-09
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-129
/
+569
2019-03-06
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
6
-5
/
+196
2019-03-01
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
1
-1
/
+1
2019-03-01
PCI: dwc: Remove superfluous shifting in definitions
Andrey Smirnov
1
-7
/
+7
2019-03-01
PCI: dwc: Make use of GENMASK/FIELD_PREP
Andrey Smirnov
1
-13
/
+16
2019-03-01
PCI: dwc: Make use of BIT() in constant definitions
Andrey Smirnov
3
-9
/
+8
2019-03-01
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
1
-38
/
+23
2019-03-01
PCI: dwc: Make use of IS_ALIGNED()
Andrey Smirnov
1
-2
/
+2
2019-03-01
PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ
Andrey Smirnov
1
-1
/
+17
2019-02-28
PCI: qcom: Don't deassert reset GPIO during probe
Bjorn Andersson
1
-1
/
+1
2019-02-21
PCI: layerscape: Add EP mode support
Xiaowei Bao
2
-1
/
+157
2019-02-15
PCI: designware-plat: Remove setting epc->features in Designware plat EP driver
Kishon Vijay Abraham I
1
-4
/
+0
2019-02-14
PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
Kishon Vijay Abraham I
1
-0
/
+13
2019-02-14
PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
Kishon Vijay Abraham I
2
-0
/
+13
2019-02-12
PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure
Trent Piepho
1
-0
/
+57
2019-02-12
PCI: dwc: Print debug error message when MSI-X entry control mask bit is set
Gustavo Pimentel
1
-1
/
+3
2019-02-04
PCI: imx6: Add support for i.MX8MQ
Andrey Smirnov
2
-4
/
+77
2019-02-04
PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
Andrey Smirnov
1
-4
/
+9
2019-02-04
PCI: imx6: Mark PHY functions as i.MX6 specific
Andrey Smirnov
1
-0
/
+12
2019-02-04
PCI: imx6: Introduce drvdata
Andrey Smirnov
1
-19
/
+37
2019-02-01
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2
-7
/
+7
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
1
-1
/
+1
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
1
-5
/
+5
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
1
-10
/
+10
2019-02-01
PCI: dwc: Remove unnecessary header include (signal.h)
Gustavo Pimentel
1
-1
/
+0
2019-02-01
PCI: dwc: Remove unnecessary header include (of_gpio.h)
Gustavo Pimentel
1
-1
/
+0
2019-01-31
Revert "PCI: armada8k: Add support for gpio controlled reset signal"
Baruch Siach
1
-16
/
+0
2019-01-31
PCI: imx: Fix checking pd_pcie_phy device link addition
Leonard Crestez
1
-4
/
+4
2019-01-31
PCI: imx: Fix probe failure without power domain
Leonard Crestez
1
-0
/
+3
2019-01-31
PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIE
Kishon Vijay Abraham I
1
-0
/
+4
2019-01-31
PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x
Kishon Vijay Abraham I
1
-0
/
+77
2019-01-08
PCI: amlogic: Fix build failure due to missing gpio header
Corentin Labbe
1
-0
/
+1
2019-01-05
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-34
/
+1265
2019-01-02
Merge branch 'pci/imx6'
Bjorn Helgaas
1
-0
/
+10
2019-01-02
Merge branch 'remotes/lorenzo/pci/uniphier'
Bjorn Helgaas
3
-0
/
+482
2019-01-02
Merge branch 'remotes/lorenzo/pci/dwc-msi'
Bjorn Helgaas
1
-13
/
+24
2019-01-02
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
9
-21
/
+146
2019-01-01
PCI: imx: Enable MSI from downstream components
Richard Zhu
1
-0
/
+10
2018-12-19
PCI: uniphier: Add UniPhier PCIe host controller support
Kunihiko Hayashi
3
-0
/
+482
2018-12-19
PCI: amlogic: Add the Amlogic Meson PCIe controller driver
Yue Wang
3
-0
/
+603
2018-12-18
PCI: dwc: Don't hard-code DBI/ATU offset
Stephen Warren
4
-8
/
+35
2018-12-18
PCI: imx: Add imx6sx suspend/resume support
Leonard Crestez
1
-5
/
+39
2018-12-18
PCI: armada8k: Add support for gpio controlled reset signal
Baruch Siach
1
-0
/
+16
2018-12-18
PCI: dwc: Adjust Kconfig to allow IMX6 PCIe host on IMX7
Trent Piepho
1
-2
/
+2
[next]