1. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  2. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  3. d6d504d pci: acpi: Drop DM_PCI check from ahci by Simon Glass · 3 years, 2 months ago
  4. 2361b5e ata: ahci: fix ahci_link_up() type mismatch for LTO by Marek Behún · 3 years, 4 months ago
  5. 1cf2700 ata: ahci: Fix usage on big-endian platforms by Stefan Roese · 3 years, 6 months ago
  6. 98a8180 drivers: ata: ahci: update max id if it is more than available ports by Suneel Garapati · 3 years, 6 months ago
  7. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  8. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  9. 3f6f0cd ata: ahci: Add BAR index quirk for Cavium PCI SATA device by Suneel Garapati · 5 years ago
  10. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  11. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  12. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  13. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  14. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  15. 6e73255 ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
  16. 5b7a2bf ata: ahci: Don't forget to clear upper address regs. by Oleksandr Rybalko · 5 years ago
  17. bd98e6a dm: scsi: Scan the actual number of ports by Park, Aiden · 5 years ago
  18. 2699292 ata: ahci: drop read-only ahci_ioports members by Christian Gmeiner · 5 years ago
  19. 28b4ba9 ata: ahci: fix memory leak by Christian Gmeiner · 5 years ago
  20. 0545ac9 ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI by Tuomas Tynkkynen · 6 years ago
  21. 8bf207d ata: ahci: Loop over the actual number of ports, not the maximum by Tuomas Tynkkynen · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. e81589e ata: Fix ahci wording by Michal Simek · 7 years ago
  24. bfc1c6b dm: ahci: Correct uclass private data by Simon Glass · 7 years ago
  25. 745a94f ahci: Support non-PCI controllers by Simon Glass · 7 years ago
  26. 9c1390d dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi() by Bin Meng · 7 years ago
  27. 681357f dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
  28. f6580ef dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
  29. f6ab5a9 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
  30. 4e74901 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
  31. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  32. 4279efc dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
  33. 7cf1afc dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
  34. 62b4ec8 dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
  35. 225b1da dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
  36. 4b62b2f dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
  37. 2c9f9ef dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
  38. 1dc64f6 dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
  39. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  40. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago[Renamed from drivers/block/ahci.c]
  41. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  42. e8a016b dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  43. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  44. bce4d18 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  45. 22f5de6 ahci: Make ahci_port_base() non-static to enable overwrite by Stefan Roese · 8 years ago
  46. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  47. 75e14b1 ahci: flush dcache before issuing command by Tang Yuantian · 8 years ago
  48. ff758cc dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
  49. 1b25e58 Fix typo: firstly -> first. by Vagrant Cascadian · 9 years ago
  50. 3f42dc8 Fix typo: commmand -> command. by Vagrant Cascadian · 9 years ago
  51. 4408248 block: ahci: Remove dead code by Fabio Estevam · 9 years ago
  52. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  53. a70e86f Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  54. 2cc1aa2 block: ahci: Don't enable port interrupts by Stefan Roese · 9 years ago
  55. fa31377 ahci: Fix compiling warnings under 64bit platforms by Tang Yuantian · 9 years ago
  56. f8b009e ahci: extend data io wait to 10s by Mark Langsdorf · 9 years ago
  57. 2b42c93 ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · 9 years ago
  58. 9efaca3 ahci: mmio_base is a virtual address by Scott Wood · 9 years ago
  59. 8f6e183 ahci: Fix a wrong parameter pass by Tang Yuantian · 10 years ago
  60. 4df2b48 x86: ahci: Make sure interface is not busy after enabling the port by Bin Meng · 10 years ago
  61. 1a33b73 ahci-plat: provide a weak scsi_bus_reset() hook by Dmitry Lifshitz · 10 years ago
  62. 6b68888 ahci: introduce ahci_reset() by Dmitry Lifshitz · 10 years ago
  63. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  64. 02590aa ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  65. a6e50a8 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
  66. e0ddcf9 AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  67. 3f62971 ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  68. 73545f7 ahci: wait longer for link. by Ian Campbell · 11 years ago
  69. c6f3d50 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
  70. 2faf5fb ahci: Fix cache align error messages by Roger Quadros · 11 years ago
  71. d73763a ahci: Error out with message on malloc() failure by Roger Quadros · 11 years ago
  72. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  73. 344ca0b ahci: convert to use libata functions and definitions by Rob Herring · 11 years ago
  74. 7610b41 ahci: increase spin-up timeout to 20 sec by Rob Herring · 11 years ago
  75. 1782108 ahci: handle COMINIT received during spin-up by Rob Herring · 11 years ago
  76. 124e9fa ahci: move link bring-up handling to separate function by Rob Herring · 11 years ago
  77. 2bdb10d ahci: add defines for PORT_SCR_STAT register bits by Rob Herring · 11 years ago
  78. 796c2eb ahci: fix memory leak in ata_scsiop_inquiry by Rob Herring · 11 years ago
  79. 48c3a87 ahci: fix unaligned access by Rob Herring · 11 years ago
  80. 2915a02 ahci: use ports implemented map instead of num_ports by Richard Gibbs · 11 years ago
  81. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  82. 472d546 Consolidate bool type by York Sun · 12 years ago
  83. fe1f808 ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
  84. 766b16f ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
  85. 2a0c61d ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
  86. 5784766 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
  87. 90b276f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
  88. 64738e8 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
  89. 5a2b77f ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
  90. c873111 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
  91. 19d1d41 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
  92. b7a21b7 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
  93. e81058c ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
  94. 4e422bc ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  95. 7ba7917 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
  96. 9a65b87 ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
  97. 284231e ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
  98. a4941bd drivers/block/ahci.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  99. 1a928ed GCC4.6: Squash warnings in ahci.c by Marek Vasut · 13 years ago
  100. 942e314 scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago