- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 7f6b0f3 net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled. by Michal Simek · 4 years, 8 months ago
- 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 9 months ago
- 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 9 months ago
- 5cde44e net: macb: Drop local cache flush by Vignesh Raghavendra · 4 years, 10 months ago
- 7c56408 net: macb: let miiphy_read/_write pass arbitrary addresses by Josef Holzmayr · 5 years ago
- 0d3044c net: macb: explicitly pass phy_adr to mdio read and write by Josef Holzmayr · 5 years ago
- 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 39fa416 net: macb: Add sam9x60-macb compatibility string by Nicolas Ferre · 5 years ago
- 5ccd657 net: macb: Fix rx buffer cache handling by Stefan Roese · 5 years ago
- 19f3b78 Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · 5 years ago
- eff0e0c net: macb: Fix check for little-endian system in gmac_configure_dma() by Anup Patel · 5 years ago
- d0a04db net: macb: Extend MACB driver for SiFive Unleashed board by Anup Patel · 5 years ago
- c6d07bf net/macb: increase RX buffer size for GEM by Ramon Fried · 5 years ago
- 9c29580 net: macb: apply sane DMA configuration by Ramon Fried · 5 years ago
- ed3c64f net: macb: add dma_burst_length config by Ramon Fried · 5 years ago
- 5a1899f net: macb: add support for SGMII phy interface by Ramon Fried · 5 years ago
- 0a2827e net: macb: use bit access macro from header file by Ramon Fried · 5 years ago
- 9e65f80 net: macb: add support for faster clk rates by Ramon Fried · 5 years ago
- 6c63651 net: macb: sync header definitions as taken from Linux by Ramon Fried · 5 years ago
- 0dc97fc net: macb: Add support for 1000-baseX by Radu Pirea · 5 years ago
- 1b0c991 net: macb: Fixed reading MII_LPA register by Radu Pirea · 5 years ago
- 3ef6444 dm: net: macb: Implement link speed change callback by Bin Meng · 5 years ago
- a5e3d23 dm: net: macb: Update macb_linkspd_cb() signature by Bin Meng · 5 years ago
- 7bf9bca net: macb: Add small delay after link establishment by Stefan Roese · 6 years ago
- fbcaa26 net: macb: Fix GEM hardware detection by Atish Patra · 6 years ago
- 2e242f5 net: macb: Fix clk API usage for RISC-V systems by Anup Patel · 6 years ago
- 9043c4e net: macb: fix mapping of registers by Ramon Fried · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 6cdf072 net: macb: remove superfluous logical constraint by Heinrich Schuchardt · 7 years ago
- 4bf5691 net: macb: Add support for Xilinx Zynq SoC by Wilson Lee · 7 years ago
- 6de046e net: macb: Fix GMAC not work when enable DM_ETH by Wenyou Yang · 8 years ago
- a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
- 7546025 net: macb: Align the compatibles with kernel by Wenyou Yang · 8 years ago
- 1870d4d net: macb: Add remove callback by Wenyou Yang · 8 years ago
- 3fd2b3a net: macb: Fix ETH not found when clock not support by Wenyou Yang · 8 years ago
- e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 6d2c1d2 net: macb: Remove redundant #ifdef CONFIG_DM_ETH by Wenyou Yang · 8 years ago
- 577aa3b net: macb: Add the clock support by Wenyou Yang · 8 years ago
- 592a749 net, macb: fix misaligned cache operation warning by Heiko Schocher · 8 years ago
- 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
- a212b66 net: macb: Fix build error for CONFIG_DM_ETH enabled by Wenyou Yang · 8 years ago
- f1dcc19 net: macb: Convert to driver model by Simon Glass · 9 years ago
- f589f8c net: macb: Flush correct cache portion when sending by Simon Glass · 9 years ago
- d5555b7 net: macb: Prepare for driver-model conversion by Simon Glass · 9 years ago
- 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
- 75b03cf net: macb: Not all the GEM are gigabit capable by Gregory CLEMENT · 9 years ago
- ade4ea4 net: macb: add gmac multi-queue support by Wu, Josh · 9 years ago
- f566c99 net: Update hardware MAC address if it changes in env by Joe Hershberger · 10 years ago
- 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
- 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
- c83cb5f Net: macb: reset GBE bit when fallback checking by Bo Shen · 10 years ago
- cabf61c net: macb: enable GMAC IP without GE feature support by Bo Shen · 10 years ago
- b2eff08 net: macb: write mac address when initialization by Bo Shen · 10 years ago
- 4760957 macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
- 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
- ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
- 32e4f6b net: macb: get DMA bus width from design config register by Bo Shen · 11 years ago
- 8314ccd net: macb: fix the following building warning by Bo Shen · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- d256be2 net: macb: add support for gigabit MAC by Bo Shen · 12 years ago
- b1a0006 net: macb: using phylib to configure phy device by Bo Shen · 12 years ago
- d8f64b4 net: macb: using AT91FAMILY replace #ifdeferry by Bo Shen · 12 years ago
- 1b8c18b net: Fix build regression in macb.c by Joe Hershberger · 11 years ago
- 416ce62 net/macb: Add arch specific routine to get mdio control by Shiraz Hashim · 12 years ago
- eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
- a6f0c4f Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Wolfgang Denk · 12 years ago
- 6ed0e94 net:macb: add line break by Andreas Bießmann · 12 years ago
- f7fa2f3 arm : Atmel : add at91sam9x5ek board support by Bo Shen · 12 years ago
- 9d9a89b drivers/net/macb.c: Fix compile warning by Joe Hershberger · 12 years ago
- 6c169c1 macb: fix compile warning by andreas.devel@googlemail.com · 13 years ago
- 329f0f5 ATMEL: fix related common atmel driver files by Reinhard Meyer · 14 years ago
- 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
- 6bb4679 Write MAC address automatically on MACB-based boards by Ben Warren · 14 years ago
- 0f751d6 macb: Fix mii_phy_read and mii_phy_write functions by Semih Hazar · 15 years ago
- 22ee647 at91: Introduction of at91sam9g45 SOC. by Sedji Gaouaou · 15 years ago
- df486b1 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. by Nicolas Ferre · 16 years ago
- fc01ea1 AVR32: macb - Search for PHY id by Gunnar Rangoy · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 89973f8 Introduce netdev.h header file and remove externs by Ben Warren · 16 years ago
- 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
- 8e429b3 AT91SAM9263EK support by Stelian Pop · 17 years ago
- 0176d43 Add support for AT91SAM9260EK by Stelian Pop · 17 years ago
- 7263ef1 AT91CAP9 support : MACB changes by Stelian Pop · 17 years ago
- 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
- 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/macb.c]
- 375c2c9 Merge commit 'upstream/master' by Haavard Skinnemoen · 17 years ago
- 3865b1f Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
- 07d38a1 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- f2134f8 macb: Don't restart autonegotiation if we already have link by Haavard Skinnemoen · 18 years ago
- 04fcb5d macb: Introduce a few barriers when dealing with DMA descriptors by Haavard Skinnemoen · 18 years ago
- 5c1fe1f Atmel MACB ethernet driver by Haavard Skinnemoen · 19 years ago