index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
designware.c
Age
Commit message (
Expand
)
Author
2015-03-05
net: Support DMA threshold mode in DWMAC driver
Sonic Zhang
2015-03-05
net: configure DWMAC DMA by default AXI burst length
Sonic Zhang
2015-01-30
net/designware: add error message on DMA reset timeout
Alexey Brodkin
2014-10-06
net: dwc: Make the cache handling less cryptic
Marek Vasut
2014-10-06
net: dwc: Fix cache alignment issues
Marek Vasut
2014-05-25
net/designware: Make DMA burst length configurable and reduce by default
Ian Campbell
2014-05-25
net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGN
Ian Campbell
2014-05-25
net/designware: ensure device private data is DMA aligned.
Ian Campbell
2014-05-12
net/designware: call phy_connect_dev() to properly setup phylib device
Ian Campbell
2014-02-07
net/designware: make driver compatible with data cache
Alexey Brodkin
2014-02-07
net/designware - switch driver to phylib usage
Alexey Brodkin
2014-02-07
net/designware: add explicit reset of {tx|rx}_currdescnum
Alexey Brodkin
2013-11-22
net: designware: Respect "bus mode" register contents on SW reset
Alexey Brodkin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-24
net/designware: Do not select MIIPORT for RGMII interface
Vipin Kumar
2012-07-11
net/designware: Consecutive writes to the same register to be avoided
Dinh Nguyen
2012-07-07
net: Multiple updates/enhancements to designware.c
Stefan Roese
2012-07-07
SPEAr: Add interface information in initialization
Vipin Kumar
2012-05-23
net: Fix remaining API interface breakage
Joe Hershberger
2012-04-04
net/designware: Change timeout loop implementation
Amit Virdi
2012-04-04
net/designware: Set ANAR to 0x1e1
Armando Visconti
2012-04-04
net/designware: Program phy registers when auto-negotiation is ON
Vikas Manocha
2012-04-04
net/designware: Try configuring phy on each dw_eth_init
Vipin Kumar
2012-04-04
net/designware: Consecutive writes must have delay
Armando Visconti
2012-04-04
net/designware: Phy address fix
Vipin KUMAR
2012-04-04
net/designware: Fix to restore hw mac address
Vipin KUMAR
2011-08-08
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-07-25
net: designware: fix uninitialized phy_addr usage
Mike Frysinger
2011-07-25
net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabled
Mike Frysinger
2011-01-09
miiphy: convert to linux/mii.h
Mike Frysinger
2010-08-09
miiphy: constify device name
Mike Frysinger
2010-07-12
SPEAr : Network driver support added
Vipin KUMAR