Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
93b1b02fae8abff3efe570243e0f11f61e16e973
/
drivers
/
pci
/
dwc
857f864
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
a5f40e8
PCI: Don't allow unbinding host controllers that aren't prepared
by Brian Norris
· 8 years ago
0b0ee66
Merge branch 'pci/ioremap' into next
by Bjorn Helgaas
· 8 years ago
7284a62
Merge branch 'pci/host-imx6' into next
by Bjorn Helgaas
· 8 years ago
f7a2757
PCI: dwc: dra7xx: Workaround for errata id i870
by Kishon Vijay Abraham I
· 8 years ago
608793e
PCI: dwc: dra7xx: Add EP mode support
by Kishon Vijay Abraham I
· 8 years ago
5ffd90a
PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled independently
by Kishon Vijay Abraham I
· 8 years ago
f8aed6e
PCI: dwc: designware: Add EP mode support
by Kishon Vijay Abraham I
· 8 years ago
7221547
PCI: imx6: Fix spelling mistake: "contol" -> "control"
by Colin Ian King
· 8 years ago
89874a1
PCI: keystone-dw: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
01bd489
PCI: layerscape: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
e313a44
PCI: hisi: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
53dfa17
PCI: armada8k: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
cc7b0d4
PCI: designware: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
10c736f
PCI: qcom: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
05043c8
PCI: spear13xx: Update PCI config space remap function
by Lorenzo Pieralisi
· 8 years ago
b9c1153
PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)
by Dongdong Liu
· 8 years ago
93b226f
PCI: imx6: Do not switch speed if Gen2 is disabled
by Andrey Smirnov
· 8 years ago
e6dcd87
PCI: imx6: Do not wait for speed change on i.MX7
by Andrey Smirnov
· 8 years ago
bde4a5a
PCI: imx6: Allow probe deferral by reset GPIO
by Andrey Smirnov
· 8 years ago
9b3fe67
PCI: imx6: Add code to support i.MX7D
by Andrey Smirnov
· 8 years ago
d4c7d1a
PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe
by Keerthy
· 8 years ago
edd45e3
PCI: dwc: designware: Move _unroll configurations to a separate function
by Kishon Vijay Abraham I
· 8 years ago
a509d7d
PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
by Kishon Vijay Abraham I
· 8 years ago
b50b2db
PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
by Kishon Vijay Abraham I
· 8 years ago
62c5549f
PCI: dwc: artpec6: Populate cpu_addr_fixup ops
by Kishon Vijay Abraham I
· 8 years ago
2ed6cc7
PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
by Kishon Vijay Abraham I
· 8 years ago
a660083
PCI: dwc: designware: Add new *ops* for CPU addr fixup
by Kishon Vijay Abraham I
· 8 years ago
1b497e6
PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()
by Dan Carpenter
· 8 years ago
dbe4a09
PCI: dwc: Unindent dw_handle_msi_irq() loop
by Bjorn Helgaas
· 8 years ago
794a860
PCI: dwc: Fix dw_pcie_ops NULL pointer dereference
by Niklas Cassel
· 8 years ago
6665f8a
PCI: dwc: Select PCI_HOST_COMMON for hisi
by Arnd Bergmann
· 8 years ago
544714d
PCI: exynos: Initialize elbi_base even when using PHY framework
by Jaehoon Chung
· 8 years ago
c046406
PCI: dwc: Fix crashes seen due to missing assignments
by Guenter Roeck
· 8 years ago
e2dc4f2
Merge branch 'pci/host-layerscape' into next
by Bjorn Helgaas
· 8 years ago
e34e38b
Merge branch 'pci/host-imx6' into next
by Bjorn Helgaas
· 8 years ago
d952097
Merge branch 'pci/host-hisi' into next
by Bjorn Helgaas
· 8 years ago
b2e6d30
Merge branch 'pci/host-exynos' into next
by Bjorn Helgaas
· 8 years ago
7a2b3f0
PCI: dwc: Remove dependency of designware on CONFIG_PCI
by Kishon Vijay Abraham I
· 8 years ago
a056020
PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host
by Kishon Vijay Abraham I
· 8 years ago
feb85d9
PCI: dwc: Split pcie-designware.c into host and core files
by Kishon Vijay Abraham I
· 8 years ago
314fc85
PCI: dwc: designware: Fix style errors in pcie-designware.c
by Kishon Vijay Abraham I
· 8 years ago
5f334db
PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
by Kishon Vijay Abraham I
· 8 years ago
442ec4c
PCI: dwc: all: Split struct pcie_port into host-only and core structures
by Kishon Vijay Abraham I
· 8 years ago
40f67fb
PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
by Kishon Vijay Abraham I
· 8 years ago
19ce01cc
PCI: dwc: all: Rename cfg_read/cfg_write to read/write
by Kishon Vijay Abraham I
· 8 years ago
9bcf0a6
PCI: dwc: all: Use platform_set_drvdata() to save private data
by Kishon Vijay Abraham I
· 8 years ago
b90dc39
PCI: dwc: designware: Move register defines to designware header file
by Kishon Vijay Abraham I
· 8 years ago
11a61a8
PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code
by Fengguang Wu
· 8 years ago
1f6c450
PCI: dra7xx: Group PHY API invocations
by Kishon Vijay Abraham I
· 8 years ago
ebe85a4
PCI: dra7xx: Enable MSI and legacy interrupts simultaneously
by Kishon Vijay Abraham I
· 8 years ago
ab5fe4f
PCI: dra7xx: Add support to force RC to work in GEN1 mode
by Kishon Vijay Abraham I
· 8 years ago
602d38b
PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()
by Kishon Vijay Abraham I
· 8 years ago
950bf63
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
by Kishon Vijay Abraham I
· 8 years ago