index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xilinx_axi_emac.c
Age
Commit message (
Expand
)
Author
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-23
net: xilinx: axi_emac: Typecast flush_cache arguments
Ashok Reddy Soma
2020-09-23
net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warnings
Ashok Reddy Soma
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
Masahiro Yamada
2020-06-24
net: xilinx: axi_emac: Fix endless loop when no PHYs are connected
Patrick van Gelder
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-10-08
net: xilinx_axiemac: Fill the phy node pointer in phydev
Siva Durga Prasad Paladugu
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-09
axi: ethernet: Added support for 64 bit addressing for axi-ethernet
Vipul Kumar
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2017-11-29
net: xilinx_axi_emac: Use readl and writel for io ops
Siva Durga Prasad Paladugu
2017-11-29
net: xilinx_axi_emac: Add support for non processor mode
Siva Durga Prasad Paladugu
2017-11-28
net: xilinx_axi_emac: Read dma address using fdtdec_get_addr
Siva Durga Prasad Paladugu
2017-11-28
net: xilinx_axi_emac: Use wait_for_bit instead of while loop
Siva Durga Prasad Paladugu
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-12-20
net: xilinx: Use mdio_register_seq() to support multiple instances
Michal Simek
2016-12-09
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
Tom Rini
2016-12-08
net: xilinx: Use mdio_register_seq() to support multiple instances
Michal Simek
2016-04-04
net: axi_emac: Report phy-node error message permanently
Michal Simek
2016-04-04
net: xilinx_axi: Clear Isolate bit if found during phy setup
Siva Durga Prasad Paladugu
2016-04-04
net: xilinx_axi: Use interface type instead of zero
Siva Durga Prasad Paladugu
2016-01-27
net: Add axi emac to Kconfig
Michal Simek
2016-01-27
net: axi_emac: Rename start, stop, write_hwaddr functions
Michal Simek
2016-01-27
net: axi_emac: Split recv from free_pkt
Michal Simek
2016-01-27
net: axi_emac: Enable access to MDIO in probe
Michal Simek
2016-01-27
net: axi_emac: Move driver to DM
Michal Simek
2016-01-27
net: axi_emac: Pass private structure where possible
Michal Simek
2016-01-27
net: axi_emac: Pass private structure to phyread/phywrite
Michal Simek
2016-01-27
net: axi_emac: Put iobase to private structure
Michal Simek
2016-01-27
net: axi_emac: Pass directly pointer to register space
Michal Simek
2016-01-27
net: axi_emac: Show phy address instead of register content
Michal Simek
2016-01-27
net: axi_emac: Fix parentheses around operand !
Michal Simek
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2014-02-04
net: axi_emac: Check if phy was correctly detected
Michal Simek
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-07-11
net: abort network initialization if the PHY driver fails
Timur Tabi
2012-05-22
drivers/net/xilinx_axi_emac.c: Fix compile warning
Stephan Linz
2011-10-15
net: axi_ethernet: Add driver to u-boot
Michal Simek