index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: macb: take into account all RGMII interface types
Claudiu Beznea
2021-01-22
1
-1
/
+4
*
net: macb: add support for sama7g5 emac
Claudiu Beznea
2021-01-22
1
-0
/
+9
*
net: macb: add support for sama7g5 gmac
Claudiu Beznea
2021-01-22
1
-0
/
+33
*
net: macb: check clk_set_rate return value to be negative
Claudiu Beznea
2021-01-22
1
-1
/
+1
*
net: macb: add user io config data structure
Claudiu Beznea
2021-01-22
1
-12
/
+41
*
net: macb: Add phy address to read it from device tree
Padmarao Begari
2021-01-18
1
-0
/
+13
*
net: macb: Add DMA 64-bit address support for macb
Padmarao Begari
2021-01-18
1
-17
/
+114
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-5
/
+5
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-1
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.
Michal Simek
2020-03-31
1
-1
/
+1
*
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2020-02-19
1
-1
/
+1
*
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
2020-02-19
1
-1
/
+1
*
net: macb: Drop local cache flush
Vignesh Raghavendra
2020-01-25
1
-3
/
+1
*
net: macb: let miiphy_read/_write pass arbitrary addresses
Josef Holzmayr
2019-12-09
1
-8
/
+2
*
net: macb: explicitly pass phy_adr to mdio read and write
Josef Holzmayr
2019-12-09
1
-16
/
+17
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
net: macb: Add sam9x60-macb compatibility string
Nicolas Ferre
2019-10-08
1
-0
/
+1
*
net: macb: Fix rx buffer cache handling
Stefan Roese
2019-09-04
1
-2
/
+4
*
Revert "net: macb: Fixed reading MII_LPA register"
Bin Meng
2019-09-04
1
-1
/
+1
*
net: macb: Fix check for little-endian system in gmac_configure_dma()
Anup Patel
2019-07-25
1
-4
/
+7
*
net: macb: Extend MACB driver for SiFive Unleashed board
Anup Patel
2019-07-25
1
-17
/
+56
*
net/macb: increase RX buffer size for GEM
Ramon Fried
2019-07-25
1
-8
/
+23
*
net: macb: apply sane DMA configuration
Ramon Fried
2019-07-25
1
-0
/
+28
*
net: macb: add dma_burst_length config
Ramon Fried
2019-07-25
1
-1
/
+21
*
net: macb: add support for SGMII phy interface
Ramon Fried
2019-07-25
1
-0
/
+7
*
net: macb: use bit access macro from header file
Ramon Fried
2019-07-25
1
-33
/
+15
*
net: macb: add support for faster clk rates
Ramon Fried
2019-07-25
1
-1
/
+5
*
net: macb: sync header definitions as taken from Linux
Ramon Fried
2019-07-25
1
-4
/
+4
*
net: macb: Add support for 1000-baseX
Radu Pirea
2019-07-15
1
-2
/
+4
*
net: macb: Fixed reading MII_LPA register
Radu Pirea
2019-07-15
1
-1
/
+1
*
dm: net: macb: Implement link speed change callback
Bin Meng
2019-06-01
1
-0
/
+35
*
dm: net: macb: Update macb_linkspd_cb() signature
Bin Meng
2019-06-01
1
-1
/
+21
*
net: macb: Add small delay after link establishment
Stefan Roese
2019-04-09
1
-1
/
+7
*
net: macb: Fix GEM hardware detection
Atish Patra
2019-02-27
1
-1
/
+1
*
net: macb: Fix clk API usage for RISC-V systems
Anup Patel
2019-02-27
1
-5
/
+4
*
net: macb: fix mapping of registers
Ramon Fried
2019-01-24
1
-1
/
+3
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: macb: remove superfluous logical constraint
Heinrich Schuchardt
2018-03-22
1
-1
/
+1
*
net: macb: Add support for Xilinx Zynq SoC
Wilson Lee
2018-01-15
1
-12
/
+79
*
net: macb: Fix GMAC not work when enable DM_ETH
Wenyou Yang
2017-06-02
1
-5
/
+2
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
net: macb: Align the compatibles with kernel
Wenyou Yang
2017-05-09
1
-0
/
+4
*
net: macb: Add remove callback
Wenyou Yang
2017-05-09
1
-17
/
+31
*
net: macb: Fix ETH not found when clock not support
Wenyou Yang
2017-03-01
1
-4
/
+9
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2017-02-09
1
-3
/
+41
|
\
[next]