1. 1174aad sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig by Simon Glass · 10 years ago
  2. 8156345 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  3. d79c50a sandbox: Move GPIO CONFIGs to Kconfig by Simon Glass · 10 years ago
  4. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  5. 5c4f9c1 dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 by Simon Glass · 9 years ago
  6. 5b4c6f2 dm: sunxi: Support driver model for Ethernet by Simon Glass · 9 years ago
  7. 75577ba dm: net: Adjust designware driver to support driver model by Simon Glass · 9 years ago
  8. 64dcd25 dm: net: Tidy up designware driver ready for driver model by Simon Glass · 9 years ago
  9. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  10. ff97380 Avoid calling print_eths() with driver model by Simon Glass · 9 years ago
  11. 3bc4270 dm: net: Use existing Ethernet init for driver model by Simon Glass · 9 years ago
  12. 7b9cf84 dts: sunxi: Bring in Ethernet device tree bindings by Simon Glass · 9 years ago
  13. ef48f6d Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · 9 years ago
  14. 57b31cd sunxi: Replace the pcDuino3 config with FDT version by Simon Glass · 9 years ago
  15. 1f5bc52 sandbox: Enable more network features for sandbox by Joe Hershberger · 9 years ago
  16. 3c56fb8 net: Fix compile errors when SNTP enabled and not DATE by Joe Hershberger · 9 years ago
  17. 717234e net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 9 years ago
  18. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  19. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  20. a34f207 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 9 years ago
  21. ff819a3 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · 9 years ago
  22. 8e7ff67 net: cosmetic: Fix checkpatch.pl failures in linklocal by Joe Hershberger · 9 years ago
  23. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  24. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  25. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  26. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  27. 331db5a net: cosmetic: Clean up ping variables and functions by Joe Hershberger · 9 years ago
  28. 38ba255 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 9 years ago
  29. 698d78e net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 9 years ago
  30. 68c76a3 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 9 years ago
  31. 7044c6b net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 9 years ago
  32. 85d25e0 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 9 years ago
  33. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  34. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  35. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  36. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  37. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  38. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  39. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  40. 2ea4cfde powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  41. e621bae ARM: cm_fx6: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  42. cac0ca7 ARM: stv0991: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  43. 93a3538 ARM: bav335x: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  44. 1d9aa3e ARM: socfpga: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  45. b507c5e ARM: mx6: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  46. ab7b885 ARM: snapper9260: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  47. 6b98b9e ARM: rmobile: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  48. 8981f05 ARM: zynq: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  49. 4e81995 ARM: UniPhier: use "select" instead of default value in defconfig by Masahiro Yamada · 9 years ago
  50. 58d423b dm: select CONFIG_DM* options by Masahiro Yamada · 9 years ago
  51. b3d023b dm: spi_flash: fix wrong dependency by Masahiro Yamada · 9 years ago
  52. 5fd2733 dm: usb: Add a README for driver model by Simon Glass · 10 years ago
  53. e00cb22 dm: usb: Add tests for the USB uclass by Simon Glass · 10 years ago
  54. 57f54d5 dm: test: Allow 'dm test' to select a particular test to run by Simon Glass · 10 years ago
  55. b66c0a6 dm: test: Correct printf() output nit in 'dm uclass' by Simon Glass · 10 years ago
  56. aacef25 dm: usb: sandbox: Enable USB by Simon Glass · 10 years ago
  57. 7caced5 dm: usb: Tidy up pipe value decoding by Simon Glass · 10 years ago
  58. 8e2b661 dm: usb: Add a generic descriptor struct by Simon Glass · 10 years ago
  59. 243d7f1 dm: usb: exynos: Enable both EHCI and XHCI on snow by Simon Glass · 10 years ago
  60. 78ab40b dm: usb: exynos: Enable both USB ports on snow by Simon Glass · 10 years ago
  61. 874dde8 dm: usb: exynos: Use driver model for USB by Simon Glass · 10 years ago
  62. 52e6935 dm: usb: exynos: Adjust XHCI driver to support driver model by Simon Glass · 10 years ago
  63. f161c17 dm: usb: Rename the XHCI HCD to U-Boot by Simon Glass · 10 years ago
  64. a5762fe dm: usb: Support driver model in XHCI by Simon Glass · 10 years ago
  65. 779d126 dm: usb: xhci: Factor out common init/uninit by Simon Glass · 10 years ago
  66. 5dd75e3 dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() by Simon Glass · 10 years ago
  67. 7e0c5ee dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() by Simon Glass · 10 years ago
  68. 7c1deec dm: usb: xhci: Use a function to get xhci_ctrl by Simon Glass · 10 years ago
  69. c3980ad dm: usb: tegra: Add driver model support to tegra EHCI by Simon Glass · 10 years ago
  70. ddb9a50 dm: usb: tegra: Move most of init/uninit into a function by Simon Glass · 10 years ago
  71. 7e27bdd dm: usb: tegra: Tidy up error handling and a static function by Simon Glass · 10 years ago
  72. 943104f dm: usb: tegra: Remove the port_addr_clear_csc variable by Simon Glass · 10 years ago
  73. aae04d0 dm: usb: exynos: Add driver model support to exynos EHCI by Simon Glass · 10 years ago
  74. c0ad74e dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · 10 years ago
  75. 4c3db41 dm: usb: dts: sandbox: Add some sample USB devices to sandbox by Simon Glass · 10 years ago
  76. dfd8400 dm: usb: sandbox: Add a driver for sandbox by Simon Glass · 10 years ago
  77. 5db4399 dm: usb: sandbox: Add an emulator for USB hub emulation by Simon Glass · 10 years ago
  78. f4f7153 dm: usb: sandbox: Add an emulator for USB flash devices by Simon Glass · 10 years ago
  79. 095fdef dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · 10 years ago
  80. 019808f dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · 10 years ago
  81. f84c052 dm: usb: Move struct usb_string to a common place by Simon Glass · 10 years ago
  82. 84786a4 dm: usb: tegra: Add vbus GPIOs for nyan by Simon Glass · 10 years ago
  83. 697033c dm: usb: Support driver model with USB keyboards by Simon Glass · 10 years ago
  84. 603afaf dm: usb: Split out the keyboard probe into its own function by Simon Glass · 10 years ago
  85. fbeceb2 dm: usb: Allow setting up a USB controller as a device/gadget by Simon Glass · 10 years ago
  86. 449230f dm: usb: Bind generic USB devices when there is no driver by Simon Glass · 10 years ago
  87. 0566e24 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · 10 years ago
  88. 46b0179 dm: usb: Add driver model support to EHCI by Simon Glass · 10 years ago
  89. aeca43e dm: usb: Change ehci_reset() to use a pointer by Simon Glass · 10 years ago
  90. deb8508 dm: usb: Drop the EHCI weak functions by Simon Glass · 10 years ago
  91. 7372b5b dm: usb: Refactor EHCI init by Simon Glass · 10 years ago
  92. 24ed894 dm: usb: ehci: Use a function to find the controller from struct udevice by Simon Glass · 10 years ago
  93. 6a1a816 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · 10 years ago
  94. 11d18a1 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · 10 years ago
  95. 56d4273 dm: usb: tegra: Drop use of global controller variable by Simon Glass · 10 years ago
  96. 727fce3 dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · 10 years ago
  97. 27f782b dm: usb: tegra: Store the controller type explicitly by Simon Glass · 10 years ago
  98. c4a3141 dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · 10 years ago
  99. 7338287 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · 10 years ago
  100. aac064f dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · 10 years ago