aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-16staging: mt7621-pci: initialize 'n' variable when it is declaredSergio Paracuellos1-2/+1
2020-04-16staging: mt7621-pci: add clarification comment in 'mt7621_pcie_init_virtual_bridges'Sergio Paracuellos1-0/+5
2020-04-16staging: mt7621-pci: rename 'PCIE_P2P_MAX' into 'PCIE_P2P_CNT'Sergio Paracuellos1-8/+8
2020-04-13staging: mt7621-pci: fix PCIe interrupt mappingSergio Paracuellos1-2/+34
2020-04-13staging: mt7621-pci: properly power off dual-ported pcie phySergio Paracuellos1-2/+10
2020-03-23staging: mt7621-pci: avoid to set 'iomem_resource' addressesSergio Paracuellos1-2/+0
2020-03-23staging: mt7621-pci: use builtin_platform_driver()Sergio Paracuellos1-6/+1
2020-03-21staging: mt7621-pci: delete release gpios related codeSergio Paracuellos1-20/+7
2020-03-21staging: mt7621-pci: avoid to poweroff the phy for slot oneSergio Paracuellos1-1/+2
2020-03-20staging: mt7621-pci: be sure gpio descriptor is null on failsSergio Paracuellos1-1/+3
2020-03-20staging: mt7621-pci: change variable to print for slotSergio Paracuellos1-1/+1
2020-03-20staging: mt7621-pci: use only two phys from device treeSergio Paracuellos1-1/+6
2020-03-19staging: mt7621-pci: don't return if get gpio failsSergio Paracuellos1-4/+2
2020-03-19staging: mt7621-pci: fix register to set up virtual bridgesSergio Paracuellos1-1/+1
2020-03-18staging: mt7621-pci: fix io space and properly set resource limitsSergio Paracuellos1-18/+25
2020-03-17staging: mt7621-pci: delete no more needed 'mt7621_reset_port'Sergio Paracuellos1-13/+0
2020-03-17staging: mt7621-pci: release gpios after pci initializationSergio Paracuellos1-5/+18
2020-03-17staging: mt7621-pci: bindings: update doc accordly to last changesSergio Paracuellos1-2/+5
2020-03-17staging: mt7621-pci: change value for 'PERST_DELAY_MS'Sergio Paracuellos1-3/+3
2020-03-17staging: mt7621-pci: use gpios for properly resetSergio Paracuellos1-33/+51
2020-03-11staging: mt7621-pci: enable clock bit for each portSergio Paracuellos1-11/+6
2020-03-10staging: mt7621-pci: simplify 'mt7621_pcie_init_virtual_bridges' functionSergio Paracuellos1-52/+33
2019-11-14MIPS: ralink: enable PCI support only if driver for mt7621 SoC is selectedSergio Paracuellos1-1/+0
2019-10-07staging: mt7621-pci: add quirks for 'E2' revision using 'soc_device_attribute'Sergio Paracuellos1-6/+17
2019-07-25staging: mt7621-pci: avoid use 'err' local variableSergio Paracuellos1-6/+1
2019-07-22staging: mt7621-pci: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-07-01staging: mt7621-pci: fix PCIE_FTS_NUM_LO macroSergio Paracuellos1-1/+1
2019-06-21staging: mt7621-pci: use 'module_init' instead of 'arch_initcall'Sergio Paracuellos1-1/+1
2019-06-21staging: mt7621-pci: add phy exit call if phy_power_on call failsSergio Paracuellos1-0/+1
2019-06-21staging: mt7621-pci: disable pcie port clock if there is no pcie linkSergio Paracuellos1-0/+7
2019-06-20staging: mt7621-pci: dt-bindings: add perst-gpio to sample bindingsSergio Paracuellos1-0/+2
2019-06-20staging: mt7621-pci: use gpio perst instead of builtin behaviourSergio Paracuellos1-48/+58
2019-06-20staging: mt7621-pci: fix two messages in driver codeSergio Paracuellos1-2/+2
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2019-03-18staging, mt7621-pci: fix build without pci supportMaxim Zhukov1-0/+1
2019-03-18staging: mt7621-pci: IF statement expression comparing to NULLBranden Bonaby1-1/+1
2019-02-19staging: mt7621-pci: reverse condition to check for enabled portSergio Paracuellos1-1/+1
2019-02-19staging: mt7621-pci: remove two register writesSergio Paracuellos1-4/+0
2019-02-19staging: mt7621-pci: replace spaces with tabs in commentSergio Paracuellos1-9/+9
2019-02-19staging: mt7621-pci: remove not used definitionsSergio Paracuellos1-2/+0
2019-02-19staging: mt7621-pci: add reset control for general pcie resetSergio Paracuellos1-5/+10
2019-02-11staging: mt7621-pci: update driver's TODO fileSergio Paracuellos1-8/+0
2019-02-11Staging: mt7621-pci: Fix space required coding styleGuilherme Tadashi Maeoka1-2/+2
2019-01-18staging: Mediatek: Use individual config flags in MakefileGeorge Hilliard1-1/+1
2019-01-15staging: mt7621-pci: use PCI definitions instead of hardcode valuesSergio Paracuellos1-2/+3
2019-01-07staging: mt7621-pci: handle phy using new generic phy 'pci-mt7621-phy' driverSergio Paracuellos1-218/+32
2018-12-05staging: mt7621-pci: add comment clarifying inverted reset linesSergio Paracuellos1-0/+4
2018-11-26staging: mt7621-pci: avoid using clk_* operationsSergio Paracuellos1-16/+0