summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
Commit message (Expand)AuthorAgeFilesLines
* net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean2021-09-281-0/+2
* net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean2021-09-281-6/+3
* net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried2021-09-281-1/+1
* net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski2021-06-171-1/+6
* net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
* net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
* net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+2
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-11/+35
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang2020-09-241-2/+14
* net: tsec: Add fixed-link PHY supportHou Zhiqiang2020-09-241-1/+4
* net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang2020-09-241-33/+5
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-4/+6
* net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang2020-06-041-4/+21
* net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang2020-06-041-3/+8
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-251-1/+1
* net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-251-9/+2
* net: tsec: Make errors visibleVladimir Oltean2019-07-251-4/+4
* net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-251-5/+5
* net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-251-6/+7
* net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-251-8/+7
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-10/+4
* net: move ether_crc to tsec driverChris Packham2019-01-241-0/+25
* tsec: Fix reading phy registers from DTMario Six2018-06-131-2/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: tsec: Make live-tree compatibleMario Six2018-02-261-23/+19
* net: tsec: Fix memory leak in error pathMario Six2018-02-261-1/+3
* net: tsec: Fix style violationsMario Six2018-02-261-35/+37
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-281-171/+365
|\
| * net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-281-1/+12
| * net: tsec: Add driver model ethernet supportBin Meng2016-01-281-0/+186
| * net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-281-12/+11
| * net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-281-105/+103
| * net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-281-37/+32
| * net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-281-28/+26
| * net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-281-27/+34
* | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
|/
* ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil2015-09-011-6/+0
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-3/+4
* net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil2015-01-301-0/+2
* ls102xa: etsec: Add etsec support for LS102xAAlison Wang2014-09-081-0/+7
* net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil2013-11-221-10/+8