summaryrefslogtreecommitdiff
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel2019-07-251-4/+7
* net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel2019-07-251-17/+56
* net/macb: increase RX buffer size for GEMRamon Fried2019-07-251-8/+23
* net: macb: apply sane DMA configurationRamon Fried2019-07-251-0/+28
* net: macb: add dma_burst_length configRamon Fried2019-07-251-1/+21
* net: macb: add support for SGMII phy interfaceRamon Fried2019-07-251-0/+7
* net: macb: use bit access macro from header fileRamon Fried2019-07-251-33/+15
* net: macb: add support for faster clk ratesRamon Fried2019-07-251-1/+5
* net: macb: sync header definitions as taken from LinuxRamon Fried2019-07-251-4/+4
* net: macb: Add support for 1000-baseXRadu Pirea2019-07-151-2/+4
* net: macb: Fixed reading MII_LPA registerRadu Pirea2019-07-151-1/+1
* dm: net: macb: Implement link speed change callbackBin Meng2019-06-011-0/+35
* dm: net: macb: Update macb_linkspd_cb() signatureBin Meng2019-06-011-1/+21
* net: macb: Add small delay after link establishmentStefan Roese2019-04-091-1/+7
* net: macb: Fix GEM hardware detectionAtish Patra2019-02-271-1/+1
* net: macb: Fix clk API usage for RISC-V systemsAnup Patel2019-02-271-5/+4
* net: macb: fix mapping of registersRamon Fried2019-01-241-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: macb: remove superfluous logical constraintHeinrich Schuchardt2018-03-221-1/+1
* net: macb: Add support for Xilinx Zynq SoCWilson Lee2018-01-151-12/+79
* net: macb: Fix GMAC not work when enable DM_ETHWenyou Yang2017-06-021-5/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* net: macb: Align the compatibles with kernelWenyou Yang2017-05-091-0/+4
* net: macb: Add remove callbackWenyou Yang2017-05-091-17/+31
* net: macb: Fix ETH not found when clock not supportWenyou Yang2017-03-011-4/+9
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-3/+41
|\
| * net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang2017-02-071-3/+0
| * net: macb: Add the clock supportWenyou Yang2017-02-071-0/+41
* | dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+2
|/
* net, macb: fix misaligned cache operation warningHeiko Schocher2016-10-011-9/+11
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-12/+34
* net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-151-8/+69
* net: macb: Convert to driver modelSimon Glass2016-06-121-0/+119
* net: macb: Flush correct cache portion when sendingSimon Glass2016-06-121-1/+1
* net: macb: Prepare for driver-model conversionSimon Glass2016-06-121-75/+124
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-1/+1
* net: macb: Not all the GEM are gigabit capableGregory CLEMENT2016-01-271-2/+19
* net: macb: add gmac multi-queue supportWu, Josh2015-08-111-0/+33
* net: Update hardware MAC address if it changes in envJoe Hershberger2015-05-191-9/+0
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-4/+4
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* Net: macb: reset GBE bit when fallback checkingBo Shen2015-03-181-1/+1
* net: macb: enable GMAC IP without GE feature supportBo Shen2014-11-171-1/+7
* net: macb: write mac address when initializationBo Shen2014-11-171-0/+9
* macb: simplify gmac initialisationAndreas Bießmann2014-10-101-17/+8
* net: macb: enable dcache in macbWu, Josh2014-06-141-4/+57
* macb: make checkpatch cleanAndreas Bießmann2014-06-141-27/+29
* net: macb: get DMA bus width from design config registerBo Shen2013-11-041-1/+19
* net: macb: fix the following building warningBo Shen2013-08-221-3/+9