| Commit message (Expand) | Author | Age | Files | Lines |
* | ramips: ethernet: ralink: add led_source dts-binding | Tamas Balogh | 2022-05-01 | 1 | -10/+17 |
* | ramips: fix kernel module build errors on linux 5.15 | Felix Fietkau | 2022-03-28 | 1 | -0/+1 |
* | ramips: skip bbt scan on mt7621 | Felix Fietkau | 2022-03-25 | 1 | -1/+1 |
* | ramips: enable support for mtk_bmt in the nand flash driver | Felix Fietkau | 2022-03-25 | 1 | -0/+5 |
* | ramips: mt7621_nand: initialize ECC_FDMADDR | Felix Fietkau | 2022-03-25 | 1 | -0/+4 |
* | ramips: mt7621_nand: reduce log verbosity | Stijn Tintel | 2022-03-25 | 1 | -1/+1 |
* | ramips: move mt7621_nand driver to files | Stijn Tintel | 2022-03-25 | 1 | -0/+1353 |
* | ramips: aw9523: add can_sleep flag for GPIO chip | David Bauer | 2021-12-29 | 1 | -1/+1 |
* | treewide: backport support for nvmem on non platform devices | Ansuel Smith | 2021-08-05 | 1 | -4/+1 |
* | ramips: add AW9523 I2C GPIO expander driver | David Bauer | 2021-06-27 | 1 | -0/+1135 |
* | ramips: ethernet: ralink: rewrite esw_rt3050 to support link states | Alexander Couzens | 2021-06-25 | 3 | -45/+103 |
* | ramips: ethernet: ralink: allow to return EPROBE_DEFER on switch_init | Alexander Couzens | 2021-06-25 | 1 | -2/+7 |
* | ramips: ethernet: ralink: move reset of the esw into the esw instead of fe | Alexander Couzens | 2021-06-25 | 2 | -9/+2 |
* | ramips: ethernet: ralink: use the reset controller api for esw & ephy | Alexander Couzens | 2021-06-25 | 1 | -7/+37 |
* | ramips: ethernet: ralink: add fe_reset_fe() to reset fe via reset controller | Alexander Couzens | 2021-06-25 | 5 | -25/+23 |
* | ramips: ethernet: ralink: add struct fe_priv as context to fe_reset() | Alexander Couzens | 2021-06-25 | 6 | -7/+7 |
* | ramips: mt7620: ethernet: use more macros and bump version | Michael Pratt | 2021-06-23 | 4 | -7/+11 |
* | ramips: mt7620: fix RGMII TXID PHY mode | Michael Pratt | 2021-06-23 | 1 | -1/+1 |
* | ramips: mt7620: add ephy-disable option to switch driver | Michael Pratt | 2021-06-23 | 2 | -2/+13 |
* | ramips: mt7620: move mt7620_mdio_mode() to ethernet driver | Michael Pratt | 2021-06-23 | 2 | -49/+37 |
* | ramips: mt7620: use DTS to set PHY base address for external PHYs | Michael Pratt | 2021-06-23 | 1 | -6/+4 |
* | ramips: mt7620: allow both internal and external PHYs | Michael Pratt | 2021-06-23 | 1 | -62/+57 |
* | ramips: mt7620: fix ethernet driver GMAC port init | Michael Pratt | 2021-06-23 | 2 | -15/+9 |
* | ramips: mt7620: remove useless GMAC nodes | Michael Pratt | 2021-06-23 | 1 | -1/+4 |
* | ramips: mt7620: simplify DTS properties for GMAC | Michael Pratt | 2021-06-23 | 3 | -18/+6 |
* | ramips: mt7620: enable autonegotiation for all ports | Gaspare Bruno | 2021-06-08 | 1 | -0/+1 |
* | ramips: make PHY initialization more descriptive | David Bauer | 2021-06-08 | 1 | -3/+4 |
* | ramips: mt7530 swconfig: fix race condition in register access | DENG Qingfang | 2021-04-15 | 1 | -6/+10 |
* | ramips: 5.10: port and refresh patches, ralink drv | Ilya Lipnitskiy | 2021-03-06 | 4 | -1/+31 |
* | Revert "ramips: add support for kernel 5.10" | Adrian Schmutzler | 2021-03-06 | 4 | -31/+1 |
* | ramips: add support for kernel 5.10 | Ilya Lipnitskiy | 2021-03-05 | 4 | -1/+31 |
* | ramips: drop kernel version switches | Adrian Schmutzler | 2020-10-09 | 2 | -31/+0 |
* | ramips: remove further mt7621 code from local ethernet driver | Adrian Schmutzler | 2020-08-26 | 5 | -265/+2 |
* | ramips: remove legacy ethernet driver components for mt7621 | Adrian Schmutzler | 2020-08-21 | 8 | -1433/+6 |
* | ramips: add arl_table support for MT7530 | Salvatore Mesoraca | 2020-07-17 | 1 | -0/+119 |
* | ramips: fix sd polling | Qin Wei | 2020-06-27 | 1 | -0/+4 |
* | ramips: 5.4: handle ERR_PTR properly | Sungbo Eo | 2020-05-19 | 1 | -1/+1 |
* | ramips: ralink-eth: fix leftover dma dev argument | Chuanhong Guo | 2020-04-13 | 1 | -1/+1 |
* | ramips: ralink-eth: add support for 5.4 kernel | Chuanhong Guo | 2020-04-12 | 2 | -0/+34 |
* | ramips: ralink-eth: fix device struct passed to dma functions | Chuanhong Guo | 2020-04-12 | 1 | -14/+12 |
* | ramips: move and rename out-of-tree mtk eth driver | Chuanhong Guo | 2020-04-12 | 26 | -0/+8616 |
* | ramips: mtk-mmc: set correct DMA mask | DENG Qingfang | 2020-04-04 | 1 | -1/+1 |
* | ramips: move MTK MMC driver to files directory | DENG Qingfang | 2020-04-04 | 7 | -0/+4021 |
* | ralink: drop old ethernet driver | John Crispin | 2015-12-17 | 21 | -6842/+0 |
* | ralink: remove stray "+" from ethernet driver | John Crispin | 2015-12-12 | 1 | -1/+1 |
* | ralink: bump to the target to v4.3 | John Crispin | 2015-12-10 | 2 | -8/+11 |
* | ramips: fix for kernel 4.0 napi repoll need return budgets number | Felix Fietkau | 2015-10-30 | 1 | -1/+4 |
* | ramips: Enable rx of 1536 bytes ethernet frames on MT7621 | John Crispin | 2015-10-05 | 1 | -4/+4 |
* | ramips: Fix too small rx buffer | John Crispin | 2015-10-05 | 1 | -4/+12 |
* | ramips: Fix setting of rx buffer length | John Crispin | 2015-10-05 | 2 | -2/+3 |