index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
mt7621-pci
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
staging: mt7621-pci: add comment clarifying inverted reset lines
Sergio Paracuellos
1
-0
/
+4
2018-11-26
staging: mt7621-pci: avoid using clk_* operations
Sergio Paracuellos
1
-16
/
+0
2018-11-26
staging: mt7621-pci: fix reset lines for each pcie port
Sergio Paracuellos
1
-6
/
+32
2018-11-26
staging: mt7621-pci: dt-bindings: update bindings doc removing sysctls registers
Sergio Paracuellos
1
-2
/
+1
2018-11-26
staging: mt7621-pci: avoid mapping sysctls registers
Sergio Paracuellos
1
-14
/
+1
2018-11-11
staging: mt7621-pci: dt-bindings: add dt bindings for mt7621 pcie controller
Sergio Paracuellos
1
-0
/
+100
2018-11-11
staging: mt7621-pci: replace 'mdelay()' with 'msleep()'
Sergio Paracuellos
1
-1
/
+1
2018-11-11
staging: mt7621-pci: move some code into 'mt7621_pcie_init_ports'
Sergio Paracuellos
1
-10
/
+8
2018-11-11
staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
Sergio Paracuellos
1
-35
/
+45
2018-11-11
staging: mt7621-pci: enable interrupt when port is being enabled
Sergio Paracuellos
1
-4
/
+5
2018-11-11
staging: mt7621-pci: use PCIE_PORT_LINKUP instead of hardcode value
Sergio Paracuellos
1
-1
/
+1
2018-11-11
staging: mt7621-pci: use PERST_N instead of gpio control
Sergio Paracuellos
1
-22
/
+24
2018-11-11
staging: mt7621-pci: add some definitions for enabling and disabling GEN and ...
Sergio Paracuellos
1
-3
/
+7
2018-11-11
staging: mt7621-pci: rewrite hardcoded code for enabling ports
Sergio Paracuellos
1
-6
/
+15
2018-11-11
staging: mt7621-pci: rewrite RC FTS configuration
Sergio Paracuellos
1
-5
/
+11
2018-11-11
staging: mt7621-pci: align function definition style along the code
Sergio Paracuellos
1
-8
/
+5
2018-11-11
staging: mt7621-pci: remove non sense comment
Sergio Paracuellos
1
-5
/
+0
2018-11-11
staging: mt7621-pci: reorder preprocessor definitions
Sergio Paracuellos
1
-16
/
+18
2018-11-11
staging: mt7621-pci: remove unused preprocessor definitions
Sergio Paracuellos
1
-9
/
+0
2018-11-11
staging: mt7621-pci: factor out 'mt7621_pcie_init_ports' function
Sergio Paracuellos
1
-10
/
+18
2018-11-11
staging: mt7621-pci: avoid use of global variable 'pcie_link_status'
Sergio Paracuellos
1
-50
/
+75
2018-11-11
staging: mt7621-pci: factor out 'mt7621_pcie_enable_ports' function
Sergio Paracuellos
1
-64
/
+42
2018-11-11
staging: mt7621-pci: use dev_* functions instead of printk
Sergio Paracuellos
1
-6
/
+8
2018-11-11
staging: mt7621-pci: use a trailing */ on a separate line
Sergio Paracuellos
1
-2
/
+4
2018-11-11
staging: mt7621-pci: remap and use sysctl from device tree
Sergio Paracuellos
1
-5
/
+33
2018-11-11
staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_...
Sergio Paracuellos
1
-2
/
+2
2018-11-11
staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port'
Sergio Paracuellos
1
-3
/
+3
2018-11-11
staging: mt7621-pci: factor out 'mt7621_enable_phy' function
Sergio Paracuellos
1
-3
/
+10
2018-11-11
staging: mt7621-pci: rewrite pcie phy related functions
Sergio Paracuellos
1
-99
/
+195
2018-11-11
staging: mt7621-pci: reagroup reset related macros all together
Sergio Paracuellos
1
-2
/
+3
2018-11-11
staging: mt7621-pci: remove reset related unused macros
Sergio Paracuellos
1
-4
/
+0
2018-11-11
staging: mt7621-pci: remove two commented code lines
Sergio Paracuellos
1
-5
/
+0
2018-11-11
staging: mt7621-pci: remove GPL2+ text from license header
Sergio Paracuellos
1
-28
/
+3
2018-11-11
staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros
Sergio Paracuellos
1
-15
/
+0
2018-11-11
staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
Sergio Paracuellos
1
-47
/
+41
2018-11-11
staging: mt7621-pci: add two helpers for read and write pcie register ports
Sergio Paracuellos
1
-0
/
+11
2018-11-11
staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call ...
Sergio Paracuellos
1
-1
/
+1
2018-11-11
staging: mt7621-pci: parse and init port data from device tree
Sergio Paracuellos
1
-4
/
+71
2018-10-09
staging: mt7621-pci: Prefer using the BIT macro
Mamta Shukla
1
-13
/
+13
2018-10-09
staging: mt7621-pci: Add spaces around '<<'
Mamta Shukla
1
-20
/
+20
2018-10-09
staging: mt7621-pci: Add spaces around '|'
Mamta Shukla
1
-3
/
+3
2018-10-09
staging: mt7621-pci: Add spaces around '&'
Mamta Shukla
1
-1
/
+1
2018-10-09
staging: mt7621-pci: Do not initialise statics to 0
Mamta Shukla
1
-1
/
+1
2018-09-10
staging: mt7621-pci: remove unnecessary check of device_type == pci
Rob Herring
1
-7
/
+0
2018-08-27
staging: mt7621-pci: show N_FTS status using a loop
Sergio Paracuellos
1
-8
/
+5
2018-08-27
staging: mt7621-pci: make some function static
Sergio Paracuellos
1
-3
/
+3
2018-08-08
staging: mt7621-pci: remove remaining pci_legacy dependant code
Sergio Paracuellos
1
-32
/
+1
2018-08-08
staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
Sergio Paracuellos
1
-4
/
+4
2018-08-08
staging: mt7621-pci: use BIT macro in preprocessor definitions
Sergio Paracuellos
1
-10
/
+10
2018-08-08
staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
Sergio Paracuellos
1
-64
/
+67
[next]