~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcnet.c
Commit message (
Expand
)
Author
Age
*
net: pcnet: Remove non-DM_ETH code
Tom Rini
2022-12-07
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
net: Drop duplicate include of dm.h in pcnet.c
Simon Glass
2020-08-03
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
*
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2020-06-30
|
\
|
*
net: pcnet: Add DM support
Marek Vasut
2020-06-29
|
*
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-29
|
*
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-29
|
*
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-29
|
*
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-29
|
*
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-29
|
*
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-29
|
*
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-29
|
*
net: pcnet: Move private data allocation to initialize
Marek Vasut
2020-06-29
|
*
net: pcnet: Replace memset+malloc with calloc
Marek Vasut
2020-06-29
|
*
net: pcnet: Simplify private data allocation
Marek Vasut
2020-06-29
|
*
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-29
|
*
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-29
|
*
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-29
*
|
net: pcnet: Add DM support
Marek Vasut
2020-06-18
*
|
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-18
*
|
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-18
*
|
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-18
*
|
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-18
*
|
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-18
*
|
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-18
*
|
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-18
*
|
net: pcnet: Move private data allocation to initialize
Marek Vasut
2020-06-18
*
|
net: pcnet: Replace memset+malloc with calloc
Marek Vasut
2020-06-18
*
|
net: pcnet: Simplify private data allocation
Marek Vasut
2020-06-18
*
|
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
*
|
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-18
*
|
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-18
|
/
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
common: Drop net.h from common header
Simon Glass
2020-05-18
*
net: pcnet: fix I/O primitives for memory access
Daniel Schwierzeck
2020-05-04
*
net: pcnet: Switch to PCI memory access
Marek Vasut
2020-05-01
*
net: pcnet: Replace mips-specific accessors
Marek Vasut
2020-05-01
*
net: pcnet: Remove CONFIG_PCNET_79C97x
Marek Vasut
2020-05-01
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
net: pcnet: Fix init on big endian 64 bit
Paul Burton
2016-05-31
*
net: pcnet: Make 64 bit safe
Paul Burton
2016-05-31
*
net: pcnet: Stop converting kseg1->kseg0 addresses
Paul Burton
2016-05-31
*
net: pcnet: refactor mapping of virtual addresses to physical ones
Daniel Schwierzeck
2016-01-16
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
*
pcnet: force ordering of descriptor accesses
Paul Burton
2014-04-18
[next]