summaryrefslogtreecommitdiffstats
path: root/drivers/net/sun8i_emac.c
Commit message (Expand)AuthorAgeFilesLines
* net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara2021-01-251-0/+3
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: sun8i-emac: Lower MDIO frequencyAndre Przywara2020-10-211-0/+17
* net: sun8i-emac: Make internal PHY handling more robustAndre Przywara2020-10-211-32/+15
* net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara2020-10-211-26/+30
* net: sun8i_emac: Fix MAC soft resetAndre Przywara2020-10-211-14/+7
* net: sun8i_emac: Fix overlong linesAndre Przywara2020-10-211-12/+10
* net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara2020-10-211-19/+14
* net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara2020-10-211-3/+0
* net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara2020-10-211-2/+2
* net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara2020-10-211-4/+9
* net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara2020-10-211-52/+61
* net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara2020-10-211-46/+16
* net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara2020-10-211-41/+22
* net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara2020-10-211-1/+1
* net: sun8i-emac: Bail out on PHY errorAndre Przywara2020-10-211-1/+4
* net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* net: sun8i_emac: Add support for the H6 variantSamuel Holland2020-06-011-4/+10
* net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland2020-06-011-3/+3
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-6/+6
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
* net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki2019-05-091-17/+57
* net: sun8i_emac: Add CLK and RESET supportJagan Teki2019-04-161-15/+42
* net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki2019-04-161-28/+27
* sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng2018-11-231-3/+31
* net: sun8i-emac: support R40 GMACLothar Felten2018-07-161-26/+53
* net: sun8i-emac: set mux and clock by driver dataLothar Felten2018-07-161-15/+20
* net: sun8i-emac: fix printing NULL characterLothar Felten2018-07-161-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: sun8i-emac: remove support for old bindingAndre Przywara2018-04-041-53/+25
* net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara2018-04-041-8/+51
* net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara2018-04-041-13/+39
* net: sun8i_emac: Fix PHY initializationSamuel Holland2018-03-131-1/+1
* net: sun8i_emac: Fix build for non-H3/H5 SoCsChen-Yu Tsai2017-11-101-0/+3
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-2/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-2/+2
* sun8i_emac: configure PHY reset GPIO via DMPhilipp Tomsich2017-04-071-6/+80
* sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara2017-04-051-1/+1