1. c575180 block: constify sect_buf argument of ide_write_data by Gabor Juhos · 11 years ago
  2. 2dbe64c dwc_ahsata: Allow use with dcache enabled by Eric Nelson · 11 years ago
  3. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 11 years ago
  4. 472d546 Consolidate bool type by York Sun · 11 years ago
  5. c08349e mvsata_ide.c: Correction of typo in comments by Gray Remlin · 12 years ago
  6. 2d795c9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  7. ac1048a drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t" by Alexey Brodkin · 12 years ago
  8. 7cde9f3 block: systemace: Added missing "else" in "ace_writew" by Alexey Brodkin · 12 years ago
  9. 00caa7f drivers/block/: sparse fixes by Kim Phillips · 12 years ago
  10. fe1f808 ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
  11. 766b16f ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
  12. 2a0c61d ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
  13. 5784766 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
  14. 90b276f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
  15. 64738e8 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
  16. 5a2b77f ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
  17. c873111 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
  18. 19d1d41 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
  19. b7a21b7 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
  20. e81058c ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
  21. 4e422bc ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  22. 7ba7917 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
  23. 9a65b87 ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
  24. 284231e ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
  25. e46a435 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · 12 years ago
  26. 0e7d856 sil_sata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  27. 98391ff sata_dwc: Make sata_write() use const void, per <part.h> by Tom Rini · 12 years ago
  28. 974d801 pata_bfin: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  29. 40c030f fsl_sata: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  30. dac8757 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  31. 5048a67 ata_piix: sata_write must take a const void argument. by Tom Rini · 12 years ago
  32. 879a57a ata_piix: Fix checkpatch issues by Tom Rini · 12 years ago
  33. b726a01 remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  34. 5340a7f block: systemace: Simplify base and width initialization by Michal Simek · 12 years ago
  35. fe749d3 Remove remaining mdelay() macros by Anatolij Gustschin · 12 years ago
  36. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  37. 9f472e6 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · 13 years ago
  38. 44f67f7 Blackfin: pata_bfin: fix printf warning by Mike Frysinger · 13 years ago
  39. 2cb4fad mvsata: fix ide_preinit for missing disks by Simon Guinot · 13 years ago
  40. 24ec52d drivers/block/sata_dwc.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  41. fbc20aa powerpc/85xx: always implement the work-around for Erratum SATA_A001 by Timur Tabi · 13 years ago
  42. b901603 ftide020: fix incorrect information display format by Macpaul Lin · 13 years ago
  43. 13a8c8d sata_dwc.c: Fix GCC 4.6 build warnings by Stefan Roese · 13 years ago
  44. 878d6b4 drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  45. 7625dd6 drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  46. a4941bd drivers/block/ahci.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  47. 5779a9e GCC4.6: Squash warnings in sata_sil3114.c by Marek Vasut · 13 years ago
  48. 1a928ed GCC4.6: Squash warnings in ahci.c by Marek Vasut · 13 years ago
  49. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  50. 83c484d drivers: add the support for Silicon Image SATA controller by Tang Yuantian · 13 years ago
  51. 007a28d fsl_sata: Fix compile error when CONFIG_LBA48 is not defined by Tang Yuantian · 13 years ago
  52. e063342 ATA: Squash warnings in mxc_ata. by Marek Vasut · 13 years ago
  53. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  54. e110c4f Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · 13 years ago
  55. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  56. 942e314 scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  57. e5a6c79 scsi/ahci: ata id little endian fix by Rob Herring · 13 years ago
  58. 70c55f5 mvsata: issue hard reset on initialization by Michael Walle · 13 years ago
  59. 4bed726 ftide020: add faraday ide ahb controller by Macpaul Lin · 13 years ago
  60. 57b4bce Replace obsolete e-mail address by Albert ARIBAUD · 13 years ago
  61. fe38434 MXC: removed warnings from IMX51 ATA driver by Stefano Babic · 14 years ago
  62. 76f260d BLOCK: Add freescale IMX51 PATA driver by Marek Vasut · 14 years ago
  63. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  64. d349713 mvsata_ide: adjust port init sequence by Albert Aribaud · 14 years ago
  65. 39419ce ide: add mvsata_ide driver by Albert Aribaud · 14 years ago
  66. 4fc7d28 ide: reorder object files alphabetically by Albert Aribaud · 14 years ago
  67. c5dc482 Blackfin: pata_bfin: convert to portmux framework by Mike Frysinger · 14 years ago
  68. f54fe87 85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled by Kumar Gala · 14 years ago
  69. cd3abcf fsl_sata: Move the snoop bit to another place by Dave Liu · 14 years ago
  70. e4773de fsl_sata: Add the workaround for errata SATA-A001 by Dave Liu · 14 years ago
  71. 31b9ab3 Misc SATA fixups by Graeme Russ · 15 years ago
  72. 4c2e3da Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  73. cb6d0b7 ahci: Fix gcc 4.4 compiler warning by Kumar Gala · 15 years ago
  74. f14d810 fsl_sata: Fix compiler warnings shown by gcc-4.4 by galak · 15 years ago
  75. e405afa Canyonlands SATA harddisk driver by Kazuaki Ichinohe · 15 years ago
  76. 569460e sata: namespace curr_device variable by Mike Frysinger · 15 years ago
  77. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  78. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  79. 369d0aa sata_sil3114: fix compiler warning by Kim Phillips · 16 years ago
  80. 1785dbe drivers/block/ahci: Fix pci mapping bug by Becky Bruce · 16 years ago
  81. 8a6b272 Blackfin: add driver for on-chip ATAPI controller by Sonic Zhang · 16 years ago
  82. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  83. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  84. 1a02806 drivers/block: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  86. 4109df6 silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  87. 9810263 sata: wait for device updating signature to host by Dave Liu · 16 years ago
  88. f135265 Add sata sil3114 support by Tor Krill · 16 years ago
  89. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  90. 24b4484 ata: update the libata.h from ata.h of linux kernel by Dave Liu · 17 years ago
  91. f297b7a drivers: code clean up by Dave Liu · 17 years ago
  92. 0ff7cba drivers: clean up the ata_piix.h by Dave Liu · 17 years ago
  93. d049cc7 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
  94. fd0b1fe drivers: add the support for Freescale SATA controller by Dave Liu · 17 years ago
  95. ffc664e ata: add the libata support by Dave Liu · 17 years ago
  96. 8e9bb43 ata: make the ata_piix driver using new SATA framework by Dave Liu · 17 years ago
  97. 83c7f47 ata: merge the header of ata_piix driver by Dave Liu · 17 years ago
  98. 9eef628 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  99. 33daf5b drivers/block : move block drivers to drivers/block by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago