index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tsec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: tsec: read the phy-mode property as fallback to phy-connection-type
Vladimir Oltean
2021-09-28
1
-0
/
+2
*
net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode
Vladimir Oltean
2021-09-28
1
-6
/
+3
*
net: tsec: Mark tsec_get_interface as __maybe_unused
Ramon Fried
2021-09-28
1
-1
/
+1
*
net: tsec: add option to set device max-speed via dts
Aleksandar Gerasimovski
2021-06-17
1
-1
/
+6
*
net: tsec: Support <reg> property from the subnode "queue-group"
Bin Meng
2021-04-15
1
-3
/
+27
*
net: tsec: Use map_physmem() directly instead of dev_remap_addr()
Bin Meng
2021-04-15
1
-1
/
+3
*
net: tsec: Use dm_eth_phy_connect() directly for the DM case
Vladimir Oltean
2021-04-15
1
-5
/
+1
*
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
1
-1
/
+2
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
1
-11
/
+35
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
net: tsec: Add the compatible string "gianfar" support
Hou Zhiqiang
2020-09-24
1
-2
/
+14
*
net: tsec: Add fixed-link PHY support
Hou Zhiqiang
2020-09-24
1
-1
/
+4
*
net: tsec: convert to use DM_MDIO when DM_ETH enabled
Hou Zhiqiang
2020-09-24
1
-33
/
+5
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-4
/
+6
*
net: tsec: Access TBI PHY through the corresponding MII
Hou Zhiqiang
2020-06-04
1
-4
/
+21
*
net: tsec: Access eTSEC registers using virtual address
Hou Zhiqiang
2020-06-04
1
-3
/
+8
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
net: tsec: Change compatible strings to match Linux
Vladimir Oltean
2019-07-25
1
-1
/
+1
*
net: tsec: Common handling of MAC station address for DM_ETH
Vladimir Oltean
2019-07-25
1
-9
/
+2
*
net: tsec: Make errors visible
Vladimir Oltean
2019-07-25
1
-4
/
+4
*
net: tsec: Reverse Christmas tree notation
Vladimir Oltean
2019-07-25
1
-5
/
+5
*
net: tsec: Fix offset of MDIO registers for DM_ETH
Vladimir Oltean
2019-07-25
1
-6
/
+7
*
net: tsec: Refactor the readout of the tbi-handle property
Vladimir Oltean
2019-07-25
1
-8
/
+7
*
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
1
-10
/
+4
*
net: move ether_crc to tsec driver
Chris Packham
2019-01-24
1
-0
/
+25
*
tsec: Fix reading phy registers from DT
Mario Six
2018-06-13
1
-2
/
+3
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: tsec: Make live-tree compatible
Mario Six
2018-02-26
1
-23
/
+19
*
net: tsec: Fix memory leak in error path
Mario Six
2018-02-26
1
-1
/
+3
*
net: tsec: Fix style violations
Mario Six
2018-02-26
1
-35
/
+37
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-3
/
+3
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
1
-171
/
+365
|
\
|
*
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
Bin Meng
2016-01-28
1
-1
/
+12
|
*
net: tsec: Add driver model ethernet support
Bin Meng
2016-01-28
1
-0
/
+186
|
*
net: tsec: Use tsec_private pointer as the parameter for internal routines
Bin Meng
2016-01-28
1
-12
/
+11
|
*
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
Bin Meng
2016-01-28
1
-105
/
+103
|
*
net: tsec: Move rxbd and txbd to struct tsec_private
Bin Meng
2016-01-28
1
-37
/
+32
|
*
net: tsec: Move rx_idx and tx_idx to struct tsec_private
Bin Meng
2016-01-28
1
-28
/
+26
|
*
net: tsec: fsl_mdio: Fix several cosmetic issues
Bin Meng
2016-01-28
1
-27
/
+34
*
|
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
1
-1
/
+1
|
/
*
ls102xa: etsec: Use proper settings for BE BDs
Claudiu Manoil
2015-09-01
1
-6
/
+0
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-3
/
+4
*
net: tsec: Fix NULL access in case init_phy() fails
Claudiu Manoil
2015-01-30
1
-0
/
+2
*
ls102xa: etsec: Add etsec support for LS102xA
Alison Wang
2014-09-08
1
-0
/
+7
*
net: tsec: Fix mac addr setup portability, cleanup
Claudiu Manoil
2013-11-22
1
-10
/
+8
[next]