Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8080699a3649cb0a0aed2c650a7a3a76c2025b30
/
drivers
/
pci
/
dwc
/
pcie-designware.h
27e8739
Merge branch 'pci/trivial' into next
by Bjorn Helgaas
· 7 years ago
3a749ea
Merge branch 'pci/endpoint' into next
by Bjorn Helgaas
· 7 years ago
96291d5
PCI: Fix typos and whitespace errors
by Bjorn Helgaas
· 7 years ago
e44abfe
PCI: dwc: Add accessors for write permission of DBI read-only registers
by Hou Zhiqiang
· 7 years ago
a937fe0
PCI: dwc: designware: Provide page_size to pci_epc_mem
by Kishon Vijay Abraham I
· 7 years ago
4a30176
PCI: dwc: designware: Handle ->host_init() failures
by Bjorn Andersson
· 7 years ago
4ab2e7c
PCI: dwc: Constify dw_pcie_host_ops structures
by Jisheng Zhang
· 8 years ago
608793e
PCI: dwc: dra7xx: Add EP mode support
by Kishon Vijay Abraham I
· 8 years ago
f8aed6e
PCI: dwc: designware: Add EP mode support
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
a660083
PCI: dwc: designware: Add new *ops* for CPU addr fixup
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
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
19ce01cc
PCI: dwc: all: Rename cfg_read/cfg_write to read/write
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
950bf63
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
by Kishon Vijay Abraham I
· 8 years ago
[Renamed from drivers/pci/host/pcie-designware.h]
8ad7501
PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
by Bjorn Helgaas
· 8 years ago
ad88021
PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
by Bjorn Helgaas
· 8 years ago
7e00dfd
PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
by Bjorn Helgaas
· 8 years ago
fe48cb8
PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
by Pratyush Anand
· 8 years ago
a0601a4
PCI: designware: Add iATU Unroll feature
by Joao Pinto
· 8 years ago
c388de1
PCI: designware: Move link wait definitions to .c file
by Joao Pinto
· 8 years ago
446fc23
PCI: designware: Return data directly from dw_pcie_readl_rc()
by Bjorn Helgaas
· 8 years ago
886bc5c
PCI: designware: Add generic dw_pcie_wait_for_link()
by Joao Pinto
· 9 years ago
cbce790
PCI: designware: Make driver arch-agnostic
by Zhou Wang
· 9 years ago
0021d22
PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT
by Zhou Wang
· 9 years ago
9cdce1c
Revert "PCI: designware: Program ATU with untranslated address"
by Zhou Wang
· 9 years ago
4c45852
PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
by Gabriele Paoloni
· 9 years ago
98a97e6
PCI: designware: Make get_msi_addr() return phys_addr_t, not u32
by Lucas Stach
· 9 years ago
c2791b8
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
by Yijing Wang
· 10 years ago
24832b4
PCI: designware: Add get_msi_data() to pcie_host_ops
by Minghuan Lian
· 10 years ago
450e344
PCI: designware: Rename get_msi_data() to get_msi_addr()
by Minghuan Lian
· 10 years ago
adf70fc
PCI: designware: Fold struct pcie_port_info into struct pcie_port
by Pratyush Anand
· 10 years ago
4f2ebe0
PCI: designware: Parse bus-range property from devicetree
by Lucas Stach
· 10 years ago
b14a3d1
PCI: designware: Add support for v3.65 hardware
by Murali Karicheri
· 10 years ago
2f37c5a
PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardware
by Murali Karicheri
· 10 years ago
a1c0ae9
PCI: designware: Add config access-related pcie_host_ops for v3.65 hardware
by Murali Karicheri
· 10 years ago
f4c55c5
PCI: designware: Program ATU with untranslated address
by Kishon Vijay Abraham I
· 10 years ago
843a85c
Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into next
by Bjorn Helgaas
· 11 years ago
7f4f16e
PCI: designware: Make MSI ISR shared IRQ aware
by Lucas Stach
· 11 years ago
11c6fbd
PCI: designware: Remove unnecessary use of 'conf_lock' spinlock
by Andrew Murray
· 11 years ago
a01ef59
PCI: designware: Add dw_pcie prefix before cfg_read/write
by Pratyush Anand
· 11 years ago
904d0e7
PCI: designware: Add irq_create_mapping()
by Pratyush Anand
· 11 years ago
73e4085
PCI: designware: Make dw_pcie_rd_own_conf(), etc., static
by Bjorn Helgaas
· 11 years ago
18edf45
PCI: designware: Add header guards
by Seungwon Jeon
· 11 years ago
f342d94
PCI: exynos: Add support for MSI
by Jingoo Han
· 11 years ago
4b1ced8
PCI: exynos: Split into Synopsys part and Exynos part
by Jingoo Han
· 11 years ago