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. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 3 years, 11 months ago
  5. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 11 months ago
  6. 9db60ee net: mvpp2: Convert netdev_xxx to dev_xxx by Sean Anderson · 4 years, 1 month ago
  7. ddc48c1 net: mvpp2: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 1 month ago
  8. 3078e03 net: mvpp2: fix second cp110 initialization by Sven Auhagen · 4 years, 4 months ago
  9. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  10. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  11. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  12. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  13. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  14. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  15. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  16. dad9af5 net: fix typo by Flavio Suligoi · 4 years, 9 months ago
  17. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  18. 2a42870 net: mvpp2: use new MVMDIO driver by Nevo Hed · 5 years ago
  19. 6239483 net: mvpp2: mark phy as invalid in case of missing appropriate driver by Grzegorz Jaszczyk · 5 years ago
  20. 13b725f net: mvpp2x: fix traffic stuck after PHY start error by Stefan Chulski · 5 years ago
  21. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  22. a37c082 net: mvpp2: support setting hardware addresses from ethernet core by Matt Pelland · 5 years ago
  23. 21586cd net: mvpp2: mdio device per port by Baruch Siach · 6 years ago
  24. acce753 net: mvpp2: fix lookup of mdio registers base address by Baruch Siach · 6 years ago
  25. 18593fa net: mvpp2: increase PHY reset pulse by Baruch Siach · 6 years ago
  26. fa14027 net: mvpp2: fix polarity of PHY reset signal by Baruch Siach · 6 years ago
  27. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  28. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  29. b24b1e4 net: mvpp2x: add check after calloc by Heinrich Schuchardt · 7 years ago
  30. c5e6e9b mvpp2: Fix warning over 32bit vs 64bit targets by Tom Rini · 7 years ago
  31. ceec6c4 net: mvpp2x: Set BM poll size once during priv probe by Stefan Chulski · 7 years ago
  32. a25962c net: mvpp2x: remove TX drain from transmit routine by Stefan Chulski · 7 years ago
  33. 783e785 net: mvpp2x: Set BM pool high address by Stefan Chulski · 7 years ago
  34. 16f18d2 net: mvpp2x: Remove IRQ configuration from U-Boot by Stefan Chulski · 7 years ago
  35. d4b0e00 net: mvpp2x: remove MBUS configurations from MvPP22 driver by Stefan Chulski · 7 years ago
  36. f0e970f net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK by Stefan Chulski · 7 years ago
  37. bb915c8 net: mvpp2x: fix BM configuration overrun issue by Stefan Chulski · 7 years ago
  38. 73f592f net: mvpp2x: Enable GoP packet padding in TX by Stefan Chulski · 7 years ago
  39. 377883f net: mvpp2x: fix phy connected to wrong mdio issue by Stefan Chulski · 7 years ago
  40. 4189373 net: mvpp2x: Add GPIO configuration support by Stefan Chulski · 7 years ago
  41. e09d0c8 net: mvpp2.c: Enable 10G support for port 0 (SFI) by Stefan Chulski · 8 years ago
  42. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  43. 2f720f1 net: mvpp2: Add remove function that is called before the OS is started by Stefan Roese · 8 years ago
  44. fbaa266 net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool by Stefan Roese · 8 years ago
  45. fb64072 net: mvpp2: Configure SMI PHY address needed for PHY polling by Stefan Roese · 8 years ago
  46. 3e3cbb4 net: mvpp2: Enable PHY polling mode on PPv2.2 by Stefan Roese · 8 years ago
  47. 025e592 net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID by Stefan Roese · 8 years ago
  48. 2fe2304 net: mvpp2: Add GoP and NetC support for port 0 (SFI) by Stefan Roese · 8 years ago
  49. 31aa1e3 net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII) by Stefan Roese · 8 years ago
  50. 9acb7da net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII by Stefan Roese · 8 years ago
  51. 66b11cc net: mvpp2: Restructure probe / init functions by Stefan Roese · 8 years ago
  52. ff572c6 net: mvpp2: Add RX and TX FIFO configuration for PPv2.2 by Stefan Roese · 8 years ago
  53. c9607c9 net: mvpp2: Handle eth device naming in multi-CP case correctly by Stefan Roese · 8 years ago
  54. 30edc37 net: mvpp2.c: Clear all buffer / descriptor areas before usage by Stefan Roese · 8 years ago
  55. 1fabbd0 net: mvpp2: Move probe function from MISC to ETH DM driver by Stefan Roese · 8 years ago
  56. 0a61e9a net: mvpp2: Add MDIO support for PPv2.2 by Stefan Roese · 8 years ago
  57. a83a641 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · 8 years ago
  58. 09b3f94 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · 8 years ago
  59. bc0bbf4 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  60. cdf7779 net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  61. 7c7311f net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · 8 years ago
  62. 26a5278 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · 8 years ago
  63. 80350f5 net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2 by Thomas Petazzoni · 8 years ago
  64. b8c8e6f net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · 8 years ago
  65. 8f3e4c3 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · 8 years ago
  66. c8feeb2 net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · 8 years ago
  67. f50a011 net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · 8 years ago
  68. 9a6db0b net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · 8 years ago
  69. 16a9898 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · 8 years ago
  70. cfa414a net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · 8 years ago
  71. cd9ee19 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · 8 years ago
  72. 15f4df3 net: mvpp2: remove support for buffer header by Thomas Petazzoni · 8 years ago
  73. 4dae32e net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · 8 years ago
  74. a7c28ff net: mvpp2: enable building on 64-bit platforms (more U-Boot specific) by Stefan Roese · 8 years ago
  75. d1d075a net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · 8 years ago
  76. c0abc76 net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · 8 years ago
  77. 6b28f42 net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · 8 years ago
  78. dbeb6de net: mvpp2: remove unused register definitions by Thomas Petazzoni · 8 years ago
  79. f1060f0 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · 8 years ago
  80. f811e04 net: mvpp2: Round up top tx buffer boundaries for dcache ops by Stefan Roese · 8 years ago
  81. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  82. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  83. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  84. 99d4c6d net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago