1. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · 10 years ago
  2. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  3. 1c36923 dm: sf: Add driver model read/write/erase methods by Simon Glass · 10 years ago
  4. f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
  5. a892192 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · 10 years ago
  6. c96323f sandbox: Enable DHCP and IP defrag by Joe Hershberger · 10 years ago
  7. 586cbd1 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · 10 years ago
  8. f933a93 test: dm: net: Add a test of the netretry behavior by Joe Hershberger · 10 years ago
  9. a630b6c sandbox: eth: Add ability to disable ping reply in sandbox eth driver by Joe Hershberger · 10 years ago
  10. f340e54 test: dm: eth: Add testing for ethrotate env var by Joe Hershberger · 10 years ago
  11. aa52edd dm: eth: Add support for ethprime env var by Joe Hershberger · 10 years ago
  12. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  13. 4c19724 test: dm: eth: Add tests for the eth dm implementation by Joe Hershberger · 10 years ago
  14. e4d7cb1 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · 10 years ago
  15. 6ab7699 sandbox: eth: Add network support to sandbox by Joe Hershberger · 10 years ago
  16. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  17. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  18. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  19. ba86783 cmd: net: Clean up return codes by Joe Hershberger · 10 years ago
  20. ed19185 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  21. e44a0ea net: Make netretry actually do something by Joe Hershberger · 10 years ago
  22. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  23. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  24. d0ce341 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 10 years ago
  25. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  26. b79dda3 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  27. ca044ad net: Rename helper function to be more clear by Joe Hershberger · 10 years ago
  28. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  29. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  30. 65a0ae3 test: dm: Reorder the objects to build by Joe Hershberger · 10 years ago
  31. 3a6eae6 dm: pci: Add driver model tests for PCI by Simon Glass · 10 years ago
  32. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  33. 3da658a dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · 10 years ago
  34. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  35. 7a115d4 dm: sandbox: pci: Enable PCI for sandbox by Simon Glass · 10 years ago
  36. 5a822e1 dm: sandbox: Add a emulated PCI device as an example by Simon Glass · 10 years ago
  37. d9e90bb dm: sandbox: pci: Add a PCI emulation uclass by Simon Glass · 10 years ago
  38. 4d85755 dm: sandbox: Add a simple PCI driver by Simon Glass · 10 years ago
  39. 70778bc dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · 10 years ago
  40. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  41. 75532d8 dm: pci: Move common PCI functions into their own file by Simon Glass · 10 years ago
  42. 97068bf dm: Show both allocated and requested seq numbers in 'dm uclass' by Simon Glass · 10 years ago
  43. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  44. d02009d dm: core: Mark device as active before calling its probe() method by Simon Glass · 10 years ago
  45. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  46. 2eb77f1 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · 10 years ago
  47. 3c4a287 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 10 years ago
  48. 7567f46 x86: Split up arch_cpu_init() by Simon Glass · 10 years ago
  49. 7af8d05 dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
  50. 240d06d x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  51. 9ffbe33 fdt: Export fdtdec_get_number() for general use by Simon Glass · 10 years ago
  52. f905be8 sandbox: Update device tree 'reg' properties for I2C and SPI by Simon Glass · 10 years ago
  53. 5f8865f x86: Add support for panther (Asus Chromebox) by Simon Glass · 10 years ago
  54. 4837e6e x86: Move common Chromebook config into a separate file by Simon Glass · 10 years ago
  55. 1c87729 x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
  56. 99c5173 x86: pci: Add PCI IDs for lynxpoint by Simon Glass · 10 years ago
  57. e9fa1f0 x86: video: Allow keyboard presence to be controlled by device tree by Simon Glass · 10 years ago
  58. 745b1d1 x86: Support machines with >4GB of RAM by Simon Glass · 10 years ago
  59. 1242b87 ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · 10 years ago
  60. 273ac5b Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  61. 0a3ec0a sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · 10 years ago
  62. 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 10 years ago
  63. 0a8cc06 sunxi: iNet 3F support by Paul Kocialkowski · 10 years ago
  64. fd68eab sunxi: iNet 3W support by Paul Kocialkowski · 10 years ago
  65. c7cdd91 sunxi: Proper iNet board config naming by Paul Kocialkowski · 10 years ago
  66. 4711b2a sunxi: Removed dram files cleanup in MAINTAINERS by Paul Kocialkowski · 10 years ago
  67. 9293594 sunxi: Serial number support, obtained from SID bits by Paul Kocialkowski · 10 years ago
  68. 227dbc6 sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins by Paul Kocialkowski · 10 years ago
  69. ff83bed sunxi: Cubieboard2 mmc0 card-detect pin by Paul Kocialkowski · 10 years ago
  70. ec9ea8c sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin by Paul Kocialkowski · 10 years ago
  71. 794a3d1 sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pins by Paul Kocialkowski · 10 years ago
  72. 06f6c20 sunxi: Ainol AW1 mmc0 card-detect pin by Paul Kocialkowski · 10 years ago
  73. b46db62 sunxi: Ampe A76 mmc0 card-detect pin by Paul Kocialkowski · 10 years ago
  74. 2e29717 sunxi: TZX-Q8-713B7 mmc0 card-detect pin by Paul Kocialkowski · 10 years ago
  75. 9546f5a sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect by Hans de Goede · 10 years ago
  76. 444af39 sunxi: usbc: Wait for vbus to fall after disabling it by Hans de Goede · 10 years ago
  77. ad70d0c sunxi: usbc: Initialize vusb value on request_resources by Hans de Goede · 10 years ago
  78. cb189b7 power: axp209: Registers definitions in header by Paul Kocialkowski · 10 years ago
  79. 6d95489 power: axp152: Registers definitions in header by Paul Kocialkowski · 10 years ago
  80. d1a8d5b sunxi: Yones Toptech BD1078 support by Paul Kocialkowski · 10 years ago
  81. d390d8c sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · 10 years ago
  82. ae358a4 sunxi: GPIO pin mux hardware-feature-specific function index defines by Paul Kocialkowski · 10 years ago
  83. 2e9a848 sunxi: Ainol AW1 support by Paul Kocialkowski · 10 years ago
  84. dbbccaf sunxi: USB download gadget cable detection by Paul Kocialkowski · 10 years ago
  85. 7e9b7de sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  86. 66cc095 power: axp209: VBUS detection support by Paul Kocialkowski · 10 years ago
  87. d273edb sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  88. 6604a13 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · 10 years ago
  89. c97e168 sunxi: gpio: Indentation fix by Paul Kocialkowski · 10 years ago
  90. 761402d sun6i: Add support for the Mixtile LOFT-Q board by Han Pengfei · 10 years ago
  91. 8672ada fastboot: Proper download gadget unregister and clear when cable is missing by Paul Kocialkowski · 10 years ago
  92. 96da306 fastboot: add support for reboot-bootloader command by Alexey Firago · 10 years ago
  93. ced3349 fastboot: check for alias when looking up partition by name by Michael Scott · 10 years ago
  94. c884884 dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts by Heiko Schocher · 10 years ago
  95. 726c123 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text by Fabio Estevam · 10 years ago
  96. da3f27f usb: gadget: thor: Claim EP after allocating it in thor gadget by Marek Szyprowski · 10 years ago
  97. 5eee56a usb: dwc3: Correct clean up code for requests by Lukasz Majewski · 10 years ago
  98. b0abde9 usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · 10 years ago
  99. 9f28505 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · 10 years ago
  100. b0bacbe usb: dwc3: optimize interrupt loop by Marek Szyprowski · 10 years ago