Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
cebf3f558ee8b07f1a2f803fdeb9051603a308ac
/
drivers
/
net
/
tsec.c
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
82d72a1
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
a1c76c1
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
by Bin Meng
· 9 years ago
9a1d6af
net: tsec: Add driver model ethernet support
by Bin Meng
· 9 years ago
56a27a1
net: tsec: Use tsec_private pointer as the parameter for internal routines
by Bin Meng
· 9 years ago
8ba5017
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
by Bin Meng
· 9 years ago
e677da9
net: tsec: Move rxbd and txbd to struct tsec_private
by Bin Meng
· 9 years ago
362b123
net: tsec: Move rx_idx and tx_idx to struct tsec_private
by Bin Meng
· 9 years ago
9872b73
net: tsec: fsl_mdio: Fix several cosmetic issues
by Bin Meng
· 9 years ago
192bc69
Fix GCC format-security errors and convert sprintfs.
by Ben Whitten
· 9 years ago
ebe4c1e
ls102xa: etsec: Use proper settings for BE BDs
by Claudiu Manoil
· 9 years ago
1fd92db
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· 10 years ago
7f233c0
net: tsec: Fix NULL access in case init_phy() fails
by Claudiu Manoil
· 11 years ago
52d00a8
ls102xa: etsec: Add etsec support for LS102xA
by Alison Wang
· 10 years ago
b1690bc
net: tsec: Fix mac addr setup portability, cleanup
by Claudiu Manoil
· 11 years ago
82ef75c
net: tsec: Use portable regs type (uint->u32)
by Claudiu Manoil
· 11 years ago
9c9141f
net: tsec: Use portable types and accessors for BDs
by Claudiu Manoil
· 11 years ago
18b338f
net: tsec: Fix CamelCase issues around BD code
by Claudiu Manoil
· 11 years ago
aec84bf
net: tsec: Cleanup tsec regs init and fix __iomem warns
by Claudiu Manoil
· 11 years ago
b200204
net: tsec: Fix priv pointer in tsec_mcast_addr()
by Claudiu Manoil
· 11 years ago
876d451
net: tsec: Fix and cleanup tsec_mcast_addr()
by Claudiu Manoil
· 11 years ago
9c4cffa
net: Fix mcast function pointer prototype
by Claudiu Manoil
· 11 years ago
11af8d6
net: abort network initialization if the PHY driver fails
by Timur Tabi
· 12 years ago
c8a60b5
ppc: Fix warning in TSEC Ethernet driver
by Joe Hershberger
· 12 years ago
aada81d
powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129
by chenhui zhao
· 13 years ago
cd6881b
Minor coding style cleanup.
by Wolfgang Denk
· 13 years ago
063c126
tsec: Convert tsec to use PHY Lib
by Andy Fleming
· 14 years ago
9075191
tsec: arrange the code to avoid useless function declaration
by Mingkai Hu
· 14 years ago
a32a6be
tsec: use IO accessors for IO accesses
by Mingkai Hu
· 14 years ago
19d68d2
tsec: add AR8021 PHY support
by Li Yang
· 14 years ago
8ef583a
miiphy: convert to linux/mii.h
by Mike Frysinger
· 14 years ago
72c96a6
tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII
by Kumar Gala
· 14 years ago
5700bb6
miiphy: constify device name
by Mike Frysinger
· 14 years ago
daa2ce6
tsec: fix the return value for tsec_eth_init()
by Timur Tabi
· 14 years ago
26918b7
tsec: add micrel ksz804 phy
by Heiko Schocher
· 14 years ago
90b5bf2
tsec: Fix eTSEC2 link problem on P2020RDB
by Felix Radensky
· 14 years ago
538be58
tsec: Wait for both RX and TX to stop
by Andy Fleming
· 15 years ago
5f6b144
tsec: Add TSEC_FIBER flag
by Peter Tyser
· 15 years ago
8abb8dc
tsec: Add support for using the BCM5482 PHY in fiber mode
by Peter Tyser
· 15 years ago
c6dbdfd
tsec: General cleanup
by Peter Tyser
· 15 years ago
e1957ef
tsec: Make functions/data static when possible
by Peter Tyser
· 15 years ago
27165b5
tsec: Clean up Broadcom PHY status parsing
by Peter Tyser
· 15 years ago
46e9167
tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
by Peter Tyser
· 15 years ago
b9e186f
NET: Move MDIO regs out of TSEC Space
by Sandeep Gopalpet
· 15 years ago
cd1011d
tsec: Remove PHY command relocation fixups
by Peter Tyser
· 15 years ago
0d071cd
net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
by Kim Phillips
· 15 years ago
b1e849f
tsec: Wait for auto-negotiation to complete without link
by Peter Tyser
· 16 years ago
4c2e3da
Update Freescale copyrights to remove "All Rights Reserved"
by Kumar Gala
· 15 years ago
b7fe25d
P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
by Poonam Aggrwal
· 15 years ago
88ad3fd
net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
by Kim Phillips
· 15 years ago
091dc9f
tsec: Add support for BCM5482S PHY
by Zach LeRoy
· 15 years ago
0452352
tsec: report when there is no vendor specific PHY support
by Paul Gortmaker
· 16 years ago
736323a
Added Vitesse VSC8211 definitions to TSEC driver
by Pieter Henning
· 16 years ago
9e5be82
tsec: Fix a bug in soft-resetting
by Andy Fleming
· 16 years ago
12a8b9d
Marvell 88E1118 interrupt fix
by Ron Madrid
· 16 years ago
23afaba
net: tsec: Fix Marvell 88E1121R phy init
by Anatolij Gustschin
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
c9d6b69
enable 10/100M at VSC8601 at tsec driver
by Andre Schwarz
· 16 years ago
ce47eb4
Support for multiple SGMII/TBI interfaces for TSEC ethernet
by Peter Tyser
· 16 years ago
2abe361
Add SGMII support to the tsec
by Andy Fleming
· 16 years ago
75b9d4a
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
dd3d1f5
tsec: Move tsec.h to include/
by Andy Fleming
· 16 years ago
d23dc39
PHY: Add support for the M88E1121R Marvell chip.
by Sergei Poselenov
· 16 years ago
3b904cc
net: Conditional COBJS inclusion of network drivers
by Shinya Kuribayashi
· 16 years ago
290ef64
Add Marvell 88E1118 support for TSEC
by Ron Madrid
· 16 years ago
7c0773f
drivers/net/tsec.c: Fix typo.
by Wolfgang Denk
· 17 years ago
9acde12
TSEC: add config options for VSC8601 RGMII PHY
by Andre Schwarz
· 17 years ago
2d934ea
Add Vitesse 8601 support to TSEC driver
by Tor Krill
· 17 years ago
c760478
tsec: fix link detection for the RTL8211B PHY
by Anton Vorontsov
· 17 years ago
18ee320
TSEC: Add the support for RealTek RTL8211B PHY
by Dave Liu
· 17 years ago
55fe7c5
TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
by michael.firth@bt.com
· 17 years ago
422b1a0
Fix Ethernet init() return codes
by Ben Warren
· 17 years ago
19580e6
mpc83xx: Add the support of MPC837xEMDS board
by Dave Liu
· 17 years ago
2439e4b
drivers/net : move net drivers to drivers/net
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
[Renamed from drivers/tsec.c]
409ecdc
Fix compiler warnings for PPC systems. Update CHANGELOG.
by Wolfgang Denk
· 17 years ago
5c7ea64
tsec driver should clear RHALT on startup
by Dan Wilson
· 17 years ago
cd2d160
Typo fix in tsec.c
by urwithsughosh@gmail.com
· 17 years ago
7613afd
Don't wait for disconnected TSECs
by Andy Fleming
· 17 years ago
3a79013
Define tsec flag values in config files
by Andy Fleming
· 17 years ago
53a5c42
multicast tftp: RFC2090
by David Updegraff
· 17 years ago
ed81064
tsec: fix multiple PHY support
by Zach Sadecki
· 17 years ago
dcb84b7
tsec: Allow Ten Bit Interface address to be configurable
by Joe Hamman
· 17 years ago
5728be3
Coding style cleanup. Update CHANGELOG.
by Wolfgang Denk
· 17 years ago
c7e717e
Add Marvell 1149 PHY support to the TSEC
by Andy Fleming
· 17 years ago
6bf6f11
Merge branch 'testing' into working
by Andy Fleming
· 17 years ago
5a56af3
Remove erroneous errata code from Marvel 88E1111S driver
by Andy Fleming
· 17 years ago
2a3cee4
tsec: Fix PHY code to match first driver
by Andy Fleming
· 17 years ago
7507d56
Fix Marvell 88e1145 PHY init code
by Andy Fleming
· 17 years ago
cb51c0b
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
d5be43d
drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
255a3577
Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
by Kim Phillips
· 17 years ago
c3243cf
Add support for BCM5464 Quad Phy
by Joe Hamman
· 18 years ago
2f15278
Coding stylke cleanup; update CHANGELOG.
by Wolfgang Denk
· 18 years ago
af1c2b8
Add support for treating unknown PHYs as generic PHYs.
by David Updegraff
· 18 years ago
81f481c
Enable 8544 support
by Andy Fleming
· 18 years ago
91e2576
mpc83xx: U-Boot support for Wind River SBC8349
by Paul Gortmaker
· 18 years ago
2ad6b51
mpc83xx: Add support for the MPC8349E-mITX
by Timur Tabi
· 18 years ago
f484dc7
Added RGMII support to the TSECs and Marvell 881111 Phy
by Nick Spence
· 18 years ago
4653f91
Fix TSEC driver (now for real): avoid crashes if PHY is not attached
by Ben Warren
· 18 years ago
0ee90cb
Remove unneeded include files and local variable.
by Jon Loeliger
· 18 years ago
Next »