aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11net: stmmac: stm32: simplify clock handlingRussell King (Oracle)1-20/+37
2025-03-19net: stmmac: stm32: use PHY capability for TX clock stopRussell King (Oracle)1-0/+1
2025-01-14net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-7/+2
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-07-02net: stmmac: dwmac-stm32: update err status in case different of stm32mp13Christophe Roullier1-2/+4
2024-07-02net: stmmac: dwmac-stm32: Add test to verify if ETHCK is used before checking clk rateChristophe Roullier1-0/+3
2024-06-27net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32Christophe Roullier1-3/+77
2024-06-14net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32Christophe Roullier1-4/+28
2024-06-14net: stmmac: dwmac-stm32: Mask support for PMCR configurationChristophe Roullier1-9/+19
2024-06-14net: stmmac: dwmac-stm32: Fix Mhz to MHzMarek Vasut1-2/+2
2024-06-14net: stmmac: dwmac-stm32: Clean up the debug printsMarek Vasut1-10/+8
2024-06-14net: stmmac: dwmac-stm32: Extract PMCR configurationMarek Vasut1-10/+17
2024-06-14net: stmmac: dwmac-stm32: Separate out external clock selectorMarek Vasut1-12/+38
2024-06-14net: stmmac: dwmac-stm32: Separate out external clock rate validationMarek Vasut1-10/+41
2023-10-13net: stmmac: dwmac-stm32: refactor clock configBen Wolsieffer1-68/+45
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2023-10-04net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer1-2/+5
2023-09-18net: stmmac: dwmac-stm32: use devm_stmmac_probe_config_dt()Jisheng Zhang1-11/+6
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)1-4/+4
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-09net: stmmac: dwmac-stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-13net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König1-2/+3
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2020-05-01net: ethernet: stmmac: simplify phy modes management for stm32Christophe Roullier1-30/+44
2020-02-24net: ethernet: stmmac: don't warn about missing optional wakeup IRQAhmad Fatoum1-1/+1
2020-02-24net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum1-1/+1
2019-11-13net: ethernet: stmmac: fix indentation issueColin Ian King1-1/+1
2019-11-08net: ethernet: stmmac: Add support for syscfg clockChristophe Roullier1-15/+8
2019-11-04net: ethernet: stmmac: drop unused variable in stm32mp1_set_mode()Christophe Roullier1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-04-26net: ethernet: stmmac: manage the get_irq probe defer caseFabien Dessenne1-0/+3
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier1-21/+86
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier1-1/+29
2018-05-28net: ethernet: stmmac: add adaptation for stm32mp157c.Christophe Roullier1-15/+252
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold1-5/+14
2016-09-13net: ethernet: dwmac: fix non static symbol warningWei Yongjun1-1/+2
2016-09-01net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE1-0/+193