summaryrefslogtreecommitdiff
path: root/drivers/net/sun8i_emac.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net: sun8i-emac: Drop use of arch-specific headerSamuel Holland1-1/+0
2022-07-18net: sun8i-emac: Downgrade printf during probe to debugSamuel Holland1-1/+1
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-11/+2
2022-04-10bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún1-2/+0
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-9/+2
2022-04-05net: sun8i_emac: Remove non-DM pin setupSamuel Holland1-90/+0
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-4/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt1-2/+6
2021-04-26net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara1-2/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-01net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-02-01net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-26net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara1-0/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara1-0/+17
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara1-32/+15
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara1-26/+30
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara1-14/+7
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara1-12/+10
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara1-19/+14
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara1-3/+0
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara1-2/+2
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara1-4/+9
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara1-52/+61
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara1-46/+16
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara1-41/+22
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara1-1/+1
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara1-1/+4
2020-09-30net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland1-4/+10
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland1-3/+3
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-6/+6
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot1-8/+21
2019-05-08net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki1-17/+57
2019-04-16net: sun8i_emac: Add CLK and RESET supportJagan Teki1-15/+42
2019-04-16net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki1-28/+27