index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
mt7621-pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging, mt7621-pci: fix build without pci support
Maxim Zhukov
2019-03-18
1
-0
/
+1
*
staging: mt7621-pci: reverse condition to check for enabled port
Sergio Paracuellos
2019-02-19
1
-1
/
+1
*
staging: mt7621-pci: remove two register writes
Sergio Paracuellos
2019-02-19
1
-4
/
+0
*
staging: mt7621-pci: replace spaces with tabs in comment
Sergio Paracuellos
2019-02-19
1
-9
/
+9
*
staging: mt7621-pci: remove not used definitions
Sergio Paracuellos
2019-02-19
1
-2
/
+0
*
staging: mt7621-pci: add reset control for general pcie reset
Sergio Paracuellos
2019-02-19
1
-5
/
+10
*
staging: mt7621-pci: update driver's TODO file
Sergio Paracuellos
2019-02-11
1
-8
/
+0
*
Staging: mt7621-pci: Fix space required coding style
Guilherme Tadashi Maeoka
2019-02-11
1
-2
/
+2
*
staging: Mediatek: Use individual config flags in Makefile
George Hilliard
2019-01-18
1
-1
/
+1
*
staging: mt7621-pci: use PCI definitions instead of hardcode values
Sergio Paracuellos
2019-01-15
1
-2
/
+3
*
staging: mt7621-pci: handle phy using new generic phy 'pci-mt7621-phy' driver
Sergio Paracuellos
2019-01-07
1
-218
/
+32
*
staging: mt7621-pci: add comment clarifying inverted reset lines
Sergio Paracuellos
2018-12-05
1
-0
/
+4
*
staging: mt7621-pci: avoid using clk_* operations
Sergio Paracuellos
2018-11-26
1
-16
/
+0
*
staging: mt7621-pci: fix reset lines for each pcie port
Sergio Paracuellos
2018-11-26
1
-6
/
+32
*
staging: mt7621-pci: dt-bindings: update bindings doc removing sysctls registers
Sergio Paracuellos
2018-11-26
1
-2
/
+1
*
staging: mt7621-pci: avoid mapping sysctls registers
Sergio Paracuellos
2018-11-26
1
-14
/
+1
*
staging: mt7621-pci: dt-bindings: add dt bindings for mt7621 pcie controller
Sergio Paracuellos
2018-11-11
1
-0
/
+100
*
staging: mt7621-pci: replace 'mdelay()' with 'msleep()'
Sergio Paracuellos
2018-11-11
1
-1
/
+1
*
staging: mt7621-pci: move some code into 'mt7621_pcie_init_ports'
Sergio Paracuellos
2018-11-11
1
-10
/
+8
*
staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
Sergio Paracuellos
2018-11-11
1
-35
/
+45
*
staging: mt7621-pci: enable interrupt when port is being enabled
Sergio Paracuellos
2018-11-11
1
-4
/
+5
*
staging: mt7621-pci: use PCIE_PORT_LINKUP instead of hardcode value
Sergio Paracuellos
2018-11-11
1
-1
/
+1
*
staging: mt7621-pci: use PERST_N instead of gpio control
Sergio Paracuellos
2018-11-11
1
-22
/
+24
*
staging: mt7621-pci: add some definitions for enabling and disabling GEN and ...
Sergio Paracuellos
2018-11-11
1
-3
/
+7
*
staging: mt7621-pci: rewrite hardcoded code for enabling ports
Sergio Paracuellos
2018-11-11
1
-6
/
+15
*
staging: mt7621-pci: rewrite RC FTS configuration
Sergio Paracuellos
2018-11-11
1
-5
/
+11
*
staging: mt7621-pci: align function definition style along the code
Sergio Paracuellos
2018-11-11
1
-8
/
+5
*
staging: mt7621-pci: remove non sense comment
Sergio Paracuellos
2018-11-11
1
-5
/
+0
*
staging: mt7621-pci: reorder preprocessor definitions
Sergio Paracuellos
2018-11-11
1
-16
/
+18
*
staging: mt7621-pci: remove unused preprocessor definitions
Sergio Paracuellos
2018-11-11
1
-9
/
+0
*
staging: mt7621-pci: factor out 'mt7621_pcie_init_ports' function
Sergio Paracuellos
2018-11-11
1
-10
/
+18
*
staging: mt7621-pci: avoid use of global variable 'pcie_link_status'
Sergio Paracuellos
2018-11-11
1
-50
/
+75
*
staging: mt7621-pci: factor out 'mt7621_pcie_enable_ports' function
Sergio Paracuellos
2018-11-11
1
-64
/
+42
*
staging: mt7621-pci: use dev_* functions instead of printk
Sergio Paracuellos
2018-11-11
1
-6
/
+8
*
staging: mt7621-pci: use a trailing */ on a separate line
Sergio Paracuellos
2018-11-11
1
-2
/
+4
*
staging: mt7621-pci: remap and use sysctl from device tree
Sergio Paracuellos
2018-11-11
1
-5
/
+33
*
staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_...
Sergio Paracuellos
2018-11-11
1
-2
/
+2
*
staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port'
Sergio Paracuellos
2018-11-11
1
-3
/
+3
*
staging: mt7621-pci: factor out 'mt7621_enable_phy' function
Sergio Paracuellos
2018-11-11
1
-3
/
+10
*
staging: mt7621-pci: rewrite pcie phy related functions
Sergio Paracuellos
2018-11-11
1
-99
/
+195
*
staging: mt7621-pci: reagroup reset related macros all together
Sergio Paracuellos
2018-11-11
1
-2
/
+3
*
staging: mt7621-pci: remove reset related unused macros
Sergio Paracuellos
2018-11-11
1
-4
/
+0
*
staging: mt7621-pci: remove two commented code lines
Sergio Paracuellos
2018-11-11
1
-5
/
+0
*
staging: mt7621-pci: remove GPL2+ text from license header
Sergio Paracuellos
2018-11-11
1
-28
/
+3
*
staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros
Sergio Paracuellos
2018-11-11
1
-15
/
+0
*
staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
Sergio Paracuellos
2018-11-11
1
-47
/
+41
*
staging: mt7621-pci: add two helpers for read and write pcie register ports
Sergio Paracuellos
2018-11-11
1
-0
/
+11
*
staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call ...
Sergio Paracuellos
2018-11-11
1
-1
/
+1
*
staging: mt7621-pci: parse and init port data from device tree
Sergio Paracuellos
2018-11-11
1
-4
/
+71
*
staging: mt7621-pci: Prefer using the BIT macro
Mamta Shukla
2018-10-09
1
-13
/
+13
[next]