1. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  2. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 8 years ago
  3. cd0fb55 dm: blk: Add functions to select a hardware partition by Simon Glass · 8 years ago
  4. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  5. 0776167e dm: mmc: spl: Use the legacy block interface in SPL by Simon Glass · 8 years ago
  6. cb5ec33 dm: mmc: Add a function to obtain the block device by Simon Glass · 8 years ago
  7. e17d114 dm: mmc: Implement the select_hwpart() method by Simon Glass · 8 years ago
  8. ff3882a dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · 8 years ago
  9. d077352 dm: blk: Free the block device name when unbound by Simon Glass · 8 years ago
  10. a2040fa dm: core: Allow device names to be freed automatically by Simon Glass · 8 years ago
  11. 72a85c0 dm: blk: Fix allocation of block-device numbering by Simon Glass · 8 years ago
  12. 4560ee4 dm: systemace: Add driver-mode block-device support by Simon Glass · 8 years ago
  13. a0ff24c dm: systemace: Reorder function to avoid forward declarataions by Simon Glass · 8 years ago
  14. 9107c97 dm: blk: Add a easier way to create a named block device by Simon Glass · 8 years ago
  15. 52138fd dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · 8 years ago
  16. f1d86fd dm: sandbox: Drop the host_get_dev() function by Simon Glass · 8 years ago
  17. ae9ffcc dm: blk: Drop the systemace.h header by Simon Glass · 8 years ago
  18. f6d000e dm: systemace: Drop the get_dev() function by Simon Glass · 8 years ago
  19. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  20. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 8 years ago
  21. d508c82 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · 8 years ago
  22. 663acab dm: mmc: Add a legacy block interface for MMC by Simon Glass · 8 years ago
  23. 0cc65a7 dm: sandbox: Add a legacy host block interface by Simon Glass · 8 years ago
  24. 3ef85e3 dm: systemace: Add a legacy block interface by Simon Glass · 8 years ago
  25. 6eef6ea dm: blk: Add a legacy block interface by Simon Glass · 8 years ago
  26. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  27. a31e2c9 sandbox: Add dummy SATA functions by Simon Glass · 8 years ago
  28. 84d39cb sandbox: Add dummy SCSI functions by Simon Glass · 8 years ago
  29. a219639 dm: Rename disk uclass to ahci by Simon Glass · 8 years ago
  30. cf63084 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 8 years ago
  31. e161356 Revert "dm: sandbox: Drop the pre-DM host implementation" by Simon Glass · 8 years ago
  32. f835303 gpio: exynos(s5p): remove gpio_xlate routine by Eric Nelson · 8 years ago
  33. 6c3dd3c gpio: rk: remove gpio_xlate routine by Eric Nelson · 8 years ago
  34. 5206e7b gpio: pic32: remove gpio_xlate routine by Eric Nelson · 8 years ago
  35. 86222f6 gpio: omap: remove gpio_xlate routine by Eric Nelson · 8 years ago
  36. 8376aad gpio: intel_broadwell: remove gpio_xlate routine by Eric Nelson · 8 years ago
  37. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 8 years ago
  38. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 8 years ago
  39. 9300f71 dm: gpio: introduce 74x164 driver by Peng Fan · 8 years ago
  40. 7a3eff4 dm: spi: introduce dm api by Peng Fan · 8 years ago
  41. 102412c dm: spi: soft_spi: switch to use linux compatible string by Peng Fan · 8 years ago
  42. b6d54d5 dm: spi: soft_spi bug fix by Peng Fan · 8 years ago
  43. 3573209 fdt: fix dev_get_addr_name node offset by Stephen Warren · 8 years ago
  44. 54693cb video: tegra: refuse to bind to disabled dcs by Stephen Warren · 8 years ago
  45. 9fdfadf dm: core: allow drivers to refuse to bind by Stephen Warren · 8 years ago
  46. e27802a m68k: add DM model serial driver by angelo@sysam.it · 8 years ago
  47. 0377343 dm: gpio: pca953x: introduce driver model support for pca953x by Peng Fan · 8 years ago
  48. 15e8cb7 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  49. 7b4f17b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  50. 12ff19d usb: gadget: dfu: discard dead code by Peng Fan · 8 years ago
  51. 5d8fae7 dfu: avoid memory leak by Peng Fan · 8 years ago
  52. 2bf352f usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA by Stefan Roese · 8 years ago
  53. 5a824c4 mtd: cqspi: Simplify indirect read code by Marek Vasut · 8 years ago
  54. 26da635 mtd: cqspi: Simplify indirect write code by Marek Vasut · 8 years ago
  55. 79d867c usb: ehci-mx6: allow board_ehci_hcd_init to fail by Stefan Agner · 8 years ago
  56. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  57. f5c6db8 pci: tegra: fix DM conversion issues on Tegra20 by Stephen Warren · 8 years ago
  58. 31a48cf drivers: net: ldpaa: Memset pools_params as "0" before use by Prabhakar Kushwaha · 9 years ago
  59. e96e064 usb: dwc2: Init desc_before_addr by Marek Vasut · 8 years ago
  60. b4fbd08 usb: dwc2: Make OC protection configurable by Marek Vasut · 8 years ago
  61. 618da56 usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init() by Marek Vasut · 8 years ago
  62. 5590198 usb: dwc2: Pass private data into dwc_otg_core_init() by Marek Vasut · 8 years ago
  63. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  64. 3d47b2d drivers/video/am335x-fb: Properly point framebuffer behind palette by Martin Pietryka · 8 years ago
  65. 7d04517 drivers/video/am335x-fb: Add support for 16bpp format by Martin Pietryka · 8 years ago
  66. a212d69 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  67. ac5c61b drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition by Martin Pietryka · 8 years ago
  68. 6d9f5b0 pci: Device scanning range fix by Yoshinori Sato · 8 years ago
  69. cacd1d2 mmc: sdhci: add const qualifier to the name of struct sdhci_host by Masahiro Yamada · 8 years ago
  70. 11b9a4d sf: fix timebase data type in _wait_ready() by Stephen Warren · 8 years ago
  71. 9f69ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-uniphier by Tom Rini · 8 years ago
  72. e6a3652 Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Tom Rini · 8 years ago
  73. d30c3eb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  74. 3517de6 dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 8 years ago
  75. e1b0f6f drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 8 years ago
  76. 4d5b637 usb: s3c-otg: Fix remaining bytes in debug messages by Roger Quadros · 8 years ago
  77. 842769e usb: s3c-otg: Fix short packet for request size > ep.maxpacket by Roger Quadros · 8 years ago
  78. ac484c5 fastboot: Clean up bulk-out logic by Roger Quadros · 8 years ago
  79. 8b704a0 fastboot: Enable the respective speed endpoints at runtime by Roger Quadros · 8 years ago
  80. 718156a fastboot: Fix wMaxPacketSize for High-Speed IN endpoint by Roger Quadros · 8 years ago
  81. ba5da55 i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) by Stefan Roese · 8 years ago
  82. 334b9b0 i2c: designware_i2c: Add DM support by Stefan Roese · 8 years ago
  83. 3f4358d i2c: designware_i2c: Prepare for DM driver conversion by Stefan Roese · 8 years ago
  84. 11b544a i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() by Stefan Roese · 8 years ago
  85. 1c8b089 i2c: designware_i2c: Add dw_i2c_enable() helper function by Stefan Roese · 8 years ago
  86. e209828 i2c: designware_i2c: Add ic_enable_status to ic_regs struct by Stefan Roese · 8 years ago
  87. 2802752 dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · 8 years ago
  88. 306d37e clk: uniphier: add Media I/O clock driver support for PH1-LD20 by Masahiro Yamada · 8 years ago
  89. 7403143 pinctrl: uniphier: fix NAND and SD pin-mux settings for PH1-LD11/LD20 by Masahiro Yamada · 8 years ago
  90. ac13ce4 pinctrl: uniphier: rename function/array names by Masahiro Yamada · 8 years ago
  91. 68fc449 mtd, ubi: set free_count to zero before walking through erase list by Heiko Schocher · 9 years ago
  92. eb6b50f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  93. ec3ab3f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  94. e6c0bc0 usb: gadget Move: CONFIG_G_DNL_* to Kconfig by Sam Protsenko · 8 years ago
  95. b142729 usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig by Sam Protsenko · 8 years ago
  96. c16bf62 usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig by Sam Protsenko · 8 years ago
  97. 65403f3 usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig by Sam Protsenko · 8 years ago
  98. aaa4a9e usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig by Sam Protsenko · 8 years ago
  99. 3457bba usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 8 years ago
  100. a59a77f usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig by Sam Protsenko · 8 years ago