1. bd98e6a dm: scsi: Scan the actual number of ports by Park, Aiden · 5 years ago
  2. 1ee4942 ata: fsl_ahci: Add sata DM support for Freescale powerpc socs by Peng Ma · 5 years ago
  3. d2ebc38 scsi: ceva: Clean up the driver code by Peng Ma · 5 years ago
  4. 2699292 ata: ahci: drop read-only ahci_ioports members by Christian Gmeiner · 5 years ago
  5. 28b4ba9 ata: ahci: fix memory leak by Christian Gmeiner · 5 years ago
  6. 4b37f36 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 5 years ago
  7. f8c8669 sunxi: update SATA driver to always use DM_SCSI by Andre Przywara · 5 years ago
  8. 046a69b ata: dwc_ahsata: Add ahci driver model support by Soeren Moch · 6 years ago
  9. d5326df ata: dwc_ahsata: Fix sector reports for large disks by Soeren Moch · 6 years ago
  10. 586f7b9 sata: sata_mv: add orion-sata compatible string by Michael Walle · 5 years ago
  11. 6d29497 sata: sata_mv: support kirkwood architecture by Michael Walle · 5 years ago
  12. cfdf632 sata: sata_mv: use correct format specifier in debug() by Michael Walle · 5 years ago
  13. 5903b91 ata: ahci_mvebu: add support for Armada 38x by Baruch Siach · 6 years ago
  14. 0506620 sata: sata_mv: Add DM support to enable CONFIG_BLK usage by Stefan Roese · 6 years ago
  15. 1039d1a scsi: ceva: add ls2080a soc support by Peng Ma · 6 years ago
  16. aaaffe9 scsi: ceva: add ls1088a soc support by Peng Ma · 6 years ago
  17. 5fcae59 scsi: ceva: add ls1046a soc support by Peng Ma · 6 years ago
  18. 27f622d Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  19. df983a7 scsi: ceva: add ls1021a soc support. by Peng Ma · 6 years ago
  20. 822d060 scsi: ceva: add ls1043a soc support by Peng Ma · 6 years ago
  21. 0545ac9 ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI by Tuomas Tynkkynen · 6 years ago
  22. 8bf207d ata: ahci: Loop over the actual number of ports, not the maximum by Tuomas Tynkkynen · 6 years ago
  23. 79ed61e scsi: ceva: add ls1012a soc support by Yuantian Tang · 6 years ago
  24. 6ac8538 ata: ahci_mvebu: add scsi support by Ken Ma · 6 years ago
  25. 329dd32 ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds by David Sniatkiwicz · 6 years ago
  26. 592b4a7 ata: mvebu: move mvebu sata driver to drivers/ata directory by Ken Ma · 6 years ago
  27. c3898a8 scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSI by Michal Simek · 6 years ago
  28. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  29. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  30. 64563f5 dwc_ahci: Fix breakage by Jean-Jacques Hiblot · 6 years ago
  31. 1811a92 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  32. cf71338 ata: Migrate CONFIG_MVSATA_IDE to Kconfig by Tuomas Tynkkynen · 7 years ago
  33. b82e667 ata: Migrate CONFIG_LIBATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  34. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  35. 477b16a ata: Migrate CONFIG_DWC_AHSATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  36. 9920d15 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  37. ad0ac54 ata: Migrate CONFIG_SATA_MV to Kconfig by Tuomas Tynkkynen · 7 years ago
  38. 32f0398 ata: Migrate CONFIG_SATA_SIL3114 to Kconfig by Tuomas Tynkkynen · 7 years ago
  39. c88ecf4 ata: Migrate CONFIG_SATA_SIL to Kconfig by Tuomas Tynkkynen · 7 years ago
  40. ac2e33e ata: Drop CONFIG_MX51_PATA by Tuomas Tynkkynen · 7 years ago
  41. 0d26b83 ata: Drop CONFIG_SATA_DWC by Tuomas Tynkkynen · 7 years ago
  42. e81589e ata: Fix ahci wording by Michal Simek · 7 years ago
  43. cba64a2 scsi: ceva: Start port in probe by Michal Simek · 7 years ago
  44. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  45. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  46. c893f1e dm: sata: dwc_ahsata: Add support for driver model by Simon Glass · 7 years ago
  47. b8341f1 dm: sata: Update the AHCI uclass to support operations by Simon Glass · 7 years ago
  48. 752126a dm: sata: dw_sata: Set up common versions of operations by Simon Glass · 7 years ago
  49. 036a803 dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · 7 years ago
  50. 5908d85 dm: sata: dw_sata: Drop is_ready by Simon Glass · 7 years ago
  51. 90abb28 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · 7 years ago
  52. 0f07df4 dm: sata: dw_sata: Sort #include directives by Simon Glass · 7 years ago
  53. 3e59c30 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · 7 years ago
  54. 47c0f36 dm: sata: dw_sata: Pass uc_priv to internal functions by Simon Glass · 7 years ago
  55. 4b640db dm: sata: dw_sata: Drop unnecessary casts by Simon Glass · 7 years ago
  56. 09bb951 dm: sata: dw_sata: Rename 'probe_ent' to uc_priv by Simon Glass · 7 years ago
  57. c5273ac dm: sata: dw_sata: Move exported functions to the end by Simon Glass · 7 years ago
  58. 1dae3b0 dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd() by Simon Glass · 7 years ago
  59. d7f0943 dm: sata: dwc_ahsata: Make functions static by Simon Glass · 7 years ago
  60. 7b9c88b ahci-pci: Update call to ahci_probe_scsi_pci() by Bin Meng · 7 years ago
  61. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  62. a5c680f dm: scsi: Add a generic PCI-based AHCI driver by Bin Meng · 7 years ago
  63. bfc1c6b dm: ahci: Correct uclass private data by Simon Glass · 7 years ago
  64. 068a2fc dm: scsi: Drop duplicate SCSI and DM_SCSI options by Simon Glass · 7 years ago
  65. 745a94f ahci: Support non-PCI controllers by Simon Glass · 7 years ago
  66. 9c1390d dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi() by Bin Meng · 7 years ago
  67. 681357f dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
  68. f6580ef dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
  69. f6ab5a9 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
  70. 4e74901 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
  71. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  72. 4279efc dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
  73. 7cf1afc dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
  74. 62b4ec8 dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
  75. 225b1da dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
  76. 4b62b2f dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
  77. 2c9f9ef dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
  78. 1dc64f6 dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
  79. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  80. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago