index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
designware.h
Age
Commit message (
Expand
)
Author
2025-01-23
net: designware: Add bitbang feature for designware driver.
Michael Chang
2024-07-22
drivers: net: Remove duplicate newlines
Marek Vasut
2023-11-05
net: designware: add DMA offset awareness
Baruch Siach
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2022-12-07
net: designware: Remove non-DM_ETH code
Tom Rini
2022-07-05
net: designware: Rename CONFIG_DW_GMAC_DEFAULT_DMA_PBL to GMAC_DEFAULT_DMA_PBL
Tom Rini
2022-06-17
stm32mp1: fix reference for STMicroelectronics
Patrick Delaunay
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-15
net: designware: add clock support
Patrice Chotard
2017-01-11
net: designware: Export the operation functions
Simon Glass
2017-01-11
net: designware: Export various functions/struct to allow subclassing
Sjoerd Simons
2016-07-06
net: designware: Make driver independent from DM_GPIO again
Alexey Brodkin
2016-05-27
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2016-05-27
net: designware: fix descriptor layout and warnings on 64-bit archs
Beniamino Galvani
2016-05-27
net: designware: support phy reset device-tree bindings
Sjoerd Simons
2016-01-28
net/designware: add support of max-speed device tree property
Alexey Brodkin
2015-04-18
dm: net: Adjust designware driver to support driver model
Simon Glass
2015-03-05
net: configure DWMAC DMA by default AXI burst length
Sonic Zhang
2014-05-25
net/designware: Make DMA burst length configurable and reduce by default
Ian Campbell
2014-05-25
net/designware: reorder struct dw_eth_dev to pack more efficiently.
Ian Campbell
2014-03-28
net/designware: align DMA buffer descriptors to D$ line
Alexey Brodkin
2014-02-07
net/designware - switch driver to phylib usage
Alexey Brodkin
2013-11-22
net: designware: Fix alignment of buffer descriptors
Alexey Brodkin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-07-07
net: Multiple updates/enhancements to designware.c
Stefan Roese
2012-07-07
SPEAr: Add interface information in initialization
Vipin Kumar
2012-04-04
net/designware: Try configuring phy on each dw_eth_init
Vipin Kumar
2012-04-04
net/designware: Fix the max frame length size
Vipin KUMAR
2010-07-12
SPEAr : Network driver support added
Vipin KUMAR