summaryrefslogtreecommitdiffstats
path: root/drivers/net/xilinx_axi_emac.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* 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-2/+2
* 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: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma2020-09-231-6/+6
* net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma2020-09-231-12/+24
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* treewide: remove (phys_addr_t) casts from devfdt_get_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
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-201-1/+1
* net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder2020-06-241-1/+2
* 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: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu2019-10-081-1/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* axi: ethernet: Added support for 64 bit addressing for axi-ethernetVipul Kumar2018-04-091-8/+25
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-2/+2
* net: xilinx_axi_emac: Use readl and writel for io opsSiva Durga Prasad Paladugu2017-11-291-42/+42
* net: xilinx_axi_emac: Add support for non processor modeSiva Durga Prasad Paladugu2017-11-291-12/+29
* net: xilinx_axi_emac: Read dma address using fdtdec_get_addrSiva Durga Prasad Paladugu2017-11-281-2/+2
* net: xilinx_axi_emac: Use wait_for_bit instead of while loopSiva Durga Prasad Paladugu2017-11-281-6/+5
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+4
* net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek2016-12-201-2/+1
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-091-1/+2
* net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek2016-12-081-2/+1
* net: axi_emac: Report phy-node error message permanentlyMichal Simek2016-04-041-1/+1
* net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu2016-04-041-1/+19
* net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu2016-04-041-1/+1
* net: Add axi emac to KconfigMichal Simek2016-01-271-4/+0
* net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek2016-01-271-7/+7
* net: axi_emac: Split recv from free_pktMichal Simek2016-01-271-3/+9
* net: axi_emac: Enable access to MDIO in probeMichal Simek2016-01-271-3/+19
* net: axi_emac: Move driver to DMMichal Simek2016-01-271-68/+122
* net: axi_emac: Pass private structure where possibleMichal Simek2016-01-271-9/+7
* net: axi_emac: Pass private structure to phyread/phywriteMichal Simek2016-01-271-9/+9
* net: axi_emac: Put iobase to private structureMichal Simek2016-01-271-2/+3
* net: axi_emac: Pass directly pointer to register spaceMichal Simek2016-01-271-6/+5
* net: axi_emac: Show phy address instead of register contentMichal Simek2016-01-271-1/+1
* net: axi_emac: Fix parentheses around operand !Michal Simek2016-01-271-4/+4
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: axi_emac: Check if phy was correctly detectedMichal Simek2014-02-041-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* net: abort network initialization if the PHY driver failsTimur Tabi2012-07-111-1/+5
* drivers/net/xilinx_axi_emac.c: Fix compile warningStephan Linz2012-05-221-1/+1
* net: axi_ethernet: Add driver to u-bootMichal Simek2011-10-151-0/+664