index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
mt7621-pci
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-01
Merge 5.1-rc3 into staging-next
Greg Kroah-Hartman
1
-0
/
+1
2019-03-18
staging, mt7621-pci: fix build without pci support
Maxim Zhukov
1
-0
/
+1
2019-03-18
staging: mt7621-pci: IF statement expression comparing to NULL
Branden Bonaby
1
-1
/
+1
2019-02-19
staging: mt7621-pci: reverse condition to check for enabled port
Sergio Paracuellos
1
-1
/
+1
2019-02-19
staging: mt7621-pci: remove two register writes
Sergio Paracuellos
1
-4
/
+0
2019-02-19
staging: mt7621-pci: replace spaces with tabs in comment
Sergio Paracuellos
1
-9
/
+9
2019-02-19
staging: mt7621-pci: remove not used definitions
Sergio Paracuellos
1
-2
/
+0
2019-02-19
staging: mt7621-pci: add reset control for general pcie reset
Sergio Paracuellos
1
-5
/
+10
2019-02-11
staging: mt7621-pci: update driver's TODO file
Sergio Paracuellos
1
-8
/
+0
2019-02-11
Staging: mt7621-pci: Fix space required coding style
Guilherme Tadashi Maeoka
1
-2
/
+2
2019-01-18
staging: Mediatek: Use individual config flags in Makefile
George Hilliard
1
-1
/
+1
2019-01-15
staging: mt7621-pci: use PCI definitions instead of hardcode values
Sergio Paracuellos
1
-2
/
+3
2019-01-07
staging: mt7621-pci: handle phy using new generic phy 'pci-mt7621-phy' driver
Sergio Paracuellos
1
-218
/
+32
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
[next]