summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-8/+8
|\
| * net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang2023-09-191-8/+8
* | net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang2023-09-181-1/+1
* | net: stmmac: dwmac-sun8i: use devm_stmmac_probe_config_dt()Jisheng Zhang2023-09-181-5/+3
|/
* net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)2023-08-281-3/+3
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang2023-07-191-3/+9
* net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski2023-07-131-1/+1
* net: stmmac: dwmac-sun8i: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney2023-04-131-12/+24
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-04-291-0/+1
* net: stmmac: dwmac-sun8i: make clk really gated during rpm suspendedJisheng Zhang2022-01-281-19/+11
* net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang2022-01-271-1/+1
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong2021-03-251-1/+23
* net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe2021-03-191-0/+2
* net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland2021-02-171-0/+10
* net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland2021-02-171-1/+3
* net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland2021-02-171-4/+4
* net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland2021-02-171-4/+2
* net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland2021-02-171-3/+2
* net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland2021-01-051-25/+25
* net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland2021-01-051-8/+23
* net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland2021-01-051-6/+21
* net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland2021-01-051-10/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-0/+3
|\
| * net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai2020-01-081-0/+3
* | net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu2019-12-181-4/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+1
|\
| * net: ethernet: dwmac-sun8i: Use the correct function in exit pathCorentin Labbe2019-11-111-1/+1
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
|/
* net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard2019-10-191-1/+2
* net: stmmac: dwmac-sun8i: Variable "val" in function sun8i_dwmac_set_syscon()...Yizhuo2019-09-021-1/+6
* net: stmmac: Fix misuses of GENMASK macroJoe Perches2019-07-111-2/+2
* net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu2019-07-091-4/+4
* net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng2019-06-241-0/+5
* net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng2019-06-241-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | net: ethernet: stmmac: dwmac-sun8i: Enable control of loopbackCorentin Labbe2019-05-241-0/+13
|/
* net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe2019-05-131-0/+2
* net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+4
* net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold2018-10-231-2/+10
* net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe2018-07-161-1/+1
* net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu2018-05-181-6/+19
* net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu2018-05-181-25/+32
* net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai2018-05-141-0/+17
* net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai2018-05-141-9/+23
* net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai2018-05-141-1/+49