summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang2023-09-181-1/+1
* net: stmmac: dwmac-meson8b: use devm_stmmac_probe_config_dt()Jisheng Zhang2023-09-181-37/+18
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* net: stmmac: Make stmmac_pltfr_remove() return voidUwe Kleine-König2023-05-091-1/+1
* net: stmmac: dwmac-meson8b: Avoid cast to incompatible function typeSimon Horman2023-04-191-2/+6
* net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()Rasmus Villemoes2022-11-071-5/+3
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: stmmac: dwmac-meson8b: fix the RX delay validationMartin Blumenstingl2021-01-201-4/+4
* net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12AMartin Blumenstingl2021-01-071-13/+48
* net: stmmac: dwmac-meson8b: move RGMII delays into a separate functionMartin Blumenstingl2021-01-071-1/+12
* net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delayMartin Blumenstingl2021-01-071-8/+13
* net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clockMartin Blumenstingl2021-01-071-1/+1
* net: stmmac: dwmac-meson8b: ignore the second clock inputMartin Blumenstingl2020-12-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-3/+3
|\
| * net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl2020-12-071-3/+3
* | net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix2020-11-021-1/+1
|/
* net: stmmac: dwmac-meson8b: use clk_parent_data for clock registrationMartin Blumenstingl2020-06-261-32/+17
* net: stmmac: dwmac-meson8b: add a compatible string for G12A SoCsMartin Blumenstingl2020-06-221-0/+4
* net: stmmac: dwmac-meson8b: add support for the RX delay configurationMartin Blumenstingl2020-05-131-23/+62
* net: stmmac: dwmac-meson8b: Make the clock enabling code re-usableMartin Blumenstingl2020-05-131-5/+18
* net: stmmac: dwmac-meson8b: Fetch the "timing-adjustment" clockMartin Blumenstingl2020-05-131-0/+8
* net: stmmac: dwmac-meson8b: Add the PRG_ETH0_ADJ_* bitsMartin Blumenstingl2020-05-131-0/+21
* net: stmmac: dwmac-meson8b: Move the documentation for the TX delayMartin Blumenstingl2020-05-131-4/+4
* net: stmmac: dwmac-meson8b: use FIELD_PREP instead of open-coding itMartin Blumenstingl2020-05-131-2/+3
* net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock arrayMarc Zyngier2020-04-201-0/+1
* net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCsMartin Blumenstingl2019-12-271-3/+11
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+2
* net: stmmac: dwmac-meson8b: Fix signedness bug in probeDan Carpenter2019-09-271-1/+1
* net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-08-211-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner2019-06-051-7/+1
* net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...Christophe JAILLET2018-06-121-3/+4
* net: stmmac: dwmac-meson: extend phy mode settingYixun Lan2018-05-011-16/+104
* net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoCMartin Blumenstingl2018-03-311-2/+3
* net: stmmac: dwmac-meson8b: make the clock configurations privateMartin Blumenstingl2018-02-191-21/+24
* net: stmmac: dwmac-meson8b: only keep struct device aroundMartin Blumenstingl2018-02-191-10/+9
* net: stmmac: dwmac-meson8b: simplify clock registrationMartin Blumenstingl2018-02-191-91/+65
* net: stmmac: dwmac-meson8b: propagate rate changes to the parent clockMartin Blumenstingl2018-01-171-1/+1
* net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8bMartin Blumenstingl2018-01-171-1/+3
* net: stmmac: dwmac-meson8b: fix internal RGMII clock configurationMartin Blumenstingl2018-01-171-32/+47
* net: stmmac: dwmac-meson8b: only configure the clocks in RGMII modeMartin Blumenstingl2018-01-171-25/+21
* net: stmmac: constify clk_div_tableArvind Yadav2017-08-291-1/+1
* net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID modeHeiner Kallweit2017-02-021-7/+9
* net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl2017-01-241-6/+14
* net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-7/+14
* net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold2016-12-021-1/+10
* net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMACMartin Blumenstingl2016-09-071-0/+324