summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: stmmac: Enable Per DMA Channel interrupt"Jakub Kicinski2024-01-071-28/+0
* net: stmmac: Add support for TX/RX channel interruptSwee Leong Ching2024-01-071-0/+28
* net: stmmac: don't create a MDIO bus if unnecessaryAndrew Halaney2023-12-151-37/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-1/+1
|\
| * net: stmmac: platform: fix the incorrect parameterClark Wang2023-10-011-1/+1
* | net: stmmac: make stmmac_{probe|remove}_config_dt staticJisheng Zhang2023-09-181-30/+17
* | net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang2023-09-181-20/+3
* | net: stmmac: Tx coe sw fallbackRohan G Thomas2023-09-181-0/+3
|/
* net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)2023-08-301-3/+2
* net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)2023-08-281-3/+3
* net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)2023-08-251-1/+1
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski2023-07-131-2/+2
* net: stmmac: replace the tso_en field with a flagBartosz Golaszewski2023-07-131-2/+4
* net: stmmac: platform: provide devm_stmmac_pltfr_probe()Bartosz Golaszewski2023-06-241-0/+30
* net: stmmac: platform: provide devm_stmmac_probe_config_dt()Bartosz Golaszewski2023-06-241-0/+41
* net: stmmac: platform: provide stmmac_pltfr_remove_no_dt()Bartosz Golaszewski2023-06-241-2/+18
* net: stmmac: platform: provide stmmac_pltfr_probe()Bartosz Golaszewski2023-06-241-0/+28
* net: stmmac: platform: provide stmmac_pltfr_exit()Bartosz Golaszewski2023-06-241-6/+16
* net: stmmac: platform: provide stmmac_pltfr_init()Bartosz Golaszewski2023-06-241-2/+23
* net: stmmac: Make stmmac_pltfr_remove() return voidUwe Kleine-König2023-05-091-3/+1
* net: stmmac: platform: Add snps,dwmac-5.20 IP compatible stringEmil Renner Berthing2023-04-181-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-1/+1
|\
| * net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea2023-02-141-1/+1
* | net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König2023-02-131-2/+3
|/
* net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang2022-12-061-4/+4
* net: stmmac: add a parse for new property 'snps,clk-csr'Jianguo Zhang2022-09-301-1/+2
* net: stmmac: Minor spell fix related to 'stmmac_clk_csr_set()'Bhupesh Sharma2022-09-271-1/+1
* net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2022-07-151-1/+7
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-011-2/+1
* net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann2021-11-221-1/+1
* net: stmmac: add support for dwmac 3.40aHerve Codina2021-10-081-0/+8
* net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang2021-09-091-2/+2
* net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang2021-09-081-0/+44
* stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing2021-07-071-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+2
|\
| * net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang2021-06-161-0/+2
* | net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan2021-06-081-0/+7
* | net: stmmac: platform: Delete a redundant condition branchZhen Lei2021-05-101-2/+0
|/
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+7
* net: stmmac: platform: fix build error with !CONFIG_PM_SLEEPWei Yongjun2021-03-221-6/+4
* net: stmmac: add clocks management for gmac driverJoakim Zhang2021-03-151-2/+22
* net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang2020-11-131-13/+9
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+2
* stmmac: platform: add "snps, dwmac-5.10a" IP compatible stringFugang Duan2020-05-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+10
|\
| * net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs2020-03-141-4/+10
* | net: stmmac: platform: convert to devm_platform_ioremap_resourceDejin Zheng2020-03-151-4/+1
* | net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum2020-02-241-1/+1
|/
* net: stmmac: platform: fix probe for ACPI devicesAjay Gupta2020-01-251-3/+3