aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mvpp2.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-24net: mvpp2: increase PHY reset pulseBaruch Siach1-1/+1
2018-10-24net: mvpp2: fix polarity of PHY reset signalBaruch Siach1-2/+2
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-3/+0
2018-10-09linux/compat.h: Add netdev_### log macrosBin Meng1-10/+0
2018-03-22net: mvpp2x: add check after callocHeinrich Schuchardt1-0/+4
2018-01-29mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini1-1/+1
2017-08-10net: mvpp2x: Set BM poll size once during priv probeStefan Chulski1-4/+1
2017-08-10net: mvpp2x: remove TX drain from transmit routineStefan Chulski1-21/+0
2017-08-10net: mvpp2x: Set BM pool high addressStefan Chulski1-0/+6
2017-08-10net: mvpp2x: Remove IRQ configuration from U-BootStefan Chulski1-45/+1
2017-08-10net: mvpp2x: remove MBUS configurations from MvPP22 driverStefan Chulski1-5/+6
2017-08-10net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNKStefan Chulski1-2/+2
2017-08-10net: mvpp2x: fix BM configuration overrun issueStefan Chulski1-8/+17
2017-08-10net: mvpp2x: Enable GoP packet padding in TXStefan Chulski1-12/+0
2017-08-10net: mvpp2x: fix phy connected to wrong mdio issueStefan Chulski1-1/+25
2017-08-10net: mvpp2x: Add GPIO configuration supportStefan Chulski1-0/+31
2017-06-02net: mvpp2.c: Enable 10G support for port 0 (SFI)Stefan Chulski1-15/+40
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-4/+4
2017-05-09net: mvpp2: Add remove function that is called before the OS is startedStefan Roese1-0/+24
2017-03-29net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_poolStefan Roese1-4/+0
2017-03-29net: mvpp2: Configure SMI PHY address needed for PHY pollingStefan Roese1-0/+11
2017-03-29net: mvpp2: Enable PHY polling mode on PPv2.2Stefan Roese1-2/+3
2017-03-29net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_IDStefan Roese1-0/+1
2017-03-29net: mvpp2: Add GoP and NetC support for port 0 (SFI)Stefan Roese1-0/+161
2017-03-29net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)Stefan Roese1-8/+756
2017-03-29net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMIIStefan Roese1-0/+11
2017-03-29net: mvpp2: Restructure probe / init functionsStefan Roese1-30/+46
2017-03-29net: mvpp2: Add RX and TX FIFO configuration for PPv2.2Stefan Roese1-7/+68
2017-03-29net: mvpp2: Handle eth device naming in multi-CP case correctlyStefan Roese1-1/+10
2017-03-29net: mvpp2.c: Clear all buffer / descriptor areas before usageStefan Roese1-0/+3
2017-03-29net: mvpp2: Move probe function from MISC to ETH DM driverStefan Roese1-37/+43
2017-03-29net: mvpp2: Add MDIO support for PPv2.2Stefan Roese1-6/+13
2017-03-29net: mvpp2: finally add the PPv2.2 compatible stringThomas Petazzoni1-0/+4
2017-03-29net: mvpp2: adapt rxq distribution to PPv2.2Thomas Petazzoni1-15/+18
2017-03-29net: mvpp2: rework RXQ interrupt group initialization for PPv2.2Thomas Petazzoni1-5/+45
2017-03-29net: mvpp2: add AXI bridge initialization for PPv2.2Thomas Petazzoni1-0/+85
2017-03-29net: mvpp2: handle misc PPv2.1/PPv2.2 differencesThomas Petazzoni1-6/+19
2017-03-29net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni1-9/+37
2017-03-29net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2Thomas Petazzoni1-5/+21
2017-03-29net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni1-10/+12
2017-03-29net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni1-7/+12
2017-03-29net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni1-3/+36
2017-03-29net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni1-9/+64
2017-03-29net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni1-11/+28
2017-03-29net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni1-1/+10
2017-03-29net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni1-25/+93
2017-03-29net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni1-4/+9
2017-03-29net: mvpp2: remove support for buffer headerThomas Petazzoni1-20/+0
2017-03-29net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni1-30/+31
2017-03-29net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)Stefan Roese1-10/+15