aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-26staging: mt7621-pci: fix reset lines for each pcie portSergio Paracuellos1-6/+32
2018-11-26staging: mt7621-pci: dt-bindings: update bindings doc removing sysctls registersSergio Paracuellos1-2/+1
2018-11-26staging: mt7621-pci: avoid mapping sysctls registersSergio Paracuellos1-14/+1
2018-11-11staging: mt7621-pci: dt-bindings: add dt bindings for mt7621 pcie controllerSergio Paracuellos1-0/+100
2018-11-11staging: mt7621-pci: replace 'mdelay()' with 'msleep()'Sergio Paracuellos1-1/+1
2018-11-11staging: mt7621-pci: move some code into 'mt7621_pcie_init_ports'Sergio Paracuellos1-10/+8
2018-11-11staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' functionSergio Paracuellos1-35/+45
2018-11-11staging: mt7621-pci: enable interrupt when port is being enabledSergio Paracuellos1-4/+5
2018-11-11staging: mt7621-pci: use PCIE_PORT_LINKUP instead of hardcode valueSergio Paracuellos1-1/+1
2018-11-11staging: mt7621-pci: use PERST_N instead of gpio controlSergio Paracuellos1-22/+24
2018-11-11staging: mt7621-pci: add some definitions for enabling and disabling GEN and GEN1 clocksSergio Paracuellos1-3/+7
2018-11-11staging: mt7621-pci: rewrite hardcoded code for enabling portsSergio Paracuellos1-6/+15
2018-11-11staging: mt7621-pci: rewrite RC FTS configurationSergio Paracuellos1-5/+11
2018-11-11staging: mt7621-pci: align function definition style along the codeSergio Paracuellos1-8/+5
2018-11-11staging: mt7621-pci: remove non sense commentSergio Paracuellos1-5/+0
2018-11-11staging: mt7621-pci: reorder preprocessor definitionsSergio Paracuellos1-16/+18
2018-11-11staging: mt7621-pci: remove unused preprocessor definitionsSergio Paracuellos1-9/+0
2018-11-11staging: mt7621-pci: factor out 'mt7621_pcie_init_ports' functionSergio Paracuellos1-10/+18
2018-11-11staging: mt7621-pci: avoid use of global variable 'pcie_link_status'Sergio Paracuellos1-50/+75
2018-11-11staging: mt7621-pci: factor out 'mt7621_pcie_enable_ports' functionSergio Paracuellos1-64/+42
2018-11-11staging: mt7621-pci: use dev_* functions instead of printkSergio Paracuellos1-6/+8
2018-11-11staging: mt7621-pci: use a trailing */ on a separate lineSergio Paracuellos1-2/+4
2018-11-11staging: mt7621-pci: remap and use sysctl from device treeSergio Paracuellos1-5/+33
2018-11-11staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_port'Sergio Paracuellos1-2/+2
2018-11-11staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port'Sergio Paracuellos1-3/+3
2018-11-11staging: mt7621-pci: factor out 'mt7621_enable_phy' functionSergio Paracuellos1-3/+10
2018-11-11staging: mt7621-pci: rewrite pcie phy related functionsSergio Paracuellos1-99/+195
2018-11-11staging: mt7621-pci: reagroup reset related macros all togetherSergio Paracuellos1-2/+3
2018-11-11staging: mt7621-pci: remove reset related unused macrosSergio Paracuellos1-4/+0
2018-11-11staging: mt7621-pci: remove two commented code linesSergio Paracuellos1-5/+0
2018-11-11staging: mt7621-pci: remove GPL2+ text from license headerSergio Paracuellos1-28/+3
2018-11-11staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macrosSergio Paracuellos1-15/+0
2018-11-11staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' functionSergio Paracuellos1-47/+41
2018-11-11staging: mt7621-pci: add two helpers for read and write pcie register portsSergio Paracuellos1-0/+11
2018-11-11staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call failsSergio Paracuellos1-1/+1
2018-11-11staging: mt7621-pci: parse and init port data from device treeSergio Paracuellos1-4/+71
2018-10-09staging: mt7621-pci: Prefer using the BIT macroMamta Shukla1-13/+13
2018-10-09staging: mt7621-pci: Add spaces around '<<'Mamta Shukla1-20/+20
2018-10-09staging: mt7621-pci: Add spaces around '|'Mamta Shukla1-3/+3
2018-10-09staging: mt7621-pci: Add spaces around '&'Mamta Shukla1-1/+1
2018-10-09staging: mt7621-pci: Do not initialise statics to 0Mamta Shukla1-1/+1
2018-09-10staging: mt7621-pci: remove unnecessary check of device_type == pciRob Herring1-7/+0
2018-08-27staging: mt7621-pci: show N_FTS status using a loopSergio Paracuellos1-8/+5
2018-08-27staging: mt7621-pci: make some function staticSergio Paracuellos1-3/+3
2018-08-08staging: mt7621-pci: remove remaining pci_legacy dependant codeSergio Paracuellos1-32/+1
2018-08-08staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definitionSergio Paracuellos1-4/+4
2018-08-08staging: mt7621-pci: use BIT macro in preprocessor definitionsSergio Paracuellos1-10/+10
2018-08-08staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitionsSergio Paracuellos1-64/+67