index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pcie-mobiveil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-28
Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'
Bjorn Helgaas
1
-19
/
+8
2019-11-20
PCI: of: Add inbound resource parsing to helpers
Rob Herring
1
-1
/
+2
2019-10-29
PCI: mobiveil: Use pci_parse_request_of_pci_ranges()
Rob Herring
1
-19
/
+7
2019-10-15
PCI: mobiveil: Fix csr_read()/write() build issue
Kefeng Wang
1
-57
/
+62
2019-08-21
PCI: mobiveil: Fix the CPU base address setup in inbound window
Hou Zhiqiang
1
-3
/
+7
2019-07-08
PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr()
Hou Zhiqiang
1
-3
/
+2
2019-07-08
PCI: mobiveil: Fix infinite-loop in the INTx handling function
Hou Zhiqiang
1
-3
/
+9
2019-07-08
PCI: mobiveil: Move PCIe PIO enablement out of inbound window routine
Hou Zhiqiang
1
-4
/
+5
2019-07-08
PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound window
Hou Zhiqiang
1
-3
/
+6
2019-07-08
PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound window
Hou Zhiqiang
1
-1
/
+4
2019-07-08
PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setup
Hou Zhiqiang
1
-2
/
+2
2019-07-08
PCI: mobiveil: Clear the control fields before updating it
Hou Zhiqiang
1
-5
/
+12
2019-07-08
PCI: mobiveil: Add configured inbound windows counter
Hou Zhiqiang
1
-0
/
+1
2019-07-08
PCI: mobiveil: Fix the valid check for inbound and outbound windows
Hou Zhiqiang
1
-2
/
+2
2019-07-08
PCI: mobiveil: Clean-up program_{ib/ob}_windows()
Hou Zhiqiang
1
-17
/
+8
2019-07-08
PCI: mobiveil: Remove an unnecessary return value check
Hou Zhiqiang
1
-2
/
+0
2019-07-08
PCI: mobiveil: Fix error return values
Hou Zhiqiang
1
-3
/
+3
2019-07-08
PCI: mobiveil: Refactor the MEM/IO outbound window initialization
Hou Zhiqiang
1
-10
/
+10
2019-07-08
PCI: mobiveil: Make some register updates more readable
Hou Zhiqiang
1
-18
/
+25
2019-07-08
PCI: mobiveil: Reformat the code for readability
Hou Zhiqiang
1
-101
/
+107
2019-07-08
PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()
Hou Zhiqiang
1
-1
/
+1
2019-07-08
PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers
Hou Zhiqiang
1
-0
/
+6
2019-07-08
PCI: mobiveil: Move IRQ chained handler setup out of DT parse
Hou Zhiqiang
1
-2
/
+2
2019-07-08
PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()
Hou Zhiqiang
1
-8
/
+7
2019-07-08
PCI: mobiveil: Fix the Class Code field
Hou Zhiqiang
1
-3
/
+6
2019-07-08
PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
Hou Zhiqiang
1
-1
/
+1
2019-07-08
PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window
Hou Zhiqiang
1
-3
/
+2
2019-07-08
PCI: mobiveil: Update the resource list traversal function
Hou Zhiqiang
1
-2
/
+2
2019-07-08
PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows
Hou Zhiqiang
1
-2
/
+3
2019-07-08
PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
Hou Zhiqiang
1
-1
/
+1
2019-07-08
PCI: mobiveil: Unify register accessors
Hou Zhiqiang
1
-55
/
+124
2018-09-25
PCI: Remove unnecessary check of device_type == pci
Rob Herring
1
-7
/
+0
2018-07-30
PCI: mobiveil: Add missing ../pci.h include
Lorenzo Pieralisi
1
-0
/
+2
2018-07-30
PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type
Lorenzo Pieralisi
1
-1
/
+1
2018-07-26
PCI: mobiveil: Integer overflow in IB_WIN_SIZE
Dan Carpenter
1
-1
/
+1
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
1
-0
/
+866