Age | Commit message (Expand) | Author |
2019-04-03 | staging: add missing SPDX lines to Makefile files | Greg Kroah-Hartman |
2019-04-03 | staging: add missing SPDX lines to Kconfig files | Greg Kroah-Hartman |
2019-04-01 | Merge 5.1-rc3 into staging-next | Greg Kroah-Hartman |
2019-03-18 | staging, mt7621-pci: fix build without pci support | Maxim Zhukov |
2019-03-18 | staging: mt7621-pci: IF statement expression comparing to NULL | Branden Bonaby |
2019-02-19 | staging: mt7621-pci: reverse condition to check for enabled port | Sergio Paracuellos |
2019-02-19 | staging: mt7621-pci: remove two register writes | Sergio Paracuellos |
2019-02-19 | staging: mt7621-pci: replace spaces with tabs in comment | Sergio Paracuellos |
2019-02-19 | staging: mt7621-pci: remove not used definitions | Sergio Paracuellos |
2019-02-19 | staging: mt7621-pci: add reset control for general pcie reset | Sergio Paracuellos |
2019-02-11 | staging: mt7621-pci: update driver's TODO file | Sergio Paracuellos |
2019-02-11 | Staging: mt7621-pci: Fix space required coding style | Guilherme Tadashi Maeoka |
2019-01-18 | staging: Mediatek: Use individual config flags in Makefile | George Hilliard |
2019-01-15 | staging: mt7621-pci: use PCI definitions instead of hardcode values | Sergio Paracuellos |
2019-01-07 | staging: mt7621-pci: handle phy using new generic phy 'pci-mt7621-phy' driver | Sergio Paracuellos |
2018-12-05 | staging: mt7621-pci: add comment clarifying inverted reset lines | Sergio Paracuellos |
2018-11-26 | staging: mt7621-pci: avoid using clk_* operations | Sergio Paracuellos |
2018-11-26 | staging: mt7621-pci: fix reset lines for each pcie port | Sergio Paracuellos |
2018-11-26 | staging: mt7621-pci: dt-bindings: update bindings doc removing sysctls registers | Sergio Paracuellos |
2018-11-26 | staging: mt7621-pci: avoid mapping sysctls registers | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: dt-bindings: add dt bindings for mt7621 pcie controller | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: replace 'mdelay()' with 'msleep()' | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: move some code into 'mt7621_pcie_init_ports' | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: enable interrupt when port is being enabled | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: use PCIE_PORT_LINKUP instead of hardcode value | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: use PERST_N instead of gpio control | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: add some definitions for enabling and disabling GEN and ... | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: rewrite hardcoded code for enabling ports | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: rewrite RC FTS configuration | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: align function definition style along the code | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove non sense comment | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: reorder preprocessor definitions | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove unused preprocessor definitions | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: factor out 'mt7621_pcie_init_ports' function | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: avoid use of global variable 'pcie_link_status' | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: factor out 'mt7621_pcie_enable_ports' function | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: use dev_* functions instead of printk | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: use a trailing */ on a separate line | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remap and use sysctl from device tree | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_... | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port' | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: factor out 'mt7621_enable_phy' function | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: rewrite pcie phy related functions | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: reagroup reset related macros all together | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove reset related unused macros | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove two commented code lines | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove GPL2+ text from license header | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros | Sergio Paracuellos |
2018-11-11 | staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function | Sergio Paracuellos |