summaryrefslogtreecommitdiffstats
path: root/drivers/net/sun8i_emac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+5
* sun8i_emac: Fix mdio read sequencePhilipp Tomsich2016-11-281-1/+1
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-241-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-2/+3
* net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede2016-07-311-3/+10
* net: sun8i_emac: Drop redundant and incorrect setting of syscon registerChen-Yu Tsai2016-07-261-9/+1
* net: sun8i_emac: Do not configure AHB2 clockChen-Yu Tsai2016-07-261-3/+0
* net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar2016-07-151-0/+789