summaryrefslogtreecommitdiff
path: root/drivers/net/pcnet.c
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-03net: Drop duplicate include of dm.h in pcnet.cSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-29net: pcnet: Add DM supportMarek Vasut
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-06-18net: pcnet: Add DM supportMarek Vasut
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton
2016-05-31net: pcnet: Make 64 bit safePaul Burton
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-04-18pcnet: force ordering of descriptor accessesPaul Burton
2014-04-18pcnet: align rx buffers for cache invalidationPaul Burton