index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
fec_mxc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: fec_mxc: make local functions static
Jeroen Hofstee
2014-10-25
1
-3
/
+5
*
net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
Fabio Estevam
2014-09-09
1
-3
/
+27
*
net: fec_mxc: Adjust RX DMA alignment for mx6solox
Fabio Estevam
2014-09-09
1
-2
/
+10
*
NET: fec_mxc: fix MDIO clock prescaler calculation
Markus Niebel
2014-02-11
1
-2
/
+6
*
Net: FEC: Fix huge memory leak
Marek Vasut
2013-11-21
1
-78
/
+99
*
net: fec_mxc: Fix timeouts during tftp transfer
Fabio Estevam
2013-09-20
1
-1
/
+1
*
net: fec_mxc: Add support for mx6 solo-lite
Fabio Estevam
2013-09-20
1
-1
/
+1
*
fec_mxc: set ethaddr if fuses burned and not previously set
Eric Nelson
2013-08-21
1
-0
/
+2
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-14
/
+1
*
net: fec: Avoid MX28 bus sync issue
Marek Vasut
2013-07-12
1
-0
/
+22
*
net: fec: Remove bogus flush_dcache_range() call
Marek Vasut
2013-07-12
1
-1
/
+0
*
net: fec_mxc: Add support for Vybrid VF610
Alison Wang
2013-06-03
1
-3
/
+1
*
net: fec_mxc: get phydev before fec_probe
Troy Kisky
2013-01-28
1
-42
/
+75
*
net: fec_mxc: only call phy_connect in fec_probe
Troy Kisky
2013-01-28
1
-21
/
+12
*
net: fec_mxc: use fec_set_dev_name to set name
Troy Kisky
2013-01-28
1
-8
/
+8
*
net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi
Troy Kisky
2013-01-28
1
-16
/
+8
*
net: fec_mxc: change fec_mii_setspeed parameter
Troy Kisky
2013-01-28
1
-5
/
+5
*
net: fec_mxc: delete CONFIG_FEC_MXC_MULTI
Troy Kisky
2013-01-28
1
-1
/
+1
*
FEC: Replace magic contants
Marek Vasut
2012-09-27
1
-3
/
+3
*
FEC: Rework the TX wait mechanism
Marek Vasut
2012-09-27
1
-9
/
+11
*
FEC: Remove endless loop in the FEC driver
Marek Vasut
2012-09-27
1
-1
/
+13
*
FEC: Properly align address over the buffers for cache ops
Marek Vasut
2012-09-27
1
-6
/
+8
*
FEC: Do not pass unaligned buffer to network stack
Marek Vasut
2012-09-27
1
-1
/
+2
*
net: fec_mxc: Fix MDC for xMII
benoit.thebaudeau@advans
2012-07-19
1
-1
/
+1
*
net: fec_mxc: Fix setting of RCR for xMII
benoit.thebaudeau@advans
2012-07-19
1
-5
/
+3
*
net: abort network initialization if the PHY driver fails
Timur Tabi
2012-07-11
1
-1
/
+7
*
drivers/net/fec_mxc.c: Fix compile warning
Joe Hershberger
2012-05-22
1
-1
/
+1
*
FEC: Abstract out register setup
Marek Vasut
2012-05-15
1
-46
/
+38
*
NET: fec_mxc.c: Add a way to disable auto negotiation
Stefano Babic
2012-05-15
1
-1
/
+3
*
net: fec_mxc: allow use with cache enabled
Eric Nelson
2012-03-29
1
-86
/
+191
*
net: fec_mxc: add PHYLIB support
Troy Kisky
2012-02-27
1
-48
/
+96
*
net: fec_mxc: add 1000 Mbps selection
Troy Kisky
2012-02-27
1
-2
/
+19
*
net: imx: Add multi-FEC support for imx_get_mac_from_fuse
Fabio Estevam
2012-01-16
1
-4
/
+5
*
fec: add the i.mx6q enet driver support
Jason Liu
2012-01-16
1
-0
/
+10
*
FEC: Add support for iMX28 quirks
Marek Vasut
2011-11-11
1
-2
/
+42
*
GCC4.6: Squash warnings in fec_mxc.c
Marek Vasut
2011-10-27
1
-2
/
+2
*
FEC: Squish "got MAC from fuse" message, make it debug()
Marek Vasut
2011-09-30
1
-1
/
+1
*
FEC: Add timeout for chip reset
Marek Vasut
2011-09-30
1
-4
/
+21
*
FEC: Allow registering MII postconfiguration callback
Marek Vasut
2011-09-30
1
-1
/
+13
*
FEC: Allow multiple FECes
Marek Vasut
2011-09-30
1
-30
/
+49
*
FEC: Abstract access to fec->eth in MII operations
Marek Vasut
2011-09-30
1
-8
/
+10
*
FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE
Marek Vasut
2011-09-30
1
-1
/
+5
*
FEC: Add RMII mode support
Marek Vasut
2011-09-30
1
-0
/
+2
*
FEC: Kill mode select FIXME's
Marek Vasut
2011-09-30
1
-12
/
+14
*
FEC: Use defined constant instead of magic number
Marek Vasut
2011-09-30
1
-1
/
+1
*
FEC: Use proper accessor to read register in debug call
Marek Vasut
2011-09-30
1
-1
/
+1
*
Timer: Fix misuse of ARM *timer_masked() functions outside arch/arm
Graeme Russ
2011-07-16
1
-3
/
+3
*
fec_mxc: add support for MX53 processor
Liu Hui-R64343
2011-02-02
1
-1
/
+1
[next]