index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-1
/
+1
2020-05-19
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-03-31
net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.
Michal Simek
1
-1
/
+1
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
1
-1
/
+1
2020-02-19
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
1
-1
/
+1
2020-01-25
net: macb: Drop local cache flush
Vignesh Raghavendra
1
-3
/
+1
2019-12-09
net: macb: let miiphy_read/_write pass arbitrary addresses
Josef Holzmayr
1
-8
/
+2
2019-12-09
net: macb: explicitly pass phy_adr to mdio read and write
Josef Holzmayr
1
-16
/
+17
2019-12-03
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-10-08
net: macb: Add sam9x60-macb compatibility string
Nicolas Ferre
1
-0
/
+1
2019-09-04
net: macb: Fix rx buffer cache handling
Stefan Roese
1
-2
/
+4
2019-09-04
Revert "net: macb: Fixed reading MII_LPA register"
Bin Meng
1
-1
/
+1
2019-07-25
net: macb: Fix check for little-endian system in gmac_configure_dma()
Anup Patel
1
-4
/
+7
2019-07-25
net: macb: Extend MACB driver for SiFive Unleashed board
Anup Patel
1
-17
/
+56
2019-07-25
net/macb: increase RX buffer size for GEM
Ramon Fried
1
-8
/
+23
2019-07-25
net: macb: apply sane DMA configuration
Ramon Fried
1
-0
/
+28
2019-07-25
net: macb: add dma_burst_length config
Ramon Fried
1
-1
/
+21
2019-07-25
net: macb: add support for SGMII phy interface
Ramon Fried
1
-0
/
+7
2019-07-25
net: macb: use bit access macro from header file
Ramon Fried
1
-33
/
+15
2019-07-25
net: macb: add support for faster clk rates
Ramon Fried
1
-1
/
+5
2019-07-25
net: macb: sync header definitions as taken from Linux
Ramon Fried
1
-4
/
+4
2019-07-15
net: macb: Add support for 1000-baseX
Radu Pirea
1
-2
/
+4
2019-07-15
net: macb: Fixed reading MII_LPA register
Radu Pirea
1
-1
/
+1
2019-06-01
dm: net: macb: Implement link speed change callback
Bin Meng
1
-0
/
+35
2019-06-01
dm: net: macb: Update macb_linkspd_cb() signature
Bin Meng
1
-1
/
+21
2019-04-09
net: macb: Add small delay after link establishment
Stefan Roese
1
-1
/
+7
2019-02-27
net: macb: Fix GEM hardware detection
Atish Patra
1
-1
/
+1
2019-02-27
net: macb: Fix clk API usage for RISC-V systems
Anup Patel
1
-5
/
+4
2019-01-24
net: macb: fix mapping of registers
Ramon Fried
1
-1
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-03-22
net: macb: remove superfluous logical constraint
Heinrich Schuchardt
1
-1
/
+1
2018-01-15
net: macb: Add support for Xilinx Zynq SoC
Wilson Lee
1
-12
/
+79
2017-06-02
net: macb: Fix GMAC not work when enable DM_ETH
Wenyou Yang
1
-5
/
+2
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-1
/
+1
2017-05-09
net: macb: Align the compatibles with kernel
Wenyou Yang
1
-0
/
+4
2017-05-09
net: macb: Add remove callback
Wenyou Yang
1
-17
/
+31
2017-03-02
net: macb: Fix ETH not found when clock not support
Wenyou Yang
1
-4
/
+9
2017-02-09
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
1
-3
/
+41
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-1
/
+2
2017-02-07
net: macb: Remove redundant #ifdef CONFIG_DM_ETH
Wenyou Yang
1
-3
/
+0
2017-02-07
net: macb: Add the clock support
Wenyou Yang
1
-0
/
+41
2016-10-02
net, macb: fix misaligned cache operation warning
Heiko Schocher
1
-9
/
+11
2016-09-24
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
1
-12
/
+34
2016-08-15
net: macb: Fix build error for CONFIG_DM_ETH enabled
Wenyou Yang
1
-8
/
+69
2016-06-13
net: macb: Convert to driver model
Simon Glass
1
-0
/
+119
2016-06-13
net: macb: Flush correct cache portion when sending
Simon Glass
1
-1
/
+1
2016-06-13
net: macb: Prepare for driver-model conversion
Simon Glass
1
-75
/
+124
[next]