index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macb.c
Age
Commit message (
Expand
)
Author
2020-03-31
net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.
Michal Simek
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2020-02-19
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
2020-01-25
net: macb: Drop local cache flush
Vignesh Raghavendra
2019-12-09
net: macb: let miiphy_read/_write pass arbitrary addresses
Josef Holzmayr
2019-12-09
net: macb: explicitly pass phy_adr to mdio read and write
Josef Holzmayr
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-10-08
net: macb: Add sam9x60-macb compatibility string
Nicolas Ferre
2019-09-04
net: macb: Fix rx buffer cache handling
Stefan Roese
2019-09-04
Revert "net: macb: Fixed reading MII_LPA register"
Bin Meng
2019-07-25
net: macb: Fix check for little-endian system in gmac_configure_dma()
Anup Patel
2019-07-25
net: macb: Extend MACB driver for SiFive Unleashed board
Anup Patel
2019-07-25
net/macb: increase RX buffer size for GEM
Ramon Fried
2019-07-25
net: macb: apply sane DMA configuration
Ramon Fried
2019-07-25
net: macb: add dma_burst_length config
Ramon Fried
2019-07-25
net: macb: add support for SGMII phy interface
Ramon Fried
2019-07-25
net: macb: use bit access macro from header file
Ramon Fried
2019-07-25
net: macb: add support for faster clk rates
Ramon Fried
2019-07-25
net: macb: sync header definitions as taken from Linux
Ramon Fried
2019-07-15
net: macb: Add support for 1000-baseX
Radu Pirea
2019-07-15
net: macb: Fixed reading MII_LPA register
Radu Pirea
2019-06-01
dm: net: macb: Implement link speed change callback
Bin Meng
2019-06-01
dm: net: macb: Update macb_linkspd_cb() signature
Bin Meng
2019-04-09
net: macb: Add small delay after link establishment
Stefan Roese
2019-02-27
net: macb: Fix GEM hardware detection
Atish Patra
2019-02-27
net: macb: Fix clk API usage for RISC-V systems
Anup Patel
2019-01-24
net: macb: fix mapping of registers
Ramon Fried
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-22
net: macb: remove superfluous logical constraint
Heinrich Schuchardt
2018-01-15
net: macb: Add support for Xilinx Zynq SoC
Wilson Lee
2017-06-02
net: macb: Fix GMAC not work when enable DM_ETH
Wenyou Yang
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-05-09
net: macb: Align the compatibles with kernel
Wenyou Yang
2017-05-09
net: macb: Add remove callback
Wenyou Yang
2017-03-01
net: macb: Fix ETH not found when clock not support
Wenyou Yang
2017-02-09
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-07
net: macb: Remove redundant #ifdef CONFIG_DM_ETH
Wenyou Yang
2017-02-07
net: macb: Add the clock support
Wenyou Yang
2016-10-01
net, macb: fix misaligned cache operation warning
Heiko Schocher
2016-09-23
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
net: macb: Fix build error for CONFIG_DM_ETH enabled
Wenyou Yang
2016-06-12
net: macb: Convert to driver model
Simon Glass
2016-06-12
net: macb: Flush correct cache portion when sending
Simon Glass
2016-06-12
net: macb: Prepare for driver-model conversion
Simon Glass
2016-05-05
Fix various typos, scattered over the code.
Robert P. J. Day
2016-01-27
net: macb: Not all the GEM are gigabit capable
Gregory CLEMENT
2015-08-11
net: macb: add gmac multi-queue support
Wu, Josh
2015-05-19
net: Update hardware MAC address if it changes in env
Joe Hershberger
[next]