Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
84d897d69938a33f4ce3877c82d573e7a2b4e5a9
/
drivers
/
pci
/
dwc
/
pci-layerscape.c
84d897d
PCI: layerscape: Change default error response behavior
by Minghuan Lian
· 8 years ago
a335b12
PCI: layerscape: Add support for ls1012a
by Hou Zhiqiang
· 8 years ago
03fc613
PCI: layerscape: Add support for ls1088a
by Hou Zhiqiang
· 8 years ago
8f89357
PCI: layerscape: Add support for ls2088a
by Hou Zhiqiang
· 8 years ago
c3f9093
PCI: layerscape: Remove unnecessary class code fixup
by Hou Zhiqiang
· 8 years ago
e44abfe
PCI: dwc: Add accessors for write permission of DBI read-only registers
by Hou Zhiqiang
· 8 years ago
4a2745d
PCI: layerscape: Disable outbound windows configured by bootloader
by Hou Zhiqiang
· 8 years ago
fa92dba
PCI: layerscape: Refactor ls1021_pcie_host_init()
by Hou Zhiqiang
· 8 years ago
ba95a82
PCI: layerscape: Move generic init functions earlier in file
by Hou Zhiqiang
· 8 years ago
5da39bf
PCI: layerscape: Add class code and multifunction fixups for ls1021a
by Hou Zhiqiang
· 8 years ago
0223234
PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracket
by Hou Zhiqiang
· 8 years ago
a36deff
PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init()
by Hou Zhiqiang
· 8 years ago
4a30176
PCI: dwc: designware: Handle ->host_init() failures
by Bjorn Andersson
· 8 years ago
4ab2e7c
PCI: dwc: Constify dw_pcie_host_ops structures
by Jisheng Zhang
· 8 years ago
a5f40e8
PCI: Don't allow unbinding host controllers that aren't prepared
by Brian Norris
· 8 years ago
01bd489
PCI: layerscape: Update PCI config space remap function
by Lorenzo Pieralisi
· 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
442ec4c
PCI: dwc: all: Split struct pcie_port into host-only and core structures
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
950bf63
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
by Kishon Vijay Abraham I
· 9 years ago
[Renamed from drivers/pci/host/pci-layerscape.c]
6dc2c04
PCI: layerscape: Use of_device_get_match_data() to simplify probe
by Bjorn Helgaas
· 9 years ago
44b83b3
Merge branch 'pci/host-rockchip' into next
by Bjorn Helgaas
· 9 years ago
1d77040
PCI: layerscape: Add LS1046a support
by Mingkai Hu
· 9 years ago
e594233
PCI: layerscape: Remove redundant error message from ls_pcie_probe()
by Wei Yongjun
· 9 years ago
15480f3
PCI: layerscape: Fix drvdata usage before assignment
by Marc Zyngier
· 9 years ago
6caaa28
PCI: layerscape: Reorder struct ls_pcie
by Bjorn Helgaas
· 9 years ago
4726a82
PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg
by Bjorn Helgaas
· 9 years ago
fefe673
PCI: layerscape: Move struct pcie_port setup to probe function
by Bjorn Helgaas
· 9 years ago
7b0b111
PCI: layerscape: Pass device-specific struct to internal functions
by Bjorn Helgaas
· 9 years ago
d41d295
PCI: layerscape: Remove redundant struct ls_pcie.dbi
by Bjorn Helgaas
· 9 years ago
9f6a148f
PCI: layerscape: Remove unused platform data
by Bjorn Helgaas
· 9 years ago
c11125e
PCI: layerscape: Add local struct device pointers
by Bjorn Helgaas
· 9 years ago
154fb60
PCI: layerscape: Make explicitly non-modular
by Paul Gortmaker
· 9 years ago
63e3027
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
1195c10
PCI: layerscape: Fix MSG TLP drop setting
by Minghuan Lian
· 9 years ago
dbae40b
PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID
by Yang Shi
· 10 years ago
bd33b87
PCI: layerscape: Add ls_pcie_msi_host_init()
by Minghuan Lian
· 10 years ago
5192ec7
PCI: layerscape: Add support for LS1043a and LS2080a
by Minghuan Lian
· 10 years ago
0f3cb32
PCI: layerscape: Remove unused fields from struct ls_pcie
by Minghuan Lian
· 10 years ago
a167fb7
PCI: layerscape: Update ls_add_pcie_port()
by Minghuan Lian
· 10 years ago
d646334
PCI: layerscape: Factor out SCFG related function
by Minghuan Lian
· 10 years ago
7af4ce3
PCI: layerscape: Ignore PCIe controllers in Endpoint mode
by Minghuan Lian
· 10 years ago
72f71af
PCI: layerscape: Remove ls_pcie_establish_link()
by Minghuan Lian
· 10 years ago
6cbb247
PCI: designware: Wait for link to come up with consistent style
by Bjorn Helgaas
· 10 years ago
1d3f9ba
PCI: layerscape: Factor out ls_pcie_establish_link()
by Bjorn Helgaas
· 10 years ago
1200edc
PCI: layerscape: Use dw_pcie_link_up() consistently
by Bjorn Helgaas
· 10 years ago
e3dc17a
PCI: layerscape: Simplify platform_get_resource_byname() failure checking
by Bjorn Helgaas
· 10 years ago
80f6d91
PCI: layerscape: Fix platform_no_drv_owner.cocci warnings
by Julia Lawall
· 11 years ago
62d0ff83
PCI: layerscape: Add Freescale Layerscape PCIe driver
by Minghuan Lian
· 11 years ago