summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-12/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* | net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen2019-06-061-13/+104
* | net: stmmac: socfpga: add RMII phy modeDinh Nguyen2019-06-041-0/+3
|/
* net: stmmac: socfpga: Use shared System Manager driverThor Thayer2019-04-021-2/+3
* net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2018-06-201-4/+14
* net: stmmac: socfgpa: Ensure emac bit set in sys manager for MII/GMII/SGMII.Stephan Gatzka2017-08-241-1/+4
* stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto2017-01-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-13/+26
|\
| * net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-4/+8
| * net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold2016-12-021-10/+19
* | net: stmmac: use phydev from struct net_devicePhilippe Reynes2016-10-121-2/+2
|/
* ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...Peter Chen2016-08-021-10/+26
* stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_d...Wei Yongjun2016-07-141-14/+3Star
* stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun2016-07-121-1/+1
* net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh2016-07-111-21/+119
* stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops staticJoachim Eastwood2016-05-101-1/+2
* stmmac: dwmac-socfpga: kill init() and rename setup() to set_phy_mode()Joachim Eastwood2016-05-031-14/+3Star
* stmmac: dwmac-socfpga: call phy_resume() only in resume callbackJoachim Eastwood2016-05-031-31/+19Star
* stmmac: dwmac-socfpga: keep a copy of stmmac_rst in driver priv dataJoachim Eastwood2016-05-031-11/+22
* stmmac: dwmac-socfpga: add PM ops and resume functionJoachim Eastwood2016-05-031-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-34/+16Star
|\
| * net: stmmac: socfpga: Remove re-registration of reset controllerMarek Vasut2016-04-241-34/+16Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-3/+13
|\|
| * net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTPPhil Reid2016-04-111-3/+13
* | stmmac: socfpga: remove extra call to socfpga_dwmac_setupDinh Nguyen2016-04-171-6/+0Star
|/
* stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid2015-12-161-0/+9
* stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood2015-07-291-14/+26
* stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood2015-07-291-25/+25
* stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood2015-05-151-1/+20
* net: stmmac: make reset control an optional requirementDinh Nguyen2015-03-091-1/+3
* stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-071-0/+2
* net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun2014-09-131-2/+2
* net: stmmac: fix warning from Sparse for socfpgaLey Foon Tan2014-08-301-2/+1Star
* net: stmmac: add fix_mac_speed support for socfpgaLey Foon Tan2014-08-221-0/+63
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-311-0/+69
* net: stmmac: Add SOCFPGA glue driverDinh Nguyen2014-03-281-0/+130