summaryrefslogtreecommitdiff
path: root/drivers/net/sun8i_emac.c
AgeCommit message (Expand)Author
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
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot
2019-05-09net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki
2019-04-16net: sun8i_emac: Add CLK and RESET supportJagan Teki
2019-04-16net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng
2018-07-16net: sun8i-emac: support R40 GMACLothar Felten
2018-07-16net: sun8i-emac: set mux and clock by driver dataLothar Felten
2018-07-16net: sun8i-emac: fix printing NULL characterLothar Felten
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara
2018-03-13net: sun8i_emac: Fix PHY initializationSamuel Holland
2017-11-10net: sun8i_emac: Fix build for non-H3/H5 SoCsChen-Yu Tsai
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-04-07sun8i_emac: configure PHY reset GPIO via DMPhilipp Tomsich
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-28sun8i_emac: Fix mdio read sequencePhilipp Tomsich
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-07-31net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede