1. 5fb2c9e ahci: Fix a wrong parameter pass by Tang Yuantian · 10 years ago
  2. b138e91 x86: ahci: Make sure interface is not busy after enabling the port by Bin Meng · 10 years ago
  3. 533d33f ahci-plat: provide a weak scsi_bus_reset() hook by Dmitry Lifshitz · 10 years ago
  4. cff59a7 ahci: introduce ahci_reset() by Dmitry Lifshitz · 10 years ago
  5. 57ec402 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  6. 75fe08c blackfin: include <linux/compiler.h> rather than define __iomem by Masahiro Yamada · 10 years ago
  7. a517d02 sata: fix reset_sata for dwc_ahsata by Soeren Moch · 10 years ago
  8. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  9. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
  10. 886d367 sata: fix a bug in init_sata() for pci-sata card by li pengbo · 10 years ago
  11. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  12. 7653a73 dwc_ahsata: use bitwise operator in sata_port_status by Nikita Kiryanov · 10 years ago
  13. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  14. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  15. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  16. 6691404 sata: dwc_ahsata: implement sata_port_status by Nikita Kiryanov · 10 years ago
  17. a2ebf92 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
  18. 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  19. e9d1347 dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D by Tim Harvey · 11 years ago
  20. da3976e ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  21. 1fc6067 ahci: wait longer for link. by Ian Campbell · 11 years ago
  22. 1934996 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
  23. c68e851 blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · 11 years ago
  24. 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
  25. ff56ee1 ahci: Fix cache align error messages by Roger Quadros · 11 years ago
  26. 7b6cb61 ahci: Error out with message on malloc() failure by Roger Quadros · 11 years ago
  27. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  28. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  29. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  30. 83f6648 ahci: convert to use libata functions and definitions by Rob Herring · 11 years ago
  31. 249b937 ahci: increase spin-up timeout to 20 sec by Rob Herring · 11 years ago
  32. c469854 ahci: handle COMINIT received during spin-up by Rob Herring · 11 years ago
  33. aaec098 ahci: move link bring-up handling to separate function by Rob Herring · 11 years ago
  34. 723a281 ahci: add defines for PORT_SCR_STAT register bits by Rob Herring · 11 years ago
  35. 18b8e12 ahci: fix memory leak in ata_scsiop_inquiry by Rob Herring · 11 years ago
  36. 9855a23 ahci: fix unaligned access by Rob Herring · 11 years ago
  37. 8bc0ab7 ahci: use ports implemented map instead of num_ports by Richard Gibbs · 11 years ago
  38. 827b6f6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. 7aecc98 block: constify sect_buf argument of ide_write_data by Gabor Juhos · 12 years ago
  41. 998816b dwc_ahsata: Allow use with dcache enabled by Eric Nelson · 11 years ago
  42. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  43. 4a59809 Consolidate bool type by York Sun · 12 years ago
  44. 6caf783 mvsata_ide.c: Correction of typo in comments by Gray Remlin · 12 years ago
  45. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  46. 5a3720dd drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t" by Alexey Brodkin · 12 years ago
  47. 4862ffa block: systemace: Added missing "else" in "ace_writew" by Alexey Brodkin · 12 years ago
  48. 0348748 drivers/block/: sparse fixes by Kim Phillips · 12 years ago
  49. d1cb64b ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
  50. 49ec4b1 ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
  51. bbb5784 ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
  52. efd49b4 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
  53. 33e4c2f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
  54. 3455f53 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
  55. 1b1d42e ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
  56. 54d0f55 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
  57. dd2c734 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
  58. 0f10bd4 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
  59. 3931072 ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
  60. 48791f1 ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  61. 7ee0e437 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
  62. a63341c ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
  63. 700f85c ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
  64. 9e9f628 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · 12 years ago
  65. 4835e13 sil_sata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  66. e095229 sata_dwc: Make sata_write() use const void, per <part.h> by Tom Rini · 12 years ago
  67. 9ee1aa7 pata_bfin: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  68. 47e68fb fsl_sata: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  69. 532e867 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  70. d4a6a5b ata_piix: sata_write must take a const void argument. by Tom Rini · 12 years ago
  71. 953f90f ata_piix: Fix checkpatch issues by Tom Rini · 12 years ago
  72. 2fb802e remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  73. a39809c block: systemace: Simplify base and width initialization by Michal Simek · 12 years ago
  74. 2e2dd8a Remove remaining mdelay() macros by Anatolij Gustschin · 13 years ago
  75. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  76. 771bfd1 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · 13 years ago
  77. 60ecb1b Blackfin: pata_bfin: fix printf warning by Mike Frysinger · 13 years ago
  78. 5559fb8 mvsata: fix ide_preinit for missing disks by Simon Guinot · 13 years ago
  79. 3671b89 drivers/block/sata_dwc.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  80. d7acf5c powerpc/85xx: always implement the work-around for Erratum SATA_A001 by Timur Tabi · 13 years ago
  81. 9e7c855 ftide020: fix incorrect information display format by Macpaul Lin · 13 years ago
  82. 9193374 sata_dwc.c: Fix GCC 4.6 build warnings by Stefan Roese · 13 years ago
  83. ec31139 drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  84. c17061c drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  85. 766270c drivers/block/ahci.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  86. ad6db6a GCC4.6: Squash warnings in sata_sil3114.c by Marek Vasut · 13 years ago
  87. 2c2e637 GCC4.6: Squash warnings in ahci.c by Marek Vasut · 13 years ago
  88. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  89. 4511ccc drivers: add the support for Silicon Image SATA controller by Tang Yuantian · 13 years ago
  90. a89db42 fsl_sata: Fix compile error when CONFIG_LBA48 is not defined by Tang Yuantian · 13 years ago
  91. 801abe4 ATA: Squash warnings in mxc_ata. by Marek Vasut · 13 years ago
  92. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  93. 13ec42b Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · 13 years ago
  94. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  95. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  96. 33601839 scsi/ahci: ata id little endian fix by Rob Herring · 13 years ago
  97. 49da20a mvsata: issue hard reset on initialization by Michael Walle · 14 years ago
  98. 2fe9baa ftide020: add faraday ide ahb controller by Macpaul Lin · 14 years ago
  99. 340983d Replace obsolete e-mail address by Albert ARIBAUD · 14 years ago
  100. 0cd27fb MXC: removed warnings from IMX51 ATA driver by Stefano Babic · 14 years ago