1. 4bca666 dm: mmc: Implement the MMC functions for block devices by Simon Glass · Sun May 01 13:52:39 2016 -0600
  2. a6a15c4 dm: sandbox: Only enable the sandbox MMC driver when valid by Simon Glass · Sun May 01 13:52:38 2016 -0600
  3. 984db5d dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · Sun May 01 13:52:37 2016 -0600
  4. 356e0e6 dm: blk: Use the correct error code for blk_get_device_by_str() by Simon Glass · Sun May 01 13:52:36 2016 -0600
  5. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · Sun May 01 13:52:35 2016 -0600
  6. 77ca42b dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · Sun May 01 13:52:34 2016 -0600
  7. 8f5f722 dm: blk: Add a comment as to why the bdev member is needed by Simon Glass · Sun May 01 13:52:33 2016 -0600
  8. e3dfa91 dm: part: Drop the block_drvr table by Simon Glass · Sun May 01 13:52:32 2016 -0600
  9. b5210f2 dm: part: Use the legacy block driver for hardware partition support by Simon Glass · Sun May 01 13:52:31 2016 -0600
  10. 13c2c29 dm: blk: Add functions to select a hardware partition by Simon Glass · Sun May 01 13:52:30 2016 -0600
  11. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  12. 316185a dm: mmc: spl: Use the legacy block interface in SPL by Simon Glass · Sun May 01 13:52:28 2016 -0600
  13. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · Sun May 01 13:52:27 2016 -0600
  14. 518a896 dm: mmc: Implement the select_hwpart() method by Simon Glass · Sun May 01 13:52:26 2016 -0600
  15. e774fd4 dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · Sun May 01 13:52:25 2016 -0600
  16. 39e5492 dm: blk: Free the block device name when unbound by Simon Glass · Sun May 01 13:52:24 2016 -0600
  17. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · Sun May 01 13:52:23 2016 -0600
  18. 77f7fb8 dm: blk: Fix allocation of block-device numbering by Simon Glass · Sun May 01 13:52:22 2016 -0600
  19. 78e9e9a dm: sandbox: Enable systemace by Simon Glass · Sun May 01 11:36:32 2016 -0600
  20. 66014ef dm: systemace: Add driver-mode block-device support by Simon Glass · Sun May 01 11:36:31 2016 -0600
  21. 5fd962e dm: systemace: Reorder function to avoid forward declarataions by Simon Glass · Sun May 01 11:36:30 2016 -0600
  22. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · Sun May 01 11:36:29 2016 -0600
  23. d089ba3 dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · Sun May 01 11:36:28 2016 -0600
  24. 4a63e33 dm: sandbox: Enable SATA by Simon Glass · Sun May 01 11:36:27 2016 -0600
  25. 7d741ac dm: sata: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:26 2016 -0600
  26. 151b935 dm: sandbox: Enable SCSI by Simon Glass · Sun May 01 11:36:25 2016 -0600
  27. 5bf96dc dm: scsi: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:24 2016 -0600
  28. 4e7227c dm: sandbox: Enable IDE by Simon Glass · Sun May 01 11:36:23 2016 -0600
  29. f94bea0 dm: ide: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:22 2016 -0600
  30. e498e57 dm: part: Drop the get_dev() method by Simon Glass · Sun May 01 11:36:21 2016 -0600
  31. 025ed60 dm: sandbox: Drop the host_get_dev() function by Simon Glass · Sun May 01 11:36:20 2016 -0600
  32. 77389b6 dm: blk: Drop the systemace.h header by Simon Glass · Sun May 01 11:36:19 2016 -0600
  33. 64b5c10 dm: systemace: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:18 2016 -0600
  34. 9c54e48 dm: sata: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:17 2016 -0600
  35. 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:16 2016 -0600
  36. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:15 2016 -0600
  37. 844ef1d dm: ide: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:14 2016 -0600
  38. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:13 2016 -0600
  39. 61c7496 dm: disk: Use legacy block driver info for block device access by Simon Glass · Sun May 01 11:36:12 2016 -0600
  40. 3665a40 dm: sata: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:11 2016 -0600
  41. e11f0ef dm: ide: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:10 2016 -0600
  42. c8e89ab dm: scsi: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:09 2016 -0600
  43. 4131ad5 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · Sun May 01 11:36:08 2016 -0600
  44. 4f7011a dm: mmc: Add a legacy block interface for MMC by Simon Glass · Sun May 01 11:36:07 2016 -0600
  45. d317141 dm: usb: Add a legacy block interface for USB storage by Simon Glass · Sun May 01 11:36:06 2016 -0600
  46. a57299e dm: sandbox: Add a legacy host block interface by Simon Glass · Sun May 01 11:36:05 2016 -0600
  47. f415a29 dm: systemace: Add a legacy block interface by Simon Glass · Sun May 01 11:36:04 2016 -0600
  48. 3bf2ab9 dm: blk: Add a legacy block interface by Simon Glass · Sun May 01 11:36:03 2016 -0600
  49. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  50. 9475e7e dm: sata: Fix code style problems in cmd/sata.c by Simon Glass · Sun May 01 11:36:01 2016 -0600
  51. 43a464a dm: ide: Remove the forward declarations by Simon Glass · Sun May 01 11:36:00 2016 -0600
  52. 73e4314 dm: ide: Correct various code style problems by Simon Glass · Sun May 01 11:35:59 2016 -0600
  53. 5c7bf8e dm: scsi: Fix up code style by Simon Glass · Sun May 01 11:35:58 2016 -0600
  54. 8f81fa9 dm: scsi: Remove the forward declarations by Simon Glass · Sun May 01 11:35:57 2016 -0600
  55. 732b432 sandbox: Add dummy SATA functions by Simon Glass · Sun May 01 11:35:56 2016 -0600
  56. 471d867 sandbox: Add dummy SCSI functions by Simon Glass · Sun May 01 11:35:55 2016 -0600
  57. 8d5e245 sandbox: Add string and 16-bit I/O functions by Simon Glass · Sun May 01 11:35:54 2016 -0600
  58. 66823e1 Allow iotrace byte access to use an address of any size by Simon Glass · Sun May 01 11:35:53 2016 -0600
  59. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  60. c78f5e0 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · Sun May 01 11:35:51 2016 -0600
  61. 2d552ca dm: sandbox: Add a board for sandbox without CONFIG_BLK by Simon Glass · Sun May 01 11:35:50 2016 -0600
  62. 86bc14f Revert "dm: sandbox: Drop the pre-DM host implementation" by Simon Glass · Sun May 01 11:35:49 2016 -0600
  63. b8baa9f gpio: exynos(s5p): remove gpio_xlate routine by Eric Nelson · Wed Apr 20 08:37:39 2016 -0700
  64. e320f90 gpio: rk: remove gpio_xlate routine by Eric Nelson · Wed Apr 20 08:37:38 2016 -0700
  65. 27909a9 gpio: pic32: remove gpio_xlate routine by Eric Nelson · Wed Apr 20 08:37:37 2016 -0700
  66. fc069ea gpio: omap: remove gpio_xlate routine by Eric Nelson · Wed Apr 20 08:37:36 2016 -0700
  67. 67670aa gpio: intel_broadwell: remove gpio_xlate routine by Eric Nelson · Wed Apr 20 08:37:35 2016 -0700
  68. 786e98d dm: gpio: add a default gpio xlate routine by Eric Nelson · Sun Apr 24 16:32:40 2016 -0700
  69. 1a54713 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · Tue Apr 12 16:01:19 2016 +0530
  70. 28b4a1c dm: gpio: introduce 74x164 driver by Peng Fan · Tue May 03 10:02:23 2016 +0800
  71. fdd88a3 dm: spi: introduce dm api by Peng Fan · Tue May 03 10:02:22 2016 +0800
  72. 54108e7 dm: spi: soft_spi: switch to use linux compatible string by Peng Fan · Tue May 03 10:02:21 2016 +0800
  73. fa7dd9b dm: spi: soft_spi bug fix by Peng Fan · Tue May 03 10:02:20 2016 +0800
  74. 38b82d5 fdt: fix dev_get_addr_name node offset by Stephen Warren · Thu Apr 28 16:04:15 2016 -0600
  75. 225da8b video: tegra: refuse to bind to disabled dcs by Stephen Warren · Tue Apr 19 16:19:30 2016 -0600
  76. dcc161c dm: core: allow drivers to refuse to bind by Stephen Warren · Tue Apr 19 16:19:29 2016 -0600
  77. 97c9690 buildman: allow more incremental building by Stephen Warren · Mon Apr 11 10:48:44 2016 -0600
  78. b2d1e2a m68k: add DM model serial driver by angelo@sysam.it · Wed Apr 27 21:51:13 2016 +0200
  79. ef9707c m68k: add malloc memory for early malloc by angelo@sysam.it · Wed Apr 27 21:50:44 2016 +0200
  80. ca67507 dm: gpio: pca953x: introduce driver model support for pca953x by Peng Fan · Thu Apr 14 21:45:06 2016 +0800
  81. 0dd34b7 Prepare v2016.05 by Tom Rini · Mon May 16 10:40:32 2016 -0400
  82. f8aea34 sunxi: Enable USB host in CHIP defconfig by Hans de Goede · Thu May 12 19:23:47 2016 +0200
  83. 760cc7b test, tools: update tbot documentation by Heiko Schocher · Thu Apr 28 08:17:28 2016 +0200
  84. 5654901 tests: py: fix NameError exception if bdi cmd is not supported by Heiko Schocher · Mon May 09 10:08:24 2016 +0200
  85. e996bc6 arm/arm64: Move barrier instructions into separate header by Andre Przywara · Thu May 12 12:14:41 2016 +0100
  86. d28f4a7 arm: socfpga: Update iomux and pll for c5 socdk RevE by Dinh Nguyen · Tue May 10 15:13:59 2016 -0500
  87. c4133d4 warp7: Fix boot by selecting CONFIG_OF_LIBFDT by Fabio Estevam · Tue May 10 13:31:40 2016 -0300
  88. 5827cbc Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri May 06 22:12:29 2016 -0400
  89. aebbf7a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri May 06 22:12:15 2016 -0400
  90. 46ed88c usb: gadget: dfu: discard dead code by Peng Fan · Tue May 03 10:25:22 2016 +0800
  91. 529d4fd dfu: avoid memory leak by Peng Fan · Tue May 03 10:24:52 2016 +0800
  92. c526e83 usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA by Stefan Roese · Fri May 06 13:53:37 2016 +0200
  93. 614d9dd usb: hub: Don't continue on get_port_status failure by Marek Vasut · Tue May 03 22:22:59 2016 +0200
  94. 84b7662 usb: Assure Get Descriptor request is in separate microframe by Marek Vasut · Wed Apr 27 03:32:56 2016 +0200
  95. 847ddc2 usb: Wait after sending Set Configuration request by Marek Vasut · Wed Apr 27 03:08:12 2016 +0200
  96. 4f70c38 socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled by Anatolij Gustschin · Fri May 06 17:16:31 2016 +0200
  97. 8c17743 mtd: cqspi: Simplify indirect read code by Marek Vasut · Wed Apr 27 23:38:05 2016 +0200
  98. dae51dd mtd: cqspi: Simplify indirect write code by Marek Vasut · Wed Apr 27 23:18:55 2016 +0200
  99. 81c3604 arm: socfpga: socrates: Add 'time' command by Stefan Roese · Thu Apr 28 07:17:16 2016 +0200
  100. ab4c0cf ARM: socfpga: Disable USB OC protection on SoCrates by Marek Vasut · Wed Apr 27 15:07:03 2016 +0200