summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: Drop duplicate include of dm.h in pcnet.cSimon Glass2020-08-031-1/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-0/+1
|\
| * net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
| * net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| * net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| * net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| * net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| * net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| * net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| * net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| * net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| * net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| * net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| * net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
| * net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-291-5/+0
| * net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
* | net: pcnet: Add DM supportMarek Vasut2020-06-181-1/+126
* | net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-181-55/+94
* | net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-181-15/+19
* | net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-181-57/+46
* | net: pcnet: Pass private data through dev->privMarek Vasut2020-06-181-10/+10
* | net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-181-10/+9
* | net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-181-6/+0
* | net: pcnet: Move initialize function at the endMarek Vasut2020-06-181-91/+89
* | net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-181-13/+14
* | net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-181-2/+1
* | net: pcnet: Simplify private data allocationMarek Vasut2020-06-181-21/+12
* | net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-181-1/+1
* | net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-181-5/+0
* | net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-181-5/+5
|/
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck2020-05-041-11/+23
* net: pcnet: Switch to PCI memory accessMarek Vasut2020-05-011-3/+3
* net: pcnet: Replace mips-specific accessorsMarek Vasut2020-05-011-1/+3
* net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut2020-05-011-8/+0
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: pcnet: Fix init on big endian 64 bitPaul Burton2016-05-311-3/+3
* net: pcnet: Make 64 bit safePaul Burton2016-05-311-8/+10
* net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton2016-05-311-9/+6
* net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-161-7/+21
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* pcnet: force ordering of descriptor accessesPaul Burton2014-04-181-18/+19
* pcnet: align rx buffers for cache invalidationPaul Burton2014-04-181-9/+12