summaryrefslogtreecommitdiff
path: root/drivers/net/xilinx_axi_emac.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_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-07-20treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada1-1/+1
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder1-1/+2
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
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-08net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu1-1/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09axi: ethernet: Added support for 64 bit addressing for axi-ethernetVipul Kumar1-8/+25
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-2/+2
2017-11-29net: xilinx_axi_emac: Use readl and writel for io opsSiva Durga Prasad Paladugu1-42/+42
2017-11-29net: xilinx_axi_emac: Add support for non processor modeSiva Durga Prasad Paladugu1-12/+29
2017-11-28net: xilinx_axi_emac: Read dma address using fdtdec_get_addrSiva Durga Prasad Paladugu1-2/+2
2017-11-28net: xilinx_axi_emac: Use wait_for_bit instead of while loopSiva Durga Prasad Paladugu1-6/+5
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+4
2016-12-20net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek1-2/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-1/+2
2016-12-08net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek1-2/+1
2016-04-04net: axi_emac: Report phy-node error message permanentlyMichal Simek1-1/+1
2016-04-04net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu1-1/+19
2016-04-04net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu1-1/+1
2016-01-27net: Add axi emac to KconfigMichal Simek1-4/+0
2016-01-27net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek1-7/+7
2016-01-27net: axi_emac: Split recv from free_pktMichal Simek1-3/+9
2016-01-27net: axi_emac: Enable access to MDIO in probeMichal Simek1-3/+19
2016-01-27net: axi_emac: Move driver to DMMichal Simek1-68/+122
2016-01-27net: axi_emac: Pass private structure where possibleMichal Simek1-9/+7
2016-01-27net: axi_emac: Pass private structure to phyread/phywriteMichal Simek1-9/+9
2016-01-27net: axi_emac: Put iobase to private structureMichal Simek1-2/+3
2016-01-27net: axi_emac: Pass directly pointer to register spaceMichal Simek1-6/+5
2016-01-27net: axi_emac: Show phy address instead of register contentMichal Simek1-1/+1
2016-01-27net: axi_emac: Fix parentheses around operand !Michal Simek1-4/+4
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-02-04net: axi_emac: Check if phy was correctly detectedMichal Simek1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+5
2012-05-23drivers/net/xilinx_axi_emac.c: Fix compile warningStephan Linz1-1/+1
2011-10-16net: axi_ethernet: Add driver to u-bootMichal Simek1-0/+664