aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mvpp2.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2020-01-30net: fix typoFlavio Suligoi1-1/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-4/+5
2019-12-09net: mvpp2: use new MVMDIO driverNevo Hed1-177/+18
2019-12-09net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk1-0/+23
2019-12-09net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski1-13/+14
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland1-0/+8
2019-01-24net: mvpp2: mdio device per portBaruch Siach1-36/+33
2019-01-24net: mvpp2: fix lookup of mdio registers base addressBaruch Siach1-10/+7
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