index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ftgmac100.c
Age
Commit message (
Expand
)
Author
2025-08-01
drivers/net/ftgmac100.c: Fix a debug print
Tom Rini
2024-09-11
net: ftgmac100: Add Aspeed AST2700 support
Jacky Chou
2024-09-11
net: ftgmac100: Modify desc. size to cache line
Jacky Chou
2024-09-11
net: ftgmac100: Fixed NC-SI PHY device cannot get
Jacky Chou
2024-09-11
net: ftgmac100: Fixed the cache coherency issues of rx memory
Jacky Chou
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2023-11-05
net: ftgmac100: Add reset control
Dylan Hung
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2022-10-21
net/ftgmac100: Add NC-SI mode support
Samuel Mendoza-Jonas
2022-08-08
net: ftgmac100: use bus name in mdio error messages
Zev Weiss
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek Behún
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
2022-01-18
net: ftgmac100: Add Aspeed AST2600 support
Dylan Hung
2022-01-18
net: ftgmac100: Add DM_MDIO support
Dylan Hung
2021-01-19
net: ftgmac100: Read and retain MAC address
Hongwei Zhang
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-30
net: ftgmac100: Add support for board specific PHY interface address
Thirupathaiah Annapureddy
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_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-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-09
net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN
Cédric Le Goater
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2018-11-05
net: ftgmac100: Add support for the Aspeed SoC
Cédric Le Goater
2018-11-05
net: ftgmac100: add clock support
Cédric Le Goater
2018-11-05
net: ftgmac100: handle timeouts when transmitting
Cédric Le Goater
2018-11-05
net: ftgmac100: convert the RX/TX descriptor arrays
Cédric Le Goater
2018-11-05
net: ftgmac100: add MDIO bus and phylib support
Cédric Le Goater
2018-11-05
net: ftgmac100: use setbits_le32() in the reset method
Cédric Le Goater
2018-11-05
net: ftgmac100: convert to driver model
Cédric Le Goater
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-24
net: update FTGMAC100 for MMU/D-cache support
Kuo-Jung Su
2012-05-23
net: Fix remaining API interface breakage
Joe Hershberger
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-22
ftgmac100: reset fix when supports wake on lan
Macpaul Lin
2011-01-09
ftgmac100: support of gigabit eth ftgmac100
Macpaul Lin