aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sun8i_emac.c
AgeCommit message (Expand)Author
2024-07-15net: sun8i_emac: add support for the V3sMichael Walle
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2024-01-29net: sun8i-emac: Add support for fixed-link phyMaksim Kiselev
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland
2023-10-22sunxi: remove CONFIG_MACPWRAndre Przywara
2023-04-12net: sun8i-emac: Remove the SoC variant IDSamuel Holland
2023-04-12net: sun8i-emac: Use common syscon setup for R40Samuel Holland
2023-04-12net: sun8i-emac: Add a flag for the internal PHY switchSamuel Holland
2023-04-12net: sun8i-emac: Add a flag for RMII supportSamuel Holland
2023-04-12net: sun8i-emac: Add a structure for variant dataSamuel Holland
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-07-18net: sun8i-emac: Drop use of arch-specific headerSamuel Holland
2022-07-18net: sun8i-emac: Downgrade printf during probe to debugSamuel Holland
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-10bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-04net: sun8i_emac: Remove non-DM pin setupSamuel Holland
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt
2021-04-26net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-31net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara
2021-01-31net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara
2021-01-25net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara
2020-09-30net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada