summaryrefslogtreecommitdiffstats
path: root/drivers/net/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni2017-03-291-9/+37
* net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2Thomas Petazzoni2017-03-291-5/+21
* net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni2017-03-291-10/+12
* net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni2017-03-291-7/+12
* net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni2017-03-291-3/+36
* net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni2017-03-291-9/+64
* net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni2017-03-291-11/+28
* net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni2017-03-291-1/+10
* net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni2017-03-291-25/+93
* net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni2017-03-291-4/+9
* net: mvpp2: remove support for buffer headerThomas Petazzoni2017-03-291-20/+0
* net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni2017-03-291-30/+31
* net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)Stefan Roese2017-03-291-10/+15
* net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2017-03-291-6/+8
* net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni2017-03-291-8/+8
* net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni2017-03-291-1/+1
* net: mvpp2: remove unused register definitionsThomas Petazzoni2017-03-291-4/+0
* net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni2017-03-291-3/+3
* net: mvpp2: Round up top tx buffer boundaries for dcache opsStefan Roese2017-03-291-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese2016-04-041-0/+4190