summaryrefslogtreecommitdiff
path: root/drivers/net/mvpp2.c
AgeCommit message (Expand)Author
2017-06-02net: mvpp2.c: Enable 10G support for port 0 (SFI)Stefan Chulski
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-09net: mvpp2: Add remove function that is called before the OS is startedStefan Roese
2017-03-29net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_poolStefan Roese
2017-03-29net: mvpp2: Configure SMI PHY address needed for PHY pollingStefan Roese
2017-03-29net: mvpp2: Enable PHY polling mode on PPv2.2Stefan Roese
2017-03-29net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_IDStefan Roese
2017-03-29net: mvpp2: Add GoP and NetC support for port 0 (SFI)Stefan Roese
2017-03-29net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)Stefan Roese
2017-03-29net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMIIStefan Roese
2017-03-29net: mvpp2: Restructure probe / init functionsStefan Roese
2017-03-29net: mvpp2: Add RX and TX FIFO configuration for PPv2.2Stefan Roese
2017-03-29net: mvpp2: Handle eth device naming in multi-CP case correctlyStefan Roese
2017-03-29net: mvpp2.c: Clear all buffer / descriptor areas before usageStefan Roese
2017-03-29net: mvpp2: Move probe function from MISC to ETH DM driverStefan Roese
2017-03-29net: mvpp2: Add MDIO support for PPv2.2Stefan Roese
2017-03-29net: mvpp2: finally add the PPv2.2 compatible stringThomas Petazzoni
2017-03-29net: mvpp2: adapt rxq distribution to PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: rework RXQ interrupt group initialization for PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: add AXI bridge initialization for PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: handle misc PPv2.1/PPv2.2 differencesThomas Petazzoni
2017-03-29net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni
2017-03-29net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni
2017-03-29net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni
2017-03-29net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni
2017-03-29net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni
2017-03-29net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni
2017-03-29net: mvpp2: remove support for buffer headerThomas Petazzoni
2017-03-29net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni
2017-03-29net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)Stefan Roese
2017-03-29net: mvpp2: enable building on 64-bit platformsThomas Petazzoni
2017-03-29net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni
2017-03-29net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni
2017-03-29net: mvpp2: remove unused register definitionsThomas Petazzoni
2017-03-29net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni
2017-03-29net: mvpp2: Round up top tx buffer boundaries for dcache opsStefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-04-04net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese