summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mobiveil.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: mobiveil: Fix the CPU base address setup in inbound windowHou Zhiqiang2019-08-211-3/+7
* PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr()Hou Zhiqiang2019-07-081-3/+2
* PCI: mobiveil: Fix infinite-loop in the INTx handling functionHou Zhiqiang2019-07-081-3/+9
* PCI: mobiveil: Move PCIe PIO enablement out of inbound window routineHou Zhiqiang2019-07-081-4/+5
* PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound windowHou Zhiqiang2019-07-081-3/+6
* PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound windowHou Zhiqiang2019-07-081-1/+4
* PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setupHou Zhiqiang2019-07-081-2/+2
* PCI: mobiveil: Clear the control fields before updating itHou Zhiqiang2019-07-081-5/+12
* PCI: mobiveil: Add configured inbound windows counterHou Zhiqiang2019-07-081-0/+1
* PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang2019-07-081-2/+2
* PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang2019-07-081-17/+8
* PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang2019-07-081-2/+0
* PCI: mobiveil: Fix error return valuesHou Zhiqiang2019-07-081-3/+3
* PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang2019-07-081-10/+10
* PCI: mobiveil: Make some register updates more readableHou Zhiqiang2019-07-081-18/+25
* PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang2019-07-081-101/+107
* PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang2019-07-081-1/+1
* PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang2019-07-081-0/+6
* PCI: mobiveil: Move IRQ chained handler setup out of DT parseHou Zhiqiang2019-07-081-2/+2
* PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()Hou Zhiqiang2019-07-081-8/+7
* PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang2019-07-081-3/+6
* PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang2019-07-081-1/+1
* PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound windowHou Zhiqiang2019-07-081-3/+2
* PCI: mobiveil: Update the resource list traversal functionHou Zhiqiang2019-07-081-2/+2
* PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang2019-07-081-2/+3
* PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang2019-07-081-1/+1
* PCI: mobiveil: Unify register accessorsHou Zhiqiang2019-07-081-55/+124
* PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-251-7/+0
* PCI: mobiveil: Add missing ../pci.h includeLorenzo Pieralisi2018-07-301-0/+2
* PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address typeLorenzo Pieralisi2018-07-301-1/+1
* PCI: mobiveil: Integer overflow in IB_WIN_SIZEDan Carpenter2018-07-261-1/+1
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+866