summaryrefslogtreecommitdiffstats
path: root/drivers/net/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson2020-09-301-31/+33
* net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-11/+12
* net: mvpp2: fix second cp110 initializationSven Auhagen2020-07-091-29/+34
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* net: fix typoFlavio Suligoi2020-01-301-1/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-4/+5
* net: mvpp2: use new MVMDIO driverNevo Hed2019-12-091-177/+18
* net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk2019-12-091-0/+23
* net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski2019-12-091-13/+14
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland2019-09-041-0/+8
* net: mvpp2: mdio device per portBaruch Siach2019-01-241-36/+33
* net: mvpp2: fix lookup of mdio registers base addressBaruch Siach2019-01-241-10/+7
* net: mvpp2: increase PHY reset pulseBaruch Siach2018-10-241-1/+1
* net: mvpp2: fix polarity of PHY reset signalBaruch Siach2018-10-241-2/+2
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-3/+0
* linux/compat.h: Add netdev_### log macrosBin Meng2018-10-091-10/+0
* net: mvpp2x: add check after callocHeinrich Schuchardt2018-03-221-0/+4
* mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini2018-01-291-1/+1
* net: mvpp2x: Set BM poll size once during priv probeStefan Chulski2017-08-101-4/+1
* net: mvpp2x: remove TX drain from transmit routineStefan Chulski2017-08-101-21/+0
* net: mvpp2x: Set BM pool high addressStefan Chulski2017-08-101-0/+6
* net: mvpp2x: Remove IRQ configuration from U-BootStefan Chulski2017-08-101-45/+1
* net: mvpp2x: remove MBUS configurations from MvPP22 driverStefan Chulski2017-08-101-5/+6
* net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNKStefan Chulski2017-08-101-2/+2
* net: mvpp2x: fix BM configuration overrun issueStefan Chulski2017-08-101-8/+17
* net: mvpp2x: Enable GoP packet padding in TXStefan Chulski2017-08-101-12/+0
* net: mvpp2x: fix phy connected to wrong mdio issueStefan Chulski2017-08-101-1/+25
* net: mvpp2x: Add GPIO configuration supportStefan Chulski2017-08-101-0/+31
* net: mvpp2.c: Enable 10G support for port 0 (SFI)Stefan Chulski2017-06-021-15/+40
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-4/+4
* net: mvpp2: Add remove function that is called before the OS is startedStefan Roese2017-05-091-0/+24
* net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_poolStefan Roese2017-03-291-4/+0
* net: mvpp2: Configure SMI PHY address needed for PHY pollingStefan Roese2017-03-291-0/+11
* net: mvpp2: Enable PHY polling mode on PPv2.2Stefan Roese2017-03-291-2/+3
* net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_IDStefan Roese2017-03-291-0/+1
* net: mvpp2: Add GoP and NetC support for port 0 (SFI)Stefan Roese2017-03-291-0/+161
* net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)Stefan Roese2017-03-291-8/+756
* net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMIIStefan Roese2017-03-291-0/+11
* net: mvpp2: Restructure probe / init functionsStefan Roese2017-03-291-30/+46
* net: mvpp2: Add RX and TX FIFO configuration for PPv2.2Stefan Roese2017-03-291-7/+68
* net: mvpp2: Handle eth device naming in multi-CP case correctlyStefan Roese2017-03-291-1/+10
* net: mvpp2.c: Clear all buffer / descriptor areas before usageStefan Roese2017-03-291-0/+3
* net: mvpp2: Move probe function from MISC to ETH DM driverStefan Roese2017-03-291-37/+43