- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 45a145d net: Drop duplicate include of dm.h in pcnet.c by Simon Glass · 4 years, 4 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
- 978733b net: pcnet: Add DM support by Marek Vasut · 4 years, 7 months ago
- 0bc035f net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 7 months ago
- c48ad6f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 7 months ago
- 0a042d1 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 7 months ago
- 292cf50 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 7 months ago
- fd899d2 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 7 months ago
- 9250b37 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 7 months ago
- 34c00e9 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 7 months ago
- 017fe00 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 7 months ago
- 9b2f30c net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 7 months ago
- 1fbd423 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 7 months ago
- ab3be70 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
- 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 7 months ago
- e549f0f net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 7 months ago
- cf8ec98 net: pcnet: Add DM support by Marek Vasut · 4 years, 7 months ago
- 03304cc net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 7 months ago
- 5cfe7be net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 7 months ago
- f7377ad net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 7 months ago
- f387771 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 7 months ago
- 2b1c26a net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 7 months ago
- 47b2357 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 7 months ago
- 2ba0a68 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 7 months ago
- ff69987 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 7 months ago
- 3587d0b net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 7 months ago
- 60675d4 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 7 months ago
- e2ea361 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
- 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 7 months ago
- b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 4bb0779 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · 4 years, 7 months ago
- 04235cc net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 7 months ago
- 022fedf net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 7 months ago
- 37f34b3 net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 7 months ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 351ff11 net: pcnet: Fix init on big endian 64 bit by Paul Burton · 9 years ago
- ed22875 net: pcnet: Make 64 bit safe by Paul Burton · 9 years ago
- 38004ad net: pcnet: Stop converting kseg1->kseg0 addresses by Paul Burton · 9 years ago
- 9b3e6c6 net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
- 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
- 14e4740 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
- 7f3c38e pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
- 5250592 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
- 19e5a4c MPC824x: remove obsolete "PN62" board by Wolfgang Denk · 11 years ago
- 03261c0 pcnet: enable the NOUFLO feature by Paul Burton · 11 years ago
- 5edb7d8 pcnet: add cache flushing & invalidation by Paul Burton · 11 years ago
- af35df0 pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send by Paul Burton · 11 years ago
- 70ab8c0 pcnet: code style cleanup by Paul Burton · 11 years ago
- 5af1db9 net: pcnet: use pci_virt_to_mem to obtain buffer addresses by Gabor Juhos · 12 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- b541cc9 drivers/net/pcnet.c: Fix compile warning by Joe Hershberger · 13 years ago
- 99726cc drivers/net/pcnet.c: Change debug code to fix build warning by Wolfgang Denk · 13 years ago
- a836a29 net: pcnet: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
- b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
- 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
- 18960d8 pcnet.c: fix a merge issue by Wolfgang Denk · 17 years ago
- af9215d Fixed pcnet io_base by Vlad Lungu · 17 years ago
- 3915831 drivers/net/pcnet.c: Coding Style cleanup. by Wolfgang Denk · 17 years ago
- a6dd3e6 Added Am79C970A chip id to pcnet by Vlad Lungu · 17 years ago
- de9fcb5 Fix Ethernet init() return codes by Ben Warren · 17 years ago
- ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/pcnet.c]
- 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
- f2140d5 * Code cleanup (ARM mostly) by wdenk · 20 years ago
- 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
- c609719 Initial revision by wdenk · 22 years ago