1. b51b1a8 Correct SPL uses of PHY_FIXED by Simon Glass · 1 year, 8 months ago
  2. aaee572 net: mvneta: Add support for AlleyCat5 by Chris Packham · 2 years ago
  3. 95a3a6e net: mvneta: Drop unneeded macro by Marek Behún · 2 years, 6 months ago
  4. bdbda1e net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in by Marek Behún · 2 years, 6 months ago
  5. 3833221 net: mvneta: Drop fixed_link member from private struct by Marek Behún · 2 years, 6 months ago
  6. e06c7f3 net: mvneta: Write PHY address just before enabling HW polling by Marek Behún · 2 years, 6 months ago
  7. 77fcf3c net: mvneta: Convert to use PHY_FIXED for fixed-link by Marek Behún · 2 years, 6 months ago
  8. 31f4ccc net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS by Marek Behún · 2 years, 6 months ago
  9. 730dad9 net: mvneta: Don't check for CONFIG_PHYLIB by Marek Behún · 2 years, 6 months ago
  10. 824f2f9 net: mvneta: Drop unnecessary space by Marek Behún · 2 years, 6 months ago
  11. 3b38fad net: mvneta: Use bool instead of int for boolean variable by Marek Behún · 2 years, 6 months ago
  12. ca4730a net: mvneta: Drop one indentation level in mvneta_adjust_link() by Marek Behún · 2 years, 6 months ago
  13. 7ec5040 net: mvneta: Fix unused variable warning if DM_GPIO is disabled by Marek Behún · 2 years, 6 months ago
  14. 1d87904 net: mvneta: Don't register MDIO bus by Marek Behún · 2 years, 6 months ago
  15. 4d47ea2 net: mvneta: Remember fixed link instead of PHY address in priv data by Marek Behún · 2 years, 6 months ago
  16. da84e40 net: mvneta: Use DM MDIO API for connecting PHY by Marek Behún · 2 years, 6 months ago
  17. 47f0e8e net: mvneta: Fix 10Mbps speed by Marek Behún · 2 years, 6 months ago
  18. 443cf35 net: mvneta: Get rid of platdata by Marek Behún · 2 years, 6 months ago
  19. 2b7beb9 net: mvneta: add SFP TX disable handling by Robert Marko · 2 years, 7 months ago
  20. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 7 months ago
  21. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  22. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  23. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  24. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  25. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  26. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  27. c519cbf net: mvneta: Convert netdev_xxx to dev_xxx by Sean Anderson · 4 years, 1 month ago
  28. 13cbe29 net: mvneta: Fix not always calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  29. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  30. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  31. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  32. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago WIP/2020-05-18-reduce-size-of-common.h
  33. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  34. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
  35. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  36. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  37. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  38. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  39. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  40. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  41. 18bfc8f net: mvneta: Add GPIO configuration support by Aditya Prayoga · 6 years ago
  42. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  43. 318b5d7 net: mvneta: zero Tx descriptors on init by Rabeeh Khoury · 6 years ago
  44. 0f8888b net: mvneta: dcache flush TX descriptors at init by Rabeeh Khoury · 6 years ago
  45. 199b27b mvebu: neta: align DMA buffers by Jon Nettleton · 6 years ago
  46. cf2cf85 net: mvneta: Fix fault when wrong device tree by Marek Behún · 7 years ago
  47. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  48. 0a85f02 net: mvneta: support setting hardware address by Matt Pelland · 7 years ago
  49. 32ac8b0 net: mvneta - Fixed recv() when multiple packets have arrived. by Jason Brown · 7 years ago
  50. e469156 net: fix typos by Heinrich Schuchardt · 7 years ago
  51. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  52. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  53. 278d30c mvebu: neta: a37xx: Add fixed link support to neta driver by Konstantin Porotchkin · 8 years ago
  54. 976feda mvebu: neta: Add support for board init function by Konstantin Porotchkin · 8 years ago
  55. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  56. 6723b23 net: mvneta: fix typo in comment by Chris Packham · 8 years ago
  57. 544eefe net: mvneta: Add support for Armada 3700 SoC by Stefan Roese · 8 years ago
  58. 3cbc11d net: mvneta: Make driver 64bit safe by Stefan Roese · 8 years ago
  59. 35e3fca net: mvneta: Round up top tx buffer boundaries for dcache ops by Stefan Roese · 8 years ago
  60. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  61. e3b9c98 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  62. 2a0b7dc arm: mvebu: Enable NAND controller on MVEBU SoC's by Stefan Roese · 9 years ago
  63. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  64. 19fc2ea net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago