1. 008838d block: Move ceva driver to DM by Michal Simek · Thu Sep 08 15:06:22 2016 +0200
  2. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  3. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · Fri Dec 09 07:56:54 2016 -0500
  4. b06a44b block: Move ceva driver to DM by Michal Simek · Thu Sep 08 15:06:22 2016 +0200
  5. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  6. 9a62bf1 sata: sata_mv: Fix misaligned cache warnings by Stefan Roese · Fri Nov 18 17:21:51 2016 +0100
  7. f438b6b dm: blk: Fix get_desc to return block device descriptor by Michal Simek · Wed Nov 16 17:37:42 2016 +0100
  8. 7b8492e dm: blk: Enable CONFIG_BLK if DM_MMC is enabled by Simon Glass · Sat Oct 01 14:43:18 2016 -0600
  9. d99a30e ahci: Make ahci_port_base() non-static to enable overwrite by Stefan Roese · Wed Aug 31 10:02:15 2016 +0200
  10. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  11. 30fe357 drivers: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:39 2016 +0900
  12. c854694 block: dwc_ahsata: support i.MX6DQPlus by Peng Fan · Mon May 23 18:36:05 2016 +0800
  13. 13c2c29 dm: blk: Add functions to select a hardware partition by Simon Glass · Sun May 01 13:52:30 2016 -0600
  14. 39e5492 dm: blk: Free the block device name when unbound by Simon Glass · Sun May 01 13:52:24 2016 -0600
  15. 77f7fb8 dm: blk: Fix allocation of block-device numbering by Simon Glass · Sun May 01 13:52:22 2016 -0600
  16. 66014ef dm: systemace: Add driver-mode block-device support by Simon Glass · Sun May 01 11:36:31 2016 -0600
  17. 5fd962e dm: systemace: Reorder function to avoid forward declarataions by Simon Glass · Sun May 01 11:36:30 2016 -0600
  18. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · Sun May 01 11:36:29 2016 -0600
  19. d089ba3 dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · Sun May 01 11:36:28 2016 -0600
  20. 025ed60 dm: sandbox: Drop the host_get_dev() function by Simon Glass · Sun May 01 11:36:20 2016 -0600
  21. 77389b6 dm: blk: Drop the systemace.h header by Simon Glass · Sun May 01 11:36:19 2016 -0600
  22. 64b5c10 dm: systemace: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:18 2016 -0600
  23. 4131ad5 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · Sun May 01 11:36:08 2016 -0600
  24. a57299e dm: sandbox: Add a legacy host block interface by Simon Glass · Sun May 01 11:36:05 2016 -0600
  25. f415a29 dm: systemace: Add a legacy block interface by Simon Glass · Sun May 01 11:36:04 2016 -0600
  26. 3bf2ab9 dm: blk: Add a legacy block interface by Simon Glass · Sun May 01 11:36:03 2016 -0600
  27. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  28. 732b432 sandbox: Add dummy SATA functions by Simon Glass · Sun May 01 11:35:56 2016 -0600
  29. 471d867 sandbox: Add dummy SCSI functions by Simon Glass · Sun May 01 11:35:55 2016 -0600
  30. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  31. 86bc14f Revert "dm: sandbox: Drop the pre-DM host implementation" by Simon Glass · Sun May 01 11:35:49 2016 -0600
  32. 93b99e0 ahci: flush dcache before issuing command by Tang Yuantian · Thu Apr 14 16:21:00 2016 +0800
  33. d54b1af block: Add support for Ceva sata by Michal Simek · Wed Sep 30 17:26:55 2015 +0200
  34. faf4f05 drivers: block: add block device cache by Eric Nelson · Mon Mar 28 10:05:44 2016 -0700
  35. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · Tue Mar 15 12:16:39 2016 -0700
  36. 0de920c dm: sandbox: Drop the pre-DM host implementation by Simon Glass · Sun Mar 13 08:22:35 2016 -0600
  37. 2c2075a dm: sandbox: Add driver-model block-device support for sandbox by Simon Glass · Mon Feb 29 15:25:57 2016 -0700
  38. 52e85ac dm: sandbox: Prepare block driver for driver-model conversion by Simon Glass · Mon Feb 29 15:25:56 2016 -0700
  39. cceee55 dm: blk: Add a block-device uclass by Simon Glass · Mon Feb 29 15:25:55 2016 -0700
  40. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  41. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  42. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  43. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  44. cfe85a8 ahci: Add a disk-controller uclass by Simon Glass · Sun Jan 17 16:11:34 2016 -0700
  45. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  46. 0872fb2 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · Thu Jan 14 11:23:05 2016 -0500
  47. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · Mon Dec 21 13:56:33 2015 +0100
  48. f65e82b sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP by Tor Krill · Thu Dec 03 12:38:02 2015 +0100
  49. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  50. 6f9135b dm: ahci: Convert to use new DM PCI API by Simon Glass · Sun Nov 29 13:18:06 2015 -0700
  51. beb288b Fix typo: firstly -> first. by Vagrant Cascadian · Tue Nov 24 14:46:24 2015 -0800
  52. d65d684 Fix typo: commmand -> command. by Vagrant Cascadian · Tue Nov 24 14:45:02 2015 -0800
  53. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  54. 1884e02 block: ahci: Remove dead code by Fabio Estevam · Sun Nov 01 13:18:27 2015 -0200
  55. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  56. 3ceae9e arm: mvebu: add Armada XP SATA support by Anton Schubert · Wed Jul 15 14:50:05 2015 +0200
  57. 8f7ebcd drivers: block: Remove the ata_piix driver by Bin Meng · Sat May 16 09:33:16 2015 +0800
  58. 52771bd Merge git://git.denx.de/u-boot-marvell by Tom Rini · Fri Jul 10 09:40:48 2015 -0400
  59. 939d840 block: ahci: Don't enable port interrupts by Stefan Roese · Mon Jun 29 14:58:12 2015 +0200
  60. 3f262d0 ahci: Fix compiling warnings under 64bit platforms by Tang Yuantian · Thu Jul 09 14:37:30 2015 +0800
  61. 2cc6e1b ahci: extend data io wait to 10s by Mark Langsdorf · Fri Jun 05 00:58:46 2015 +0100
  62. 5ed06fc ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · Fri Jun 05 00:58:45 2015 +0100
  63. 42e7894 fsl/sata: Replace sprintf() with snprintf() by Tang Yuantian · Wed May 06 11:21:33 2015 +0800
  64. 16519a3 ahci: mmio_base is a virtual address by Scott Wood · Fri Apr 17 09:19:01 2015 -0500
  65. 5fb2c9e ahci: Fix a wrong parameter pass by Tang Yuantian · Tue Mar 31 15:02:43 2015 +0800
  66. b138e91 x86: ahci: Make sure interface is not busy after enabling the port by Bin Meng · Wed Dec 31 17:18:39 2014 +0800
  67. 533d33f ahci-plat: provide a weak scsi_bus_reset() hook by Dmitry Lifshitz · Mon Dec 15 16:02:56 2014 +0200
  68. cff59a7 ahci: introduce ahci_reset() by Dmitry Lifshitz · Mon Dec 15 16:02:55 2014 +0200
  69. 57ec402 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Wed Dec 10 09:07:25 2014 -0500
  70. 75fe08c blackfin: include <linux/compiler.h> rather than define __iomem by Masahiro Yamada · Wed Nov 26 16:02:54 2014 +0900
  71. a517d02 sata: fix reset_sata for dwc_ahsata by Soeren Moch · Thu Nov 27 10:11:41 2014 +0100
  72. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 24 12:02:12 2014 -0500
  73. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · Fri Nov 21 12:47:23 2014 +0200
  74. 886d367 sata: fix a bug in init_sata() for pci-sata card by li pengbo · Wed Nov 12 19:16:40 2014 +0800
  75. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  76. 7653a73 dwc_ahsata: use bitwise operator in sata_port_status by Nikita Kiryanov · Tue Oct 28 14:59:29 2014 +0200
  77. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200
  78. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · Tue Sep 23 18:07:01 2014 +0300
  79. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  80. 6691404 sata: dwc_ahsata: implement sata_port_status by Nikita Kiryanov · Wed Aug 20 15:08:53 2014 +0300
  81. a2ebf92 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · Fri Jul 18 20:38:41 2014 +0100
  82. 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · Fri Jul 18 20:38:39 2014 +0100
  83. e9d1347 dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D by Tim Harvey · Wed May 07 22:23:35 2014 -0700
  84. da3976e ahci: Fix data abort on multiple scsi resets. by Roger Quadros · Tue Apr 01 17:26:40 2014 +0300
  85. 1fc6067 ahci: wait longer for link. by Ian Campbell · Fri Mar 07 01:20:58 2014 +0000
  86. 1934996 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · Fri Mar 07 01:20:56 2014 +0000
  87. c68e851 blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · Thu Feb 20 10:14:10 2014 -0500
  88. 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · Sun Nov 10 10:26:56 2013 -0700
  89. ff56ee1 ahci: Fix cache align error messages by Roger Quadros · Mon Nov 11 16:56:38 2013 +0200
  90. 7b6cb61 ahci: Error out with message on malloc() failure by Roger Quadros · Mon Nov 11 16:56:37 2013 +0200
  91. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  92. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  93. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · Wed Aug 21 11:39:19 2013 -0400
  94. 83f6648 ahci: convert to use libata functions and definitions by Rob Herring · Sat Aug 24 10:10:54 2013 -0500
  95. 249b937 ahci: increase spin-up timeout to 20 sec by Rob Herring · Sat Aug 24 10:10:53 2013 -0500
  96. c469854 ahci: handle COMINIT received during spin-up by Rob Herring · Sat Aug 24 10:10:52 2013 -0500
  97. aaec098 ahci: move link bring-up handling to separate function by Rob Herring · Sat Aug 24 10:10:51 2013 -0500
  98. 723a281 ahci: add defines for PORT_SCR_STAT register bits by Rob Herring · Sat Aug 24 10:10:50 2013 -0500
  99. 18b8e12 ahci: fix memory leak in ata_scsiop_inquiry by Rob Herring · Sat Aug 24 10:10:49 2013 -0500
  100. 9855a23 ahci: fix unaligned access by Rob Herring · Sat Aug 24 10:10:48 2013 -0500