aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xilinx_axi_emac.c
AgeCommit message (Expand)Author
2021-06-28net: xilinx: axi_emac: Add support for 10G/25G AXI ethernetAshok Reddy Soma
2021-06-28net: xilinx: axi_emac: Cleanup of of_to_plat()Ashok Reddy Soma
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-23net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma
2020-09-23net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-20treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-08net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-09axi: ethernet: Added support for 64 bit addressing for axi-ethernetVipul Kumar
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas
2017-11-29net: xilinx_axi_emac: Use readl and writel for io opsSiva Durga Prasad Paladugu
2017-11-29net: xilinx_axi_emac: Add support for non processor modeSiva Durga Prasad Paladugu
2017-11-28net: xilinx_axi_emac: Read dma address using fdtdec_get_addrSiva Durga Prasad Paladugu
2017-11-28net: xilinx_axi_emac: Use wait_for_bit instead of while loopSiva Durga Prasad Paladugu
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-20net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini
2016-12-08net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek
2016-04-04net: axi_emac: Report phy-node error message permanentlyMichal Simek
2016-04-04net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu
2016-04-04net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu
2016-01-27net: Add axi emac to KconfigMichal Simek
2016-01-27net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek
2016-01-27net: axi_emac: Split recv from free_pktMichal Simek
2016-01-27net: axi_emac: Enable access to MDIO in probeMichal Simek
2016-01-27net: axi_emac: Move driver to DMMichal Simek
2016-01-27net: axi_emac: Pass private structure where possibleMichal Simek
2016-01-27net: axi_emac: Pass private structure to phyread/phywriteMichal Simek
2016-01-27net: axi_emac: Put iobase to private structureMichal Simek
2016-01-27net: axi_emac: Pass directly pointer to register spaceMichal Simek
2016-01-27net: axi_emac: Show phy address instead of register contentMichal Simek
2016-01-27net: axi_emac: Fix parentheses around operand !Michal Simek
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-02-04net: axi_emac: Check if phy was correctly detectedMichal Simek
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi