1. 827b6f6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · Thu Jul 25 08:22:08 2013 -0400
  2. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  3. 7aecc98 block: constify sect_buf argument of ide_write_data by Gabor Juhos · Sun May 26 12:11:28 2013 +0200
  4. 998816b dwc_ahsata: Allow use with dcache enabled by Eric Nelson · Sat Jun 15 16:09:55 2013 -0700
  5. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · Tue Apr 09 21:11:56 2013 +0000
  6. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  7. 6caf783 mvsata_ide.c: Correction of typo in comments by Gray Remlin · Wed Feb 06 10:59:38 2013 +0000
  8. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Feb 04 09:07:34 2013 -0500
  9. 5a3720dd drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t" by Alexey Brodkin · Thu Jan 03 01:02:46 2013 +0000
  10. 4862ffa block: systemace: Added missing "else" in "ace_writew" by Alexey Brodkin · Thu Jan 03 13:35:23 2013 +0400
  11. 0348748 drivers/block/: sparse fixes by Kim Phillips · Mon Oct 29 13:34:40 2012 +0000
  12. d1cb64b ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · Mon Oct 29 05:24:03 2012 +0000
  13. 49ec4b1 ahci: Perform SATA flush after disk write. by Marc Jones · Mon Oct 29 05:24:02 2012 +0000
  14. bbb5784 ahci: Support spin-up and link-up separately by Marc Jones · Mon Oct 29 05:24:01 2012 +0000
  15. efd49b4 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · Mon Oct 29 05:24:00 2012 +0000
  16. 33e4c2f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · Mon Oct 29 05:23:59 2012 +0000
  17. 3455f53 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · Mon Oct 29 05:23:58 2012 +0000
  18. 1b1d42e ahci: Fix 'Invaild' typo by Taylor Hutt · Mon Oct 29 05:23:56 2012 +0000
  19. 54d0f55 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · Mon Oct 29 05:23:55 2012 +0000
  20. dd2c734 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · Mon Oct 29 05:23:54 2012 +0000
  21. 0f10bd4 ahci: support scsi writing in AHCI driver by Hung-Te Lin · Mon Oct 29 05:23:53 2012 +0000
  22. 3931072 ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · Mon Oct 29 05:23:52 2012 +0000
  23. 48791f1 ahci: cosmetics and cleanup by Stefan Reinauer · Mon Oct 29 05:23:51 2012 +0000
  24. 7ee0e437 ahci: Improve AHCI debugging by Stefan Reinauer · Mon Oct 29 05:23:50 2012 +0000
  25. a63341c ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · Mon Oct 29 05:23:49 2012 +0000
  26. 700f85c ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · Mon Oct 29 05:23:44 2012 +0000
  27. 9e9f628 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · Thu Sep 27 23:18:04 2012 +0000
  28. 4835e13 sil_sata: Make sata_write() comply with <part.h> by Tom Rini · Sat Sep 29 07:57:25 2012 -0700
  29. e095229 sata_dwc: Make sata_write() use const void, per <part.h> by Tom Rini · Sat Sep 29 07:57:04 2012 -0700
  30. 9ee1aa7 pata_bfin: Make sata_{read,write}() comply with <part.h> by Tom Rini · Sat Sep 29 07:56:31 2012 -0700
  31. 47e68fb fsl_sata: Make sata_{read,write}() comply with <part.h> by Tom Rini · Sat Sep 29 07:55:11 2012 -0700
  32. 532e867 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · Sat Sep 29 07:53:06 2012 -0700
  33. d4a6a5b ata_piix: sata_write must take a const void argument. by Tom Rini · Sat Sep 29 07:52:48 2012 -0700
  34. 953f90f ata_piix: Fix checkpatch issues by Tom Rini · Sat Sep 29 07:35:12 2012 -0700
  35. 2fb802e remove unnecessary code in ata_piix by Pavel Herrmann · Thu Sep 27 23:18:03 2012 +0000
  36. a39809c block: systemace: Simplify base and width initialization by Michal Simek · Wed Jul 04 12:09:45 2012 +0200
  37. 2e2dd8a Remove remaining mdelay() macros by Anatolij Gustschin · Tue Apr 24 22:43:23 2012 +0000
  38. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  39. 771bfd1 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · Wed Feb 22 00:24:39 2012 +0000
  40. 60ecb1b Blackfin: pata_bfin: fix printf warning by Mike Frysinger · Fri Feb 03 08:04:22 2012 -0500
  41. 5559fb8 mvsata: fix ide_preinit for missing disks by Simon Guinot · Mon Nov 21 19:25:46 2011 +0530
  42. 3671b89 drivers/block/sata_dwc.c: Fix GCC 4.6 build warning by Wolfgang Denk · Tue Nov 29 22:17:46 2011 +0000
  43. d7acf5c powerpc/85xx: always implement the work-around for Erratum SATA_A001 by Timur Tabi · Mon Nov 21 17:10:23 2011 -0600
  44. 9e7c855 ftide020: fix incorrect information display format by Macpaul Lin · Fri Sep 23 17:54:34 2011 +0800
  45. 9193374 sata_dwc.c: Fix GCC 4.6 build warnings by Stefan Roese · Tue Nov 15 08:02:49 2011 +0000
  46. ec31139 drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning by Wolfgang Denk · Wed Nov 09 09:28:54 2011 +0000
  47. c17061c drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning by Kumar Gala · Wed Nov 09 06:21:10 2011 +0000
  48. 766270c drivers/block/ahci.c: Fix GCC 4.6 build warning by Kumar Gala · Wed Nov 09 06:21:08 2011 +0000
  49. ad6db6a GCC4.6: Squash warnings in sata_sil3114.c by Marek Vasut · Fri Oct 21 14:17:23 2011 +0000
  50. 2c2e637 GCC4.6: Squash warnings in ahci.c by Marek Vasut · Fri Oct 21 14:17:16 2011 +0000
  51. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · Wed Oct 12 02:31:39 2011 +0000
  52. 4511ccc drivers: add the support for Silicon Image SATA controller by Tang Yuantian · Fri Oct 07 19:26:58 2011 +0000
  53. a89db42 fsl_sata: Fix compile error when CONFIG_LBA48 is not defined by Tang Yuantian · Mon Oct 03 12:18:41 2011 -0700
  54. 801abe4 ATA: Squash warnings in mxc_ata. by Marek Vasut · Fri Sep 23 00:04:49 2011 +0000
  55. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  56. 13ec42b Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · Fri Jul 15 02:18:56 2011 +0000
  57. 6252b4f disk/part.c: Make features optional by Matthew McClintock · Tue May 24 05:31:19 2011 +0000
  58. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · Wed Jul 06 16:13:36 2011 +0000
  59. 33601839 scsi/ahci: ata id little endian fix by Rob Herring · Wed Jun 01 09:10:26 2011 +0000
  60. 49da20a mvsata: issue hard reset on initialization by Michael Walle · Wed May 11 12:22:46 2011 +0000
  61. 2fe9baa ftide020: add faraday ide ahb controller by Macpaul Lin · Sun May 01 21:28:56 2011 +0000
  62. 340983d Replace obsolete e-mail address by Albert ARIBAUD · Fri Apr 22 19:41:02 2011 +0200
  63. 0cd27fb MXC: removed warnings from IMX51 ATA driver by Stefano Babic · Tue Feb 01 08:13:45 2011 +0100
  64. e280148 BLOCK: Add freescale IMX51 PATA driver by Marek Vasut · Thu Jan 13 07:27:55 2011 +0000
  65. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  66. a1bd9c5 mvsata_ide: adjust port init sequence by Albert Aribaud · Thu Sep 16 20:30:30 2010 +0530
  67. 89a1ef0 ide: add mvsata_ide driver by Albert Aribaud · Sun Aug 08 05:17:06 2010 +0530
  68. c86cae7 ide: reorder object files alphabetically by Albert Aribaud · Sun Aug 08 05:17:05 2010 +0530
  69. 6d23f58 Blackfin: pata_bfin: convert to portmux framework by Mike Frysinger · Wed Jun 02 06:00:04 2010 -0400
  70. eb453df 85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled by Kumar Gala · Tue Apr 20 10:21:25 2010 -0500
  71. 8838374 fsl_sata: Move the snoop bit to another place by Dave Liu · Mon Apr 12 14:23:35 2010 +0800
  72. b9674d0 fsl_sata: Add the workaround for errata SATA-A001 by Dave Liu · Mon Apr 12 14:23:25 2010 +0800
  73. c19463e Misc SATA fixups by Graeme Russ · Sun Aug 23 12:59:51 2009 +1000
  74. 6a6d948 Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · Tue Jul 28 21:49:52 2009 -0500
  75. 8a19065 ahci: Fix gcc 4.4 compiler warning by Kumar Gala · Mon Jul 13 09:24:00 2009 -0500
  76. 18cf84a fsl_sata: Fix compiler warnings shown by gcc-4.4 by galak · Tue Jul 07 15:53:21 2009 -0500
  77. cc55814 Canyonlands SATA harddisk driver by Kazuaki Ichinohe · Fri Jun 12 18:10:12 2009 +0900
  78. b6ade25 sata: namespace curr_device variable by Mike Frysinger · Sun Jun 14 21:35:22 2009 -0400
  79. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · Sun Apr 05 00:27:57 2009 +0200
  80. f0b1bdd mflash: Initial mflash support by unsik Kim · Wed Feb 25 11:31:24 2009 +0900
  81. 5f1486d sata_sil3114: fix compiler warning by Kim Phillips · Wed Feb 18 17:43:59 2009 -0600
  82. 2dfef27 drivers/block/ahci: Fix pci mapping bug by Becky Bruce · Tue Feb 03 18:10:55 2009 -0600
  83. 02bab34 Blackfin: add driver for on-chip ATAPI controller by Sonic Zhang · Wed Nov 26 22:16:45 2008 -0500
  84. af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
  85. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  86. 92dbcc3 drivers/block: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:39 2008 +0200
  87. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  88. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · Thu Jul 10 14:00:15 2008 -0500
  89. 4d9c188 sata: wait for device updating signature to host by Dave Liu · Tue Jun 03 17:38:19 2008 +0800
  90. 137953d Add sata sil3114 support by Tor Krill · Thu May 29 10:40:17 2008 +0200
  91. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  92. b9342a0 ata: update the libata.h from ata.h of linux kernel by Dave Liu · Tue Apr 01 15:22:11 2008 +0800
  93. f17c963 drivers: code clean up by Dave Liu · Thu Mar 27 18:51:17 2008 +0800
  94. 095f5aa drivers: clean up the ata_piix.h by Dave Liu · Thu Mar 27 18:50:41 2008 +0800
  95. 9a6a7e0 Coding style cleanup, update CHANGELOG by Wolfgang Denk · Thu Mar 27 00:03:57 2008 +0100
  96. 6f1a8a2 drivers: add the support for Freescale SATA controller by Dave Liu · Wed Mar 26 22:55:32 2008 +0800
  97. 531dd9c ata: add the libata support by Dave Liu · Wed Mar 26 22:51:44 2008 +0800
  98. a566ebd ata: make the ata_piix driver using new SATA framework by Dave Liu · Wed Mar 26 22:50:45 2008 +0800
  99. c230272 ata: merge the header of ata_piix driver by Dave Liu · Wed Mar 26 22:48:18 2008 +0800
  100. 8b3eaa1 ata: merge the ata_piix driver by Dave Liu · Wed Mar 26 22:47:06 2008 +0800