index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
designware.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2016-05-27
1
-6
/
+70
|
\
|
*
net: designware: support phy reset device-tree bindings
Sjoerd Simons
2016-05-27
1
-6
/
+70
*
|
net: designware: fix descriptor layout and warnings on 64-bit archs
Beniamino Galvani
2016-05-27
1
-27
/
+32
|
/
*
net: designware: Use dm_pci_mem_to_phys() in the probe routine
Bin Meng
2016-02-05
1
-3
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
1
-1
/
+15
|
\
|
*
net/designware: add support of max-speed device tree property
Alexey Brodkin
2016-01-28
1
-1
/
+13
|
*
net/designware: do explicit port selection for 1Gb mode
Alexey Brodkin
2016-01-28
1
-0
/
+2
*
|
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
1
-1
/
+1
|
/
*
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
2016-01-12
1
-1
/
+1
*
net: designware: Zap trailing backslash
Marek Vasut
2015-12-22
1
-7
/
+7
*
net: eth_designware: select PHYLIB in Kconfig
Thomas Chou
2015-12-22
1
-4
/
+0
*
net: designware: Add driver remove support
Bin Meng
2015-10-29
1
-0
/
+12
*
net: designware: Add support to PCI designware devices
Bin Meng
2015-09-16
1
-0
/
+42
*
net: designware: Fix build warnings
Bin Meng
2015-09-09
1
-4
/
+4
*
net: designware: Rename the driver var name to eth_designware
Marek Vasut
2015-08-08
1
-1
/
+1
*
net: designware: Add SoCFPGA GMAC DT compatible string
Marek Vasut
2015-08-08
1
-0
/
+1
*
dm: eth: Avoid blocking on packet reception
Simon Glass
2015-07-21
1
-1
/
+1
*
net: designware: Program MAC address to hardware after soft reset
Bin Meng
2015-07-08
1
-0
/
+6
*
net: Update hardware MAC address if it changes in env
Joe Hershberger
2015-05-19
1
-4
/
+0
*
dm: net: Adjust designware driver to support driver model
Simon Glass
2015-04-18
1
-16
/
+151
*
dm: net: Tidy up designware driver ready for driver model
Simon Glass
2015-04-18
1
-34
/
+53
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: Support DMA threshold mode in DWMAC driver
Sonic Zhang
2015-03-05
1
-0
/
+5
*
net: configure DWMAC DMA by default AXI burst length
Sonic Zhang
2015-03-05
1
-0
/
+4
*
net/designware: add error message on DMA reset timeout
Alexey Brodkin
2015-01-30
1
-1
/
+3
*
net: dwc: Make the cache handling less cryptic
Marek Vasut
2014-10-06
1
-25
/
+23
*
net: dwc: Fix cache alignment issues
Marek Vasut
2014-10-06
1
-2
/
+4
*
net/designware: Make DMA burst length configurable and reduce by default
Ian Campbell
2014-05-25
1
-1
/
+1
*
net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGN
Ian Campbell
2014-05-25
1
-5
/
+13
*
net/designware: ensure device private data is DMA aligned.
Ian Campbell
2014-05-25
1
-1
/
+2
*
net/designware: call phy_connect_dev() to properly setup phylib device
Ian Campbell
2014-05-12
1
-0
/
+2
*
net/designware: make driver compatible with data cache
Alexey Brodkin
2014-02-07
1
-3
/
+50
*
net/designware - switch driver to phylib usage
Alexey Brodkin
2014-02-07
1
-311
/
+149
*
net/designware: add explicit reset of {tx|rx}_currdescnum
Alexey Brodkin
2014-02-07
1
-0
/
+2
*
net: designware: Respect "bus mode" register contents on SW reset
Alexey Brodkin
2013-11-22
1
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
net/designware: Do not select MIIPORT for RGMII interface
Vipin Kumar
2013-06-24
1
-1
/
+3
*
net/designware: Consecutive writes to the same register to be avoided
Dinh Nguyen
2012-07-11
1
-2
/
+2
*
net: Multiple updates/enhancements to designware.c
Stefan Roese
2012-07-07
1
-69
/
+49
*
SPEAr: Add interface information in initialization
Vipin Kumar
2012-07-07
1
-1
/
+9
*
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-23
1
-3
/
+2
*
net/designware: Change timeout loop implementation
Amit Virdi
2012-04-04
1
-16
/
+38
*
net/designware: Set ANAR to 0x1e1
Armando Visconti
2012-04-04
1
-0
/
+3
*
net/designware: Program phy registers when auto-negotiation is ON
Vikas Manocha
2012-04-04
1
-14
/
+29
*
net/designware: Try configuring phy on each dw_eth_init
Vipin Kumar
2012-04-04
1
-21
/
+29
*
net/designware: Consecutive writes must have delay
Armando Visconti
2012-04-04
1
-2
/
+1
*
net/designware: Phy address fix
Vipin KUMAR
2012-04-04
1
-1
/
+1
*
net/designware: Fix to restore hw mac address
Vipin KUMAR
2012-04-04
1
-1
/
+6
*
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-08-08
1
-1
/
+1
*
net: designware: fix uninitialized phy_addr usage
Mike Frysinger
2011-07-25
1
-0
/
+2
[next]