index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pcie-mobiveil.c
Age
Commit message (
Expand
)
Author
2020-02-21
PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driver
Hou Zhiqiang
2020-02-21
PCI: mobiveil: Collect the interrupt related operations into a function
Hou Zhiqiang
2020-02-21
PCI: mobiveil: Move the host initialization into a function
Hou Zhiqiang
2020-02-21
PCI: mobiveil: Introduce a new structure mobiveil_root_port
Hou Zhiqiang
2019-11-28
Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'
Bjorn Helgaas
2019-11-20
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-10-29
PCI: mobiveil: Use pci_parse_request_of_pci_ranges()
Rob Herring
2019-10-15
PCI: mobiveil: Fix csr_read()/write() build issue
Kefeng Wang
2019-08-21
PCI: mobiveil: Fix the CPU base address setup in inbound window
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr()
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix infinite-loop in the INTx handling function
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Move PCIe PIO enablement out of inbound window routine
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound window
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound window
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setup
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Clear the control fields before updating it
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Add configured inbound windows counter
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix the valid check for inbound and outbound windows
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Clean-up program_{ib/ob}_windows()
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Remove an unnecessary return value check
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix error return values
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Refactor the MEM/IO outbound window initialization
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Make some register updates more readable
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Reformat the code for readability
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Move IRQ chained handler setup out of DT parse
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix the Class Code field
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Update the resource list traversal function
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
Hou Zhiqiang
2019-07-08
PCI: mobiveil: Unify register accessors
Hou Zhiqiang
2018-09-25
PCI: Remove unnecessary check of device_type == pci
Rob Herring
2018-07-30
PCI: mobiveil: Add missing ../pci.h include
Lorenzo Pieralisi
2018-07-30
PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type
Lorenzo Pieralisi
2018-07-26
PCI: mobiveil: Integer overflow in IB_WIN_SIZE
Dan Carpenter
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin