1. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  2. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  3. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  4. 41ba040 net: Drop duplicate include of dm.h in pcnet.c by Simon Glass · 4 years, 3 months ago
  5. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  6. 5fdb3c0 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, 4 months ago
  7. 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  8. f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  9. 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  10. deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  11. 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  12. ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  13. 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago
  14. 54c6067 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 5 months ago
  15. ada6a2c net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 5 months ago
  16. 0e11d79 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 5 months ago
  17. 89369b0 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 5 months ago
  18. d3b1df0 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  19. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 5 months ago
  20. b9c52c5 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 5 months ago
  21. 59edb26 net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  22. dea9b60 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  23. 1023a1e net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  24. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  25. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  26. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  27. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago
  28. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 5 months ago
  29. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 5 months ago
  30. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 5 months ago
  31. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 5 months ago
  32. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  33. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 5 months ago
  34. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 5 months ago
  35. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  36. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  37. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  38. 8510580 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · 4 years, 6 months ago
  39. 69529c9 net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 6 months ago
  40. 3c0bcb9 net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 6 months ago
  41. 635a76b net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 6 months ago
  42. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  43. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  44. bed1ca3 net: pcnet: Fix init on big endian 64 bit by Paul Burton · 8 years ago
  45. 442d2e0 net: pcnet: Make 64 bit safe by Paul Burton · 8 years ago
  46. 4677d66 net: pcnet: Stop converting kseg1->kseg0 addresses by Paul Burton · 8 years ago
  47. df50b3b net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  48. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  49. 6fb49e4 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
  50. a354ddc pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
  51. f1ae382 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
  52. 649acfe MPC824x: remove obsolete "PN62" board by Wolfgang Denk · 11 years ago
  53. 62715a2 pcnet: enable the NOUFLO feature by Paul Burton · 11 years ago
  54. f3ac866 pcnet: add cache flushing & invalidation by Paul Burton · 11 years ago
  55. a954004 pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send by Paul Burton · 11 years ago
  56. 6011dab pcnet: code style cleanup by Paul Burton · 11 years ago
  57. 54fbcb0 net: pcnet: use pci_virt_to_mem to obtain buffer addresses by Gabor Juhos · 11 years ago
  58. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. f92a151 drivers/net/pcnet.c: Fix compile warning by Joe Hershberger · 12 years ago
  60. 138b608 drivers/net/pcnet.c: Change debug code to fix build warning by Wolfgang Denk · 13 years ago
  61. 5ed0eec net: pcnet: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  62. e309053 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  63. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  64. f2c288a pcnet.c: fix a merge issue by Wolfgang Denk · 16 years ago
  65. 3865631 Fixed pcnet io_base by Vlad Lungu · 17 years ago
  66. 11ea26f drivers/net/pcnet.c: Coding Style cleanup. by Wolfgang Denk · 17 years ago
  67. 899ef7b Added Am79C970A chip id to pcnet by Vlad Lungu · 17 years ago
  68. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  69. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/pcnet.c]
  70. cb51c0b drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  71. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  72. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  73. 3953988 * Code cleanup (ARM mostly) by wdenk · 20 years ago
  74. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  75. c609719 Initial revision by wdenk · 22 years ago