summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pci
AgeCommit message (Expand)AuthorLines
2021-10-21PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos-718/+0
2021-08-26staging: mt7621-pci: fix hang when nothing is connected to pcie portsSergio Paracuellos-2/+11
2021-07-27staging: mt7621-pci: avoid to re-disable clock for those pcies not in useSergio Paracuellos-1/+0
2021-06-15staging: mt7621-pci: remove 'mt7621_pci_parse_request_of_pci_ranges'Sergio Paracuellos-73/+27
2021-06-09staging: mt7621-pci: make use of 'pcie_port_write'Sergio Paracuellos-8/+4
2021-06-09staging: mt7621-pci: parse some dt properties from root port child nodesSergio Paracuellos-11/+38
2021-06-09staging: mt7621-pci: use {readl|writel}_relaxed instead of readl/writelSergio Paracuellos-7/+7
2021-06-09staging: mt7621-pci: remove 'RALINK_PCI_BAR0SETUP_ADDR' definitionSergio Paracuellos-2/+1
2021-06-09staging: mt7621-pci: make cleaner 'mt7621_pcie_enable_ports'Sergio Paracuellos-16/+8
2021-05-10staging: mt7621-pci: remove two blank linesSergio Paracuellos-2/+0
2021-05-10staging: mt7621-pci: avoid custom 'map_irq' functionSergio Paracuellos-88/+0
2021-05-10staging: mt7621-pci: directly return 'mt7621_pcie_register_host'Sergio Paracuellos-7/+1
2021-05-10staging: mt7621-pci: replace mdelay with msleepSergio Paracuellos-2/+2
2021-05-10staging: mt7621-pci: group io resource assignments all togetherSergio Paracuellos-2/+2
2021-05-10staging: mt7621-pci: remove some not needed includesSergio Paracuellos-5/+0
2021-05-10staging: mt7621-pci: avoid to set gpio mode in driverSergio Paracuellos-7/+0
2021-05-10staging: mt7621-pci: make use of kernel clock apisSergio Paracuellos-18/+26
2021-04-11staging: mt7621-pci: stop using of_pci_range_to_resourceIlya Lipnitskiy-5/+6
2021-03-10Staging: mt7621-pci: fixed a blank line coding style issueSelvakumar Elangovan-1/+0
2020-11-26staging: mt7621-pci: remove 'RALINK_PCI_IMBASEBAR0_ADDR' registerSergio Paracuellos-4/+0
2020-11-26staging: mt7621-pci: convert to use 'devm_platform_ioremap_resource'Sergio Paracuellos-20/+4
2020-11-26staging: mt7621-pci: parse and prepare resources in 'mt7621_pci_parse_request...Sergio Paracuellos-23/+21
2020-11-26staging: mt7621-pci: review 'pci_host_bridge' assigned variablesSergio Paracuellos-2/+0
2020-11-26staging: mt7621-pci: add comment to clarify IO resource in this driverSergio Paracuellos-0/+7
2020-11-26staging: mt7621-pci: remove 'offset' with mem and io resource sizesSergio Paracuellos-9/+2
2020-11-26staging: mt7621-pci: remove bus ranges related codeSergio Paracuellos-13/+0
2020-11-23Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman-12/+3
2020-11-06staging: mt7621-pci: avoid to request pci bus resourcesSergio Paracuellos-12/+3
2020-11-06Staging: mt7621-pci: Fix alignment warningsSiddhant Gupta-2/+2
2020-09-13staging: mt7621-pci: Update driver TODO fileAbheek Dhawan-1/+1
2020-04-16staging: mt7621-pci: initialize 'n' variable when it is declaredSergio Paracuellos-2/+1
2020-04-16staging: mt7621-pci: add clarification comment in 'mt7621_pcie_init_virtual_b...Sergio Paracuellos-0/+5
2020-04-16staging: mt7621-pci: rename 'PCIE_P2P_MAX' into 'PCIE_P2P_CNT'Sergio Paracuellos-8/+8
2020-04-13staging: mt7621-pci: fix PCIe interrupt mappingSergio Paracuellos-2/+34
2020-04-13staging: mt7621-pci: properly power off dual-ported pcie phySergio Paracuellos-2/+10
2020-03-23staging: mt7621-pci: avoid to set 'iomem_resource' addressesSergio Paracuellos-2/+0
2020-03-23staging: mt7621-pci: use builtin_platform_driver()Sergio Paracuellos-6/+1
2020-03-21staging: mt7621-pci: delete release gpios related codeSergio Paracuellos-20/+7
2020-03-21staging: mt7621-pci: avoid to poweroff the phy for slot oneSergio Paracuellos-1/+2
2020-03-20staging: mt7621-pci: be sure gpio descriptor is null on failsSergio Paracuellos-1/+3
2020-03-20staging: mt7621-pci: change variable to print for slotSergio Paracuellos-1/+1
2020-03-20staging: mt7621-pci: use only two phys from device treeSergio Paracuellos-1/+6
2020-03-19staging: mt7621-pci: don't return if get gpio failsSergio Paracuellos-4/+2
2020-03-19staging: mt7621-pci: fix register to set up virtual bridgesSergio Paracuellos-1/+1
2020-03-18staging: mt7621-pci: fix io space and properly set resource limitsSergio Paracuellos-18/+25
2020-03-17staging: mt7621-pci: delete no more needed 'mt7621_reset_port'Sergio Paracuellos-13/+0
2020-03-17staging: mt7621-pci: release gpios after pci initializationSergio Paracuellos-5/+18
2020-03-17staging: mt7621-pci: bindings: update doc accordly to last changesSergio Paracuellos-2/+5
2020-03-17staging: mt7621-pci: change value for 'PERST_DELAY_MS'Sergio Paracuellos-3/+3
2020-03-17staging: mt7621-pci: use gpios for properly resetSergio Paracuellos-33/+51