summaryrefslogtreecommitdiff
path: root/drivers/net/sun8i_emac.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-16net: sun8i-emac: support R40 GMACLothar Felten1-26/+53
2018-07-16net: sun8i-emac: set mux and clock by driver dataLothar Felten1-15/+20
2018-07-16net: sun8i-emac: fix printing NULL characterLothar Felten1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara1-53/+25
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara1-8/+51
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara1-13/+39
2018-03-13net: sun8i_emac: Fix PHY initializationSamuel Holland1-1/+1
2017-11-10net: sun8i_emac: Fix build for non-H3/H5 SoCsChen-Yu Tsai1-0/+3
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-2/+2
2017-04-07sun8i_emac: configure PHY reset GPIO via DMPhilipp Tomsich1-6/+80
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+5
2016-11-28sun8i_emac: Fix mdio read sequencePhilipp Tomsich1-1/+1
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-2/+3
2016-07-31net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede1-3/+10
2016-07-26net: sun8i_emac: Drop redundant and incorrect setting of syscon registerChen-Yu Tsai1-9/+1
2016-07-26net: sun8i_emac: Do not configure AHB2 clockChen-Yu Tsai1-3/+0
2016-07-15net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar1-0/+789