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
/
mvpp2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mvpp2: increase PHY reset pulse
Baruch Siach
2018-10-24
1
-1
/
+1
*
net: mvpp2: fix polarity of PHY reset signal
Baruch Siach
2018-10-24
1
-2
/
+2
*
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-10-10
1
-3
/
+0
*
linux/compat.h: Add netdev_### log macros
Bin Meng
2018-10-09
1
-10
/
+0
*
net: mvpp2x: add check after calloc
Heinrich Schuchardt
2018-03-22
1
-0
/
+4
*
mvpp2: Fix warning over 32bit vs 64bit targets
Tom Rini
2018-01-29
1
-1
/
+1
*
net: mvpp2x: Set BM poll size once during priv probe
Stefan Chulski
2017-08-10
1
-4
/
+1
*
net: mvpp2x: remove TX drain from transmit routine
Stefan Chulski
2017-08-10
1
-21
/
+0
*
net: mvpp2x: Set BM pool high address
Stefan Chulski
2017-08-10
1
-0
/
+6
*
net: mvpp2x: Remove IRQ configuration from U-Boot
Stefan Chulski
2017-08-10
1
-45
/
+1
*
net: mvpp2x: remove MBUS configurations from MvPP22 driver
Stefan Chulski
2017-08-10
1
-5
/
+6
*
net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK
Stefan Chulski
2017-08-10
1
-2
/
+2
*
net: mvpp2x: fix BM configuration overrun issue
Stefan Chulski
2017-08-10
1
-8
/
+17
*
net: mvpp2x: Enable GoP packet padding in TX
Stefan Chulski
2017-08-10
1
-12
/
+0
*
net: mvpp2x: fix phy connected to wrong mdio issue
Stefan Chulski
2017-08-10
1
-1
/
+25
*
net: mvpp2x: Add GPIO configuration support
Stefan Chulski
2017-08-10
1
-0
/
+31
*
net: mvpp2.c: Enable 10G support for port 0 (SFI)
Stefan Chulski
2017-06-02
1
-15
/
+40
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-4
/
+4
*
net: mvpp2: Add remove function that is called before the OS is started
Stefan Roese
2017-05-09
1
-0
/
+24
*
net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
Stefan Roese
2017-03-29
1
-4
/
+0
*
net: mvpp2: Configure SMI PHY address needed for PHY polling
Stefan Roese
2017-03-29
1
-0
/
+11
*
net: mvpp2: Enable PHY polling mode on PPv2.2
Stefan Roese
2017-03-29
1
-2
/
+3
*
net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
Stefan Roese
2017-03-29
1
-0
/
+1
*
net: mvpp2: Add GoP and NetC support for port 0 (SFI)
Stefan Roese
2017-03-29
1
-0
/
+161
*
net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
Stefan Roese
2017-03-29
1
-8
/
+756
*
net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
Stefan Roese
2017-03-29
1
-0
/
+11
*
net: mvpp2: Restructure probe / init functions
Stefan Roese
2017-03-29
1
-30
/
+46
*
net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
Stefan Roese
2017-03-29
1
-7
/
+68
*
net: mvpp2: Handle eth device naming in multi-CP case correctly
Stefan Roese
2017-03-29
1
-1
/
+10
*
net: mvpp2.c: Clear all buffer / descriptor areas before usage
Stefan Roese
2017-03-29
1
-0
/
+3
*
net: mvpp2: Move probe function from MISC to ETH DM driver
Stefan Roese
2017-03-29
1
-37
/
+43
*
net: mvpp2: Add MDIO support for PPv2.2
Stefan Roese
2017-03-29
1
-6
/
+13
*
net: mvpp2: finally add the PPv2.2 compatible string
Thomas Petazzoni
2017-03-29
1
-0
/
+4
*
net: mvpp2: adapt rxq distribution to PPv2.2
Thomas Petazzoni
2017-03-29
1
-15
/
+18
*
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
Thomas Petazzoni
2017-03-29
1
-5
/
+45
*
net: mvpp2: add AXI bridge initialization for PPv2.2
Thomas Petazzoni
2017-03-29
1
-0
/
+85
*
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
Thomas Petazzoni
2017-03-29
1
-6
/
+19
*
net: mvpp2: handle register mapping and access for PPv2.2
Thomas Petazzoni
2017-03-29
1
-9
/
+37
*
net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
Thomas Petazzoni
2017-03-29
1
-5
/
+21
*
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
Thomas Petazzoni
2017-03-29
1
-10
/
+12
*
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
Thomas Petazzoni
2017-03-29
1
-7
/
+12
*
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
Thomas Petazzoni
2017-03-29
1
-3
/
+36
*
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
Thomas Petazzoni
2017-03-29
1
-9
/
+64
*
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
Thomas Petazzoni
2017-03-29
1
-11
/
+28
*
net: mvpp2: add hw_version field in "struct mvpp2"
Thomas Petazzoni
2017-03-29
1
-1
/
+10
*
net: mvpp2: add and use accessors for TX/RX descriptors
Thomas Petazzoni
2017-03-29
1
-25
/
+93
*
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
Thomas Petazzoni
2017-03-29
1
-4
/
+9
*
net: mvpp2: remove support for buffer header
Thomas Petazzoni
2017-03-29
1
-20
/
+0
*
net: mvpp2: use "dma" instead of "phys" where appropriate
Thomas Petazzoni
2017-03-29
1
-30
/
+31
*
net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
Stefan Roese
2017-03-29
1
-10
/
+15
[next]