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
/
tsec.c
Age
Commit message (
Expand
)
Author
2020-09-24
net: tsec: Add the compatible string "gianfar" support
Hou Zhiqiang
2020-09-24
net: tsec: Add fixed-link PHY support
Hou Zhiqiang
2020-09-24
net: tsec: convert to use DM_MDIO when DM_ETH enabled
Hou Zhiqiang
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-06-04
net: tsec: Access TBI PHY through the corresponding MII
Hou Zhiqiang
2020-06-04
net: tsec: Access eTSEC registers using virtual address
Hou Zhiqiang
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2019-07-25
net: tsec: Change compatible strings to match Linux
Vladimir Oltean
2019-07-25
net: tsec: Common handling of MAC station address for DM_ETH
Vladimir Oltean
2019-07-25
net: tsec: Make errors visible
Vladimir Oltean
2019-07-25
net: tsec: Reverse Christmas tree notation
Vladimir Oltean
2019-07-25
net: tsec: Fix offset of MDIO registers for DM_ETH
Vladimir Oltean
2019-07-25
net: tsec: Refactor the readout of the tbi-handle property
Vladimir Oltean
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
net: move ether_crc to tsec driver
Chris Packham
2018-06-13
tsec: Fix reading phy registers from DT
Mario Six
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-26
net: tsec: Make live-tree compatible
Mario Six
2018-02-26
net: tsec: Fix memory leak in error path
Mario Six
2018-02-26
net: tsec: Fix style violations
Mario Six
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-01-28
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
Bin Meng
2016-01-28
net: tsec: Add driver model ethernet support
Bin Meng
2016-01-28
net: tsec: Use tsec_private pointer as the parameter for internal routines
Bin Meng
2016-01-28
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
Bin Meng
2016-01-28
net: tsec: Move rxbd and txbd to struct tsec_private
Bin Meng
2016-01-28
net: tsec: Move rx_idx and tx_idx to struct tsec_private
Bin Meng
2016-01-28
net: tsec: fsl_mdio: Fix several cosmetic issues
Bin Meng
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2015-09-01
ls102xa: etsec: Use proper settings for BE BDs
Claudiu Manoil
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-01-30
net: tsec: Fix NULL access in case init_phy() fails
Claudiu Manoil
2014-09-08
ls102xa: etsec: Add etsec support for LS102xA
Alison Wang
2013-11-22
net: tsec: Fix mac addr setup portability, cleanup
Claudiu Manoil
2013-11-22
net: tsec: Use portable regs type (uint->u32)
Claudiu Manoil
2013-11-22
net: tsec: Use portable types and accessors for BDs
Claudiu Manoil
2013-11-22
net: tsec: Fix CamelCase issues around BD code
Claudiu Manoil
2013-11-22
net: tsec: Cleanup tsec regs init and fix __iomem warns
Claudiu Manoil
2013-11-22
net: tsec: Fix priv pointer in tsec_mcast_addr()
Claudiu Manoil
2013-11-22
net: tsec: Fix and cleanup tsec_mcast_addr()
Claudiu Manoil
2013-11-22
net: Fix mcast function pointer prototype
Claudiu Manoil
2012-07-11
net: abort network initialization if the PHY driver fails
Timur Tabi
2012-05-22
ppc: Fix warning in TSEC Ethernet driver
Joe Hershberger
2011-11-08
powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129
chenhui zhao
2011-05-19
Minor coding style cleanup.
Wolfgang Denk
2011-04-20
tsec: Convert tsec to use PHY Lib
Andy Fleming
[next]