summaryrefslogtreecommitdiff
path: root/drivers/net/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-04net: Drop duplicate include of dm.h in pcnet.cSimon Glass1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+1
2020-06-29net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut1-5/+0
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-06-18net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut1-5/+0
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck1-11/+23
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut1-3/+3
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut1-1/+3
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut1-8/+0
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton1-3/+3
2016-05-31net: pcnet: Make 64 bit safePaul Burton1-8/+10
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton1-9/+6
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck1-7/+21
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-04-18pcnet: force ordering of descriptor accessesPaul Burton1-18/+19
2014-04-18pcnet: align rx buffers for cache invalidationPaul Burton1-9/+12
2014-04-18pcnet: access descriptor rings & init block uncachedPaul Burton1-31/+35
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk1-10/+0
2013-11-09pcnet: enable the NOUFLO featurePaul Burton1-0/+15